When PruneEH turned an invoke into an ordinary
[oota-llvm.git] / include / llvm / Support /
2008-09-02 Nuno Lopesplug memleak: destroy internal buffer
2008-08-27 Evan ChengAdd DebugInfoBuilder. Patch by Talin!
2008-08-26 Ted KremenekGrammar fix.
2008-08-26 Ted KremenekAdded "str()" method to raw_string_ostream.
2008-08-23 Chris LattnerAdd raw_stream adaptors that write into an std::string...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Chris LattnerSplit format() out to its own file, add support for...
2008-08-23 Chris Lattnerconditionalize this to work on windows, untested but...
2008-08-23 Chris Lattneradd a simple mechanism for formatted output. This...
2008-08-22 Nicolas GeoffrayAlso overload for char, since the "char" type depends...
2008-08-22 Owen AndersonOverload for both signed and unsigned char.
2008-08-21 Owen AndersonMove non-trivial methods out of line to avoid code...
2008-08-21 Owen AndersonImplement operator<< in terms of basic types rather...
2008-08-21 Eli FriedmanRemove size_t operator; this unbreaks the build on...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-19 Chris Lattneradd raw_ostream method for emitting an unsigned.
2008-08-17 Gordon HenriksenDon't require Registry specializations to define random...
2008-08-17 Cedric VenetMake it compile on VC2005:
2008-08-17 Nick LewyckyFix build on GCC 4.3.
2008-08-17 Chris Lattneradd support for a cout/cerr analog (outs()/errs())...
2008-08-17 Chris Lattnerrename OutputData to 'write' to match ostream.
2008-08-17 Chris Lattnerremove accidental comment.
2008-08-17 Chris Lattneradd a new raw_ostream class which is an extremely high...
2008-08-13 Duncan SandsRename this, in case people think that NullFolder
2008-08-12 Duncan SandsAdd a NullFolder class that doesn't fold constants.
2008-08-12 Duncan SandsPoint people to ConstantExpr and ConstantFolding,
2008-08-11 Duncan SandsMake it possible to use different constant
2008-08-09 Duncan SandsUnbreak the llvm-gcc build: recent changes to
2008-08-09 Chris LattnerMake 'Insert' set the name for Loads, instead of passin...
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-27 Dan GohmanDon't use reinterpret_cast when it isn't needed.
2008-07-25 Dan GohmanRename the version of CreateRet that's a convenience...
2008-07-23 Chris LattnerMake CreateBinOp/CreateNeg/CreateNot do constant folding.
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-22 Dan GohmanAdd insertvalue and extractvalue folding support in...
2008-07-22 Dan GohmanIRBuilder support for insertvalue and extractvalue.
2008-07-21 Dan GohmanEnhance the GraphWriter support for edge destinations...
2008-07-21 Dan GohmanMake the GraphWriter be more consistent about the string
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-16 Devang PatelMark function used by asm block as used, otherwise...
2008-07-14 Dan GohmanReapply 53476 and 53480, with a fix so that it properly...
2008-07-12 Evan ChengBack out 53476 and 53480 for now. Somehow they cause...
2008-07-11 Dan GohmanAdd support for putting NamedRegionTimers in TimerGroup...
2008-07-10 Bill WendlingPull r53428 from Gaz into mainline:
2008-07-10 Dan GohmanTidy up #includes.
2008-07-10 Dan GohmanEscape the graph name. This unbreaks -view-cfg.
2008-07-10 Evan Cheng- Replace use of std::map<std::string, ..> with StringM...
2008-07-08 Dan GohmanThe graph name really does matter for configurations...
2008-07-08 Matthijs KooijmanAdd CallSite::getArgumentNo() to be able to translate...
2008-07-08 Matthijs KooijmanAdd CallSite::getArgumentOffset() to hide the differenc...
2008-07-08 Duncan SandsAdd some convenience methods for manipulating
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...
2008-07-07 Dan GohmanMake BumpPtrAllocator noncopyable.
2008-07-07 Dan GohmanAdd a space between * and /* to help simple-minded...
2008-07-07 Dan GohmanRemove uses of "llvm/Support/Debug.h" from LLVM include...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-02 Eric ChristopherAdd a couple more helper functions to deal with
2008-07-01 Dan GohmanFix apostrophes in a comment.
2008-06-27 Owen AndersonAdd a NextPowerOf2 function to calculate the next power...
2008-06-27 Chris LattnerTweak IRBuilder to explicitly call the setName(const...
2008-06-26 Bill WendlingRemove warnings about shadowed and unused variables.
2008-06-26 Owen AndersonUse a DenseMap instead of an std::map for mangled name...
2008-06-24 Dan GohmanMake Allocate<T>() return a T* instead of a void*....
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...
next