oota-llvm.git
2010-04-14 Dan GohmanMove this assert out of SelectionDAGISel into FunctionL...
2010-04-14 Dan GohmanAdd a comment.
2010-04-14 Dan GohmanMove the code for initialing the entry block livein...
2010-04-14 Dan GohmanReorgnaize this code to be more tidy and readable.
2010-04-14 Dan GohmanTrim #includes.
2010-04-14 Dan GohmanMove the code for emitting livein copies out of Selecti...
2010-04-14 Gabor Greifperformance: cache the dereferenced use_iterator
2010-04-14 Dan GohmanSink landing-pad marking code out of
2010-04-14 Dan GohmanIt's not necessary to recompute EB here.
2010-04-14 Gabor Greifperformance: cache the dereferenced use_iterator
2010-04-14 Dan GohmanAdd a comment.
2010-04-14 Dan GohmanFix whitespace, comments.
2010-04-14 Dan GohmanAdd explicit keywords.
2010-04-14 Dan GohmanUse C++, not C++-standard-library-internals-ese.
2010-04-14 Dan GohmanMake SuccIterator's private parts private too.
2010-04-14 Dan GohmanMake helper utility members private.
2010-04-14 Benjamin KramerEDis: Don't include inttypes.h. We support compilers...
2010-04-14 Nick LewyckyEnable RTTI again. While this works fine for LLVM,...
2010-04-14 Nick LewyckyDon't forget cmake!
2010-04-14 Nick LewyckyTurn off RTTI for VMCore. Yay!
2010-04-14 Nick LewyckyI don't know how, but I managed to goof the revert...
2010-04-14 Nick LewyckyRevert r101213.
2010-04-14 Nick LewyckyRemove accidentally committed cruft.
2010-04-14 Nick LewyckyFix 80 column ruler.
2010-04-14 Nick LewyckyBugpoint no longer uses exceptions.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-14 Nick LewyckyRemove tab.
2010-04-14 Nick LewyckyCommit testcase for r101213.
2010-04-14 Nick LewyckyWhile DAE can't modify the function signature of an...
2010-04-14 Dan GohmanGeneralize this code to handle Instructions in addition...
2010-04-14 Dan GohmanReorder the methods of this class to be a little more...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, when...
2010-04-14 Devang PatelClear MachineInstr->MCSymbol maps at the end of a function.
2010-04-14 Johnny ChenFixed an assert() exposed by fuzzing. Now, instead...
2010-04-13 Daniel DunbarFix -Asserts warnings.
2010-04-13 Devang PatelXFAIL this test for powerpc.
2010-04-13 Douglas GregorUnbreak CMake build by improving the EnhancedDisassembl...
2010-04-13 Evan ChengFast path implicit_def check.
2010-04-13 Evan ChengAdd test for post-ra machine licm.
2010-04-13 Bob WilsonHandle a v2f64 formal parameter that is split between...
2010-04-13 Sean CallananQuick fix for build errors caused by undefined
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-13 Ted KremenekAdd CMake support for 'edis'.
2010-04-13 Johnny ChenChanged getSOImmValRotate()'s hunt retry logic to ignor...
2010-04-13 Devang PatelDo not include types without any definition in pubtypes...
2010-04-13 Evan ChengAvoid variable shadowing.
2010-04-13 Evan ChengExpand postra machine licm's capability a little more...
2010-04-13 Jakob Stoklund... Teach MachineSinking to handle easy critical edges.
2010-04-13 Evan ChengFix test on non-x86 hosts.
2010-04-13 Evan ChengRe-apply 101075 and fix it properly. Just reuse the...
2010-04-13 Chris LattnerMake the disassembler respect the assembler dialect...
2010-04-13 Eric ChristopherTemporarily revert r101075, it's causing invalid iterat...
2010-04-13 Evan ChengTeach postra machine licm to hoist more obvious invaria...
2010-04-13 Dan GohmanAdd a few comments.
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-13 Dan GohmanRename MachineFrameInfo variables to MFI, for consisten...
2010-04-13 Dan GohmanMove MachineRegisterInfo's isLiveIn and isLiveOut out...
2010-04-13 Dan GohmanUse MachineBasicBlock::isLiveIn.
2010-04-13 Dan GohmanDelete an unused member variable.
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanMinor code micro-optimizations.
2010-04-13 Eric ChristopherActually... return after the check for invalid input.
2010-04-13 Benjamin KramerBumpPtrAllocator::Reset() doesn't need to allocate...
2010-04-13 Benjamin KramerUpdate unittest for allocator laziness.
2010-04-13 Benjamin KramerLet BumpPtrAllocator lazily allocate the first slab.
2010-04-13 Owen AndersonRemove SCCVN from the CMake build system.
2010-04-13 Chris Lattnercheckpoint.
2010-04-13 Owen AndersonSCCVN, we hardly knew ye!
2010-04-13 Chris LattnerFix PR6826: GraphWriter delete the generated file befor...
2010-04-13 Bob WilsonReplace r101053 with a fix for getSOImmValRotate()...
2010-04-13 Dan GohmanTeach IndVarSimplify how to eliminate remainder operato...
2010-04-13 Daniel DunbarVMCore: Add Type::getIntN[Ptr]Ty, which are the obvious...
2010-04-13 Daniel DunbarIRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-12 Sean CallananBuild system fix to make llvm-mc properly build
2010-04-12 Dan GohmanMicro-optimize a few hot spots.
2010-04-12 Evan ChengUse .set expression for x86 pic jump table reference...
2010-04-12 Dan GohmanAdd fast paths to ScalarEvolution::getSizeOf and getOff...
2010-04-12 Bill WendlingThird time's a charm...
2010-04-12 Bill WendlingGenericize the label test.
2010-04-12 Bill WendlingCorrect test to test what I mean it to test.
2010-04-12 Bill WendlingMicro-optimization:
2010-04-12 Dan GohmanSimplify this code.
2010-04-12 Sean CallananBuild system fixes. llvm-mc depends on
2010-04-12 Dan GohmanSuppress LinearFunctionTestReplace when the computed...
2010-04-12 Sean CallananBug fix: made the enhanced disassembler's link
2010-04-12 Sean CallananBug fix: included System/Types.h instead of
2010-04-12 Sean CallananSecond try at integrating the edis tester. This
2010-04-12 Johnny ChenFixed a crasher in arm disassembler within ARMInstPrint...
2010-04-12 Dan GohmanRemove a #include.
2010-04-12 Tobias GrosserRemove unneeded debug in PostDominator runOnFunction()
2010-04-12 Tobias GrosserRemove dead code in the dotty dominance tree printer.
2010-04-12 Benjamin KramerBoolify.
2010-04-12 Benjamin KramerPlug trivial leak.
2010-04-12 Dan GohmanDelete this code, which is no longer needed.
2010-04-12 Dan GohmanMove the EliminateIVUsers call back out to its original...
2010-04-12 Dan GohmanGeneralize ScalarEvolution's PHI analysis to handle...
2010-04-12 Dan GohmanRewrite the overflow checking in the get{Signed,Unsigne...
2010-04-12 Dan GohmanUse RecursivelyDeleteTriviallyDeadInstructions in Elimi...
2010-04-12 Evan ChengEnable post regalloc machine licm by default.
next