[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutorials to minimize the diffs
[oota-llvm.git] / test /
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...
2015-02-20 David MajnemerVerifier: Unused comdats might not have a corresponding GV
2015-02-20 Andrea Di Biagio[X86][FastIsel] Teach how to select float-half conversi...
2015-02-20 Philip ReamesBugfix for 229954
2015-02-20 Kit BartonI incorrectly marked the VORC instruction as isCommutab...
2015-02-20 Hal Finkel[PowerPC] Loop Data Prefetching for the BG/Q
2015-02-20 Chandler Carruth[x86] Remove the old vector shuffle lowering code and...
2015-02-20 Chandler Carruth[x86] Now that the new vector shuffle legality is enabl...
2015-02-20 Duncan P. N. Exon... Bitcode: Stop assuming non-null fields
2015-02-20 Hal Finkel[InstCombine] Remove unnecessary variable indexing...
2015-02-20 Chandler Carruth[x86] Make the new vector shuffle legality test on...
2015-02-20 Chandler Carruth[x86] Clean up a couple of test cases with the new...
2015-02-20 Philip ReamesAdjust enablement of RewriteStatepointsForGC
2015-02-20 Chandler CarruthRevert r229944: EH: Prune unreachable resume instructio...
2015-02-20 Kostya Serebryany[sanitizer] fix a test broken by r229940
2015-02-20 Philip ReamesAdd a pass for constructing gc.statepoint sequences...
2015-02-20 Reid KlecknerEH: Prune unreachable resume instructions during Dwarf...
2015-02-20 Eric ChristopherRevert "AVX-512: Full implementation for VRNDSCALESS...
2015-02-20 Michael Gottesman[objc-arc-contract] We can not move retains over instru...
2015-02-19 Duncan P. N. Exon... IR: Fix MDType fields from unsigned to uint64_t
next