aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect testcases.Owen Anderson2011-09-261-4/+0
* Set register class of a register according to value of HasMips64.Akira Hatanaka2011-09-261-1/+1
* Define variable HasMips64 in MipsTargetLowering.Akira Hatanaka2011-09-262-4/+5
* In single float mode, double precision FP arguments are passed in integerAkira Hatanaka2011-09-261-4/+3
* Convert more tests to new atomic instructions.Eli Friedman2011-09-263-35/+19
* Convert more tests over to the new atomic instructions. Eli Friedman2011-09-266-1504/+1367
* Fix grammar.Bill Wendling2011-09-261-2/+2
* Remove dead table entry.Bill Wendling2011-09-261-1/+0
* Some minor (and more involved) cleanups. No real context changes.Bill Wendling2011-09-261-128/+121
* ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson2011-09-264-3/+38
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-264-65/+23
* Upgrade a couple more tests to the new atomic instructions.Eli Friedman2011-09-262-12/+5
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-264-14/+46
* PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski2011-09-261-8/+9
* Fix this test so it doesn't fail on Mac.Eli Friedman2011-09-261-6/+6
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-265-5/+214
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-261-0/+12
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-264-50/+77
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-263-2/+60
* PTX: Add .align tests to stack object test fileJustin Holewinski2011-09-261-2/+11
* PTX: SM > 2.0 implies +doubleJustin Holewinski2011-09-261-5/+6
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-262-1/+13
* PTX: Split up the TableGen instruction definitions into logical unitsJustin Holewinski2011-09-263-418/+300
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-265-206/+38
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-266-30/+204
* Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are su...David Meyer2011-09-261-1/+1
* PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer2011-09-263-7/+4
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-262-2/+291
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-254-7/+35
* [vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENTNadav Rotem2011-09-251-2/+7
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-254-51/+47
* Rename LowerSubregs to ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-252-1/+1
* Sort CMakeLists.txt.Benjamin Kramer2011-09-241-7/+5
* Implement Duncan's suggestion to use the result of getSetCCResultType if it i...Nadav Rotem2011-09-241-4/+9
* [Vector-Select] Address one of the problems in 10902.Nadav Rotem2011-09-241-1/+10
* Add .td file.Akira Hatanaka2011-09-241-0/+12
* Revert change made in .gitignore.Akira Hatanaka2011-09-241-2/+0
* Preparation for adding simple Mips64 instructions.Akira Hatanaka2011-09-243-0/+8
* Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen2011-09-242-4/+1
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-233-0/+12
* LSR minor bug fix in RateRegister.Andrew Trick2011-09-231-1/+1
* Duncan owns dragonegg too, it's all his fault :)Chris Lattner2011-09-231-1/+1
* Verify that terminators follow non-terminators.Jakob Stoklund Olesen2011-09-232-0/+16
* PR10998: It is not legal to sink an instruction past the terminator of a bloc...Eli Friedman2011-09-232-1/+52
* Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...Owen Anderson2011-09-232-1/+3
* Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen2011-09-232-2/+20
* Fix incorrect disassembly test.Owen Anderson2011-09-231-1/+1
* Add more fixed bits to USAT16 encoding to filter out incorrect decodings.Owen Anderson2011-09-231-2/+2
* Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson2011-09-233-11/+18
* Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson2011-09-232-3/+3