When the source has a series of assignments, users reasonably want to
[oota-llvm.git] / test /
2015-02-26 Paul RobinsonWhen the source has a series of assignments, users...
2015-02-26 Petar JovanovicFix justify error for small structures in varargs for...
2015-02-26 Rafael Espindolagold-plugin: "Upgrade" debug info and handle its warnings.
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to support hwdiv...
2015-02-26 Adam Nemet[LV/LoopAccesses] Backward dependences are not safe...
2015-02-26 Tom StellardR600/SI: Remove M0 from DS assembly strings
2015-02-26 Bruno Cardoso Lopes[X86][MMX] Fix a typo in a couple of tests
2015-02-26 Bruno Cardoso Lopes[X86][MMX] Remove widening experimental flag from MMX...
2015-02-26 Hal Finkel[InstCombine] Add a test for altivec load/store intrins...
2015-02-26 Vladimir MedicReplace obsolete -mattr=n64 command line option with...
2015-02-26 Sanjoy DasIRCE: generalize to handle loops with decreasing induct...
2015-02-26 Duncan P. N. Exon... FileCheck: Add CHECK-SAME
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-25 Justin BognerInstrProf: Make the __llvm_profile_runtime_user symbol...
2015-02-25 Sanjay Patelonly propagate equality comparisons of FP values that...
2015-02-25 JF BastienInstCombine: extract instead of shuffle when performing...
2015-02-25 Hal Finkel[PowerPC] Make LDtocL and friends invariant loads
2015-02-25 Frederic Riss[dwarfdump] Make debug_frame dump actually useful.
2015-02-25 David MajnemerX86, Win64: Allow 'mov' to restore the stack pointer...
2015-02-25 Peter CollingbourneLowerBitSets: Align referenced globals.
2015-02-25 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-25 Sanjay PatelFix really obscure bug in CannotBeNegativeZero() (PR22688)
2015-02-25 Vladimir Medic[MIPS]Multiple and add instructions for Mips are curren...
2015-02-25 Bruno Cardoso Lopes[X86][MMX] Reapply: Add MMX instructions to foldable...
2015-02-25 Renato GolinImprove handling of stack accesses in Thumb-1
2015-02-25 Vladimir MedicReplace obsolete -mattr=n64 command line option with...
2015-02-25 Charles Davis[IC] Turn non-null MD on pointer loads to range MD...
2015-02-25 Hal Finkel[PowerPC] Add triples to QPX tests
2015-02-25 Duncan P. N. Exon... llvm-dis: Stop crashing when dropping debug info
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-25 Rafael EspindolaSupport SHF_MERGE sections in COMDATs.
2015-02-25 Eric ChristopherMake this test even more OS and register allocation...
2015-02-24 Eric ChristopherMake this test not dependent upon the triple. All that...
2015-02-24 Peter CollingbourneLowerBitSets: Introduce global layout builder.
2015-02-24 Simon PilgrimReapplied D7816 & rL230177 & rL230278 - with an additio...
2015-02-24 Simon PilgrimAdded test case for PR22678 (check CONCAT_VECTORS DAG...
2015-02-24 Justin BognerInstrProf: Test for appropriate linkage of the profilin...
2015-02-24 Andrew KaylorFixing eol-style
2015-02-24 Eric ChristopherRevert:
2015-02-24 Matthias BraunAArch64: Relax assert about large shift sizes.
2015-02-24 Tom StellardR600/SI: Remove isel mubuf legalization
2015-02-24 Tim NorthoverARM: treat [N x i32] and [N x i64] as AAPCS composite...
2015-02-24 Hans WennborgRevert r230280: "Bugfix: SCEVExpander incorrectly marks...
2015-02-24 Michael Kuperstein[x32] x32 should use ebx as the base pointer.
2015-02-24 Reed KotlerBeginning of alloca implementation for Mips fast-isel
2015-02-24 Sanjoy DasFix bug 22641
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-24 David MajnemerX86: Only use 'lea' in Win64 epilogues if a frame point...
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)
2015-02-23 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-23 Sanjoy DasRevert 230275.
2015-02-23 Andrea Di Biagio[X86] Teach how to custom lower double-to-half conversi...
2015-02-23 Sanjoy DasFix bug 22641
2015-02-23 David MajnemerX86: Use a smaller 'mov' instruction for stack probe...
2015-02-23 David MajnemerX86: Use 'mov' instead of 'lea' in Win64 SEH prologues...
2015-02-23 Bruno Cardoso Lopes[AsmPrinter] Access pointers to globals via pcrel GOT...
2015-02-23 Justin BognerInstrProf: Teach llvm-cov to show the max count instead...
2015-02-23 Bruno Cardoso Lopes[X86][MMX] Fix test to reflect current codegen
2015-02-23 Andrew KaylorAdding test for Windows EH frame variable remapping.
2015-02-23 Andrew KaylorRemap frame variables for native Windows exception...
2015-02-23 Bruno Cardoso LopesRevert "[X86][MMX] Add MMX instructions to foldable...
2015-02-23 Chad RosierPrevent hoisting fmul from THEN/ELSE to IF if there...
2015-02-23 Mehdi AminiInstSimplify: simplify 0 / X if nnan and nsz
2015-02-23 Daniel Sanders[mips] Honour -mno-odd-spreg for vector insert/extract...
2015-02-23 Bruno Cardoso Lopes[X86] Add specific mtriple in order to appease builbots
2015-02-23 Bruno Cardoso Lopes[X86][MMX] Add MMX instructions to foldable tables
2015-02-23 Bruno Cardoso Lopes[X86][MMX] Support folding loads in psll, psrl and...
2015-02-23 Bruno Cardoso Lopes[X86][MMX] Add tests for pslli, psrli and psrai intrinsics
2015-02-23 Elena DemikhovskyAVX-512: recommitted 229837 + bugfix + test
2015-02-23 David MajnemerAsmParser: Check ConstantExpr insertvalue operands...
2015-02-23 Zachary Turner[llvm-pdbdump] Add an option to dump full class definit...
2015-02-23 David MajnemerAsmParser: Call instructions can't have an alignment
2015-02-22 David MajnemerAsmParser: Check ConstantExpr GEP operands for validity
2015-02-22 Zachary Turner[llvm-pdbdump] Rewrite dumper using visitor pattern.
2015-02-22 Zachary Turner[llvm-pdbdump] Simplify options and output.
2015-02-22 JF BastienUse common parse routine to read alignment values from...
2015-02-22 Simon Pilgrim[DagCombiner] Generalized BuildVector Vector Concatenation
2015-02-22 Craig Topper[X86] Add some missing redundant MMX and SSE encodings...
2015-02-22 Zachary TurnerRemove log statements from config scripts.
2015-02-22 Zachary TurnerReally fix the build this time.
2015-02-22 Zachary TurnerAttempt to fix the builders.
2015-02-22 Zachary Turner[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".
2015-02-21 Sanjoy DasIRCE: use SCEVs instead of llvm::Value's for intermediate
2015-02-21 Matt ArsenaultR600/SI: Use v_madmk_f32
2015-02-21 Matt ArsenaultR600/SI: Try to use v_madak_f32
2015-02-21 Simon Pilgrim[X86][SSE] Added shuffle based integer zero extension...
2015-02-21 Shankar Easwaran[obj2yaml/yaml2obj] Add SHT_GROUP support.
2015-02-21 David MajnemerWin64: Stack alignment constraints aren't applied durin...
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-21 Philip Reames[PlaceSafepoints] Adjust enablement logic to default...
2015-02-20 Rafael EspindolaUse short names for jumptable sections.
2015-02-20 Zachary TurnerRevert "[llvm-pdbdump] Add some tests for llvm-pdbdump."
2015-02-20 Zachary Turner[llvm-pdbdump] Add some tests for llvm-pdbdump.
2015-02-20 Matt ArsenaultR600/SI: Remove v_sub_f64 pseudo
2015-02-20 Matt ArsenaultR600: Use new fmad node.
2015-02-20 Benjamin KramerLoopRotate: When reconstructing loop simplify form...
2015-02-20 Duncan P. N. Exon... IR: Change MDFile to directly store the filename/directory
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-20 Jozef KolekReversed revision 229706. The reason is regression...
next