Some reassociate optimizations create new instructions, which they insert just
[oota-llvm.git] / test /
2012-06-27 Duncan SandsSome reassociate optimizations create new instructions...
2012-06-27 Richard BartonTeach assembler to handle capitalised operation values...
2012-06-27 Chandler CarruthClean up the 'check' CMake build rule a bit, notable...
2012-06-27 Akira HatanakaTest case for r159240.
2012-06-26 Evan ChengRemove a instcombine transform that (no longer?) makes...
2012-06-26 Rafael EspindolaFix llc's -print-before=pass and -print-after=pass.
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-26 Duncan SandsReplacing zero-sized alloca's with a null pointer is...
2012-06-26 Elena DemikhovskyShuffle optimization for AVX/AVX2.
2012-06-26 Craig TopperRemove some duplicate instructions that exist only...
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-25 Eli FriedmanMake some ugly hacks for inline asm operands which...
2012-06-25 Nuno Lopesrevert my previous commit (r159173), since as Eli point...
2012-06-25 Nuno Lopesdo not set realloc() as NotAlias, since it can return...
2012-06-25 Manman RenARM: update peephole optimization.
2012-06-25 Dan GohmanFix the objc_autoreleasedReturnValue optimization code...
2012-06-25 Jakob Stoklund OlesenEnforce stricter liveness rules for PHIs.
2012-06-25 Jakob Stoklund OlesenRun ProcessImplicitDefs on SSA form where it can be...
2012-06-25 Nuno Lopesimprove optimization of invoke instructions:
2012-06-25 Meador IngePR13013: ELF Type identification fails for MSB type...
2012-06-25 Rafael EspindolaIf a constant or a function has linkonce_odr linkage...
2012-06-24 Jakob Stoklund Olesen%RCX is not a function live-out in eh.return functions.
2012-06-24 Hal FinkelAllow controlling vectorization of boolean values separ...
2012-06-24 Nick LewyckyRemove dyn_cast + dereference pattern by replacing...
2012-06-24 Nick LewyckyRemove a dangling reference to a deleted instruction...
2012-06-24 Pete CooperDAG legalisation can now handle illegal fma vector...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-06-23 Marshall ClowAdd relocation types for Hexagon processor; patch by...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-23 Rafael EspindolaHandle aliases to tls variables in all architectures...
2012-06-23 Evan Cheng(sub X, imm) gets canonicalized to (add X, -imm)
2012-06-22 Jim GrosbachARM: Add a better diagnostic for some out of range...
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-22 Chad RosierFileCheckize tests.
2012-06-22 Lang HamesRename fp-op fusion option (yet again) for compatibilit...
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-06-22 Jakob Stoklund OlesenRevert remaining part of r93200: "Disable folding sext...
2012-06-22 NAKAMURA Takumitest/CodeGen/Generic/asm-large-immediate.ll: Mark it...
2012-06-22 Jakob Stoklund OlesenFunctions calling __builtin_eh_return must have a frame...
2012-06-22 Andrew TrickARM scheduling fix: compute predicated implicit use...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-21 Nuno Lopesinstcombine: disable optimization of 'invoke null...
2012-06-21 Evan ChengLook pass zext to strength reduce an udiv. Patch by...
2012-06-21 Jack CarterThe inline asm operand modifier 'n' is suppose
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-21 Akira HatanakaAdd Mips to the list of target architectures for the...
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-21 Nuno Lopeshopefully fix the buildbots: some tests have wrong...
2012-06-21 Nuno Lopesport the BoundsChecking patch to the new MemoryBuiltin...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-06-21 NAKAMURA TakumiRevert r158209, "test/CodeGen/Generic/APIntLoadStore...
2012-06-21 Lang HamesAdd a missing llvm.fma -> VFNMS pattern to the ARM...
2012-06-21 Evan ChengEmit a single _udivmodsi4 libcall instead of two separa...
2012-06-20 Jakob Stoklund OlesenRemove the -live-regunits command line option.
2012-06-20 Akira HatanakaRevert r158846.
2012-06-20 Akira HatanakaIn MipsDisassembler.cpp, instead of defining register...
2012-06-20 Jakob Stoklund OlesenOnly update regunit live ranges that have been precomputed.
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-20 Craig TopperDon't insert 128-bit UNDEF into 256-bit vectors. Just...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund OlesenAdd a triple.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-19 Rafael Espindolareally add a triple :-(
2012-06-19 Rafael EspindolaAdd a triple to the test.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-18 Nuno Lopesrevert r158660, since Chris has some issues with this...
2012-06-18 Manman RenARM: use NOEN loads and stores if possible when handlin...
2012-06-18 Jim GrosbachARM: Define generic HINT instruction.
2012-06-18 Nuno Lopesadd the 'alloc' metadata node to represent the size...
2012-06-18 Joel JonesThis change handles a another case for generating the...
2012-06-18 Chandler CarruthAdd a regression test for the bug exposed by r158087...
2012-06-18 Chandler CarruthTemporarily revert r158087.
2012-06-17 Pete CooperNow that SROA can form alloca's for dynamic vector...
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-16 Hal FinkelTeach BBVectorize to combine, when possible, or discard...
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-16 Pete CooperFix crash from r158529 on Bullet.
2012-06-15 Andrew TrickUnit test for LSR kind=Special fix: r158536.
2012-06-15 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR registe...
2012-06-15 Manman RenARM: optimization for sub+abs.
2012-06-15 Pete CooperAllow SROA to split up an array of vectors into multipl...
2012-06-15 Rafael EspindolaSome optimizations done by globalopt are safe only...
2012-06-15 Jakob Stoklund OlesenPreserve <undef> flags in ARMExpandPseudo.
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-06-15 Duncan SandsFix issues (infinite loop and/or crash) with self-refer...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Rafael EspindolaImplement the isSafeToDiscardIfUnused predicate and...
2012-06-14 Akira Hatanaka1. introduce MipsPat in place of Pat in order to exclud...
2012-06-14 Akira HatanakaMake machine verifier check the first instruction of...
2012-06-14 Pete CooperRevert r158454: Allow SROA to look at a vector type...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Richard BartonReplace assertion failure for badly formatted CPS instr...
2012-06-14 Manman RenRevert: test/CodeGen/ARM/iabs.ll in r158441
2012-06-14 Manman RenInstCombine: fix a bug when combining (fcmp cc0 x,...
next