Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
[oota-llvm.git] / include / llvm / Support /
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-18 Chris LattnerFix the Linker testcase regressions, by making MemoryBu...
2007-11-09 Duncan SandsMove MinAlign to MathExtras.h.
2007-10-28 Duncan SandsThe guaranteed alignment of ptr+offset is only the...
2007-10-18 Chris Lattnerremove dead file
2007-10-18 Ted KremenekChanged the return type of type-specific Allocate(...
2007-10-17 Ted KremenekRemoved inclusion of cassert, which is no longer needed.
2007-10-17 Ted KremenekAdded template function alignof() which provides a...
2007-10-17 Ted KremenekAdded member template functions to MallocAllocator and
2007-10-17 Ted KremenekAdded llvm::AlignOf, a template class whose purpose...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-10-11 Chris LattnerAdd a new use_iterator::atEnd() method, which allows...
2007-10-09 Chris LattnerAdd new MemoryBuffer::getMemBufferCopy method.
2007-10-09 Devang PatelFix indentation.
2007-10-09 Devang PatelAdd LLVMFoldingBuilder
2007-10-09 Dan GohmanRemove an unnecessary friend declaration.
2007-10-09 Chris Lattnerupdate prototype, fixing build error
2007-10-09 Dan GohmanPass argc by value, not by reference, since it isn...
2007-10-08 Dan GohmanFix grammar in a comment.
2007-10-08 Dan GohmanAdd explicit keywords.
2007-10-05 Gordon HenriksenRemoving the silly CHelpers header by rolling wrap...
2007-10-01 Dan GohmanAdd empty() member functions to a few container-like...
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-27 Gordon HenriksenMy previous Registry.h header, as well as Collectors...
2007-09-19 Ted KremenekPreviously GraphWriter assumed operator*() for node_ite...
2007-09-17 Bill WendlingAdd support for appending a suffix to the end of a...
2007-09-05 Evan ChengAdded Reset() to free all allocated memory regions...
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-30 Ted KremenekAdded Graphviz escaping for the '|' character.
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-08-21 David GreeneDoxygenize comments.
2007-08-20 David GreeneAdd FilteredPassNameParser along with PassArgFilter...
2007-08-08 Reid SpencerMake it clear that getSTDIN returns null when stdin...
2007-08-06 Chris Lattnerremove #if 0 code.
2007-08-06 Reid Spencer@verbatim needs to be on a line by itself.
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-14 Nick LewyckyClarify the language. Pointed out by Duncan Sands.
2007-07-14 Nick LewyckyAdd alternate ConstantRange intersection algorithm.
2007-07-05 Dan GohmanAdd explicit keywords.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-29 John CriswellConvert .cvsignore files
2007-06-27 Dan GohmanAllow DOUT to be used outside of the llvm namespace.
2007-06-15 Chris Lattnerm_not should match vector not
2007-05-27 Chris LattnerAdd a new LLVMBuilder class, which makes it simpler...
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-14 Dan GohmanUse templates for the GraphType for DefaultDOTGraphTrai...
2007-05-07 Jeff CohenUnbreak VC++ build.
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris Lattnerremove dead header
2007-05-06 Chris LattnerAdd a helper that either opens a file or stdin.
2007-05-03 Chris Lattnerremove extraneous type qualifiers
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...
2007-04-20 Chris LattnerFix a very strange assertion message, patch by Christop...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-04-12 Chris Lattnerimprove the patch for PR1318 to also support grouped...
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2007-04-06 Chris LattnerSwitch some vectors to smallvectors. This reduces...
2007-04-06 Chris LattnerEliminate unneeded virtual methods
2007-04-05 Chris Lattnereliminate a virtual method
2007-04-05 Chris Lattnerremove the dead removeArgument method, rename Options...
2007-03-22 Jeff CohenBe more explicit concerning argument sizes.
2007-03-10 Nick LewyckyAdd getter methods for the extremes of a ConstantRange.
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-04 Chris Lattnerfix 80 col violations, mark arrays static
2007-03-02 Anton KorobeynikovFix uninitialized use of variable. Remove tabs and...
2007-03-02 Owen AndersonFix a typo.
2007-03-01 Owen AndersonUse GCC intrinsics when available, and use smarter...
2007-03-01 Reid SpencerRemove the "isSigned" parameters from ConstantRange...
2007-03-01 Owen AndersonUse the GCC built-in for PopulationCount when it's...
2007-02-28 Reid SpencerMove ConstantRange class to lib/Support from lib/Analys...
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-20 Chris Lattneradd a way to register an arbitrary cleanup function.
2007-02-13 Andrew LenharthI love non-deturminism. Returning objects with referen...
2007-02-11 Nick LewyckyFix comments to match names of functions.
2007-02-10 Chris Lattneradd helper method.
2007-02-05 Chris LattnerStableBasicBlockNumbering is conceptually just a wrappe...
2007-02-05 Bill WendlingUse unsigned char& instead of std::vector<>::reference.
2007-02-03 Bill WendlingAdded some accessor methods.
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-02-01 Reid SpencerFix a homonymo in a comment.
2007-02-01 Devang PatelAdd PrintVersionMessage() that tools can use to print...
2007-01-23 Anton KorobeynikovMoved disassembler to libSystem
2007-01-21 Reid SpencerFor PR970:
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-17 Bill WendlingRefactored output buffer methods from MachO and ELF...
2007-01-11 Zhou ShengFor PR1043:
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris LattnerDoxgenate comments.
next