aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-11Test that a call to a trampoline is turned into a call toDuncan Sands
2007-09-11Two ParamAttrsVectors which differ by a permutationDuncan Sands
2007-09-11Turn calls to trampolines into calls to the underlyingDuncan Sands
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-09-11My compiler warns about the semicolon.Duncan Sands
2007-09-11The personality function on Darwin needs a global stub. We then refer toBill Wendling
2007-09-11Add a ValueInfoT template parameter to DenseMap so that it can properly make ...Owen Anderson
2007-09-11Don't bother to initialize values corresponding to empty or tombstone Owen Anderson
2007-09-11Fix a typo in memdep, which was causing PR1648.Owen Anderson
2007-09-11Fix bugs with &=, intersect with complement. Add three argument version of in...Daniel Berlin
2007-09-11Fix non-deterministic behavior in the DenseMap copy constructor.Owen Anderson
2007-09-11Add remaining functions necessary for andersen'sDaniel Berlin
2007-09-11Avoid negative logic.Devang Patel
2007-09-11Refactor code into a separate method.Devang Patel
2007-09-11Testcase for PR1634Chris Lattner
2007-09-11Clear split info object.Devang Patel
2007-09-11Split condition does not have to be ICmpInst in all cases.Devang Patel
2007-09-10Check all terminators inside loop.Devang Patel
2007-09-10remove obsolete testcaseChris Lattner
2007-09-10remove some dead code, this is handled by constant folding.Chris Lattner
2007-09-10Fix a buggy constant folding transformation when handling aliases.Chris Lattner
2007-09-10Swap exit condition operands if it works.Devang Patel
2007-09-10regenerateChris Lattner
2007-09-10Fix PR1645 by resolving forward alias references.Chris Lattner
2007-09-10Add missing llvm-dis.Dale Johannesen
2007-09-1080 col.Evan Cheng
2007-09-10New entry.Evan Cheng
2007-09-10Observation of rematerialization.Evan Cheng
2007-09-10Add some notes about better flag handling.Chris Lattner
2007-09-10Emit:Chris Lattner
2007-09-10this is not infinite recursion.Chris Lattner
2007-09-101. Don't call Value::getName(), which is slow.Chris Lattner
2007-09-10Prevent tailcallelim from breaking "recursive" calls to builtins.Chris Lattner
2007-09-10It's not safe to rematerialize MOV32r0 etc. by simply cloning the originalEvan Cheng
2007-09-10Filter exit conditions which are not yet handled.Devang Patel
2007-09-10New test.Devang Patel
2007-09-10Require SCEV before LCSSA.Devang Patel
2007-09-09Remove an un-needed dependence query. This improves compile time marginally ...Owen Anderson
2007-09-09Add SparseBitVector implementationDaniel Berlin
2007-09-08Turn GVN on by default.Owen Anderson
2007-09-08Implement misaligned FP loads and stores.Dale Johannesen
2007-09-08Fix description of the call instruction. There are two types, with one beingNick Lewycky
2007-09-08Fix for VisualStudio. It is treating a 2 bit enum as a signed int for compar...Chuck Rose III
2007-09-08Smarter Reset(). Instead of deallocating all memory regions and reallocate theEvan Cheng
2007-09-07TableGen no longer emit CopyFromReg nodes for implicit results in physicalEvan Cheng
2007-09-07Add missing index versions of instructions to the map.Bill Wendling
2007-09-07Avoid storing and reloading zeros and other constants from stack slotsDan Gohman
2007-09-07Apply feedback from previous patch.Dale Johannesen
2007-09-07Revert previous change to IR.Dale Johannesen
2007-09-07Add support for having different alignment for objects on call frames.Rafael Espindola