oota-llvm.git
2008-07-25 Owen AndersonRemove live interval entries for an interval if we...
2008-07-25 Owen AndersonProperly remap live ranges whose end indices are the...
2008-07-25 Dan GohmanRename the version of CreateRet that's a convenience...
2008-07-25 Owen AndersonMake the remapping of interval indices (particularly...
2008-07-25 Duncan SandsFix error: ‘std::ostream’ has not been declared
2008-07-25 Nate BegemanFix test RUN line
2008-07-25 Nate BegemanDisable mov{L, LP, HP, HLP, *DUP} shuffles for mmx
2008-07-25 Nate BegemanRemove unnecessary implicit argument
2008-07-25 Nate BegemanFix minor issues with VICmp/VFCmp constant expressions
2008-07-25 Nate BegemanFit in 80 cols
2008-07-25 Nate BegemanAllow verifier to be run on partially materialized...
2008-07-25 Nate BegemanAdd predicate for GhostLinkage, used by the JIT
2008-07-25 Nate BegemanRemove dead PatLeaf; there are a number of issues aroun...
2008-07-25 Nate BegemanTab removal
2008-07-25 Dan GohmanAdd a #include for the uses of uint64_t.
2008-07-25 Dan GohmanThis test needs -aggressive-remat enabled.
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 GohmanAdd a #include <cassert>, since this file use assert.
2008-07-25 Dan GohmanApply a patch from Mahadevan R, with minor formatting...
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 GohmanAdd target triples so these tests behave as expected...
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 Devang PatelIdentify llvm bit-code file that is causing linking...
2008-07-24 Evan ChengNew test case.
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... Minor fixes.
2008-07-23 Chris LattnerMake CreateBinOp/CreateNeg/CreateNot do constant folding.
2008-07-23 Chris Lattner"Allow LICM to sink or lift loads from constant memory...
2008-07-23 Chris Lattner'Previously, the emacs tablegen mode would highlight...
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 Devang PatelQuit early, if unable to reproduce error using original...
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 Dan GohmanAdd insertvalue and extractvalue folding support in...
2008-07-22 Devang PatelRemove temp. files in the end.
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 Dan GohmanIRBuilder support for insertvalue and extractvalue.
2008-07-22 Dan GohmanAssert that the DAG root value is a chain value.
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... simplified small section logic
2008-07-22 Anton KorobeynikovFix encoding of atomic compare and swap for i64
2008-07-22 Bruno Cardoso... Added small section asm emition logic for mips.
2008-07-22 Bruno Cardoso... Basic support for small sections
2008-07-22 Bill WendlingRemove more tabs.
2008-07-22 Bill WendlingRemove another tab.
2008-07-22 Bill WendlingMore tab removals.
2008-07-22 Bill WendlingRemoving tabs.
2008-07-22 Bill WendlingUse &mdash; because.
2008-07-22 Bill WendlingRemove references to llvm-gcc-4.0
2008-07-22 Bill WendlingFix grammar.
2008-07-22 Bill WendlingAnother buildbot test commit.
2008-07-22 Dan GohmanCorrect the name of MachineMemOperand's include guard.
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 Devang PatelProvide llvm bitcode file to native object file interface.
2008-07-21 Dan GohmanFix grammaros in comments.
2008-07-21 Dan GohmanAdd the PR number to the test.
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 GohmanMake the GraphWriter be more consistent about the string
2008-07-21 Dan GohmanFix uses of underscore-capital names.
2008-07-21 Bruno Cardoso... Added initial support for small sections on Mips.
2008-07-21 Dan GohmanNow that the MachineInstr leaks are fixed, enable leak...
2008-07-21 Bill WendlingTemporary hack to build with GCC 4.0 instead of 4.2.
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 Cedric VenetUpdated VC++ projects
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
next