summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* No need to specify the class if the method is within the class declaration.Misha Brukman2002-12-12
* Remove #includesChris Lattner2002-12-12
* Include tablegenChris Lattner2002-12-12
* Fix headerChris Lattner2002-12-12
* External routines used to identify Cilk operations inserted by theVikram S. Adve2002-12-10
* This file implements the function DemoteRegToStack(), which takes aVikram S. Adve2002-12-10
* This file provides the function DemoteRegToStack(), which takes aVikram S. Adve2002-12-10
* This file implements a pass that automatically parallelizes a program,Vikram S. Adve2002-12-10
* The pass Parallelize automatically parallelizes a program using theVikram S. Adve2002-12-10
* Fix link errors due to new IPModRef pass.Vikram S. Adve2002-12-09
* Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve2002-12-09
* Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,Vikram S. Adve2002-12-08
* An explicit representation of dependence graphs, and a pass thatVikram S. Adve2002-12-08
* Namespacify moreChris Lattner2002-12-08
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-08
* Add total instruction, bb, & function countsChris Lattner2002-12-07
* Fix bug that was bugging bugpointChris Lattner2002-12-07
* Remove dead codeChris Lattner2002-12-07
* Check in an old testcaseChris Lattner2002-12-07
* Give better error message if two passes of the same argument are registeredChris Lattner2002-12-07
* Stronger assertion in getNodeId(): node id must exist in the map.Vikram S. Adve2002-12-06
* Two bug fixes:Vikram S. Adve2002-12-06
* Fix several related bugs in DSNode::mergeWith() caused by theVikram S. Adve2002-12-06
* Added static helper method MergeNodes(). See DataStructure.cpp for more.Vikram S. Adve2002-12-06
* Bug fix in operator==() and in method fini().Vikram S. Adve2002-12-06
* Implement a lot of cast functionality (no FP or 64)Brian Gaeke2002-12-06
* Make sure to print indirect node againChris Lattner2002-12-06
* Fix bugChris Lattner2002-12-06
* Allow printing partially constructed bitsetsChris Lattner2002-12-06
* Don't delete values that may still be referenced!Chris Lattner2002-12-06
* Tighten up assertion checkingChris Lattner2002-12-06
* Only build jello when compiling on X86Chris Lattner2002-12-06
* Fix to make jello compile on Sparc even though it won't run.Chris Lattner2002-12-06
* Export a new ARCH variable indicating what platform is being compiledChris Lattner2002-12-06
* Fix bug: 2002-12-05-MissedConstProp.ll pointed out by Casey CarterChris Lattner2002-12-05
* New testcase pointed out by Casey CarterChris Lattner2002-12-05
* Cute bug fix: when moving links from N to this, some links could haveVikram S. Adve2002-12-05
* Target/X86/Printer.cpp: Add sizePtr function, and use it instead ofBrian Gaeke2002-12-05
* Return 0 to make it into a fully-functioning "Hello, World!" test case.Misha Brukman2002-12-04
* Added code generation for function prologues and epilogues.Misha Brukman2002-12-04
* Implemented functions for emitting prologues and epilogues;Misha Brukman2002-12-04
* Added push and pop instructions.Misha Brukman2002-12-04
* Added prototypes for emitting prologue and epilogue for function codeMisha Brukman2002-12-04
* Fix testcaseChris Lattner2002-12-04
* Fix handling of function calls that return voidChris Lattner2002-12-04
* Implement initial support for return values from call instructionsChris Lattner2002-12-04
* Fun arithmetic with iterators aimed at fixing a bug: inserting instructionsMisha Brukman2002-12-04
* Adjust the stack pointer after a function call, proportional to the number ofMisha Brukman2002-12-04
* Added instructions to add/subtract imm32 to/from a reg32.Misha Brukman2002-12-04
* New testcaseChris Lattner2002-12-04