Making the SO version major.minor instead of just major because ABI and API change...
[oota-llvm.git] / test /
2015-03-02 Paul Robinson[PS4] Correct relocation for DWARF TLS references.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Elena DemikhovskyAVX-512: Add assembly parser support for Rounding mode
2015-03-02 Vasileios Kalintiris[mips] Optimize conditional moves where RHS is zero.
2015-03-02 Owen AndersonTeach the verifier to enforce that the alignment argume...
2015-03-02 Owen AndersonTeach DataLayout that alignments on basic types must...
2015-03-02 Owen AndersonTeach DataLayout that ABI alignments for non-aggregate...
2015-03-02 Owen AndersonTeach DataLayout that pointer ABI and preferred alignme...
2015-03-02 Owen AndersonTeach DataLayout that zero-byte pointer sizes don't...
2015-03-02 Owen AndersonTeach the LLParser to fail gracefully when it encounter...
2015-03-02 Owen AndersonFix a crash in the LL parser where it failed to validat...
2015-03-02 Zachary Turner[llvm-pdbdump] Many minor fixes and improvements
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 NAKAMURA TakumiRevert r230921, "Revert some changes that were made...
2015-03-02 Craig Topper[X86] Fix diassembler crash on AVX512 cmpps/cmppd with...
2015-03-01 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-03-01 Elena DemikhovskyAVX-512: Added mask and rounding mode for scalar arithm...
2015-03-01 Zachary Turner[llvm-pdbdump] Add regex-based filtering.
2015-03-01 NAKAMURA TakumiRevert r230655, "gold-plugin: "Upgrade" debug info...
2015-03-01 Sanjay Patelavoid infinite looping when folding vector multiplies...
2015-03-01 Sanjay Patelfixed to test only the feature, not the feature and...
2015-02-28 Duncan P. N. Exon... DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece
2015-02-28 Sanjay Patelmake the tested feature (SSE2) explicit
2015-02-28 Duncan P. N. Exon... DebugInfo: Fix invalid file reference in CodeGen/X86...
2015-02-28 Sanjay Patelfixed to test only the feature, not the feature and...
2015-02-28 Duncan P. N. Exon... Optimize metadata node fields for CHECK-ability
2015-02-28 Duncan P. N. Exon... AsmWriter: Escape string fields in metadata
2015-02-28 Duncan P. N. Exon... Fix line endings on Transforms/Inline/inline_dbg_declare.ll
2015-02-28 Craig Topper[X86] Remove the blendpd/blendps/pblendw/pblendd intrin...
2015-02-28 Benjamin KramerTRE: Just erase dead BBs and tweak the iteration loop...
2015-02-28 Eric ChristopherRemove option.ll as part of the Forward Control Flow...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix another order of iteratio...
2015-02-28 Frederic Riss[dsymutil] Add the DwarfStreamer class.
2015-02-28 Philip Reames[RewriteStatepointsForGC] Add tests for the base pointe...
2015-02-27 Bill SchmidtRegenerated test case from pr 230801 for change in...
2015-02-27 David BlaikieUpdate SystemZ/Large test generators to handle new...
2015-02-27 David BlaikieUpdate SystemZ/Large test generators to handle new...
2015-02-27 David Majnemerllvm-vtabledump: Update field with a better name
2015-02-27 Bill SchmidtRevert test case until it can be fixed
2015-02-27 Bill Schmidt[PowerPC] Fix PR22711 - Misaligned .toc section
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Charles DavisTarget/X86: Never use the redzone for Win64 ABI functions.
2015-02-27 Hal Finkel[PowerPC] Use vector types for memcpy and friends ...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-27 Justin BognerObject: Test for reading kext bundles
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-27 Renato GolinEqually to NetBSD, Bitrig/ARM uses the Itanium-ABI.
2015-02-27 Zoran Jovanovic[mips][microMIPS] Change register class for GP register
2015-02-27 Petar JovanovicPass correct -mtriple for krait-cpu-div-attribute.ll
2015-02-27 Chandler Carruth[x86] Run most of the rest of the shuffle combining...
2015-02-27 Chandler Carruth[x86] Teach a bunch of the x86-specific shuffle combini...
2015-02-27 Chandler Carruth[x86] Make the v8i16 clever single-input shuffle loweri...
2015-02-27 Chandler Carruth[x86] Add a bunch more tests for v16i16 shuffles. All...
2015-02-27 Zachary Turner[llvm-pdbdump] Add support for dumping global variables.
2015-02-27 Vasileios Kalintiris[mips] Account for constant-zero operands in ADDE nodes.
2015-02-27 Anna Zaks[asan] Skip promotable allocas to improve performance...
2015-02-27 Charles DavisTarget/X86: Save Win64 non-volatile registers in a...
2015-02-27 David Majnemerllvm-vtabledump: Dump catch/throw exception structures...
2015-02-26 Rafael EspindolaPut jump tables in distinct sections if -ffunction...
2015-02-26 Zachary Turner[llvm-pdbdump] Fix dumping of function pointers and...
2015-02-26 Chandler Carruth[x86] Fix PR22706 where we would incorrectly try lower...
2015-02-26 Sanjoy DasIRCE: add a test case for r230619.
2015-02-26 Frederic Riss[MC] Use the non-EH register mapping in the debug_frame...
2015-02-26 Reid KlecknerDon't sibcall between SysV and Win64 convention functions
2015-02-26 Hal Finkel[InstCombine/PowerPC] Convert aligned QPX load/store...
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.
next