.. |
bugpoint
|
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.
|
2007-12-17 01:12:55 +00:00 |
gccas
|
Align make log output with the rest of llvm.
|
2007-02-10 15:14:00 +00:00 |
gccld
|
Align make log output with the rest of llvm.
|
2007-02-10 15:14:00 +00:00 |
llc
|
Switching TargetMachineRegistry to use the new generic Registry.
|
2007-10-17 21:28:48 +00:00 |
lli
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm2cpp
|
Fixing several transforms which would drop the collector attribute
|
2007-12-25 22:16:06 +00:00 |
llvm-ar
|
Actually parse q operation in llvm-ar
|
2007-12-25 13:53:47 +00:00 |
llvm-as
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm-bcanalyzer
|
Implement address space attribute for LLVM pointer types. Address spaces are
|
2007-12-11 08:59:05 +00:00 |
llvm-config
|
Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that
|
2007-11-27 17:53:54 +00:00 |
llvm-db
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm-dis
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm-extract
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm-ld
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm-link
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm-nm
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm-prof
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm-ranlib
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
llvm-stub
|
finishing touches of bytecode -> bitcode changes. also unbreak Windows
|
2007-07-06 20:28:40 +00:00 |
llvm-upgrade
|
regenerate.
|
2007-12-17 01:17:35 +00:00 |
llvmc
|
add a 'don't use me' marker.
|
2007-10-22 19:41:46 +00:00 |
lto
|
Revert my previous check-in.
|
2007-12-20 01:46:01 +00:00 |
opt
|
Move the space in overview output for commands out of each of the
|
2007-10-08 15:45:12 +00:00 |
Makefile
|
Fix accidental commit by Bill.
|
2007-12-09 00:27:38 +00:00 |