summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* When comparing constants, consider a less wide constant to be "less complex"Nick Lewycky2009-07-04
* Add thumb2 sign / zero extend with rotate instructions.Evan Cheng2009-07-03
* Added indexed stores.Evan Cheng2009-07-03
* Sign extending pre/post indexed loads.Evan Cheng2009-07-02
* do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ...Chris Lattner2009-07-02
* Thumb2 pre/post indexed loads.Evan Cheng2009-07-02
* @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing.Chris Lattner2009-07-02
* Fix yet-another bug I introduced into fastisel, this time handlingChris Lattner2009-07-02
* llvm-mc/x86: Test case for x86 operand parsing.Daniel Dunbar2009-07-02
* Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487.Dan Gohman2009-07-01
* new test caseDevang Patel2009-07-01
* Support stand alone metadata syntax.Devang Patel2009-07-01
* Fix codegen for references to available_externally symbols. This fixesChris Lattner2009-07-01
* Insure that __block_holder_tmp is allocated on the stack when a byrefStuart Hastings2009-07-01
* CommuteChangesDestination() should check if to-be-commuted instruction define...Evan Cheng2009-07-01
* Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...Evan Cheng2009-07-01
* Fix some fast-isel problems selecting global variable addressing inChris Lattner2009-07-01
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-01
* Add PIC load and store patterns for Thumb-2.David Goodwin2009-07-01
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-30
* Add thumb-2 store word, halfword, and byte.David Goodwin2009-06-30
* Improve Thumb-2 jump table support.David Goodwin2009-06-30
* Fix PR4485.Rafael Espindola2009-06-30
* Fix PR4484.Rafael Espindola2009-06-30
* Temporarily restore the scavenger implicit_def checking code. MachineOperand ...Evan Cheng2009-06-30
* Add a bit IsUndef to MachineOperand. This indicates the def / use register op...Evan Cheng2009-06-30
* A few more load instructions.Evan Cheng2009-06-30
* Array accesses are independent if the underlying arrays differ.Andreas Bolka2009-06-30
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-30
* Enhance tests to include shifted-register operand testing.David Goodwin2009-06-30
* llvm-mc: Parse symbol attribute directives.Daniel Dunbar2009-06-30
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-29
* Add Thumb-2 support for TEQ amd TST.David Goodwin2009-06-29
* Thumb-2 testsDavid Goodwin2009-06-29
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-29
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-29
* Don't cache PHI exit values from exhaustive evaluations, becauseDan Gohman2009-06-29
* FIX PR 4459.Rafael Espindola2009-06-29
* Add some tests of advanced TableGen list functionality.David Greene2009-06-29
* Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only ...David Goodwin2009-06-29
* Implement Thumb2 ldr.Evan Cheng2009-06-29
* Print pairwise dependence results, add testcases.Andreas Bolka2009-06-28
* Don't try to split a loop when the controlling icmp instructionDan Gohman2009-06-27
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-27
* When a value is used multiple times within a single PHI, instructionsDan Gohman2009-06-27
* factor some logic out into a helper function, allow remat of loads from constantChris Lattner2009-06-27
* Reimplement rip-relative addressing in the X86-64 backend. The newChris Lattner2009-06-27
* remove some unneeded eh info.Chris Lattner2009-06-27
* testcase for PR4466Chris Lattner2009-06-27
* When possible, use "mvn ra, rb" instead of "eor ra, rb, -1" because mvn has a...David Goodwin2009-06-26