aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* R600/SI: Allow conversion between v32i8 and v8i32Tom Stellard2013-08-141-0/+21
* R600/SI: Add pattern for fp_to_uintTom Stellard2013-08-141-9/+18
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-141-0/+11
* Actually fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-141-0/+43
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-142-0/+58
* llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov2013-08-142-0/+4
* Let t2LDRBi8 and t2LDRBi12 have same Base PointerRenato Golin2013-08-141-0/+64
* Add test-case for hex floating-literalsTim Northover2013-08-141-0/+3
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-141-1/+36
* [mips] Fix bug in parsing accumulator registers.Akira Hatanaka2013-08-141-0/+14
* llvm/test/CodeGen/X86/setcc-sentinals.ll: Relax expressions for x86_64-win32.NAKAMURA Takumi2013-08-141-2/+2
* Fix always creating GEP with i32 indicesMatt Arsenault2013-08-141-3/+22
* [mips] Properly parse registers that appear in inline-asm constraints.Akira Hatanaka2013-08-141-0/+18
* BBVectorize: Add initial stores to the write set when tracking usesHal Finkel2013-08-131-0/+144
* Remove duplicate copy of testcase in r188327.Nick Lewycky2013-08-131-26/+0
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-132-70/+52
* DAG: Combine (and (setne X, 0), (setne X, -1)) -> (setuge (add X, 1), 2)Jim Grosbach2013-08-132-0/+27
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-131-0/+26
* Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_F...Carlo Kok2013-08-131-0/+40
* ARMv8: SWP and SWPB are obsoleted on ARMv8.Joey Gouly2013-08-131-0/+7
* Fix signed overflow in when computing encodings for ADR instructionsMihai Popa2013-08-131-1/+2
* AVX-512: Added CMP and BLEND instructions.Elena Demikhovsky2013-08-131-0/+113
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-131-2/+2
* [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer2013-08-131-0/+6
* Add the start of DIE hashing for DWARF4 type units and split dwarfEric Christopher2013-08-131-0/+15
* Add comment and source to testcase.Eric Christopher2013-08-121-0/+10
* [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama2013-08-122-0/+16
* Fix a crash with X86 Mach-O and a subtraction expression where both symbols areKevin Enderby2013-08-121-0/+5
* Reapply r188119 now that the bug it exposed is fixed.Peter Collingbourne2013-08-121-2/+12
* R600: Set scheduling preference to Sched::SourceTom Stellard2013-08-128-8/+8
* Move the addition of the dwo_id as late as possible after everythingEric Christopher2013-08-121-2/+2
* Fix PR16797 - Support PHINodes with multiple inputs from the same basic block.Nadav Rotem2013-08-121-0/+41
* This patch implements ei and di instructions for mips. Test cases are added.Vladimir Medic2013-08-121-1/+19
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-1216-41/+41
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-121-0/+134
* [SystemZ] Add a definition of the CLC instructionRichard Sandiford2013-08-123-0/+142
* [SystemZ] Add a definition of the IPM instructionRichard Sandiford2013-08-122-0/+17
* Allow compatible extension attributes for tail callsTim Northover2013-08-122-3/+59
* Fix big-endian handling of integer-to-vector bitcasts in InstCombineRichard Sandiford2013-08-121-0/+41
* Don't generate floating point stubs for mips16 code if the functionReed Kotler2013-08-111-0/+25
* AVX-512: Added more tests for BROADCASTElena Demikhovsky2013-08-111-0/+16
* AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.Elena Demikhovsky2013-08-111-0/+66
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-101-12/+2
* R600/SI: FMA is faster than fmul and fadd for f64Niels Ole Salscheider2013-08-101-0/+31
* R600/SI: Add FMA patternNiels Ole Salscheider2013-08-101-0/+31
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-101-0/+10
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-091-3/+1063
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-091-2/+12
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-091-0/+20
* Add another intrinsic that LLVM gives an incorrect prototype to.Reed Kotler2013-08-091-0/+18