Comparing std::string with NULL is a bad idea, so just check whether its empty.
[oota-llvm.git] / include /
2009-12-09 Eric ChristopherSilence conversion warning from 64 to 32-bit.
2009-12-09 Chris Lattnerenhance NonLocalDepEntry to keep the per-block phi...
2009-12-09 Daniel DunbarDeltaAlgorithm: Add a virtual destructor and home.
2009-12-09 Chris Lattnerchange NonLocalDepEntry from being a typedef for an...
2009-12-09 Lang HamesAdded a new "splitting" spiller.
2009-12-09 Daniel DunbarRemove unneeded ';' and a class/struct mismatch (notice...
2009-12-09 Chris LattnerSwitch GVN and memdep to use PHITransAddr, which correc...
2009-12-09 Evan ChengMove isConsecutiveLoad to SelectionDAG. It's not target...
2009-12-09 Evan ChengAdd const qualifier.
2009-12-09 Evan ChengRefactor InferAlignment out of DAGCombine.
2009-12-09 Chris Lattnerfix many input tracking bugs.
2009-12-09 Chris Lattnerinstructions defined in CurBB may be intermediate nodes...
2009-12-09 Chris Lattneradd dumping and sanity checking support.
2009-12-08 Chris Lattnermake sure that PHITransAddr keeps its 'InstInputs'...
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-08 Evan ChengRevert 90789 for now. It caused massive compile time...
2009-12-08 Chris Lattnerfix a typo (and -> add) and fix GetAvailablePHITranslat...
2009-12-08 Oscar FuentesRemoved VC++ compatibility code from DataTypes.h.in.
2009-12-08 Oscar FuentesFor VC++, define the ?INT*_C macros only it they are...
2009-12-07 Victor HernandezRename DIFactory::InsertValue() as DIFactory::InsertDbg...
2009-12-07 Devang PatelAdd support to emit debug info for c++ style namespaces.
2009-12-07 Chris Lattneradd accessor, improve comment.
2009-12-07 Dan GohmanApply Pekka Jääskeläinen's patch to raise the first...
2009-12-07 Victor HernandezIntroduce the "@llvm.dbg.value" debug intrinsic.
2009-12-07 Chris Lattnercheckpoint of the new PHITransAddr code, still not...
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-12-07 Mikhail GlushenkovImplement 'forward_value' and 'forward_transformed_value'.
2009-12-07 Evan ChengPre-regalloc tale duplication. Work in progress.
2009-12-07 John Mosbyfixed some typos in method comments, reworded some...
2009-12-07 Oscar FuentesFixes the Atomic implementation if compiled by MSVC...
2009-12-07 Anton KorobeynikovAdd MSP430 interrupt calling conv. No functionality...
2009-12-06 Chris Lattnerremove extraneous comma clang warns about
2009-12-06 Chris LattnerAdd helper methods for forming shift operations with...
2009-12-05 Dan GohmanRemove old DBG_LABEL code.
2009-12-05 Dan GohmanRemove the unused DisableLegalizeTypes option and relat...
2009-12-05 Bill WendlingTemporarily revert r90502. It was causing the llvm...
2009-12-05 Nick LewyckyDocument that memory use intrinsics may also return...
2009-12-05 Dan GohmanMake TargetSelectInstruction protected and called from...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-12-05 David GreeneRemove an unneeded include.
2009-12-04 David GreeneFix a bad merge.
2009-12-04 David GreeneUpdate the TargetInstrInfo interfaces so hasLoad/StoreF...
2009-12-04 Bob WilsonFix indentation.
2009-12-04 Evan ChengAdd a pre-regalloc tail duplication pass.
2009-12-04 Chris Lattneradd the start of a class used to handle phi translation...
2009-12-04 Mike StumpCreate yet another helper for Invoke.
2009-12-04 Mike StumpAdd some helpers for Invoke to mirror CreateCall helpers.
2009-12-04 Jakob Stoklund OlesenAlso attempt trivial coalescing for live intervals...
2009-12-03 Devang PatelAdd support to emit debug info for virtual functions...
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 ChengFill out codegen SSA updater. It's not yet tested.
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 Evan ChengSkeleton for MachineInstr level SSA updater.
2009-12-02 Jim GrosbachFactor the stack alignment calculations out into a...
2009-12-01 Devang PatelAdd utility routine to create subprogram definition...
2009-12-01 Dan GohmanAdd edge source labels to SelectionDAG graphs, now...
2009-12-01 Jakob Stoklund OlesenMove PHIElimination::isLiveOut method to LiveVariables.
2009-12-01 Gabor Greiftypo
2009-12-01 Gabor Greifdemonstrate usage of Cases() mapping several strings...
2009-12-01 Eric ChristopherRemove the gcc builtins from the intrinsics, we'll...
2009-12-01 Evan ChengFix PR5614: parts of a physical register def may be...
2009-11-30 Dan GohmanFix typos in comments.
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-30 Benjamin KramerFix odd declaration.
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 GrosserDo not point edge heads to source labels
2009-11-30 Tobias GrosserOnly print edgeSourceLabels if they are not empty
2009-11-30 Tobias GrosserSmall PostDominatorTree improvements
2009-11-30 Tobias GrosserRemove ":" after BB name in -view-cfg-only
2009-11-30 Mon P WangAdded support to allow clients to custom widen. For...
2009-11-29 Chris Lattnermark all the 'foo with overflow' intrinsics as readnone.
2009-11-28 Chris LattnerEnhance InsertPHITranslatedPointer to be able to return...
2009-11-27 Chris LattnerRework InsertPHITranslatedPointer to handle the recursi...
2009-11-27 Chris Lattnerfactor some logic out of instcombine into a new Simplif...
2009-11-27 Chris Lattnerteach GVN's load PRE to insert computations of the...
2009-11-27 Chris LattnerFix phi translation in load PRE to agree with the phi
2009-11-27 Chris Lattnerfactor some instcombine simplifications for getelementp...
2009-11-26 Bob WilsonRename new TailDuplicationPass to avoid name conflict...
2009-11-26 Chris LattnerImplement PR1143 (at -m64) by making basicaa look throu...
2009-11-26 Chris Lattnermove DecomposeGEPExpression out into ValueTracking.cpp
2009-11-26 Bob WilsonSplit tail duplication into a separate pass. This...
2009-11-25 Viktor KutuzovRollback changes r89516: Added two SubtargetFeatures...
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-25 Edward O'CallaghanAdjust comments to new semantics.
2009-11-25 Edward O'CallaghanAPI change Path::isSpecialFile to Path::isRegularFile...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-25 Daniel DunbarAdd CMake and configure logic to create llvm/Config...
2009-11-24 Bob WilsonRefactor target hook for tail duplication as requested...
2009-11-24 Devang PatelUse StringRef instead of std::string in DIEString.
2009-11-24 Devang PatelRemove DebugLabelFolder pass. It is not used by dwarf...
2009-11-24 Edward O'CallaghanFix comments as pre-post review for rev.89765.
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-11-24 Devang PatelEmit pubtypes.
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
next