aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-0110-27/+32
* [SystemZ] Add truncating high-word stores (STCH and STHH)Richard Sandiford2013-10-015-0/+176
* [SystemZ] Add zero-extending high-word loads (LLCH and LLHH)Richard Sandiford2013-10-015-0/+178
* SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2013-10-011-0/+43
* [SystemZ] Add sign-extending high-word loads (LBH and LHH)Richard Sandiford2013-10-015-0/+178
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-011-0/+52
* [SystemZ] Reapply: Add definitions of LFH and STFHRichard Sandiford2013-10-014-0/+130
* [mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr...Daniel Sanders2013-10-011-0/+128
* This patch adds aliases for Mips sub instruction with immediate operands. Cor...Vladimir Medic2013-10-011-0/+4
* AVX-512: Added X86vzmovl patternsElena Demikhovsky2013-10-011-0/+16
* Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher2013-10-011-0/+150
* Use CHECK-LABELMatt Arsenault2013-09-303-18/+20
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-301-22/+24
* Add llvm-readobj to the list of programs to find in the freshly builtEric Christopher2013-09-301-1/+1
* Use right address space size in InstCombineComparesMatt Arsenault2013-09-301-1/+17
* Constant fold ptrtoint + compare with address spacesMatt Arsenault2013-09-301-0/+20
* [ARM] Fix Thumb(-2) diagnostic tests.Tilmann Scheller2013-09-302-12/+12
* TBAA: update tbaa format from scalar format to struct-path aware format.Manman Ren2013-09-309-63/+74
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-3020-207/+131
* [mips][msa] Direct Object Emission for I8 instructions.Jack Carter2013-09-301-0/+36
* [mips][msa] Direct Object Emission for I5 instructions.Jack Carter2013-09-301-0/+138
* [mips][msa] Direct Object Emission for 2R instructions.Jack Carter2013-09-301-0/+36
* [PATCH 1/4] [mips][msa] Source register of FILL instructions is GPRJack Carter2013-09-301-0/+15
* [ARM] Use FileCheck instead of grep for ARM LDRD negative tests.Tilmann Scheller2013-09-301-19/+42
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-302-1/+2
* [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...Tilmann Scheller2013-09-301-0/+6
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-301-1/+1
* Enable building LTO on WIN32.Rafael Espindola2013-09-302-2/+1
* Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*Joey Gouly2013-09-301-0/+23
* [ARM] Assembler: Add more negative tests for ARM LDRD.Tilmann Scheller2013-09-301-0/+8
* [SystemZ] Revert r191661: Add definitions of LFH and STFHRichard Sandiford2013-09-304-130/+0
* [SystemZ] Add definitions of LFH and STFHRichard Sandiford2013-09-304-0/+130
* Add a few more FMA4 disassembler test cases to match the scalar set with rega...Craig Topper2013-09-301-0/+12
* Various x86 disassembler fixes.Craig Topper2013-09-301-0/+36
* ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-291-0/+17
* Revert accidental commit.Craig Topper2013-09-291-1/+41
* Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...Craig Topper2013-09-291-41/+1
* Add a test that large offsets on GEPs on 32 bits targets are handled correctly.Benjamin Kramer2013-09-281-0/+10
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-283-4/+4
* R600: Fix handling of NAN in comparison instructionsTom Stellard2013-09-287-61/+87
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+23
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-284-9/+57
* Use right pointer type in DebugIRMatt Arsenault2013-09-271-0/+13
* Resurrect lit.local.cfg to un-break hexagon buildbot.Rui Ueyama2013-09-271-0/+3
* Fix SLPVectorizer using wrong address space for load/storeMatt Arsenault2013-09-272-0/+69
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-2710-125/+128
* InstCombine: Only foldSelectICmpAndOr for integer typesJustin Bogner2013-09-271-0/+10
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-272-0/+618
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-2727-100/+171
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-271-0/+31