aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove uses of the NonCopyable class, to make the doxygen output look betterChris Lattner2003-08-152-18/+34
* rename selection library to selectiondagChris Lattner2003-08-151-1/+1
* rename selection directory and library to SelectionDAGChris Lattner2003-08-152-2/+2
* Add a bunch of new node types, etcChris Lattner2003-08-152-12/+71
* Adjust to new API, add expandCall stubChris Lattner2003-08-152-20/+20
* Add support for unconditional branches and for emitting JE instructionsChris Lattner2003-08-151-3/+15
* Add a bunch of new node types, including a new Void dummy register classChris Lattner2003-08-151-1/+16
* * Must save FP registers when calling CompilationCallback(), because FPMisha Brukman2003-08-151-24/+168
* Add support for reading command line arguments from an environment variable.Brian Gaeke2003-08-141-0/+74
* Improvement to the previous fix: branch following a delay slot ofVikram S. Adve2003-08-142-6/+10
* Stop annoying warnings about mismatched types with the argument of a freeChris Lattner2003-08-142-16/+48
* Implement a _REAL_ memory manager for the code generated by the JIT. ThisChris Lattner2003-08-141-42/+100
* Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer needMisha Brukman2003-08-145-10/+10
* Restore 'nice name' to passChris Lattner2003-08-141-0/+1
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-147-7/+7
* Add new method to FunctionPassManager to add ImmutablePasses.Brian Gaeke2003-08-142-1/+21
* Unbreak SPARC backend: addPassesToJITCompile andBrian Gaeke2003-08-142-2/+2
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-143-17/+5
* Unbreak SPARC backend: addPassesToJITCompile andBrian Gaeke2003-08-141-3/+3
* Dramatically simplify how -time-passes works.Chris Lattner2003-08-142-62/+24
* Fix FIXME by removing FIXMEChris Lattner2003-08-131-1/+1