summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove redundant const qualifierChris Lattner2003-07-23
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-23
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-23
* Remove unnecessary castsChris Lattner2003-07-23
* Fit code into 80 columnsChris Lattner2003-07-23
* Eliminate old-style castChris Lattner2003-07-23
* Random cleanupsChris Lattner2003-07-23
* Remove using declChris Lattner2003-07-23
* Remove explicit const qualifiersChris Lattner2003-07-23
* Fix bug: TailDup/2003-07-22-InfiniteLoop.llChris Lattner2003-07-23
* - InstCombine (cast (xor A, B) to bool) ==> (setne A, B)Chris Lattner2003-07-22
* Fix comment.Vikram S. Adve2003-07-22
* Simplify code a bitChris Lattner2003-07-21
* Added code that checks to see if a global variable is external before replacingJohn Criswell2003-07-21
* Eliminated dead code.Misha Brukman2003-07-21
* Added special consideration for instrumentation strategyAnand Shukla2003-07-20
* Added check for inlinable functionAnand Shukla2003-07-18
* Please, save your applause^H^H^H^H^H^H^H^Hflames for the end...Brian Gaeke2003-07-18
* Cleaned up the code which chooses the appropriate value for the file descriptorMisha Brukman2003-07-18
* A pass to combine multiple backedges that go to same targetAnand Shukla2003-07-18
* Use getClassB for load and store; we don't want to abort when weBrian Gaeke2003-07-17
* Fix typo in call to isUnresolvableFunc, which was breaking the build.Brian Gaeke2003-07-17
* Dinakar and I fixed a bug where we were trying to get the initializer ofJohn Criswell2003-07-17
* Rematerialize nodes from the globals graph into the current graphVikram S. Adve2003-07-16
* (1) Rematerialize nodes from the globals graph into the current graphVikram S. Adve2003-07-16
* Implement 2 important changes: (1) rematerialization from the globals graph,Vikram S. Adve2003-07-16
* Factor out the test for unresolvable external functions intoVikram S. Adve2003-07-16
* Fixed the number translation scheme for the integer condition code registers: itMisha Brukman2003-07-16
* The name should really be `simm11' to follow the naming convention, but this hasMisha Brukman2003-07-16
* No need for a second immediate field if the class already inherits one.Misha Brukman2003-07-15
* Encode predict = 1 by default, because the Sparc assembler does this.Misha Brukman2003-07-15
* Correctly handle calls to functions which are further away than 2**32 bits willMisha Brukman2003-07-15
* Clean up my last checkin: code is easier to read and explains the differences inMisha Brukman2003-07-15
* On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring toMisha Brukman2003-07-15
* * Added support for the %ccr registerMisha Brukman2003-07-14
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Trace loads and stores as they happen (stores were beingVikram S. Adve2003-07-11
* If we have a constant pointer reference to a function, we were printingBrian Gaeke2003-07-11
* Fix some serious floating-point bugs (fixes test cases such as Oscar,Brian Gaeke2003-07-11
* Added functionality to instrmentation passAnand Shukla2003-07-10
* Fixed grammatical error.Misha Brukman2003-07-10
* Several important bug fixes:Vikram S. Adve2003-07-10
* Bug fix in creating constants: need 1U << 31, not 1 << 31.Vikram S. Adve2003-07-10
* Fold cast-to-bool into not. Later, this should also be folded into otherVikram S. Adve2003-07-10
* Values stored in CallArgsDescriptor cannot be const.Vikram S. Adve2003-07-10
* isMarkedForSpill() should be const.Vikram S. Adve2003-07-10
* Change interface to MachineInstr::substituteValue to specify more preciselyVikram S. Adve2003-07-10
* Print out all neighbors in interference graph, not just higher-numbered ones.Vikram S. Adve2003-07-10
* Several fixes to handling of int CC register:Vikram S. Adve2003-07-10