remove some exclusions that don't exist anymore.
[oota-llvm.git] / include / llvm / Support /
2009-01-07 Chris Lattnerremove DebugInfoBuilder, it has been subsumed by Analys...
2009-01-06 Chris Lattnerno need to negate the APInt for 0.
2009-01-05 Chris LattnerChange m_ConstantInt and m_SelectCst to take their...
2009-01-05 Chris Lattnermake m_ConstantInt(int64_t) safely match ConstantInt...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-04 Chris Lattneradd #include guards, thanks Dan.
2009-01-02 Misha Brukman* Alphabetized system headers per the style guide
2008-12-09 Chris Lattnernewline at end of phile
2008-12-09 Chris Lattnerpred_iterator got a lot slower since use-diet landed...
2008-12-04 Ted KremenekHave raw_fd_ostream keep track of the position in the...
2008-11-26 Ted KremenekAdd 'tell' method to raw_fd_ostream that clients can...
2008-11-26 Nuno Lopeschange AnnotationManager to use 'const char*' instead...
2008-11-23 Scott MichelRoll back rev 59890, since Chris says this can never...
2008-11-22 Scott MichelCheck for NULL before traversing the isa<> type hierarc...
2008-11-19 Chris Lattneradd a write method.
2008-11-16 Chris Lattneradd a new m_Specific pattern that matches only if we...
2008-11-16 Chris Lattneradd a new template for matching a select between two...
2008-11-15 Nick LewyckyClean up some strange whitespace.
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-10-31 Anton KorobeynikovSymbol visibility is unsupported on cygwin too.
2008-10-30 Dan GohmanCanonicalize sext(i1) to i1?-1:0, and update various...
2008-10-30 Bill WendlingRevert r58411. The user needs to #define this when...
2008-10-30 Bill WendlingRevert part of r58048. It was breaking on SnowLeopard...
2008-10-28 Dan GohmanFix the name of the include guard to match the filename.
2008-10-25 Oscar FuentesCMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.
2008-10-23 Ted KremenekAdded raw_fd_ostream::close().
2008-10-23 Steve NaroffChanges to make the Windows build work...
2008-10-23 Argyrios KyrtzidisIntroduce INT64_C macro and unbreak LLVM on MSVC.
2008-10-21 Daniel DunbarClear raw_fd_ostream error string on success and explai...
2008-10-02 Daniel DunbarRename IRBuilder::IsNonNull -> IsNotNull in response...
2008-09-27 Daniel DunbarAdd IRBuilder::{CreateIsNull, CreateIsNonNull} helper...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-22 Oscar FuentesInitial support for the CMake build system.
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...
next