Fixing several transforms which would drop the collector attribute
[oota-llvm.git] / tools /
2007-05-05 Chris Lattnerdo not charge subblock sizes to the parent block.
2007-05-05 Chris Lattnerupdate to new APIs, make output a bit (haha) nicer
2007-05-04 Chris Lattneradd support for new codes/block
2007-05-03 Evan ChengAdded -rsh-host and -rsh-user to support remote execution.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Chris Lattneradd phi
2007-04-29 Reid SpencerAugment the verbose output to print out the sub-command...
2007-04-29 Chris LattnerImplement much expanded dumper support. We now print...
2007-04-29 Chris Lattneradd some simple per-block statistics
2007-04-29 Chris LattnerImplement support to read an arbitrary bitcode file...
2007-04-29 Chris Lattnervery early support for analyzing a bitstream. This...
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-29 Chris Lattnerfit in 80 cols
2007-04-27 Chris Lattnerreset errno to zero on entry to the application's main...
2007-04-22 Jeff CohenAdd new option to usage help.
2007-04-22 Chris Lattnerdon't break reading from stdin
2007-04-22 Chris Lattnerlink in bitwriter library
2007-04-22 Chris Lattnerteach llvm-dis to read bitcode files
2007-04-22 Chris Lattneradd a temporary -bitcode option, which instructs llvm...
2007-04-22 Reid SpencerFor PR1146:
2007-04-22 Reid SpencerAdd the --host-target option.
2007-04-20 Chris Lattnerremove cruft
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerFor PR1336:
2007-04-11 Reid SpencerMake the generated code for ConstantInt nicer.
2007-04-11 Reid SpencerTeach llvm2cpp about packed structure types.
2007-04-11 Reid SpencerFix several bugs relating to changes in the LLVM IR...
2007-04-11 Reid SpencerRegenerate.
2007-04-11 Reid SpencerFix a crash-by-unknown-exception caused by attempting...
2007-04-11 Reid SpencerFix some issues with param attrs.
2007-04-11 Reid SpencerAdd support for parameter attributes.
2007-04-11 Reid SpencerFor PR1146:
2007-04-10 Devang PatelEnable loop rotate pass.
2007-04-09 Reid SpencerRegenerate
2007-04-09 Reid SpencerFor PR1146:
2007-04-08 Reid SpencerMake TempDir a PathWithStatus so we don't have to cast...
2007-04-08 Reid SpencerAvoid temporary construction and potential for corrupte...
2007-04-08 Reid SpencerDon't rely on destructed local storage. Thanks, Chris.
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Reid SpencerRegenerate.
2007-04-07 Reid SpencerFor PR1312:
2007-04-05 Chris Lattnerrun a late dce pass to clean up extra cruft.
2007-04-04 Reid SpencerFor PR1302:
2007-04-02 Reid SpencerRegenerate
2007-04-02 Reid SpencerUpgrade the bit count intrinsics to have an i32 result.
2007-04-02 Reid SpencerRegenerate
2007-04-02 Reid SpencerDon't upgrade functions that look like a bswap intrinsi...
2007-04-02 Reid SpencerHandle upgrade of llvm.bswap.iXX to llvm.bswap.iXX...
2007-03-29 Reid SpencerRemove some non-sensical logic that prevented llvm...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohengetFileStatus has a new parameter (caught by VC++).
2007-03-28 Jeff CohenFix problem with llvm-config that prevented JIT from...
2007-03-26 Reid SpencerFor PR1277:
2007-03-22 Evan ChengUnbreak non-debug builds.
2007-03-21 Reid SpencerRegenerate.
2007-03-21 Reid SpencerFor PR1243:
2007-03-21 Reid SpencerRegenerate.
2007-03-21 Reid SpencerFor PR1256:
2007-03-15 Reid SpencerRegenerate.
2007-03-15 Reid SpencerRevert last changes as they introduced other problems.
2007-03-14 Reid SpencerRegenerate.
2007-03-14 Reid SpencerThe sign information was not propagating into the renam...
2007-03-14 Reid SpencerFor PR1256:
2007-03-14 Jeff CohenMake older versions of bison happy.
2007-03-07 Devang PatelNow LICM is a LoopPass.
2007-03-07 Devang PatelNow LoopUnswitch is a LoopPass.
2007-03-06 Reid SpencerObtain the exit function before execution just in case...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-03 Reid Spencer1. Handle errors around the ModuleProvider. This is...
2007-03-01 Reid SpencerMake output for ConstantInt construction correct for...
2007-02-19 Chris Lattnerremove use of deprecated apis
2007-02-19 Chris Lattnerremove use of deprecated api
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-16 Reid SpencerAdd missing break statements!
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-13 Chris Lattnereliminate use of vector-related ctors
2007-02-13 Chris Lattnerregenerate
2007-02-13 Chris Lattnerremove use of vector-related ctors
2007-02-12 Chris Lattnerstop using me thods that take a vector
2007-02-12 Lauro Ramos VenancioFix build error on ARM.
2007-02-11 Chris Lattnerregenerate
2007-02-11 Chris Lattneradd #include
2007-02-10 Reid SpencerAlign make log output with the rest of llvm.
2007-02-09 Reid SpencerGet the use of \ right.
2007-02-09 Reid SpencerNow that gccas and gccld are just schell scripts, adjus...
2007-02-09 Reid SpencerEnd of life for gccld. Remove its source code and enabl...
2007-02-09 Reid SpencerWrite the deprecation message to stderr instead of...
2007-02-09 Reid SpencerWrite the deprecation message to stderr instead of...
2007-02-09 Reid SpencerPut in a disabled template for when gccld is replaced...
2007-02-09 Reid SpencerGet the right warning message.
2007-02-09 Reid SpencerNew shell script to replace gccld, eventually.
2007-02-09 Reid SpencerClean up error handling.
2007-02-08 Reid SpencerFor PR1153:
2007-02-08 Reid SpencerFor PR1153:
next