oota-llvm.git
2008-07-28 Bill WendlingRemove extra lines
2008-07-28 Bruno Cardoso... Disable gp_rel relocation for constant pools access...
2008-07-28 Duncan SandsSince build_vector is a variadic node, the number
2008-07-28 Duncan SandsThis is not a binary file.
2008-07-28 Bruno Cardoso... Added floating point lowering for setcc and brcond.
2008-07-28 Duncan SandsTest this differently: I saw this test fail
2008-07-28 Bill WendlingDon't build with 4.0.
2008-07-28 Dan GohmanFix a typo in a comment.
2008-07-28 Dan GohmanReword a comment to be less ambiguous.
2008-07-28 Dan GohmanFix a bashism in TestRunner.sh.
2008-07-28 Owen AndersonAdd support for eliminating stores that store the same...
2008-07-28 Owen AndersonFix a subtle bug when removing instructions from memdep...
2008-07-27 Bill WendlingRemove <iostream> include.
2008-07-27 Dan GohmanDon't use reinterpret_cast when it isn't needed.
2008-07-27 Dan GohmanMake the ScheduleDAG's GraphRoot edge be blue and dashe...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Dan GohmanTidy SDNode::use_iterator, and complete the transition...
2008-07-27 Dan GohmanFix embedded CRLF characters.
2008-07-27 Dan GohmanRename isOnlyUseOf to isOnlyUserOf.
2008-07-27 Dan GohmanImprove comments for SDNode use-count methods. No funct...
2008-07-27 Duncan SandsSome binary operations were being treated as
2008-07-25 Owen AndersonFix the issues originally addressed in r54070. After...
2008-07-25 Owen AndersonRevert my previous patch. In retrospect, this is compl...
2008-07-25 Owen AndersonSpecial cases are needed in renumbering when dealing...
2008-07-25 Owen AndersonIn order to avoid reprocessing a register more than...
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.
next