Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.
[oota-llvm.git] / test /
2012-07-16 Alexey SamsonovThis CL changes the function prologue and epilogue...
2012-07-15 Nadav RotemFix a bug in the scalarization of BUILD_VECTOR. BUILD_V...
2012-07-15 Nadav RotemTeach getTargetVShiftNode about TargetConstant nodes.
2012-07-15 NAKAMURA Takumillvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll:...
2012-07-15 Nadav RotemRename VBROADCASTSDrm into VBROADCASTSDYrm to match...
2012-07-14 Nadav RotemAVX: Fix a bug in getTargetVShiftNode. The shift amount...
2012-07-14 Nadav RotemAdd a dagcombine optimization to convert concat_vectors...
2012-07-13 Andrew TrickLSR Fix: check SCEV expression safety before expansion.
2012-07-13 Joel JonesThis is one of the first steps at moving to replace...
2012-07-13 Jack CarterThe Mips specific relocation R_MIPS_GOT_DISP
2012-07-13 Jack Cartertest case for revision 160084: Alignment filling betwee...
2012-07-13 Duncan SandsRestrict this to x86, hopefully fixing ARM buildbots.
2012-07-12 Eric ChristopherThe end of the prologue should be marked with is_stmt.
2012-07-12 Akira HatanakaFix check strings in test/MC/Disassembler/Mips/* and...
2012-07-12 Benjamin KramerGive the rdrand instructions a SideEffect flag and...
2012-07-12 Nadav RotemThe LIT tests below do not specify the exact cpu model...
2012-07-12 NAKAMURA Takumillvm/test/CodeGen/X86/rdrand.ll: Relax expression corre...
2012-07-12 NAKAMURA Takumillvm/test/CMakeLists.txt: Add llvm-diff to deps.
2012-07-12 Benjamin KramerUse %s instead of the explicit name, the latter doesn...
2012-07-12 Benjamin KramerAdd intrinsics for Ivy Bridge's rdrand instruction.
2012-07-12 Duncan SandsThe result type of EXTRACT_VECTOR_ELT doesn't have...
2012-07-12 Craig TopperUpdate GATHER instructions to support 2 read-write...
2012-07-12 Evan ChengInstcombine was transforming:
2012-07-11 Manman RenARM: Fix optimizeCompare to correctly check safe condition.
2012-07-11 Stepan DyatkovskiyFixed diff comparison.
2012-07-11 Akira HatanakaTest case for r160036.
2012-07-11 Manman RenX86: Update to peephole optimization to move Movr0...
2012-07-11 Akira HatanakaImplement MipsTargetLowering::LowerSELECT_CC to custom...
2012-07-11 Benjamin KramerPR13326: Fix a subtle edge case in the udiv -> magic...
2012-07-11 Nadav RotemWhen ext-loading and trunc-storing vectors to memory...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Jack Carter Mips specific inline asm operand modifier 'L'.
2012-07-10 Chad RosierAdd newline.
2012-07-10 Chad RosierAdd test case accidentally omitted from r160002.
2012-07-10 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-07-10 Nadav RotemImprove the loading of load-anyext vectors by allowing...
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-10 Craig TopperReverse assembler/disassembler operand order for gather...
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-07-09 Chad RosierRevert r159938 (and r159945) to appease the buildbots.
2012-07-09 Owen AndersonTeach the DAG combiner to turn sitofp/uitofp from i1...
2012-07-09 Manman RenX86: implement functions to analyze & synthesize CMOV...
2012-07-09 Akira HatanakaReapply r158846.
2012-07-09 Nuno Lopesinstcombine: merge the functions that remove dead alloc...
2012-07-09 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-09 Richard BartonPrevent ARM assembler from losing a right shift by...
2012-07-09 Richard BartonTeach the assembler to use the narrow thumb encodings...
2012-07-07 Manman RenX86: Fix optimizeCompare to correctly check safe condition.
2012-07-06 Nuno Lopesteach instcombine to remove allocated buffers even...
2012-07-06 Akira Hatanakarevert r159851.
2012-07-06 Akira HatanakaReapply r158846.
2012-07-06 Manman RenX86: peephole optimization to remove cmp instruction
2012-07-06 Chad Rosier[fast-isel] Tell fast-isel to do nothing with the new...
2012-07-06 Duncan SandsAttempt to fix windows buildbots. Patch by James Benton.
2012-07-06 NAKAMURA Takumitest/CodeGen/X86/sext-setcc-self.ll: Mark it as XFAIL...
2012-07-06 NAKAMURA TakumiRevert r159804, "[arm-fast-isel] Add support for vararg...
2012-07-06 Alexey SamsonovFix PR13202 and a regtest.
2012-07-06 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-05 Jack Carter Mips specific inline asm operand modifier D.
2012-07-05 Akira Hatanakatest case for r159770.
2012-07-05 Duncan SandsUse the right kind of booleans: we were emitting 0...
2012-07-04 Jakob Stoklund OlesenEnsure CopyToReg nodes are always glued to the call...
2012-07-04 Rafael EspindolaAdd a testcase for pr13209. It is not a great test...
2012-07-04 Jakob Stoklund OlesenAdd early if-conversion support to X86.
2012-07-03 Nuno LopesBoundsChecking: optimize out the check for offset ...
2012-07-03 Craig TopperAdd aliases for pblendvb, blendvpd, and blendvps instru...
2012-07-03 NAKAMURA Takumitest/CodeGen/SPARC/private.ll: Fixup. Forgot to prune...
2012-07-03 NAKAMURA Takumitest/CodeGen/SPARC/private.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumillvm/test/lit.cfg: Retweak for Win32 to fix testing.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/sincos.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/fabs.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck...
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Jack Carterdeleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Chandler CarruthExtend the workaround from r159593 to cover a few expli...
2012-07-02 Chandler CarruthRevert r159588, and apply a more principled fix. Place...
2012-07-02 Chandler CarruthWork around a really frustrating apparant CMake bug.
2012-07-02 Jack CarterPass the correct ELFOSABI enumeration to the MipsELFObj...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Duncan SandsGlobalOpt forgot to handle bitcast when analyzing globa...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Bob WilsonDo not attempt to use ROR for Thumb1.
2012-07-02 Nuno Lopesfix the regression I introduced in r159385 (it's necess...
2012-07-02 Chandler CarruthThe built-in shell test runner for some reason doesn...
2012-07-02 Chandler CarruthFix the TCL-style quoting in one random test that someh...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-07-02 Chandler CarruthMake tests which first provide a negative assertion...
2012-07-02 Chandler CarruthRewrite three tests that had truly egregious abuses...
2012-07-02 Chandler CarruthSwitch a bunch of Linker tests from using elaborate...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2012-07-01 Rafael EspindolaNow that RegistersDefinedFromSameValue handles one...
2012-07-01 Elena DemikhovskyOptimization of shuffle node that can fit to the regist...
2012-06-30 Chandler CarruthHoist LLVM's lit testsuite infrastructure into module...
2012-06-29 Jakob Stoklund OlesenClear kill flags in InstrEmitter::EmitSubregNode().
next