oota-llvm.git
2009-01-29 Owen AndersonXFAIL this test. It only worked before because of...
2009-01-29 Owen AndersonCorrect the algorithms for choosing spill and restore...
2009-01-29 Dan GohmanExplicitly add PseudoSourceValue information when lowering
2009-01-29 Dan GohmanMake a few things const, fix some comments, and simplify
2009-01-29 Chris LattnerFix windows build, patch by Marius Wachtler!
2009-01-29 Evan ChengLocal register allocator shouldn't assume only the...
2009-01-29 Dan GohmanFix two typos that Duncan spotted in a comment.
2009-01-29 Dan GohmanIn the case of an extractelement on an insertelement...
2009-01-29 Evan ChengAdd a always_inline test case.
2009-01-29 Bill WendlingRevert r63273. This was already implemented by Dale...
2009-01-29 Evan ChengAdd a test case for Chris lvalue alignment fixes.
2009-01-29 Owen AndersonFix an issue where restores could be inserted after...
2009-01-29 Owen AndersonComments are good. :-)
2009-01-29 Owen AndersonAdd support for aggressive load-use-store folding....
2009-01-29 Bill Wendling- Add DebugLoc to getTargetNode().
2009-01-29 Chris LattnerFix PR3424, a static constructor ordering issue. Patch...
2009-01-29 Evan ChengExit with nice warnings when register allocator run...
2009-01-29 Dan GohmanMake x86's BT instruction matching more thorough, and...
2009-01-29 Dan GohmanMove the code that starts printing the Select_* functions
2009-01-29 Evan ChengA slight compile time optimization. If the caller knows...
2009-01-29 Dale JohannesenAdd DebugLoc-sensitive versions of many node creation
2009-01-29 Evan ChengFix comment about removeRange.
2009-01-28 Mon P WangFixed lowering of v816 shuffles.
2009-01-28 Bill WendlingMake test platform agnostic.
2009-01-28 Bill WendlingAdd DebugLoc to the getNode() methods.
2009-01-28 Dan GohmanGive this test an explicit target, to make it host...
2009-01-28 Dan GohmanSDOperand has been renamed to SDValue. SDNode::Val...
2009-01-28 Dan GohmanAdd more comments describing SDNode operator codes.
2009-01-28 Dale JohannesenAdd DebugLoc-aware constructors for SDNode derived
2009-01-28 Dan GohmanAdd some comments on ISD::NodeType.
2009-01-28 Devang PatelDo not forget to derived type while constructing an...
2009-01-28 Chris LattnerFix some issues with volatility, move "CanConvertToScal...
2009-01-28 Chris Lattnerstrengthen this test.
2009-01-28 Mon P WangFixed extract element when the result needs to be promo...
2009-01-28 Dan GohmanDelete unnecessary elses.
2009-01-28 Chris LattnerEnable PACKAGE_VERSION in cmake builds, this unbreaks...
2009-01-28 Dan GohmanMake isOperationLegal do what its name suggests, and...
2009-01-28 Duncan SandsFormatting.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-28 Duncan SandsFix PR3415 (infinite loop in EscapeAnalysis) by
2009-01-28 Evan ChengThe memory alignment requirement on some of the mov...
2009-01-28 Mon P WangAdded sse test patterns for r62979 and r63193.
2009-01-28 Mon P WangAdd shuffle splat pattern for x86 sse shifts.
2009-01-28 Mikhail GlushenkovTypo.
2009-01-28 Mikhail GlushenkovUpdate the generated docs.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-28 Mikhail GlushenkovClarify comment.
2009-01-28 Dan GohmanUse ValueType::bitsLT to simplify some code.
2009-01-28 Dan GohmanUse ZERO_EXTEND instead of ANY_EXTEND when promoting
2009-01-28 Bill WendlingComment fixes.
2009-01-28 Evan ChengSuppress a compile time warning.
2009-01-27 Dale JohannesenEmbalm my ideas of how things should work. Not that
2009-01-27 Devang PatelAdd type DIE into appropriate context DIE.
2009-01-27 Dale JohannesenAdd a DebugLoc field and some simple accessors.
2009-01-27 Dale JohannesenReorder args, constify.
2009-01-27 Bill WendlingAdd testcase for r63142.
2009-01-27 Anton KorobeynikovTreat [1 x i8] zeroinitializer as a C string, placing...
2009-01-27 Dan GohmanUse .empty() instead of comparing .size() with 0.
2009-01-27 Dale JohannesenUpdate to latest spelling.
2009-01-27 Dale JohannesenAdd DebugLoc field and simple accessors.
2009-01-27 Evan ChengRefine DebugLoc per review comments.
2009-01-27 Dan GohmanAdd an assertion to the form of SelectionDAG::getConsta...
2009-01-27 Dan GohmanReformat the allocation-order arrays to a more conventi...
2009-01-27 Dan GohmanDelete redundant return statements.
2009-01-27 Dan GohmanRespect the DisableRedZone flag on PowerPC.
2009-01-27 Dan GohmanSimplify findNonImmUse; return the result using the...
2009-01-27 Torok EdwinAPInt's countLeadingOnes() was broken for negative...
2009-01-27 Dan GohmanMake some comments doxygen-friendly.
2009-01-27 Owen AndersonMake the pre-split-limit option more useful by using...
2009-01-27 Evan ChengImplement multiple with overflow by 2 with an add instr...
2009-01-27 Evan ChengForgot this test case.
2009-01-27 Dan GohmanEliminate unnecessary operands-list traversals.
2009-01-27 Dan GohmanAdd a FrontendC testcase for the x86-64 Red Zone feature,
2009-01-27 Dan GohmanEnable the red zone on x86-64 by default.
2009-01-27 Devang PatelAssorted debug info fixes.
2009-01-27 Dan GohmanAdd a regression test for x86-64 red zone usage.
2009-01-27 Dan GohmanFix the Red Zone calculation for functions with frame...
2009-01-27 Dan GohmanAdd an svn:ignore property.
2009-01-26 Evan ChengNo need to keep size of DebugLocations vector separately.
2009-01-26 Dale JohannesenTestcase for 6522054.
2009-01-26 Scott MichelCellSPU:
2009-01-26 Scott MichelMake the Dwarf macro information section optional;...
2009-01-26 Dan GohmanImplement Red Zone utilization on x86-64. This is currently
2009-01-26 Steve NaroffMore updates to VC proj...
2009-01-26 Owen AndersonReapply r63025 and r63026, with fixes for the failing...
2009-01-26 Duncan SandsFix PR3393, which amounts to a bug in the expensive
2009-01-26 Ted KremenekAdd method raw_fd_ostream::seek() for random access...
2009-01-26 Dan GohmanAt Nick Lewycky's request, rename this test with a...
2009-01-26 Bill WendlingAlso revert r63206
2009-01-26 Bill WendlingTemporarily revert r63025 until the testsuite failures...
2009-01-26 Dan GohmanFix the name of an argument.
2009-01-26 Anton KorobeynikovDuring bittest switch lowering emit shift in the test...
2009-01-26 Owen AndersonGet rid of a bunch of dead code now that interval recon...
2009-01-26 Owen AndersonFix an issue where LiveIntervals was trying to be smart...
2009-01-26 Evan ChengEnhance logic in X86DAGToDAGISel::PreprocessForRMW...
2009-01-26 Evan ChengSilence a bogus compiler warning.
2009-01-26 Steve NaroffUpdate VS project files.
2009-01-26 Roman LevensteinFix a bug in BitVector.h. All assignment operations...
2009-01-26 Evan ChengActually source file has already been uniquified into...
2009-01-26 Evan ChengAdd data structure to define and track debug location...
next