.. |
bugpoint
|
Make LLVMContext and LLVMContextImpl classes instead of structs.
|
2009-08-11 17:45:13 +00:00 |
gccas
|
|
|
gccld
|
|
|
gold
|
Add a Force option to raw_fd_ostream to specify whether opening
|
2009-07-15 17:29:42 +00:00 |
llc
|
No really, it's unused.
|
2009-08-04 04:08:40 +00:00 |
lli
|
lli doesn't need <iostream> anymore.
|
2009-08-05 00:28:59 +00:00 |
llvm-ar
|
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now.
|
2009-07-15 22:16:10 +00:00 |
llvm-as
|
Convert more tools code from cerr and cout to errs() and outs().
|
2009-07-16 15:30:09 +00:00 |
llvm-bcanalyzer
|
Handle NamedMDNode.
|
2009-07-30 23:03:19 +00:00 |
llvm-config
|
CMake: Localized dependency on Perl.
|
2009-08-12 04:16:19 +00:00 |
llvm-db
|
Make LLVMContext and LLVMContextImpl classes instead of structs.
|
2009-08-11 17:45:13 +00:00 |
llvm-dis
|
Convert more tools code from cerr and cout to errs() and outs().
|
2009-07-16 15:30:09 +00:00 |
llvm-extract
|
Convert more tools code from cerr and cout to errs() and outs().
|
2009-07-16 15:30:09 +00:00 |
llvm-ld
|
Use (void *)(intptr_t) to cast function addresses to void*
|
2009-08-05 21:03:39 +00:00 |
llvm-link
|
Convert more tools code from cerr and cout to errs() and outs().
|
2009-07-16 15:30:09 +00:00 |
llvm-mc
|
llvm-mc: Fix a crash on invalid due to a typo in relocatable expression
|
2009-08-11 17:47:52 +00:00 |
llvm-nm
|
Add plumbing for the `linker_private' linkage type. This type is meant for
|
2009-07-20 01:03:30 +00:00 |
llvm-prof
|
Update llvm-prof for ProfileInfo API changes.
|
2009-08-13 01:55:43 +00:00 |
llvm-ranlib
|
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now.
|
2009-07-15 22:16:10 +00:00 |
llvm-stub
|
Silence MSVC warning.
|
2009-08-11 11:01:19 +00:00 |
llvmc
|
This void is implicit in C++.
|
2009-08-12 22:10:57 +00:00 |
lto
|
SjLj based exception handling unwinding support. This patch is nasty, brutish
|
2009-08-11 00:09:57 +00:00 |
opt
|
Switch some clients to Value::getName(), and other getName() user
|
2009-07-22 21:33:09 +00:00 |
CMakeLists.txt
|
CMake: Re-enabled build of llvm-config. Removed recursive invocation
|
2009-08-12 01:36:27 +00:00 |
Makefile
|
|
|