aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* CommuteChangesDestination() should check if to-be-commuted instruction define...Evan Cheng2009-07-011-0/+130
* Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...Evan Cheng2009-07-011-0/+99
* Fix some fast-isel problems selecting global variable addressing inChris Lattner2009-07-011-0/+24
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-012-0/+256
* Add PIC load and store patterns for Thumb-2.David Goodwin2009-07-013-2/+51
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-301-0/+7
* Add thumb-2 store word, halfword, and byte.David Goodwin2009-06-303-0/+189
* Improve Thumb-2 jump table support.David Goodwin2009-06-301-0/+26
* Fix PR4485.Rafael Espindola2009-06-302-1/+16
* Fix PR4484.Rafael Espindola2009-06-301-0/+15
* Temporarily restore the scavenger implicit_def checking code. MachineOperand ...Evan Cheng2009-06-301-0/+116
* Add a bit IsUndef to MachineOperand. This indicates the def / use register op...Evan Cheng2009-06-301-0/+122
* A few more load instructions.Evan Cheng2009-06-303-0/+147
* Array accesses are independent if the underlying arrays differ.Andreas Bolka2009-06-304-2/+49
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-301-1/+17
* Enhance tests to include shifted-register operand testing.David Goodwin2009-06-3014-19/+425
* llvm-mc: Parse symbol attribute directives.Daniel Dunbar2009-06-301-0/+7
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-291-0/+16
* Add Thumb-2 support for TEQ amd TST.David Goodwin2009-06-294-0/+192
* Thumb-2 testsDavid Goodwin2009-06-297-15/+65
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-291-4/+4
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-291-0/+39
* Don't cache PHI exit values from exhaustive evaluations, becauseDan Gohman2009-06-291-0/+78
* FIX PR 4459.Rafael Espindola2009-06-291-0/+15
* Add some tests of advanced TableGen list functionality.David Greene2009-06-292-0/+19
* Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only ...David Goodwin2009-06-291-0/+25
* Implement Thumb2 ldr.Evan Cheng2009-06-292-7/+102
* Print pairwise dependence results, add testcases.Andreas Bolka2009-06-285-0/+113
* Don't try to split a loop when the controlling icmp instructionDan Gohman2009-06-271-0/+195
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-271-0/+45
* When a value is used multiple times within a single PHI, instructionsDan Gohman2009-06-271-0/+33
* factor some logic out into a helper function, allow remat of loads from constantChris Lattner2009-06-271-2/+1
* Reimplement rip-relative addressing in the X86-64 backend. The newChris Lattner2009-06-272-1/+2
* remove some unneeded eh info.Chris Lattner2009-06-273-4/+4
* testcase for PR4466Chris Lattner2009-06-271-0/+16
* When possible, use "mvn ra, rb" instead of "eor ra, rb, -1" because mvn has a...David Goodwin2009-06-261-0/+11
* Add some testcases for some of the recent ScalarEvolution bug fixes.Dan Gohman2009-06-262-0/+419
* Thumb-2 testsDavid Goodwin2009-06-2627-15/+318
* remove unwind info, add test for asmprinting of jump table labels with (%rip)Chris Lattner2009-06-261-1/+4
* Add x86 support for 'n' inline asm modifier. This will be handled target inde...Evan Cheng2009-06-261-0/+8
* Thumb-2 has CLZ.David Goodwin2009-06-261-0/+8
* Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc".David Goodwin2009-06-263-4/+4
* More spelling Count as count.Daniel Dunbar2009-06-2612-12/+12
* Spell Count as count.Daniel Dunbar2009-06-262-2/+2
* Add Thumb-2 tests.David Goodwin2009-06-2612-2/+195
* ADC used to implement adde should use "adcs" opcode instead of "adc". David Goodwin2009-06-263-2/+40
* ORN and BIC tests.David Goodwin2009-06-263-3/+16
* Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction...David Goodwin2009-06-262-0/+41
* Fix tests: Count -> count.Evan Cheng2009-06-262-2/+2
* Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l...Evan Cheng2009-06-262-0/+26