This test needs -aggressive-remat enabled.
[oota-llvm.git] / lib /
2008-07-25 Dan GohmanDisable the new aggressive remat logic introduced in...
2008-07-25 Mon P WangWhen splitting a vector shuffle, fixed which type we...
2008-07-25 Evan ChengTeach ARM isLegalAddressingMode to handle unknown type...
2008-07-25 Dan GohmanUse AliasAnalysis::pointsToConstantMemory in SDISel...
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-24 Dan GohmanPut the LICM of constant GlobalVariables, introduced...
2008-07-24 Dan GohmanAvoid emitting casts in static initializer contexts...
2008-07-24 Owen AndersonStore the predecessor MBB in the PHIUnion, rather than...
2008-07-24 Evan ChengFix a catastrophic PPC64 ABI bug: i32 operands which...
2008-07-24 Devang PatelCreate temp. file in current path.
2008-07-24 Evan ChengRename instance variables, parameter argument names...
2008-07-23 Owen AndersonEnable the insertion of empty indices into LiveInterals...
2008-07-23 Owen AndersonFix a compile-time regression introduced by my heuristi...
2008-07-23 Dan GohmanUse C99 aggregate literal syntax for first-class struct...
2008-07-23 Bruno Cardoso LopesMinor fixes.
2008-07-23 Chris Lattner"Allow LICM to sink or lift loads from constant memory...
2008-07-23 Dan GohmanUpdate the generated .cvs files.
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-23 Evan ChengFix PR2485: do all 4-element SSE shuffles in max. of...
2008-07-22 Duncan SandsLegalizeTypes support for VSETCC. Fixes PR2575.
2008-07-22 Owen AndersonChange the heuristics used in the coalescer, register...
2008-07-22 Evan ChengFactor out SSE 4 wide shuffle lowering code into its...
2008-07-22 Evan ChengFix pr2566: incorrect assumption about bit_convert...
2008-07-22 Devang PatelWhile creating temp. file on disk, if the current filen...
2008-07-22 Evan ChengFix PR2574: implement v2f32 scalar_to_vector.
2008-07-22 Devang PatelHandle bitcode wrappers.
2008-07-22 Dan GohmanMake the GraphRoot edge look like a chain edge, which...
2008-07-22 Anton KorobeynikovProvide default implementation of different small-secti...
2008-07-22 Anton KorobeynikovTie small stuff to non-small by default on ELF platforms
2008-07-22 Bruno Cardoso Lopessimplified small section logic
2008-07-22 Anton KorobeynikovFix encoding of atomic compare and swap for i64
2008-07-22 Bruno Cardoso LopesAdded small section asm emition logic for mips.
2008-07-22 Bruno Cardoso LopesBasic support for small sections
2008-07-22 Bill WendlingRemove another tab.
2008-07-22 Bill WendlingMore tab removals.
2008-07-22 Bill WendlingAnother buildbot test commit.
2008-07-22 Dan GohmanFix a typo in a comment.
2008-07-22 Dan GohmanFix multiple-return-value-to-first-class-aggregates...
2008-07-22 Bill WendlingTrivial check-in to test buildbot. No functionality...
2008-07-21 Dan GohmanInsertValue and ExtractValue constant expressions are...
2008-07-21 Dan GohmanFix grammaros in comments.
2008-07-21 Dan GohmanFix a bug in LSR's dead-PHI cleanup. If a PHI has a...
2008-07-21 Dan GohmanEnhance the GraphWriter support for edge destinations...
2008-07-21 Dan GohmanAfter early-lowering the FORMAL_ARGUMENTS node, delete it.
2008-07-21 Evan ChengEliminate a compilation warning.
2008-07-21 Dan GohmanAdd titles to the various SelectionDAG viewGraph calls
2008-07-21 Dan GohmanFix uses of underscore-capital names.
2008-07-21 Bruno Cardoso LopesAdded initial support for small sections on Mips.
2008-07-21 Dan GohmanNow that the MachineInstr leaks are fixed, enable leak...
2008-07-21 Anton KorobeynikovUse better variable names
2008-07-21 Anton KorobeynikovDon't use larger alignment.
2008-07-21 Duncan SandsAdd VerifyNode, a place to put sanity checks on
2008-07-21 Evan ChengUse movaps instead of movups to spill 16-byte vector...
2008-07-21 Nick LewyckyRevert r53812 -- premature. LegalizeTypes isn't actuall...
2008-07-21 Nick LewyckySwitch on the use of arbitrary precision integers in...
2008-07-20 Wojciech MatyjewiczThis header isn't necessary now.
2008-07-20 Wojciech MatyjewiczFix PR2088. Use modulo linear equation solver to comput...
2008-07-20 Bill WendlingFix for first part of PR2562. Generate the "pinsrw...
2008-07-20 Bill WendlingPull r53795 from Gaz into mainline:
2008-07-19 Anton KorobeynikovUnbreak build: 'DarwinTargetAsmInfo' was already taken...
2008-07-19 Duncan SandsMake sure custom lowering for LegalizeTypes
2008-07-19 Anton KorobeynikovUse chars, where possible
2008-07-19 Anton KorobeynikovSwitch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.
2008-07-19 Anton KorobeynikovFix a FIXME :)
2008-07-19 Anton KorobeynikovUse generic ELFTargetAsmInfo and DarwinTargetAsmInfo...
2008-07-19 Anton KorobeynikovAdd TargetAsmInfo stuff for all darwin-based targets
2008-07-19 Anton KorobeynikovAdd TargetAsmInfo for all ELF-based targets
2008-07-19 Anton KorobeynikovUse aligned stack spills, where possible. This fixes...
2008-07-19 Evan ChengFix a memory leak in LiveIntervalAnalysis.
2008-07-18 Duncan SandsSoftfloat support for FDIV. Patch by
2008-07-18 Duncan SandsEliminate unused variable.
2008-07-18 Duncan SandsSupress a gcc-4.3 warning.
2008-07-18 Duncan SandsRevert 53729, after waking up in the middle of
2008-07-18 Dan GohmanIn the CBackend, use casts to force integer add, subtra...
2008-07-18 Dan GohmanFix a LocalSpiller leak. This fixes tramp3d-v4.
2008-07-18 Owen AndersonMake PRE actually handle critical edges (by splitting...
2008-07-18 Owen AndersonReapply r53735. My last patch fixed the failures Dan...
2008-07-18 Owen AndersonAdd some checks that got lost in the shuffle. This...
2008-07-18 Dan GohmanRevert r53735. It broke SPEC 464.h264ref.
2008-07-18 Chris Lattnerverify limits-fndefn.c from the GCC testsuite before the
2008-07-17 Dan GohmanRe-introduce LeakDetector support for MachineInstrs...
2008-07-17 Dan GohmanWhen printing MemOperand nodes, only use print() for
2008-07-17 Owen AndersonUse MergeBlockIntoPredecessor to simplify some code.
2008-07-17 Evan ChengSubreg live interval valno may not have a corresponding...
2008-07-17 Owen AndersonMake MergeBlockIntoPredecessor more aggressive when...
2008-07-17 Owen AndersonEnable PRE. My last batch of changes fixed the miscompile.
2008-07-17 Duncan SandsUse a legal type for elements of the vector_shuffle
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Duncan SandsLegalizeTypes support for what seems to be the
2008-07-17 Nate BegemanRemove unnecessary readme entry
2008-07-17 Duncan SandsTurn LegalizeTypes back off again for the moment:
2008-07-17 Nate BegemanFix a typo in last commit
2008-07-17 Nate BegemanSSE codegen for vsetcc nodes
2008-07-17 Matthijs KooijmanMake GlobalOpt preserve address spaces when scalar...
2008-07-17 Chris LattnerFix PR2553
2008-07-17 Mon P WangWhen lowering certain atomics, we need to copy the...
2008-07-17 Duncan SandsFactorize some code for determining which libcall to...
2008-07-17 Evan ChengInliner tweak. Function calls should cost more than...
2008-07-17 Owen AndersonFactor MergeBlockIntoPredecessor out into BasicBlockUtils.
2008-07-16 Devang PatelMark function used by asm block as used, otherwise...
next