When calling print directly on a global (eg from the debugger) it
[oota-llvm.git] / test /
2012-09-12 Nadav RotemStack coloring: remove lifetime intervals which contain...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-11 Chad Rosier[ms-inline asm] Split the parsing of IR asm strings...
2012-09-11 Manman RenSimplifyCFG: preserve branch-weight metadata when creat...
2012-09-11 Chad RosierFormatting. No functional change intended.
2012-09-11 Nadav RotemStack Coloring: Dont crash on dbg values which use...
2012-09-11 Alex RosenbergAdd a pass that renames everything with metasyntatic...
2012-09-10 Eric ChristopherRevert r160148 it seems to cause more problems than...
2012-09-10 Chad RosierAdd newline.
2012-09-10 NAKAMURA Takumitest/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin...
2012-09-10 Chad Rosier[ms-inline asm] Properly emit the asm directives when...
2012-09-10 Chad RosierUpdate test case for Release builds.
2012-09-10 Chad Rosier[ms-inline asm] Pass the correct AsmVariant to the...
2012-09-10 Chad Rosier[ms-inline asm] Add support for .att_syntax directive.
2012-09-10 Jakob Stoklund OlesenDon't attempt to use flags from predicated instructions.
2012-09-10 Nadav RotemStack Coloring: Handle the case where END markers come...
2012-09-10 Michael LiaoEnhance PR11334 fix to support extload from v2f32/v4f32
2012-09-10 Michael LiaoAdd boolean simplification support from CMOV
2012-09-10 James MolloyFix an assertion failure when optimising a shufflevecto...
2012-09-10 Nadav RotemStack Coloring: Add support for multiple regions of...
2012-09-10 Elena DemikhovskyThe VPSHUFB 256-bit instruction may be generated when...
2012-09-10 Nadav RotemTeach the DAGBuilder about lifetime markers which are...
2012-09-09 Craig TopperTeach DAG combiner to constant fold fneg of a BUILD_VEC...
2012-09-08 Craig TopperAdd instruction selection for ffloor of vectors when...
2012-09-08 Craig TopperAdd support for lowering FABS of vector types.
2012-09-08 Craig TopperSet operation action for FFLOOR to Expand for all vecto...
2012-09-08 Andrew TrickRemove an incorrect assert during branch weight propaga...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Jack CarterInitial relocations test for the Mips standalone assembler.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-07 Benjamin KramerPR13754: llvm-mc/x86 crashes on .cfi directives without...
2012-09-07 Nuno Lopesyet another attempt at fixing @OCAMLOPT@ for sed.
2012-09-07 Jack CarterThe Mips standalone assembler aliased instruction support.
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-09-06 Jack CarterThe Mips standalone assembler memory instruction support.
2012-09-06 Jakob Stoklund OlesenAllow overlaps between virtreg and physreg live ranges.
2012-09-06 Tim NorthoverDiagnose invalid alignments on duplicating VLDn instruc...
2012-09-06 Tim NorthoverCheck for invalid alignment values when decoding VLDn...
2012-09-06 Arnold SchwaighoferBasicAA: Recognize cyclic NoAlias phis
2012-09-06 Tim NorthoverUse correct part of complex operand to encode VST1...
2012-09-06 Arnold SchwaighoferBasicAA: GEPs of NoAlias'ing base ptr with equivalent...
2012-09-06 Nadav RotemDisable stack coloring by default in order to resolve...
2012-09-06 Elena DemikhovskyAVX2 optimization.
2012-09-06 Nadav RotemFix the test by specifying an exact cpu model.
2012-09-06 Hans WennborgFix switch_to_lookup_table.ll test from r163302.
2012-09-06 James MolloyImprove codegen for BUILD_VECTORs on ARM.
2012-09-06 Hans WennborgBuild lookup tables for switches (PR884)
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-06 James MolloyOptimize codegen for VSETLNi{8,16,32} operating on...
2012-09-06 Craig TopperAdd patterns for converting stores of subvector_extract...
2012-09-06 Jim GrosbachRevert "Enable MCJIT tests on Darwin."
2012-09-06 Jim GrosbachEnable MCJIT tests on Darwin.
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
2012-09-05 Jakob Stoklund OlesenUse predication instead of pseudo-opcodes when folding...
2012-09-05 Nick LewyckyAdd missing file for test.
2012-09-05 Nick LewyckyTeach libObject about some more ELF relocations. llvm...
2012-09-05 Manman RenJumpThreading: when default destination is the destinat...
2012-09-05 Jack CarterMips specific llvm assembler support for ALU instructio...
2012-09-05 Tim NorthoverStrip old MachineInstrs *after* we know we can put...
2012-09-05 Pranav BhandarkarLLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instru...
2012-09-05 Silviu BarangaFixed the DAG combiner to better handle the folding...
2012-09-05 Logan ChienFix UseInitArray option for MIPS target.
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-09-04 Jakob Stoklund OlesenMove tie checks into MachineVerifier::visitMachineOperand.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-04 Sergei LarinPorting Hexagon MI Scheduler to the new API.
2012-09-04 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-09-04 Elena DemikhovskyThis patch optimizes shuffle instruction - generates...
2012-09-04 Nadav RotemLICM may hoist an instruction with undefined behavior...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-09-03 Bob WilsonFix more fallout from r158919, similar to PR13547.
2012-09-02 Nuno Lopesescape special char when handling CXX_FOR_OCAMLOPT
2012-09-02 Nuno Lopesfix test's RUN lines
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-09-02 Benjamin KramerLoopRotation: Make the brute force DomTree update more...
2012-09-02 Nadav RotemGenerate better select code by allowing the target...
2012-09-01 Pete CooperRevert "Take account of boolean vector contents when...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-09-01 Owen AndersonTeach DAG combine a number of tricks to simplify FMA...
2012-09-01 NAKAMURA Takumillvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on...
2012-09-01 Manman RenFix Atom bots for r163036.
2012-08-31 Manman RenSelectionDAG: when constructing VZEXT_LOAD from other...
2012-08-31 Craig TopperMark FMA4 instructions as commutable and add them to...
2012-08-31 Michael LiaoFix PR12359
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-31 Craig TopperMark FMA3 instructions as commutable so that the operan...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-31 Jakob Stoklund OlesenDon't enforce ordered inline asm operands.
2012-08-31 NAKAMURA Takumillvm/test/CodeGen/X86/vec_select.ll: Fix failure on...
2012-08-31 Jakob Stoklund OlesenFix a couple of typos in EmitAtomic.
2012-08-31 Jim GrosbachX86: Fix encoding of 'movd %xmm0, %rax'
2012-08-30 Pete CooperTake account of boolean vector contents when promoting...
2012-08-30 Owen AndersonTry to make this test more generic to unbreak buildbots.
2012-08-30 Owen AndersonTeach the DAG combiner to turn chains of FADDs (x+x...
2012-08-30 Michael Gottesman[llvm] Updated the test fold-vector-select so that...
2012-08-30 Nadav RotemCurrently targets that do not support selects with...
2012-08-30 Michael LiaoIntroduce 'UseSSEx' to force SSE legacy encoding
2012-08-30 Benjamin KramerFix test case.
next