simplify code.
[oota-llvm.git] / include / llvm / Support /
2010-01-29 Jeffrey YasskinRename two IRReader.h functions to indicate that they...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-27 Mikhail GlushenkovMake SMDiagnostic::Print a const method.
2010-01-27 Mikhail GlushenkovTrailing whitespace.
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2010-01-22 Chris LattnerChanges to fix buffering that I forgot to commit with...
2010-01-22 Chris Lattneradd a new MCAsmStreamer::GetCommentOS method to simplif...
2010-01-22 Chris Lattnergive PassNameParser a home.
2010-01-18 Sean CallananAdded a newline at the end of SMLoc.h
2010-01-18 Sean CallananChanged the comment in the file header for SMLoc
2010-01-18 Sean CallananSplit SMLoc out in its own header so that it can
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerreapply the mangler gutting patch.
2010-01-16 Rafael EspindolaRevert 93648.
2010-01-16 Chris LattnerMangler::getMangledName is now dead, remove it and...
2010-01-16 Chris Lattnerswitch liblto to use the new getNameWithPrefix() method...
2010-01-16 Chris Lattneradd an inefficient version of getNameWithPrefix that...
2010-01-16 Benjamin KramerRevive dead assert.
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Bill WendlingTemporarily revert r93581. It was causing failures...
2010-01-15 Ted KremenekBumpPtrAllocator: Have the DefaultSlabAllocator created...
2010-01-13 Tobias GrosserAdd getSource() to SuccIterator
2010-01-13 Tobias GrosserExtend SuccIterator
2010-01-13 Chris LattnermakeNameProper is now private!
2010-01-13 Chris Lattnerugh, my last patch just sped up a method and changed...
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Chris Lattnermy mistake, Mangler::makeNameProper wants to take a...
2010-01-13 Chris Lattnerchange makeNameProper to take a stringref instead of...
2010-01-07 Duncan SandsCorrect spelling.
2010-01-05 David GreeneFix a build error by adding a missing commit.
2010-01-01 Chris Lattnerteach instcombine to optimize pointer difference idioms...
2009-12-28 Chris Lattnerremove #include that comes in from ConstantFolder.h
2009-12-28 Chris Lattnerremove #include of Function.h from IRBuilder
2009-12-28 Chris Lattnermove debug info stuff out of line, allowing two #includes
2009-12-28 Chris Lattnersplit code that doesn't need to be templated out of...
2009-12-28 Chris Lattnerrename ivar to be more descriptive.
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-28 Bill WendlingAdd an "ATTRIBUTE_UNUSED" macro (and use it). It's...
2009-12-23 David GreeneFix a comment.
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneProvide dbgs(), a circular-buffering debug output strea...
2009-12-23 David GreeneAdd circular_raw_ostream, which buffers its output...
2009-12-22 Anton KorobeynikovRestore snprintf weirdness for VCPP only
2009-12-22 Chris Lattnerdon't run GVN at -O1, GCC doesn't do it's equivalent...
2009-12-21 Anton KorobeynikovRemove uber-gross hack. The define _snprintf to snprint...
2009-12-19 Chris LattnerMake some methods const. The only interesting change...
2009-12-18 Dan GohmanAdd utility routines for NSW multiply.
2009-12-18 Dan GohmanAdd utility routines for creating integer negation...
2009-12-15 Chris Lattnerimprove isPodLike to know that all non-class types...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-15 Chris Lattneradd an ALWAYS_INLINE macro, which does the obvious...
2009-12-14 Dan GohmanMicro-optimize these functions in the case where they...
2009-12-12 Jeffrey YasskinMake it easier to use the llvm_unreachable and DEBUG...
2009-12-11 Anders CarlssonAdd qualifiers for calls to member functions in depende...
2009-12-06 Chris LattnerAdd helper methods for forming shift operations with...
2009-12-04 Bob WilsonFix indentation.
2009-12-04 Mike StumpCreate yet another helper for Invoke.
2009-12-04 Mike StumpAdd some helpers for Invoke to mirror CreateCall helpers.
2009-11-30 Benjamin KramerFix odd declaration.
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-22 Daniel DunbarSourceMgr: Add ShowLine argument to PrintMessage, to...
2009-11-22 Daniel DunbarUse ExtractElementInst::Create instead of new; patch...
2009-11-18 Jeffrey YasskinRemove spurious @verbatim. Patch by Timo Juhani Lindfors!
2009-11-17 Duncan SandsFollowing a suggestion of Daniel Dunbar, stop people...
2009-11-16 Douglas GregorMake ERROR_IF_USED macro work with GCC <= 4.2, Apple...
2009-11-16 Duncan SandsMake sure that if anyone passes a name by accident...
2009-11-15 Chris Lattneradd attributes for readnone/readonly functions.
2009-11-14 Benjamin KramerImplement DISABLE_INLINE for MSVC. This required changi...
2009-11-14 Benjamin KramerMake NORETURN working with MSVC. MSVC only accepts...
2009-11-12 Nuno Lopesimplement shl, ashr, and lshr methods. shl is not fully...
2009-11-11 Devang PatelAdd SetDebugLocation() variant to
2009-11-10 Chris Lattnerjump threading does everything that condprop does any...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-09 Nuno Lopesadd zextOrTrunc and sextOrTrunc methods, that are simil...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Chris Lattnerremove some more Context arguments.
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-05 Dan GohmanInstrTypes.h includes Instruction.h, so it's not necess...
2009-11-05 Douglas GregorMove llvm::cl::opt's conversion function into the base...
2009-11-05 Chris LattnerDeclare classes with matched tags, pointed out by a...
2009-11-05 Douglas GregorMake two more LLVM headers standalone
2009-11-05 Douglas GregorMake a few headers standalone. Plus, add a missing...
2009-11-04 Chris Lattnermake IRBuilder zap "X|0" and "X&-1" when building IR...
2009-11-03 Chris Lattnerturn IPSCCP back on by default, try #3 or 4? Woo.
2009-11-03 Duncan SandsRun the functionattrs pass after the inliner, and not...
2009-11-03 Daniel DunbarSpeculatively redisable IPSCCP, I think its still break...
2009-11-03 Chris Lattnerturn IPSCCP back on now that the iterator invalidation...
2009-11-02 Chris Lattnerrevert r8579[56], which are causing unhappiness in...
2009-11-02 Chris Lattnernow that ip sccp *really* subsumes ipcp, remove ipcp...
2009-11-01 Chris Lattnerfix two strange things in the default passmgr:
2009-11-01 Chris LattnerIPSCCP apparently is not a superset of IPCP, this is...
2009-11-01 Chris Lattneronly run GlobalDCE at -O3 and run it late instead of...
2009-11-01 Chris LattnerWe currently only run ipsccp at LTO time, which is...
2009-10-30 Evan ChengRather than having llvm-gcc changing the meaning of...
2009-10-28 Chris Lattneradd IRBuilder support for IndirectBr
2009-10-28 Chris Lattneradd a new 'SetCurrentDebugType' API (requested by Andre...
next