aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [SystemZ] Rein back the use of block operationsRichard Sandiford2013-09-273-121/+73
* [SystemZ] Improve handling of PC-relative addressesRichard Sandiford2013-09-271-0/+35
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-271-28/+60
* ARM: Teach assembler to enforce constraints for ARM LDRD destination register...Tilmann Scheller2013-09-272-20/+40
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-271-9/+33
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-271-0/+42
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-271-0/+34
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-272-0/+221
* Remove superfluous comment accidentally checked-in.Andrea Di Biagio2013-09-271-2/+0
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-271-0/+136
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-271-12/+64
* Re-apply the change from r191393 with fix for pr17380.Andrea Di Biagio2013-09-271-0/+203
* ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...Tilmann Scheller2013-09-271-0/+9
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-2756-58/+63
* [mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders2013-09-272-0/+32
* [mips][msa] Added missing check in performSRACombineDaniel Sanders2013-09-271-0/+137
* Fixing Intel format of the vshufpd instruction.Yunzhong Gao2013-09-272-0/+5
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-2710-128/+125
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-2710-125/+128
* MCParser/Debug info: Accept line number 0 as a legitimate value, sinceAdrian Prantl2013-09-261-0/+1
* [mips][msa] Direct Object Emission for 3RF instructions.Jack Carter2013-09-261-0/+252
* Fix PR 17372: Emitting PLD for stack address for ARM Thumb2Weiming Zhao2013-09-261-0/+22
* [PowerPC] Fix PR17354: Generate nop after local calls for PIC code.Bill Schmidt2013-09-261-0/+39
* Revert r191393 since it caused pr17380.Andrea Di Biagio2013-09-261-181/+0
* [Sparc] Implements exception handling in SPARC with DwarfCFI.Venkatraman Govindaraju2013-09-261-0/+112
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-262-0/+66