Use two variables here rather than reusing (and abusing) one. This is
[oota-llvm.git] / test /
2013-12-26 Joerg SonnenbergerRecognize armv7a and friends as aliases for armv7-a...
2013-12-26 Saleem AbdulrasoolARM IAS: support .even directive
2013-12-26 Venkatraman Govind... [Sparc] Lower and MachineInstr to MC and print assembly...
2013-12-25 Alexander Potapenko[ASan] Fix the tests broken by r198018 to check for...
2013-12-25 Simon Atanasyan[Mips] Does not take in account 'use-soft-float' attrib...
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-12-25 Zoran JovanovicSupport for microMIPS load effective address.
2013-12-25 Zoran JovanovicSupport for microMIPS FPU instructions 2.
2013-12-25 Hao Liu[AArch64]Fix a problem that the register order of fmls...
2013-12-25 Jiangning LiuAdd missing pattern matches to support ACLE intrinsics...
2013-12-24 Alexey Samsonovllvm-symbolizer: add --obj flag to specify a single...
2013-12-24 Richard Sandiford[SystemZ] Use interlocked-access 1 instructions for...
2013-12-24 Richard Sandiford[SystemZ] Add MC support for interlocked-access 1 instr...
2013-12-24 Elena DemikhovskyAVX-512: fixed some patterns for MVT::i1
2013-12-24 Hao Liu[AArch64]Add patterns to match normal shift nodes:...
2013-12-24 Kevin Qin[AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.
2013-12-24 Kevin Qin[AArch64 NEON] Fix a pattern match failure with NEON_VDUP.
2013-12-24 Ana Pazos[AArch64] Check fmul node single use in fused multiply...
2013-12-24 Ana Pazos[AArch64 NEON] Fixed fused multiply negate add/sub...
2013-12-23 Adrian PrantlDebug info: Add enumerators to the __apple_names accele...
2013-12-23 Andrew TrickAdd support to indvars for optimizing sadd.with.overflow.
2013-12-23 Adrian PrantlDebug info: On ARM ensure that the data sections come...
2013-12-23 Saleem AbdulrasoolARM: bkpt has an implicit immediate constant 0
2013-12-23 Richard SandifordFix Scalarizer insertion point when replacing PHIs...
2013-12-23 Richard SandifordFix Scalarizer handling of vector GEPs with multiple...
2013-12-23 Kostya Serebryany[asan] don't unpoison redzones on function exit in...
2013-12-23 Hao Liu[AArch64]The compare to zero intrinsics should be imple...
2013-12-22 Elena DemikhovskyAVX512: SETCC returns i1 for AVX-512 and i8 for all...
2013-12-22 Michael KupersteinEnsure bitcode encoding of calling conventions stays...
2013-12-22 Alp TokerFileCheckize r197869
2013-12-21 Alp TokerRelax tab check into a whitespace check to fix the...
2013-12-21 Alp TokerTableGen: Generate valid identifiers for anonymous...
2013-12-20 Timur IskhodzhanovAdd the .secidx test I've forgotten to svn add in 197826
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-12-20 Zoran JovanovicSupport for microMIPS FPU instructions 1.
2013-12-20 Richard Sandiford[SystemZ] Optimize comparisons with truncated extended...
2013-12-20 Richard Sandiford[SystemZ] Extend RISBG optimization
2013-12-20 Justin BognerTransforms: Don't create bad weights when eliminating...
2013-12-20 Justin Bognertest: Make a branchweight test more specific
2013-12-20 Justin Bognertest: Prefer CHECK-LABEL to CHECK in branchweight tests
2013-12-20 Saleem AbdulrasoolARM IAS: add support for the .pool directive
2013-12-20 Tom StellardR600: Allow ftrunc
2013-12-20 Eric ChristopherRemove extra check line that's failing on windows and...
2013-12-20 Eric ChristopherThis test requires object emission.
2013-12-20 Eric ChristopherAdd support for a CU to output a set of ranges for...
2013-12-20 Adrian Prantlmove test back into the parent directory and add a...
2013-12-19 Rafael EspindolaUpdate the ML test to expect the new string format...
2013-12-19 Kevin EnderbyUn-revert: the buildbot failure in LLVM on lld-x86_64...
2013-12-19 Kevin EnderbyRevert my change to the X86 assembler for intel syntax...
2013-12-19 Kevin EnderbyChanged the X86 assembler for intel syntax to work...
2013-12-19 Quentin Colombet[X86][fast-isel] Fix select lowering.
2013-12-19 David PeixottoImplement the .ltorg directive for ARM assembly
2013-12-19 Josh MageeUnbreak ARM buildbots after r197653 by forcing the...
2013-12-19 David PeixottoImplement the ldr-pseudo opcode for ARM assembly
2013-12-19 Adrian PrantlMove testcase to the appropriate X86 subdirectory.
2013-12-19 Zoran JovanovicSupport for microMIPS control instructions.
2013-12-19 Hal FinkelAdd a disassembler to the PowerPC backend
2013-12-19 Zoran JovanovicSupport for microMIPS LL and SC instructions.
2013-12-19 Rafael EspindolaAdd a triple so that this passes on OS X.
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-19 Evgeniy StepanovAdd an explicit insert point argument to SplitBlockAndI...
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-12-19 Timur IskhodzhanovRemove the COFF files with Z7 debug info from the repo
2013-12-19 NAKAMURA TakumiAdd REQUIRES:asserts to 3 tests in llvm/test/CodeGen...
2013-12-19 Matt ArsenaultR600/SI: Make private pointers be 32-bit.
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-19 Adrian Prantladd source in comment
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Reed KotlerFix a problem with mips16 stubs when calls are transfor...
2013-12-18 Andrew TrickRevert "Add -mcpu=z10 to SystemZ tests."
2013-12-18 Weiming Zhao[aarch32] fix bug 18268: Incorrect condition of vsel
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-12-18 Rafael EspindolaCorrectly handle the degenerated triple "thumb".
2013-12-18 Yuchen Wullvm-cov: Print coverage summary to STDOUT.
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-18 Matheus Almeida[mips][msa] Update format of RUN lines for every MSA...
2013-12-18 Rafael EspindolaOne ppc32-darwin, a i64 inside a structure can have...
2013-12-18 Matheus Almeida[mips][msa] Remove unneeded triple directive in MSA...
2013-12-18 Tim NorthoverARM: force soft-float ABI for tests depending on it.
2013-12-18 Tim NorthoverARM: set default float ABI based on triple.
2013-12-18 Kevin Qin[AArch64 NEON]Implment loading vector constant form...
2013-12-18 Saleem AbdulrasoolAsmParser: add support for .end directive
2013-12-17 Reid KlecknerMC COFF: Emit the 'b' section flag for .bss sections...
2013-12-17 Andrew TrickDisabled subregister copy coalescing during MachineCSE.
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Matheus Almeida[mips] Fix off by one issue when applying a fixup.
2013-12-17 Duncan P. N. Exon... Setting the CPU in the new vaargs test
2013-12-17 Duncan P. N. Exon... Revert "Revert "Mark vastart_save_xmm_regs as changing...
2013-12-17 Timur IskhodzhanovAdd some simple COFF files with Z7 debug info
2013-12-17 Stepan DyatkovskiyFix for PR18045:
2013-12-17 Elena DemikhovskyAVX-512: Added implementation of CONCAT_VECTORS for...
2013-12-17 Duncan P. N. Exon... Revert "Mark vastart_save_xmm_regs as changing EFLAGS"
2013-12-17 Duncan P. N. Exon... Mark vastart_save_xmm_regs as changing EFLAGS
2013-12-17 Andrew TrickAdd -mcpu=z10 to SystemZ tests.
2013-12-17 Andrew TrickAllow MachineCSE to coalesce trivial subregister copies...
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-17 Arnold SchwaighoferLoopVectorizer: Don't if-convert constant expressions...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
next