aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert r140412. This affects more instructions than intended.Owen Anderson2011-09-231-1/+1
* Thumb2 register-shifted-register loads cannot target the PC or the SP.Owen Anderson2011-09-231-1/+1
* Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef...Anna Zaks2011-09-231-0/+4
* Implement N32/64 calling convention. Patch by Liu.Akira Hatanaka2011-09-231-1/+54
* Make FGR64RegisterClass available if target is Mips64.Akira Hatanaka2011-09-231-1/+6
* Add definitions of 64-bit register files. Add code for returning Mips64's set...Akira Hatanaka2011-09-232-9/+81
* PTX: Fix parameter order bugJustin Holewinski2011-09-232-8/+8
* Fix a couple of 80 column violations.Wesley Peck2011-09-232-2/+3
* PTX: Cleanup unused code in PTXMachineFunctionInfoJustin Holewinski2011-09-233-158/+60
* PTX: Fix another 80-column violationJustin Holewinski2011-09-231-1/+2
* PTX: Handle function call return valuesJustin Holewinski2011-09-233-18/+68
* Fix 80 column violations.Richard Osborne2011-09-233-8/+16
* Implement Chris's suggestion of legalizing the various SSE and AVXDuncan Sands2011-09-232-64/+13
* Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume.Garrison Venn2011-09-231-93/+116
* PTX: Start fixing function callsJustin Holewinski2011-09-233-4/+16
* PTX: Remove PTX calling convention filesJustin Holewinski2011-09-232-192/+0
* [PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td 80 columnsJustin Holewinski2011-09-232-81/+162
* PTX: Generalize handling of .param typesJustin Holewinski2011-09-237-22/+204
* PTX: Cleanup unused code in the PTXMFInfoExtract passJustin Holewinski2011-09-231-31/+0
* Tweak the handling of MERGE_VALUES nodes: remove the need forDuncan Sands2011-09-236-51/+43
* Vector-Select: Address one of the problems in pr10902. Add handling for theNadav Rotem2011-09-232-0/+43
* Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper2011-09-235-13/+23
* Add definitions of 64-bit int registers.Akira Hatanaka2011-09-231-0/+41