Make a few more LLVM headers parsable as standalone headers.
[oota-llvm.git] / include / llvm / Support /
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.
2009-09-19 Daniel DunbarRHS of assignment should be const reference.
2009-09-19 Chris Lattnerconvert a bunch of std::strings to use StringRef. ...
2009-09-18 Chris Lattnerremove an extraneous mem2reg pass early in the pipe...
2009-09-18 Chris Lattnerreduce indentation by using an early exit, and add...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-17 Julien LerougeUse __attribute__((__used__)) if GCC >= 3.1 (seems...
2009-09-16 Devang PatelAdd an interface to attach debugging information with...
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-15 Dan GohmanFix apostrophos.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-11 Chris Lattneradd a new Mangler::getNameWithPrefix API which returns the
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-06 Duncan SandsChange "const static" to "static const", as warned...
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Duncan SandsRemove unneeded declaration, as warned about by
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-02 Dan GohmanAdd convenience functions for reading in LLVM IR that...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-30 Chris Lattnerhopefully unbreak the build by making this-> explicit...
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-30 Chris Lattnersome minor cleanups to IRBuilder, factor the insertion
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Daniel DunbarAdd MathExtras.h OffsetToAlignment, like RoundUpToAlign...
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
next