Comparing std::string with NULL is a bad idea, so just check whether its empty.
[oota-llvm.git] / lib /
2009-12-04 Bill WendlingSome code cleanup. No functionality change.
2009-12-04 Victor HernandezAvoid creating a metadata slot for all metadata that...
2009-12-04 Evan ChengHandle recursive PHI's.
2009-12-04 Victor HernandezFix crasher when N->getElement(n) is NULL
2009-12-04 Evan ChengAdd a pre-regalloc tail duplication pass.
2009-12-04 Evan ChengDon't try to be cute with undef optimization here....
2009-12-04 Duncan SandsAdd note about a subtle bug in this code. Does not...
2009-12-04 Daniel DunbarFix typo and add missing include.
2009-12-04 Andreas NeustifterAdded debug output for inherited passes that are invali...
2009-12-04 Chris LattnerFix PR5551 by not ignoring the top level constantexpr...
2009-12-04 Chris Lattneradd to cmake
2009-12-04 Chris Lattneradd the start of a class used to handle phi translation...
2009-12-04 Victor HernandezTeach AsmWriter to write inline (not via a global metad...
2009-12-04 Bob WilsonFix a comment typo.
2009-12-04 Chris Lattneradd an assert to make it really clear what this is...
2009-12-04 Jakob Stoklund OlesenAlso attempt trivial coalescing for live intervals...
2009-12-04 Evan Cheng- If the reaching definition is an undef and the use...
2009-12-03 Devang PatelInsert composite type DIE into the map before processin...
2009-12-03 Victor HernandezAdd ParseInlineMetadata() which can parses metadata...
2009-12-03 Jim Grosbachremove out of date FIXME.
2009-12-03 Evan ChengHandle undef values properly.
2009-12-03 Evan ChengWatch out for PHI instruction with no source operands.
2009-12-03 Bob WilsonFix a comment typo.
2009-12-03 Duncan SandsFix ExpandShiftWithUnknownAmountBit, which was complete...
2009-12-03 Jakob Stoklund OlesenClean up some loop logic.
2009-12-03 Devang PatelAdd support to emit debug info for virtual functions...
2009-12-03 Dan GohmanPrint a newline after the Args: line so that unrelated...
2009-12-03 Benjamin KramerFix MSVC build.
2009-12-03 Andreas NeustifterConvert ProfileVerifier to template so it can be used...
2009-12-03 Andreas NeustifterDo not create negative edge weights in ProfileEstimator.
2009-12-03 Daniel DunbarAdd an implementation of the delta debugging algorithm.
2009-12-03 Andreas NeustifterUse ProfileInfo-API in ProfileInfo Loader and do more...
2009-12-03 Andreas NeustifterConverted ProfileInfo to template, added more API for...
2009-12-03 Evan ChengTeach tail duplication to update SSA form. Work in...
2009-12-03 Chris Lattnerexpand note.
2009-12-03 Chris Lattneradd a note
2009-12-03 Nate BegemanDon't pull vector sext through both hands of a logical...
2009-12-03 Chris Lattnerfix a build problem with VC++, PR5664, patch by Alp...
2009-12-03 Bob WilsonRecognize canonical forms of vector shuffles where...
2009-12-03 Jakob Stoklund OlesenDon't call getValueType() on a null SDValue
2009-12-03 Owen AndersonFix this crasher, and add a FIXME for a missed optimiza...
2009-12-03 Evan ChengFill out codegen SSA updater. It's not yet tested.
2009-12-03 Bill WendlingRevert r90371. It was causing build failures.
2009-12-03 Jakob Stoklund OlesenDon't hang on to pointers or references after vector...
2009-12-03 Devang PatelEmit method definition DIE at module level (even for...
2009-12-03 Bill WendlingFurther improvements: refactoring code that does the...
2009-12-03 Chris Lattneryay for case insensitive file systems (?)
2009-12-03 Chris Lattnerfix PR5673 by being more careful about pointers to...
2009-12-03 Chris Lattnerremove some dead std::ostream using code.
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-12-03 Bill WendlingThis initial code is meant to convert TargetData to...
2009-12-02 Douglas GregorFix CMake makefiles
2009-12-02 Evan ChengSkeleton for MachineInstr level SSA updater.
2009-12-02 Jim GrosbachAdd MaxStackAlignment.cpp to CMake
2009-12-02 Jim GrosbachFactor the stack alignment calculations out into a...
2009-12-02 Bob WilsonDon't count PHI instructions toward the limit for tail...
2009-12-02 Jim GrosbachMove EliminateDuplicatePHINodes() from SimplifyCFG...
2009-12-02 Andreas NeustifterCheap, mostly strict, stable sorting.
2009-12-02 Benjamin KramerSilence compiler warnings.
2009-12-02 Devang PatelClarify that DIEString does not keep a copy of the...
2009-12-02 Owen AndersonCleanup/remove some parts of the lifetime region handli...
2009-12-02 Chris Lattnerfactor some code better.
2009-12-02 Chris Lattnerformatting cleanups.
2009-12-02 Chris Lattnertidy up, remove dependence on order of evaluation of...
2009-12-02 Mon P WangFixed an assertion failure for tracking sext of a vecto...
2009-12-01 Devang PatelAdd utility routine to create subprogram definition...
2009-12-01 Devang PatelReuse existing subprogram DIE.
2009-12-01 Chris Lattnerreturn more useful error messages by using strerror...
2009-12-01 Evan ChengFix PR5391: support early clobber physical register...
2009-12-01 Chris Lattnerrename some variables.
2009-12-01 Chris Lattnertidy
2009-12-01 Dan GohmanAdd edge source labels to SelectionDAG graphs, now...
2009-12-01 Dan GohmanMinor cleanups.
2009-12-01 Dan GohmanTrim an unnecessary #include.
2009-12-01 Devang PatelClear function specific containers while processing...
2009-12-01 Jim GrosbachThumb1 exception handling setjmp
2009-12-01 Johnny ChenFor VLDM/VSTM (Advanced SIMD), set encoding bits Inst...
2009-12-01 Jakob Stoklund OlesenMove PHIElimination::isLiveOut method to LiveVariables.
2009-12-01 Chris Lattnerfix 255.vortex again, third time's the charm.
2009-12-01 Chris Lattnerfix PR5640 by tracking whether a block is the header...
2009-12-01 Jakob Stoklund OlesenUse CFG connectedness as a secondary sort key when...
2009-12-01 Dan GohmanDevang pointed out that this code should use DIScope...
2009-12-01 Evan ChengFix PR5614: parts of a physical register def may be...
2009-12-01 Johnny ChenFor VMOV (immediate), make some of the encoding bits...
2009-11-30 Devang PatelIf pointer type has a name then do not ignore the name.
2009-11-30 Dan GohmanMinor whitespace fixes.
2009-11-30 Dan GohmanFix a minor inconsistency.
2009-11-30 Jakob Stoklund OlesenNew virtual registers created for spill intervals shoul...
2009-11-30 Bob WilsonReprioritize tests for tail duplication to be aggressiv...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-30 Bob WilsonFix some more ARM unified syntax warnings.
2009-11-30 Tobias GrosserFix last DOTGraphTraits problems in CompilationGraph.
2009-11-30 Tobias GrosserRemove forgotten ShortNames in Trie and CompilationGraph
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-11-30 Tobias GrosserSmall PostDominatorTree improvements
2009-11-30 Nick LewyckyRevert r90107, fixing test/Transforms/GVN/2009-11-29...
2009-11-30 Mon P WangAdded support to allow clients to custom widen. For...
2009-11-30 Chris Lattnerreapply r90093 with an addition of keeping the forward
2009-11-29 Nick LewyckyTeach ConstantFolding to do a better job when folding...
next