summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove dead table entry.Bill Wendling2011-09-26
* Some minor (and more involved) cleanups. No real context changes.Bill Wendling2011-09-26
* ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson2011-09-26
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-26
* Upgrade a couple more tests to the new atomic instructions.Eli Friedman2011-09-26
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-26
* PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski2011-09-26
* Fix this test so it doesn't fail on Mac.Eli Friedman2011-09-26
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-26
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-26
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-26
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-26
* PTX: Add .align tests to stack object test fileJustin Holewinski2011-09-26
* PTX: SM > 2.0 implies +doubleJustin Holewinski2011-09-26
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-26
* PTX: Split up the TableGen instruction definitions into logical unitsJustin Holewinski2011-09-26
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-26
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-26
* Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are su...David Meyer2011-09-26
* PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer2011-09-26
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-26
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-25
* [vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENTNadav Rotem2011-09-25
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* Rename LowerSubregs to ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* Sort CMakeLists.txt.Benjamin Kramer2011-09-24
* Implement Duncan's suggestion to use the result of getSetCCResultType if it i...Nadav Rotem2011-09-24
* [Vector-Select] Address one of the problems in 10902.Nadav Rotem2011-09-24
* Add .td file.Akira Hatanaka2011-09-24
* Revert change made in .gitignore.Akira Hatanaka2011-09-24
* Preparation for adding simple Mips64 instructions.Akira Hatanaka2011-09-24
* Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen2011-09-24
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-23
* LSR minor bug fix in RateRegister.Andrew Trick2011-09-23
* Duncan owns dragonegg too, it's all his fault :)Chris Lattner2011-09-23
* Verify that terminators follow non-terminators.Jakob Stoklund Olesen2011-09-23
* PR10998: It is not legal to sink an instruction past the terminator of a bloc...Eli Friedman2011-09-23
* Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...Owen Anderson2011-09-23
* Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen2011-09-23
* Fix incorrect disassembly test.Owen Anderson2011-09-23
* Add more fixed bits to USAT16 encoding to filter out incorrect decodings.Owen Anderson2011-09-23
* Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson2011-09-23
* Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson2011-09-23
* Revert r140412. This affects more instructions than intended.Owen Anderson2011-09-23
* Thumb2 register-shifted-register loads cannot target the PC or the SP.Owen Anderson2011-09-23
* Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef...Anna Zaks2011-09-23
* Implement N32/64 calling convention. Patch by Liu.Akira Hatanaka2011-09-23
* Make FGR64RegisterClass available if target is Mips64.Akira Hatanaka2011-09-23
* Add definitions of 64-bit register files. Add code for returning Mips64's set...Akira Hatanaka2011-09-23
* PTX: Fix parameter order bugJustin Holewinski2011-09-23