summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes findingScott Michel2009-01-02
* Don't try to analyze this "backward" case. This is overly conservative Nick Lewycky2009-01-02
* Remove comma at end of enumerator list.Daniel Dunbar2009-01-02
* Remove bison specific Makefile bits for AsmParser.Daniel Dunbar2009-01-02
* Load tracking means that the value analyzed mayDuncan Sands2009-01-02
* When calculating 'nocapture' argument attributes, allowDuncan Sands2009-01-02
* Improve comments and reorganize a bit - no functionalityDuncan Sands2009-01-02
* Fix a really horrible typo, which caused undefined behavior.Chris Lattner2009-01-02
* minor cleanups and comment improvements.Chris Lattner2009-01-02
* add a #include to hopefully get the x86-64-linux buildbot building.Chris Lattner2009-01-02
* update the cmakefile. This is a "best guess", I haven't tested this.Chris Lattner2009-01-02
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-02
* Fix x86 CPU id detection to identify Penryn (and future processors).Evan Cheng2009-01-02
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-02
* Make adding nocapture a bit stronger. FreeInst is nocapture. Also, Nick Lewycky2009-01-02
* Mention that this pass does escape analysis in theDuncan Sands2009-01-01
* Factorize (and generalize) the code promoting SELECTDuncan Sands2009-01-01
* Remove trailing spaces.Duncan Sands2009-01-01
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-01
* Fix comment.Bill Wendling2009-01-01
* Add transformation:Bill Wendling2009-01-01
* Look through phi nodes and select instructions whenDuncan Sands2008-12-31
* Don't analyze arguments already marked 'nocapture'.Duncan Sands2008-12-31
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-31
* Get live interval reconstruction several steps closer to working.Owen Anderson2008-12-31
* add a noteChris Lattner2008-12-31
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-30
* Linux wants the FDE initial location and address range to be forced to 32-bit.Bill Wendling2008-12-29
* The FDE initial location and address range data should be free to be 64-bitBill Wendling2008-12-29
* Make stripPointerCasts and getUnderlyingObjectDuncan Sands2008-12-29
* Experiments show that looking through phi nodesDuncan Sands2008-12-29
* Fixed spelling, removed trailing whitespace.Misha Brukman2008-12-29
* Allow readnone functions to read (and write!) globalDuncan Sands2008-12-29
* Add braces, as suggested by a gcc warning.Duncan Sands2008-12-29
* - Various '#if 0' cleanups.Scott Michel2008-12-29
* Teach LeaglizeDAG that i64 mul can be a libcall.Scott Michel2008-12-29
* select constant exprs should have the same constraints as select instructions,Chris Lattner2008-12-29
* move select validation logic into a shared place where the select ctor,Chris Lattner2008-12-29
* Fix up kill/dead marking in the new live interval reconstruction code.Owen Anderson2008-12-28
* Add prototype code for recomputing a live interval's ranges and valnos throug...Owen Anderson2008-12-28
* Check that the function prototypes are correct before assuming that the Nick Lewycky2008-12-27
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-27
* Add a simple pattern for matching 'bt'.Chris Lattner2008-12-25
* Fix some JIT encodings.Chris Lattner2008-12-25
* BT memory operands load from their address operand.Chris Lattner2008-12-25
* translateX86CC can never fail. Simplify it based on this.Chris Lattner2008-12-24
* Darwin likes for the EH frame to be non-local.Bill Wendling2008-12-24
* GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sureBill Wendling2008-12-24
* Fix a compiler-abort on a testcase where the stack-pointer is added toDan Gohman2008-12-24