summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [x86] Allow segment and address-size overrides for INS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for OUTS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for MOVS[BWLQ] (PR9385)David Woodhouse2014-01-22
* ]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow address-size overrides for SCAS{8,16,32,64} (PR9385)David Woodhouse2014-01-22
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-22
* AVX512: combining setcc and zext is wrong on AVX512Elena Demikhovsky2014-01-22
* MachineCopyPropagation has special logic for removing COPY instructions. It w...James Molloy2014-01-22
* [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin2014-01-22
* [Sparc] Add support for inline assembly constraints which specify registers b...Venkatraman Govindaraju2014-01-22
* [Sparc] Add support for inline assembly constraint 'I'. Venkatraman Govindaraju2014-01-22
* [Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absol...Venkatraman Govindaraju2014-01-22
* CodeGen: Stop treating vectors as aggregatesDuncan P. N. Exon Smith2014-01-21
* Tweak the spelling of the asserts requirement a bit more. This makes itChandler Carruth2014-01-21
* Fix PR18572 - llc crash during GenericScheduler::initPolicy().Andrew Trick2014-01-21
* Forgot to add testcase for r198590David Majnemer2014-01-21
* Fix pointer info on PPC byval storesHal Finkel2014-01-21
* [NVPTX] Add missing patterns for div.approx with immediate denominatorJustin Holewinski2014-01-21
* tools: support decoding ARM EHABI opcodes in readobjSaleem Abdulrasool2014-01-21
* ARM IAS: add support for .unwind_raw directiveSaleem Abdulrasool2014-01-21
* ARM IAS: support .personalityindexSaleem Abdulrasool2014-01-21
* [AArch64 NEON] Fix a bug caused by undef lane when generating VEXT.Kevin Qin2014-01-21
* [X86] Teach how to combine a vselect into a movss/movsdAndrea Di Biagio2014-01-20
* Debug info: On ARM ensure that all __TEXT sections come before theAdrian Prantl2014-01-20
* Revert "Debug info: On ARM ensure that the data sections come before the"Adrian Prantl2014-01-20
* Remove the useless pseudo instructions VDUPfdf and VDUPfqf, replacing them wi...James Molloy2014-01-20
* Fix misched-aa-colored.ll to require asserts (trying again)Hal Finkel2014-01-20
* Fix misched-aa-colored.ll to require asserts.Hal Finkel2014-01-20
* Update IR when merging slots in stack coloringHal Finkel2014-01-20
* [x86] Fix disassembly of MOV16ao16 et al.David Woodhouse2014-01-20
* [x86] Fix 16-bit disassembly of JCXZ/JECXZDavid Woodhouse2014-01-20
* [x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL/LODSL/OUTSLDavid Woodhouse2014-01-20
* [x86] Fix disassembly of callw instructionDavid Woodhouse2014-01-20
* [x86] Fix 16-bit handling of OpSize bitDavid Woodhouse2014-01-20
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-20
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* ARM: add tlsldo relocationKai Nacke2014-01-20
* [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-option...Artyom Skrobov2014-01-20
* Revert r199628: "[AArch64 NEON] Fix a bug caused by undef lane when generatin...Chandler Carruth2014-01-20
* Fix all the remaining lost-fast-math-flags bugs I've been able to find. The ...Owen Anderson2014-01-20
* [AArch64 NEON] Fix a bug caused by undef lane when generating VEXT.Kevin Qin2014-01-20
* [AArch64 NEON] Accept both #0.0 and #0 for comparing with floating point zero...Kevin Qin2014-01-20
* InstCombine: Modernize a bunch of cast combines.Benjamin Kramer2014-01-19
* InstCombine: Replace a hand-rolled version of isKnownToBeAPowerOfTwo with the...Benjamin Kramer2014-01-19
* InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec...Benjamin Kramer2014-01-19
* InstCombine: Refactor fmul/fdiv combines to handle vectors.Benjamin Kramer2014-01-19
* Fix a really nasty SROA bug with how we handled out-of-bounds memcpyChandler Carruth2014-01-19
* ARM ELF: ensure that the tag types are correctedSaleem Abdulrasool2014-01-19
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-19