Fix a missing this-> that clang++ notices.
[oota-llvm.git] / include / llvm / Support /
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...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Chris Lattnerlang points out that the comment is out of date with...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Dan GohmanAdd CreateZExtOrBitCast and CreateSExtOrBitCast to...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-20 Devang PatelCosmetic changes.
2009-10-19 Jeffrey YasskinClean up the JITResolver stub/callsite<->function maps.
2009-10-17 Eric ChristopherMore warnings patrol: Another unused argument and more...
2009-10-17 Daniel DunbarAdd raw_ostream::write_escaped, for writing escaped...
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-14 Eric ChristopherOne more iteration here and a yet better way to solve it.
2009-10-14 Eric ChristopherFix the unused argument problem here a different way...
2009-10-14 Dan GohmanDelete bogus semicolons.
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-13 Douglas GregorAdd is_same type trait
2009-10-12 Jeffrey YasskinFix llvm.org/PR5160, to let CallbackVHs modify other...
2009-10-11 Chris Lattneradd a helper for matching "1".
2009-10-11 Chris Lattnerthere is no need to run mem2reg after jump threading...
2009-10-10 Chris Lattneradd some WeakVH::operator='s. Without these, assigning
2009-10-04 Evan ChengRename enum NumOccurrences to NumOccurrencesFlag since...
2009-10-01 Douglas GregorTeach CMake to look for bidirectional_iterator, iterato...
2009-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
2009-09-29 Devang PatelOnly one custom meadata of each kind can be attached...
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-26 Duncan SandsFor the NSWSub support in the builder to actually be...
2009-09-26 Duncan SandsAdd methods for creating NSW subtraction, as already...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Chris Lattnertidy up, fix a memory leak in Regex::isValid
2009-09-23 Dan GohmanCorrect a comment.
2009-09-23 Devang Patels/*Location/*DebugLocation/g
2009-09-23 John McCallMake the type traits for a const pointer defer to those...
2009-09-22 Devang PatelAdd SetLocation() to allow IRBuilder user to set locati...
2009-09-22 Devang PatelCheck exisiting dbg MDKind first.
2009-09-22 Daniel DunbarRevert "Don't allow formatted_ostream to be unbuffered...
2009-09-22 Daniel DunbarAdd a TrackingVH value handle.
2009-09-21 Daniel DunbarDon't allow formatted_ostream to be unbuffered, even...
2009-09-20 Chris Lattnersmallvectorize getExtraOptionNames
2009-09-20 Daniel DunbarA few more tabs -> spaces.
2009-09-20 Chris Lattnerconvert a bunch more stuff to use StringRef. The ArgNa...
2009-09-19 Daniel DunbarStrip trailing whitespace.
next