Remove -arm-enable-ehabi from Android build rules. It's enabled by default.
[oota-llvm.git] / test /
2014-01-29 Renato GolinEnable EHABI by default
2014-01-29 David MajnemerMC: Reorganize macro MC test along dialect lines
2014-01-29 Kostya Serebryany[asan] simplify a test
2014-01-29 Venkatraman Govind... [Sparc] Use %r_disp32 for pc_rel entries in FDE as...
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-29 Venkatraman Govind... [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_...
2014-01-29 Chandler Carruth[LPM] Fix PR18642, a pretty nasty bug in IndVars that...
2014-01-29 Rafael EspindolaWe do use pipefail these days. Update the test.
2014-01-29 Venkatraman Govind... [SparcV9] Use correct register class (I64RegClass)...
2014-01-29 Rafael EspindolaUse a raw_stream to implement the mangler.
2014-01-29 Kevin Qin[AArch64 NEON] Lower SELECT_CC with vector operand.
2014-01-29 David Woodhouse[ARM] Remove superfluous inline asm mode switch test
2014-01-28 David WoodhouseTests for mode switching
2014-01-28 Timur IskhodzhanovDisable the COFF tests on non-X86 archs
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...
2014-01-28 Matheus Almeida[mips] Fix ELF header flags.
2014-01-28 Gautam Chakrabarti[NVPTX] Fix emitting aggregate parameters
2014-01-28 Andrea Di Biagio[X86] Add extra rules for combining vselect dag nodes...
2014-01-28 Rafael EspindolaFix pr14893.
2014-01-28 Andrea Di Biagio[DAGCombiner] Avoid introducing an illegal build_vector...
2014-01-28 Chandler Carruth[vectorizer] Completely disable the block frequency...
2014-01-28 Hal FinkelHandle spilling the PPC GPRC_NOR0 register class
2014-01-28 Michel DanzerR600/SI: Add pattern for truncating i32 to i1
2014-01-28 Jakob Stoklund OlesenFix the DWARF EH encodings for Sparc PIC code.
2014-01-28 Reid KlecknerUpdate optimization passes to handle inalloca arguments
2014-01-28 Arnold SchwaighoferLoopVectorize: Support conditional stores by scalarizing
2014-01-27 Manman RenPGO branch weight: keep halving the weights until they...
2014-01-27 Mark SeabornARM MC: Fix the initial DWARF CFI unwind info at the...
2014-01-27 David PeixottoFix unsupported addressing mode assertion for pld
2014-01-27 Andrea Di Biagio[DAGCombiner] Teach how to fold sext/aext/zext of const...
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-27 Chandler Carruth[vectorize] Initial version of respecting PGO in the...
2014-01-27 Benjamin KramerConstantHoisting: We can't insert instructions directly...
2014-01-27 Chandler Carruth[vectorizer] Add an override for the target instruction...
2014-01-27 Chandler Carruth[vectorizer] Teach the loop vectorizer's unroller to...
2014-01-27 Nick LewyckyFix crasher introduced in r200203 and caught by a libc...
2014-01-27 Nick LewyckyTeach SCEV to handle more cases of 'and X, CST', specif...
2014-01-27 Stepan DyatkovskiyAdditional fix for 200201: due to dependence on bitwidt...
2014-01-27 Stepan DyatkovskiyFix for PR18102.
2014-01-27 Michel DanzerR600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructions
2014-01-27 Michel DanzerR600/SI: Add intrinsic for S_SENDMSG instruction
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-27 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-27 Kevin QinRevert r199791.
2014-01-26 Saleem AbdulrasoolMC: fix test locations/name
2014-01-26 Saleem AbdulrasoolARM: improve diagnostics for .word directive
2014-01-26 Saleem AbdulrasoolAsmParser: improve diagnostics for invalid variants
2014-01-26 Jakob Stoklund OlesenClean up the Legal/Expand logic for SPARC popc.
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Jakob Stoklund OlesenOnly generate the popc instruction for SPARC CPUs that...
2014-01-26 Jakob Stoklund OlesenFix swapped CASA operands.
2014-01-26 Venkatraman Govind... [Sparc] Add support for parsing DW_CFA_GNU_window_save.
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Jiangning LiuImprove pattern match from v1i8 to v1i32 for AArch64...
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-26 Rafael EspindolaRemove -print-hack-directives from a test where we...
2014-01-26 Rafael EspindolaMove tests that just use llc from test/MC/Mips to test...
2014-01-26 Jiangning LiuImplement pattern match from v1xx to v1xx for AArch64...
2014-01-26 Venkatraman Govind... [Sparc] Add support for sparc relocation types in ELF...
2014-01-26 Kevin Qin[AArch64 NEON] Add patterns for concat_vector on v2i32.
2014-01-26 Kevin Qin[AArch64 NEON] Add test case for vector FP_ROUND.
2014-01-25 Renato GolinRe-enabling MCJIT tests on ARM
2014-01-25 Venkatraman Govind... [Sparc] Add sparc to the list of XFAIL architecture...
2014-01-25 Hal FinkelAdd a TBAA CodeGen failure test case
2014-01-25 Hal FinkelXFAIL test/CodeGen/SystemZ/alias-01.ll which requires...
2014-01-25 Mark SeabornFix "llvm-objdump -d -r" to show relocations inline...
2014-01-25 Artyom SkrobovReverting r199886 (Prevent repetitive warnings for...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Chandler Carruth[LPM] Make LCSSA a utility with a FunctionPass that...
2014-01-25 Jack Carter[Mips] Move 2 test cases from MC to CodeGen.
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-25 Jack Carter[Mips] TargetStreamer ELF flag Support for default...
2014-01-24 Ana Pazos[AArch64] Removed unused i8 type from FPR8 register...
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Bill WendlingVerify that attributes are not lost during linking.
2014-01-24 Benjamin KramerInstCombine: Don't try to use aggregate elements of...
2014-01-24 Lang HamesAdd a testcase for the changes in r199938.
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Alp TokerFix known typos
2014-01-24 Benjamin KramerInstSimplify: Make shift, select and GEP simplification...
2014-01-24 Rafael EspindolaDon't use "llc -filetype=obj" now that the codepath...
2014-01-24 Eric ChristopherRevert "Use DW_AT_high_pc and DW_AT_low_pc for the...
2014-01-24 Eric ChristopherUse DW_AT_high_pc and DW_AT_low_pc for the high and...
2014-01-24 Kevin Qin[AArch64 NEON] Fix a bug in implementing register copy...
2014-01-24 Juergen Ributzka[X86] Prevent the creation of redundant ops for sadd...
2014-01-24 Jakob Stoklund OlesenImplement atomicrmw operations in 32 and 64 bits for...
2014-01-24 Venkatraman Govind... [Sparc] Correct quad register list in the asm parser.
2014-01-23 Eric ChristopherMake the use of DW_AT_ranges in the compile unit depend...
2014-01-23 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to produce...
2014-01-23 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to produce...
2014-01-23 Lang HamesReplace vfmaddxx213 instructions with their 231-type...
2014-01-23 Rafael EspindolaNote the PR number.
2014-01-23 Weiming Zhao[Thumbv8] Fix the value of BLXOperandIndex of isV8Eligi...
2014-01-23 Eric ChristopherMove test to x86 directory.
2014-01-23 Ana Pazos[AArch64] Added vselect patterns with float and double...
2014-01-23 Eric ChristopherAvoid emitting a DWARF type attribute for an ObjC prope...
2014-01-23 Tom StellardR600: Disable the BFE pattern
2014-01-23 Tom StellardR600: Correctly handle vertex fetch clauses the precede...
next