Fix a bug in IRBuilder that's been there for who knows how long. It
[oota-llvm.git] / test /
2014-01-05 Bill WendlingAttempt to fix buildbots by XFAILing some architectures.
2014-01-05 Venkatraman Govind... Add lit.local.cfg for MC/Sparc
2014-01-05 Venkatraman Govind... [Sparc] Add initial implementation of MC Code emitter...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-05 Craig TopperMark the 64-bit x86 push/pop instructions as In64BitMod...
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Venkatraman Govind... [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering...
2014-01-04 Andrew TrickFix PR18361: Invalidate LoopDispositions after LoopSimp...
2014-01-03 Ana Pazos[AArch64][NEON] Added SXTL and SXTL2 instruction aliases
2014-01-03 David BlaikieRevert "Revert "Debug Info: Type Units: Simplify type...
2014-01-03 David PeixottoFix loop rerolling pass failure with non-consant loop...
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-03 David BlaikieRevert "Debug Info: Type Units: Simplify type hashing...
2014-01-03 David BlaikieDebug Info: Type Units: Simplify type hashing using...
2014-01-03 David BlaikieRevert "Reverting r193835 due to weirdness with Go..."
2014-01-03 David BlaikieReverting r193835 due to weirdness with Go...
2014-01-02 Quentin Colombet[RegAlloc] Make tryInstructionSplit less aggressive.
2014-01-02 Matt ArsenaultFix all the verifier tests I added for address spaces.
2014-01-02 Matt ArsenaultAllow addrspacecast in global aliases
2014-01-02 Hal Finkel[TableGen] Correctly generate implicit anonymous protot...
2014-01-02 Matt ArsenaultDelete unread globals through addrspacecast
2014-01-02 Matt ArsenaultFix addrspacecast with metadata globals
2014-01-02 Jordan Rose[CMake] Add missing set_output_directory after Takumi...
2014-01-02 Hal Finkel[TableGen] Use the same anonymous name as the prefix...
2014-01-02 Andrew Trickindvars: insert truncate at loop boundary to avoid...
2014-01-02 Adrian PrantlRevert "Debug info: Add enumerators to the __apple_name...
2014-01-02 Logan Chien[arm] Add softvfp to supported FPU names.
2014-01-02 Rafael EspindolaMake the ARM ABI selectable via SubtargetFeature.
2014-01-02 Arnold SchwaighoferBasicAA: Fix value equality and phi cycles
2014-01-01 Venkatraman Govind... [Sparc] Handle atomic loads/stores in sparc backend.
2014-01-01 Venkatraman Govind... [SparcV9]: Custom lower UMULO/SMULO so that the argumen...
2014-01-01 Venkatraman Govind... [SparcV9]: Use SRL instead of SLL to clear top 32-bits...
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2013-12-31 Craig TopperAdd two fp test cases I missed in my previous commit.
2013-12-31 Craig TopperAdd more X86 FP stack disassembler test cases.
2013-12-31 Nick LewyckyFold vector selects with undef elements in the conditio...
2013-12-31 Craig TopperRevert r198238 and add FP disassembler tests. It didn...
2013-12-30 Saleem AbdulrasoolARM IAS: account for predicated pre-UAL mnemonics
2013-12-30 Eric ChristopherRevert r198208 and reapply:
2013-12-30 NAKAMURA TakumiRevert r198199 (and r198202). It broke 3 DebugInfo...
2013-12-30 Eric ChristopherFix aranges and split dwarf by ensuring that the symbol...
2013-12-30 Eric ChristopherReapply r198196 with a fix to zero initialize the skele...
2013-12-30 Eric ChristopherTemporarily revert "Use a pointer to keep track of...
2013-12-30 Eric ChristopherUse a pointer to keep track of the skeleton unit for...
2013-12-30 Jiangning LiuFor AArch64 Neon, simplify scalar dup by lane0 for fp.
2013-12-30 Hao Liu[AArch64]Add code to spill/fill Q register tuples such...
2013-12-30 Hao Liu[AArch64]Can't select shift left 0 of type v1i64
2013-12-30 Kevin QinFix a bug in DAGcombiner about zero-extend after setcc.
2013-12-30 Hao Liu[AArch64]Fix the problem that can't select mul of v1i64...
2013-12-29 Bill WendlingUn-XFAILify some tests which are now passing.
2013-12-29 Saleem AbdulrasoolARM: provide VFP aliases for pre-V6 mnemonics
2013-12-29 Venkatraman Govind... [SparcV9] Use separate instruction patterns for 64...
2013-12-29 Venkatraman Govind... [SparcV9] For codegen generated library calls that...
2013-12-29 Venkatraman Govind... [SparcV9]: Implement lowering of long double (fp128...
2013-12-28 Andrew TrickNew machine model for cortex-a9. Schedule for resources...
2013-12-28 NAKAMURA Takumillvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64...
2013-12-28 Andrea Di Biagio[X86] Teach the backend how to fold target specific...
2013-12-28 Saleem AbdulrasoolAsmParser: cleanup diagnostics for .rep/.rept
2013-12-28 Saleem AbdulrasoolIAS: support .rep as an alias for .rept
2013-12-28 Chandler CarruthDisable transforms that introduce calls to exp10*(...
2013-12-27 Andrea Di BiagioTeach DAGCombiner how to fold a SIGN_EXTEND_INREG of...
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...
next