Go bindings: introduce llvm.TemporaryMDNode.
[oota-llvm.git] / test /
2014-12-12 Hal Finkel[PowerPC] Add a DAGToDAG peephole to remove unnecessary...
2014-12-12 David MajnemerValueTracking: Don't recurse too deeply in computeKnown...
2014-12-12 Chad Rosier[ARMConstantIsland] Insert tbb/tbh optimization where...
2014-12-12 Colin LeMahieu[Hexagon] Adding double word add/min/minu/max/maxu...
2014-12-12 Nico WeberRevert r224149, llvm-dsymutil was already here.
2014-12-12 Colin LeMahieu[Hexagon] Adding J class call instructions.
2014-12-12 Nico WeberAdd llvm-dsymutil to test/CMakeLists.txt
2014-12-12 Reid KlecknerRelax debug-map-parsing.test error message check for...
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-12 Robert Khasanov[AVX512] Enabling bit logic lowering
2014-12-12 Vasileios Kalintiris[mips] Enable code generation for MIPS-III.
2014-12-12 Robert Khasanov[AVX512] Enabling MIN/MAX lowering.
2014-12-12 Andrea Di BiagioReapply "[MachineScheduler] Fix for PR21807: minor...
2014-12-12 Vasileios Kalintiris[mips] Support SELECT nodes for targets that don't...
2014-12-12 Andrea Di BiagioRevert: [MachineScheduler] Fix for PR21807: minor code...
2014-12-12 Suyog SardaThis patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde...
2014-12-12 Andrea Di Biagio[MachineScheduler] Fix for PR21807: minor code differen...
2014-12-12 Charlie TurnerEmit Tag_ABI_FP_16bit_format build attribute.
2014-12-12 Ekaterina RomanovaA fix for PR21176.
2014-12-12 Steven WuFix another infinite loop in InstCombine
2014-12-12 Matt ArsenaultR600: Fix min/max matching problems with unordered...
2014-12-12 Matt ArsenaultR600/SI: Don't promote f32 select to i32
2014-12-12 Matt ArsenaultAdd target hook for whether it is profitable to reduce...
2014-12-11 Duncan P. N. Exon... Bitcode: Use unsigned char to record MDStrings
2014-12-11 Ahmed Bougacha[X86] Add a temporary testcase for PR21876/r223996.
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Hal Finkel[PowerPC] Better lowering for add/or of a FrameIndex
2014-12-11 Matt ArsenaultR600/SI: Use unordered equal instructions
2014-12-11 Matt ArsenaultR600/SI: Make more unordered comparisons legal
2014-12-11 Matt ArsenaultR600/SI: Use unordered not equal instructions
2014-12-11 Alexey Samsonov[ASan] Change fake stack and local variables handling.
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 Andrea Di Biagio[InstCombine][X86] Improved folding of calls to Intrins...
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 Hal Finkel[PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv...
2014-12-11 Cameron McInally[AVX512] Add support for 512b variable bit shift intrin...
2014-12-11 Colin LeMahieu[Hexagon] Adding encoding information for sign extend...
2014-12-11 Elena DemikhovskyAVX-512: Added all forms of COMPRESS instruction
2014-12-11 Jozef Kolek[mips][microMIPS] Implement CodeGen support for LI16...
2014-12-11 David MajnemerInstSimplify: Remove usesless %a parameter from tests
2014-12-11 Michael KupersteinThe inliner needs to fix up debug information for llvm...
2014-12-11 Michael KupersteinAdd newline missing in r224010.
2014-12-11 Michael Kuperstein[X86] When converting movs to pushes, don't assume...
2014-12-11 Elena DemikhovskyAVX-512: Fixed a bug in lowering setcc for MVT::i1...
2014-12-11 Duncan P. N. Exon... IR: Canonicalize metadata formatting, NFC
2014-12-11 Ekaterina RomanovaReverting commit 223981, because the test that I added...
2014-12-11 Nick LewyckyFix LLVMContext to match what MDKind names that the...
2014-12-11 Duncan P. N. Exon... IR: Add 'invalid-' to test names for invalid assembly
2014-12-10 Tim NorthoverARM: correctly expand LDR-lit based globals.
2014-12-10 Ekaterina RomanovaA fix for PR21176.
2014-12-10 Colin LeMahieu[Hexagon] Adding combine ri/ir instructions.
2014-12-10 David MajnemerConstantFold, InstSimplify: undef >>a x can be either...
2014-12-10 David MajnemerConstantFold: an undef shift amount results in undef
2014-12-10 Colin LeMahieu[Hexagon] Adding encodings for JR class instructions...
2014-12-10 Juergen Ributzka[AArch64] MachO large code-model: Materialize FP consta...
2014-12-10 Colin LeMahieu[Hexagon] Adding JR class predicated call reg instructions.
2014-12-10 Sanjay PatelMatch new shuffle codegen for MOVHPD patterns
2014-12-10 David MajnemerConstantFold: div undef, 0 should fold to undef, not...
2014-12-10 David MajnemerInstSimplify: [al]shr exact undef, %X -> undef
2014-12-10 Michael Kuperstein[X86] Make a code path in EltsFromConsecutiveLoads...
2014-12-10 David MajnemerInstSimplify: div %X, 0 -> undef
2014-12-10 David MajnemerDataLayout: Provide nicer diagnostics for malformed...
2014-12-10 David MajnemerAsmParser: Don't allow null bytes in BB labels
2014-12-10 David MajnemerDataLayout: Be more verbose when diagnosing problems...
2014-12-10 David MajnemerI didn't intend to commit this with r223898
2014-12-10 David MajnemerDataLayout: Move asserts over to report_fatal_error
2014-12-10 David MajnemerAsmParser: Don't crash if a null byte is inside a quote...
2014-12-10 Ahmed Bougacha[ARM] Combine base-updating/post-incrementing vector...
2014-12-09 David MajnemerForgot to add test for r223856
2014-12-09 Ahmed Bougacha[ARM] Make testcase more explicit. NFC.
2014-12-09 Ahmed Bougacha[ARM] Also support v2f64 vld1/vst1.
2014-12-09 Colin LeMahieu[Hexagon] Fixing broken tests.
2014-12-09 Colin LeMahieu[Hexagon] Updating rr/ri 32/64 transfer encodings and...
2014-12-09 Juergen Ributzka[FastISel][AArch64] Fix a missing nullptr check in...
2014-12-09 Colin LeMahieu[Hexagon] Adding word combine dot-new form and replacin...
2014-12-09 Chandler CarruthRevert r223764 which taught instcombine about integer...
2014-12-09 David MajnemerAsmParser: Don't crash on short hex constants for fp128...
2014-12-09 Robert Khasanov[AVX512] Added lowering for VBROADCASTSS/SD instructions.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 David MajnemerAsmParser: Don't crash on malformed attribute groups
2014-12-09 Colin LeMahieu[Hexagon] Updating predicate register transfers and...
2014-12-09 Frederic RissCorrectly handle complex locations expressions in repla...
2014-12-09 Frederic RissRevert "Initial dsymutil tool commit."
2014-12-09 Frederic RissInitial dsymutil tool commit.
2014-12-09 Bill Schmidt[PowerPC 4/4] Enable little-endian support for VSX.
2014-12-09 Bill Schmidt[PowerPC 3/4] Little-endian adjustments for VSX vector...
2014-12-09 Rafael EspindolaRemember the unmangled name in the plugin.
2014-12-09 Bill SchmidtAdd test cases that were inadvertently omitted from...
2014-12-09 Robert Khasanov[AVX512] Added VPBROADCAST{BWDQ} (Load with Broadcast...
2014-12-09 Juergen Ributzka[CodeGenPrepare] Split branch conditions into multiple...
2014-12-09 Bill Schmidt[PowerPC 1/4] Little-endian adjustments for VSX loads...
2014-12-09 Chandler Carruth[x86] Fix the test to actually test things for the...
2014-12-09 Asiri RathnayakeFix modified immediate bug reported by MC Hammer.
2014-12-09 Chandler Carruth[x86] Add a test for the CPU names that should have...
2014-12-09 Sonam KumariRemoval Of Duplicate Test Cases and Addition Of Missing...
2014-12-09 Ankur Garg[test/Transforms/InstCombine/shift.ll] Removed duplicat...
2014-12-09 Chandler CarruthTeach instcombine to canonicalize "element extraction...
2014-12-09 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2014-12-09 David MajnemerReland r223754
2014-12-09 David MajnemerRevert "AsmParser: Reject invalid mismatch between...
next