aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* default to emiting an uncompressed .bc fileChris Lattner2007-01-218-9/+9
* Run an instcombine pass after inlining but before scalarrepl. This allowsChris Lattner2007-01-151-0/+1
* Regenerate.Reid Spencer2007-01-155-844/+850
* For PR1113:Reid Spencer2007-01-153-211/+215
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-3/+3
* RegenerateReid Spencer2007-01-155-1029/+1476
* Reorganize things a bit in preparation for rewrite. Although this looksReid Spencer2007-01-153-501/+574
* Regenerate.Reid Spencer2007-01-134-173/+173
* Can't generate "bool" any more. Change to i1Reid Spencer2007-01-132-5/+5
* Regenerate.Reid Spencer2007-01-132-26/+30
* Don't attempt to upgrade argument to va.start and va.end if there are none.Reid Spencer2007-01-131-5/+7
* Regenerate.Reid Spencer2007-01-132-2/+2
* Regenerate.Reid Spencer2007-01-133-1280/+1341
* For PR1093:Reid Spencer2007-01-131-5/+34
* Regenerate.Reid Spencer2007-01-123-660/+641
* Remove support for upgrading NOT. The llvm-upgrade lexer didn't recognizeReid Spencer2007-01-121-6/+1
* unbreak i1 constants with the cpp writer, eliminate special case.Chris Lattner2007-01-121-6/+2
* For PR1064:Reid Spencer2007-01-121-27/+24
* Fix persistent conflict madness by removing these from cvs.Chris Lattner2007-01-123-8061/+0
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-1/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-3/+3
* For PR1043:Zhou Sheng2007-01-113-171/+172
* Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth2007-01-091-1/+1
* Modules are consumed when they are merged together by Linker.Devang Patel2007-01-081-0/+2
* fix atexit. This is an overcomplex way of calling exit, but it is required,Chris Lattner2007-01-081-3/+16
* Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth2007-01-083-5/+12
* relax typeChris Lattner2007-01-071-1/+1
* Regenerate.Reid Spencer2007-01-073-74/+104
* Upgrade the llvm.isunordered intrinsics to "fcmp uno" instruction.Reid Spencer2007-01-071-14/+24
* this is an overcomplex way to call exit :)Chris Lattner2007-01-071-12/+1
* Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth!Chris Lattner2007-01-061-0/+66
* fix typoChris Lattner2007-01-061-1/+1
* For PR411:Reid Spencer2007-01-062-9/+10
* Regenerate.Reid Spencer2007-01-065-571/+748
* For PR1082:Reid Spencer2007-01-062-59/+122
* Add an option for getting the C compiler flags, --cflags.Reid Spencer2007-01-062-0/+6
* RegenerateReid Spencer2007-01-063-6/+6
* For PR1080:Reid Spencer2007-01-061-2/+2
* Fix dependencies. The lexer depends on the grammar for the UpgradeParser.hReid Spencer2007-01-051-2/+1
* RegenerateReid Spencer2007-01-058-6247/+9419
* Adjust to new header file name.Reid Spencer2007-01-051-1/+1
* Major update of llvm-upgrade:Reid Spencer2007-01-053-238/+534
* regenerateChris Lattner2007-01-046-8133/+6026
* If we hit a parse error, emit something bad to the output stream. This ensur...Chris Lattner2007-01-041-0/+2
* Regenerate.Reid Spencer2007-01-036-500/+608
* Implement many new type features including upreferences, proper retentionReid Spencer2007-01-031-4/+15
* Finish implementation of variable renaming to handle collapsed type planesReid Spencer2007-01-031-35/+71
* A bit more debugging printf's.Evan Cheng2007-01-031-0/+10
* Regenerate.Reid Spencer2007-01-023-211/+211
* Permit signed and unsigned integer constants to be used with either signedReid Spencer2007-01-021-1/+1