Use MachineBasicBlock::transferSuccessors.
[oota-llvm.git] / include / llvm / Support /
2008-06-05 Matthijs Kooijman * Make CallSite::hasArgument const and let it take...
2008-06-04 Matthijs KooijmanAdd CallSite::hasArgument to allow for seeing if a...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-20 Steve NaroffSilence a warning about "*/" outside a comment.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-14 Nate BegemanAdd support to IR builder for new vicmp, vfcmp routines
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-09 Chris Lattneradd support for pattern matching 'neg'
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-05 Bill WendlingUsing "unsigned" was masking the "size_t" version of...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-01 Chris LattnerAdd CreateCall3/CreateCall4 at Eric's request.
2008-05-01 Chris LattnerAdd a spiffy little "CreateCall2" method, which can...
2008-04-28 Ted KremenekAdd more alignment enums.
2008-04-28 Mikhail GlushenkovAdd support for response files to the CommandLine library.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-22 Nick LewyckyWhoops! Undo r50087, unbreak the build.
2008-04-22 Nick LewyckyReverse r47989. Part of removing 'unwinds to' support.
2008-04-16 Scott MichelWorkaround for PR2207, in which pred_iterator assert...
2008-04-16 Gabor GreifMerge ... r49785 (from branches/ggreif/use-diet): pass...
2008-04-13 Chris LattnerAdd support for equality comparison of CallSite's.
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-04-08 Devang PatelAdd CreateGetResult()
2008-04-08 Devang PatelAdd multiple value return instruction constructor.
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-04 Duncan SandsIf a value is cast to its own type, then the cast
2008-04-02 Torok EdwinAdd new file Support/DataFlow.h.
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-25 Bill WendlingDe-constify the input to the "operator >>" method as...
2008-03-19 Chris Lattneradd some convenience methods for creating GEP instructi...
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-06 Nick LewyckyTreat BBs that use BBs as proper predecessors and succe...
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...
next