For PR1187:
[oota-llvm.git] / tools /
2007-02-08 Reid SpencerFor PR1187:
2007-02-08 Reid SpencerFor PR1187:
2007-02-07 Chris Lattnermove an llvmc-specific function out of the bcreader...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-07 Chris Lattneradd an option for timing bc file reading.
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-04 Reid SpencerFix grammaro in output message.
2007-02-04 Reid SpencerRegenerate.
2007-02-04 Reid SpencerFor PR1151:
2007-02-04 Reid SpencerMake sure the gccas script is executable.
2007-02-03 Reid SpencerFor PR1072:
2007-02-03 Chris Lattneradd an instcombine pass to clean up after heavy-lifting...
2007-02-03 Reid SpencerClean this up a bit: hide command unless verbose output...
2007-02-02 Reid SpencerTwo improvements:
2007-02-02 Reid SpencerFor PR1152:
2007-02-02 Reid SpencerFor PR1152:
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Devang PatelAdd printVersion(). Linker can use it to print LLVM...
2007-02-01 Devang PatelInclude Makefile.config before testing OS.
2007-01-31 Chris Lattnershutdown the app when done.
2007-01-31 Chris Lattnershutdown at end of run
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Reid SpencerRegenerate.
2007-01-29 Reid SpencerFor PR1142:
2007-01-29 Reid SpencerRegenerate.
2007-01-29 Reid SpencerUpgrade old csret calling convention into sret paramete...
2007-01-28 Nick LewyckyDrop CSRET from here too.
2007-01-28 Anton KorobeynikovMerge error at my side. Fixed.
2007-01-28 Anton KorobeynikovRegenerate
2007-01-28 Anton KorobeynikovDrop CSRET CC
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-28 Reid SpencerRegenerate.
2007-01-28 Reid SpencerFor PR1137:
2007-01-26 Reid SpencerRegenerate.
2007-01-26 Reid SpencerMake sure that an upgraded index is also inserted into...
2007-01-26 Reid SpencerRegenerate.
2007-01-26 Reid SpencerEnsure that gep_upgrade zext instructions we insert...
2007-01-26 Reid SpencerRemove extraneous ; to make some versions of bison...
2007-01-26 Devang PatelOrder createSimplifyLibCallsPass() after a set of funct...
2007-01-26 Reid SpencerRemove the SignedType class and other dead code. Improv...
2007-01-26 Reid SpencerRegenerate.
2007-01-26 Reid SpencerFor All These Bugs:
2007-01-21 Jeff CohenFix a bunch of missing semicolon parse errors from...
2007-01-21 Reid SpencerRun GenLibDeps.pl with the configured PERL path to...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-15 Chris LattnerRun an instcombine pass after inlining but before scala...
2007-01-15 Reid SpencerRegenerate.
2007-01-15 Reid SpencerFor PR1113:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Reid SpencerRegenerate
2007-01-15 Reid SpencerReorganize things a bit in preparation for rewrite...
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerCan't generate "bool" any more. Change to i1
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerDon't attempt to upgrade argument to va.start and va...
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerFor PR1093:
2007-01-12 Reid SpencerRegenerate.
2007-01-12 Reid SpencerRemove support for upgrading NOT. The llvm-upgrade...
2007-01-12 Chris Lattnerunbreak i1 constants with the cpp writer, eliminate...
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Chris LattnerFix persistent conflict madness by removing these from...
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-09 Chandler CarruthFixing a ">" redirect to be a ">>" redirect, so a sed...
2007-01-08 Devang PatelModules are consumed when they are merged together...
2007-01-08 Chris Lattnerfix atexit. This is an overcomplex way of calling...
2007-01-08 Chandler CarruthBuild libLLVMlto on non-Darwin architectures. Resolves...
2007-01-07 Chris Lattnerrelax type
2007-01-07 Reid SpencerRegenerate.
2007-01-07 Reid SpencerUpgrade the llvm.isunordered intrinsics to "fcmp uno...
2007-01-07 Chris Lattnerthis is an overcomplex way to call exit :)
2007-01-06 Chris LattnerAdd C wrappers for the LTO library (PR1081). Patch...
2007-01-06 Chris Lattnerfix typo
2007-01-06 Reid SpencerFor PR411:
2007-01-06 Reid SpencerRegenerate.
2007-01-06 Reid SpencerFor PR1082:
2007-01-06 Reid SpencerAdd an option for getting the C compiler flags, --cflags.
2007-01-06 Reid SpencerRegenerate
2007-01-06 Reid SpencerFor PR1080:
2007-01-05 Reid SpencerFix dependencies. The lexer depends on the grammar...
2007-01-05 Reid SpencerRegenerate
2007-01-05 Reid SpencerAdjust to new header file name.
2007-01-05 Reid SpencerMajor update of llvm-upgrade:
2007-01-04 Chris Lattnerregenerate
2007-01-04 Chris LattnerIf we hit a parse error, emit something bad to the...
2007-01-03 Reid SpencerRegenerate.
2007-01-03 Reid SpencerImplement many new type features including upreferences...
2007-01-03 Reid SpencerFinish implementation of variable renaming to handle...
2007-01-03 Evan ChengA bit more debugging printf's.
2007-01-02 Reid SpencerRegenerate.
2007-01-02 Reid SpencerPermit signed and unsigned integer constants to be...
2007-01-02 Reid SpencerRegenerate.
2007-01-02 Reid SpencerFor PR1070:
2007-01-01 Reid SpencerRegenerate.
2007-01-01 Reid SpencerFor PR1070:
next