[CodeGen] Add print and verify pass after each MachineFunctionPass by default
[oota-llvm.git] / test /
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...
2014-12-09 David MajnemerAsmParser: Reject invalid mismatch between forward...
2014-12-09 Hal FinkelHandle early-clobber registers in the aggressive anti...
2014-12-08 Tom StellardMISched: Fix moving stores across barriers
2014-12-08 Colin LeMahieu[Hexagon] Adding any8, all8, and/or/xor/andn/orn/not...
2014-12-08 Hal Finkel[PowerPC] Don't use a non-allocatable register to imple...
2014-12-08 Colin LeMahieu[Hexagon] Fixing broken test.
2014-12-08 Colin LeMahieu[Hexagon] Adding xtype doubleword add, sub, and, or...
2014-12-08 Colin LeMahieu[Hexagon] Adding xtype doubleword comparisons. Removin...
2014-12-08 Colin LeMahieu[Hexagon] Adding xtype parity, min, minu, max, maxu...
2014-12-08 Colin LeMahieu[Hexagon] Adding xtype halfword add/sub ll/hl/lh/hh...
2014-12-08 David MajnemerConstantFold: Zero-sized globals might land on top...
2014-12-08 Rafael EspindolaLazily link GlobalVariables and GlobalAliases.
2014-12-08 Colin LeMahieu[Hexagon] Adding add/sub with saturation. Removing...
2014-12-08 David MajnemerInstSimplify: Try to bring back the rest of r223583
2014-12-08 Bruno Cardoso Lopes[CompactUnwind] Fix register encoding logic
2014-12-08 Rafael EspindolaDon't crash when the key of a comdat is lazily linked.
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-08 Tim NorthoverAArch64: treat HFAs containing "half" types as blocks...
2014-12-08 Andrea Di Biagio[X86] Improved tablegen patters for matching TZCNT...
2014-12-08 Colin LeMahieu[Hexagon] Adding combine reg, reg with predicated forms.
2014-12-08 Rafael EspindolaSimplify the test. NFC.
2014-12-08 Rafael EspindolaSimplify test. NFC.
2014-12-08 Colin LeMahieu[Hexagon] Adding packhl instruction.
2014-12-08 Rafael EspindolaUse CHECK-DAG to reduce the noise in an upcoming patch.
2014-12-08 Andrea Di Biagio[X86] Improved lowering of packed v8i16 vector shifts...
2014-12-08 Rafael EspindolaFix linking of prologue data.
2014-12-08 Sonam KumariRemoval Of Duplicate Test Case from shift.ll file
2014-12-08 NAKAMURA TakumiRevert a part of r223583, for now. It seems causing...
2014-12-08 Duncan P. N. Exon... IR: Fix bitcode compatability filenames
2014-12-07 Duncan P. N. Exon... IR: Add missing tests for function-local metadata
2014-12-07 Chandler Carruth[x86] Clean up the SSE1 test to use a slightly differen...
2014-12-07 Chandler Carruth[x86] Switch a constant selection test to use positive...
2014-12-07 Chandler Carruth[x86] Cleanup the combining vector shuffle tests a...
2014-12-07 Chandler Carruth[x86] Clean up the shift lowering vector shuffle tests...
next