aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix copy-and-paste-oChris Lattner2003-08-241-2/+2
* Initial support for recognizing LLVM exception handling intrinsicsChris Lattner2003-08-242-4/+17
* Big diff for a small change: delete inlined functions if all callees haveChris Lattner2003-08-241-21/+32
* Implement: Inline/cfg_preserve_test.llChris Lattner2003-08-241-2/+15
* Allow specifying the name for the newly split basic blockChris Lattner2003-08-241-2/+2
* Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.llChris Lattner2003-08-231-13/+21
* Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5Chris Lattner2003-08-231-0/+13
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-232-3/+3
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-231-1/+13
* Fix bug: LowerSwitch/2003-08-23-EmptySwitch.llChris Lattner2003-08-231-0/+7
* Do not consider any types that exist in the global symbol table!Chris Lattner2003-08-233-30/+33
* Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.llChris Lattner2003-08-233-42/+117
* Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gccChris Lattner2003-08-233-24/+111
* Fix bug: TailDup/2003-08-23-InvalidatedPointers.llChris Lattner2003-08-231-16/+15
* Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.llChris Lattner2003-08-231-6/+6
* Initial checkin of ValueHolder helperChris Lattner2003-08-231-0/+16
* Fix typeoChris Lattner2003-08-223-3/+3
* The process of linking types can cause their addresses to become invalid. Fo...Chris Lattner2003-08-223-72/+99
* Implement Linker/2003-08-20-OpaqueTypeResolve.llChris Lattner2003-08-223-48/+285
* Accept double quoted strings everwhere we accept a %ABC variable name.Chris Lattner2003-08-221-10/+8
* If an "LLVM name" has wierd characters in it, print it out in double quotes i...Chris Lattner2003-08-221-9/+32
* The word `dependent' has no `a'.Misha Brukman2003-08-2110-11/+11
* Fix spelloChris Lattner2003-08-212-2/+2
* Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner2003-08-211-26/+17
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-215-7/+35
* Change all #include'd files to be :: rules instead of : rulesChris Lattner2003-08-212-7/+7
* Reoptimizer has moved to reopt cvs module.Brian Gaeke2003-08-211-2/+0
* Implement Assembler/2003-08-21-ConstantExprCast-Fold.llxChris Lattner2003-08-211-2/+12
* Unless we CANNOT merge the arguments, do soChris Lattner2003-08-201-1/+3
* Implement testcase: Assembler/2003-08-20-ConstantExprGEP-Fold.llxChris Lattner2003-08-201-10/+14
* Fix grammar, add commentChris Lattner2003-08-181-1/+4
* Do not even attempt to compute dominator information for unreachable blocksChris Lattner2003-08-181-26/+8
* no really, implement it!Chris Lattner2003-08-181-2/+1
* Add support for casting any pointer to any integer typeChris Lattner2003-08-181-6/+8
* Fix linking bug in xboardChris Lattner2003-08-181-1/+4
* Add support for the sig(set|long)jmp intrinsicsChris Lattner2003-08-185-2/+14
* Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner2003-08-182-5/+9
* Spell `necessary' correctly.Misha Brukman2003-08-1825-31/+31
* Fix ABI issue: Longs really do need to be only 4 byte aligned on X86.Chris Lattner2003-08-171-1/+2
* Fix the bug that broke the nightly tester in McCat/18-imp last night. :(Chris Lattner2003-08-171-6/+6
* Implement folding of switch instructions.Chris Lattner2003-08-171-3/+56
* Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.llChris Lattner2003-08-172-1/+11
* The fixme is irrelevant: if that happens, the LLVM bytecode is malformed.Chris Lattner2003-08-171-7/+1
* Fix bug: Jello/2003-08-15-AllocaAssertion.llChris Lattner2003-08-171-8/+18
* Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.llChris Lattner2003-08-161-4/+81
* Rename -emitmaps to -enable-mapsBrian Gaeke2003-08-161-1/+1
* Fix typo in commentBrian Gaeke2003-08-151-1/+1
* lib/Support/CommandLine.cpp:Brian Gaeke2003-08-151-46/+51
* Now that the JIT memory manager allocates as many bytes as necessary rather thanMisha Brukman2003-08-151-1/+2
* Fix register and parameter numbers in saving double FP registers.Misha Brukman2003-08-151-1/+1