oota-llvm.git
2008-12-19 Dan GohmanFix RegScavenger::forward() to work on basic blocks...
2008-12-19 Dan GohmanDelete the RegScavenging constructor that takes a Machi...
2008-12-18 Mon P WangFix test to account for generating some vector code...
2008-12-18 Bill WendlingDidn't mean to commit this.
2008-12-18 Dan GohmanTeach LowerSubregs to preserve kill/dead information...
2008-12-18 Bill WendlingRe-XFAIL this test until debug stuff settles down.
2008-12-18 Dan GohmanMake LowerSubregs' debug output for EXTRACT_SUBREG...
2008-12-18 Dan GohmanFix a copy+pasto in an assertion message.
2008-12-18 Dan GohmanFix indentation level.
2008-12-18 Dan GohmanWhen emitting instructions that define EFLAGS and the...
2008-12-18 Dan GohmanWhen setting up the frame pointer, add it as a live...
2008-12-18 Dan GohmanPrint subreg information in MachineInstr::dump.
2008-12-18 Mon P WangFixed x86 code generation of multiple for v2i64. It...
2008-12-18 Mon P WangAdded some basic test cases for r61209
2008-12-18 Mon P WangAdded support for vector widening.
2008-12-18 Evan ChengRemove dead comments.
2008-12-18 Nick LewyckyOops! Left out a line.
2008-12-18 Nick LewyckyMake all the vector elements positive in an srem of...
2008-12-18 Chris LattnerFix PR2929 by making bugpoint/code extract propagate...
2008-12-18 Mikhail GlushenkovFix typo in error message.
2008-12-18 Nick LewyckyRecommit this grammar fix that was backed out along...
2008-12-18 Dan GohmanGive MachineLICM a name, for -time-passes etc.
2008-12-18 Dan GohmanMove post-RA scheduling before branch folding for now...
2008-12-18 Owen AndersonRe-apply r61158 in a form that no longer breaks tests.
2008-12-18 Dale JohannesenRevert previous patch, appears to break bootstrap.
2008-12-18 Dan GohmanMark the x86 fp stack registers as "reserved". This...
2008-12-18 Dale JohannesenFix the time regression I introduced in 464.h264ref...
2008-12-18 Chris Lattnerreapply this hunk from Bill's reversion in r61169,...
2008-12-18 Bill WendlingXFAIL on Linux.
2008-12-18 Chris Lattnermake instnamer name unnamed blocks as well as instructi...
2008-12-18 Bill WendlingDo not XFAIL.
2008-12-17 Bill WendlingTemporarily revert r61027. It was causing a bootstrap...
2008-12-17 Devang PatelXFAIL for now.
2008-12-17 Devang PatelXfail these tests for now.
2008-12-17 Devang PatelToday the front-ends (llvm-gcc and clang) generate...
2008-12-17 Owen AndersonRevert r61158 for now, as it caused some test failures.
2008-12-17 Owen AndersonFix miscompilations caused by renumbering, and enable...
2008-12-17 Chris LattnerThis adds some missing functions to the C binding:
2008-12-17 Bill WendlingForgot to revert r61031 when I reverted r61019, r61030...
2008-12-17 Misha BrukmanSimplified marking code regions -- no need to use ...
2008-12-17 Misha BrukmanInstead of referring to the license file in the 2.3...
2008-12-17 Misha BrukmanAdded mention of the RELEASE_24 tag for the 2.4 release.
2008-12-17 Mon P WangFix expansion of vsetcc to set the high bit for true...
2008-12-17 Chris Lattnerinsert some sequence points and preincrement an iterato...
2008-12-17 Chris LattnerEnhance heap sra to be substantially more aggressive...
2008-12-17 Dan GohmanDouble the amount of memory reserved for SUnits. This...
2008-12-17 Dan GohmanUse getDepth() and getHeight() instead of accessing the
2008-12-17 Dan GohmanFix the comments for getDepth and getHeight.
2008-12-17 Eli FriedmanFix for PR3225: disable a broken optimization in
2008-12-17 Mikhail GlushenkovUpdate also the generated docs.
2008-12-17 Mikhail GlushenkovSome enhancements for the 'case' expression.
2008-12-16 Dale JohannesenClarify that the scale factor from CheckForIVReuse
2008-12-16 Dale JohannesenA new dag combine; several permutations of this
2008-12-16 Owen AndersonAdd code to renumber split intervals into new vregs...
2008-12-16 Chris LattnerFix another crash found by inspection. If we have...
2008-12-16 Chris Lattnerfix a crash found by inspection.
2008-12-16 Eli FriedmanAdd a helper to remove a branch and DCE the condition...
2008-12-16 Dan GohmanEliminate the loop that walks the critical path. Instea...
2008-12-16 Bill WendlingRemove empty test.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-16 Dan GohmanPreserve SourceValue information when lowering produces...
2008-12-16 Evan ChengWe have decided not to support inline asm where an...
2008-12-16 Oscar FuentesCMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFi...
2008-12-16 Torok Edwinadd testcase for -print-dbginfo
2008-12-16 Torok EdwinAdd -print-dbginfo pass that prints LLVM IR with commen...
2008-12-16 Torok EdwinAdd utility functions to search for DbgStopPointInst...
2008-12-16 Torok Edwinuse different name for parameter to make it clear that...
2008-12-16 Nick LewyckyGeneralize support for analyzing loops to include SLE...
2008-12-16 Chris Lattnerswitch some std::set/std::map to SmallPtrSet/DenseMap.
2008-12-16 Chris Lattnerfix PR3217: fully cached queries need to be verified...
2008-12-16 Dan GohmanEnable anti-dependence breaking by default when post...
2008-12-16 Dan GohmanWhen breaking an anti-dependency, don't use a register...
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-16 Dan GohmanRemove some special-case logic in ScheduleDAGSDNodes's
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-16 Misha Brukman* Comply with HTML 4.01 Strict
2008-12-16 Misha Brukman* Comply with HTML 4.01 Strict standard
2008-12-16 Dan GohmanAdd a simple target-independent heuristic to allow...
2008-12-16 Dan GohmanMove addPred and removePred out-of-line.
2008-12-16 Dan GohmanMake addPred and removePred return void, since the...
2008-12-16 Dan GohmanThis getEdgeAttributes doesn't need a template argument.
2008-12-16 Dan GohmanAdd a getSDep() access function to SUnitIterator to...
2008-12-16 Dan GohmanReorder some SDep methods. No functionality change.
2008-12-16 Dan GohmanSDep's operator== should compare the Latency field...
2008-12-16 Bill WendlingChange so that buildit won't need a parent directory...
2008-12-15 Chris Lattneradd testcase for r61051
2008-12-15 Chris Lattnerenhance heap-sra to apply to fixed sized array allocati...
2008-12-15 Mon P WangAdded support for splitting and scalarizing vector...
2008-12-15 Chris LattnerUse stripPointerCasts.
2008-12-15 Chris Lattnerminor tweaks for formatting, allow bitcast in ValueIsOn...
2008-12-15 Chris Lattnerrefactor some code into a new TryToOptimizeStoreOfMallo...
2008-12-15 Chris Lattneradd a basic test for heap-sra
2008-12-15 Chris LattnerTeach basicaa to use the nocapture attribute when possi...
2008-12-15 Dan GohmanFix printing of PseudoSourceValues in SDNode graphs.
2008-12-15 Dan GohmanFix a typo in a comment.
2008-12-15 Chris Lattneradd some more notes.
2008-12-15 Chris LattnerAdd a testcase for GCC PR 23455, which lpre handles...
2008-12-15 Nick LewyckyUpdate generated files after nocapture syntax change.
2008-12-15 Nick LewyckyIt turns out that "align 1" and unaligned are different...
2008-12-15 Mon P WangAdded support to LegalizeType for expanding the operand...
next