Add an unwind_to field to basic blocks, making them Users instead of Values.
[oota-llvm.git] / include / llvm / Support /
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-18 Duncan SandsSimplify caller updating using a CallSite, as
2008-02-18 Owen AndersonAdd support for setting parameters to CallSite.
2008-02-13 Dan GohmanAdd count{Leading,Trailing}Ones_{32,64} functions with...
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2008-01-26 Chris Lattnermake this 64-bit safe
2008-01-23 Ted KremenekAdded special escape sequences "\{", "\}", and "\|...
2008-01-22 Anton KorobeynikovSilence a warning. Should we turn this into configure...
2008-01-15 Gordon HenriksenFix a memory correctness error noticed by valgrind...
2008-01-08 Chris Lattneradd match support for casts.
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-20 Chris LattnerAdd m_Zero().
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
2007-12-18 Duncan SandsRename isNoReturn to doesNotReturn, and isNoUnwind to
2007-12-17 Devang PatelAdd cast operators in LLVMFoldingBuilder.
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-12-16 Anton KorobeynikovConstify graph arguments
2007-12-14 Dan GohmanFix a typo in a comment.
2007-12-10 Gordon HenriksenDelete the CollectorNamePool if it should become empty.
2007-12-09 Gordon HenriksenFix a very silly typo.
2007-12-08 Gordon HenriksenIncorporating review feedback from Reid.
2007-12-08 Gordon HenriksenAdding a StringPool data structure, which GC will use.
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...
next