aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't put default parameter values into .cpp files, it breaks 3.x compilersChris Lattner2002-09-171-3/+1
* Fix namespace correctness bugChris Lattner2002-09-171-1/+1
* There is a #define in some header that conflicts with INFINITY, rename it.Chris Lattner2002-09-172-8/+8
* Allow the VERBOSE=1 option to turn on output of recursive make behaviorChris Lattner2002-09-172-2/+2
* Add support for gcc 3.2Chris Lattner2002-09-171-2/+2
* Fix parallel recursive make to build directories in orderChris Lattner2002-09-172-12/+8
* Use locally built burgChris Lattner2002-09-171-1/+1
* Build burg treeChris Lattner2002-09-171-1/+1
* TEst commitChris Lattner2002-09-172-0/+2
* Test commitChris Lattner2002-09-172-0/+2
* Test changeChris Lattner2002-09-172-2/+0
* We need an 'all' target to build burg, add it backChris Lattner2002-09-172-0/+4
* Don't run tests by defaultChris Lattner2002-09-172-4/+0
* Initial checkin of burg documetnation filesChris Lattner2002-09-1710-0/+1774
* Initial checkin of burg filesChris Lattner2002-09-1760-0/+11220
* Avoid using two i's in the same statementsChris Lattner2002-09-171-4/+4
* Fix bug: test/Regression/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.llChris Lattner2002-09-171-1/+2
* New regression testChris Lattner2002-09-171-0/+12
* Convert to use long indexes instead of uintChris Lattner2002-09-171-6/+6
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-171-1/+1
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-172-2/+2
* Removed debug info printingAnand Shukla2002-09-171-1/+10
* Add support for GCC 2.96Chris Lattner2002-09-172-4/+4
* Remove extra #includeChris Lattner2002-09-171-1/+0
* Fix typeoChris Lattner2002-09-171-1/+1
* Don't print global variable definitions twice! Sun's pathetic compilerVikram S. Adve2002-09-172-14/+22
* Fix typo in comment.Vikram S. Adve2002-09-171-1/+1
* Remove specification of argument default from cpp file.Vikram S. Adve2002-09-171-1/+1
* Remove warning that is no longer applicableChris Lattner2002-09-161-4/+2
* Comment line of the makefileChris Lattner2002-09-162-0/+2
* Handle whitespace in LIBRARYNAME gracefullyChris Lattner2002-09-162-0/+4
* Fix FunctionInlining pass assertion failure:Chris Lattner2002-09-161-1/+1
* Fix typeoChris Lattner2002-09-161-2/+2
* Fix compile problem on linux. Noone should ever #include <inttypes.h>Chris Lattner2002-09-161-1/+1
* Run the cee pass testsChris Lattner2002-09-161-1/+2
* Checking testcases for cee passChris Lattner2002-09-163-0/+186
* Fix: test/Regression/LLC/badidx.c problemChris Lattner2002-09-163-22/+22
* Remove duplicate sparc entry.Vikram S. Adve2002-09-161-1/+1
* Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve2002-09-161-2/+2
* Print information about files that were removedChris Lattner2002-09-161-0/+3
* New preselection pass that specializes LLVM code for a target machine,Vikram S. Adve2002-09-161-0/+16
* Moved these files to the utils directory.Nick Hildenbrandt2002-09-163-83/+0
* Add ilist_iterator constructor from a node reference.Vikram S. Adve2002-09-162-0/+2
* Extract most of the transformation into an externally accessibleVikram S. Adve2002-09-161-27/+31
* Change several entries to use the .o instead of .a to expose pass options.Vikram S. Adve2002-09-161-3/+4
* Make all registered optimization passes available to llc.Vikram S. Adve2002-09-161-90/+151
* Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2002-09-162-7/+20
* Allow transformation DecomposeArrayRef(GetElementPtrInst* GEP) toVikram S. Adve2002-09-161-1/+8
* Add routines to update or erase operands (and to do so without externalVikram S. Adve2002-09-163-1/+16
* *** empty log message ***Vikram S. Adve2002-09-161-1/+2