Implement support for converting to string at "natural precision", and fix some
[oota-llvm.git] / include /
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-12-23 David GreeneFix a comment.
2009-12-23 David GreeneRemove dump routine and the associated Debug.h from...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneProvide dbgs(), a circular-buffering debug output strea...
2009-12-23 David GreeneAdd circular_raw_ostream, which buffers its output...
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-22 Anton KorobeynikovRestore snprintf weirdness for VCPP only
2009-12-22 Chris Lattnerdon't run GVN at -O1, GCC doesn't do it's equivalent...
2009-12-22 Chris LattnerThe phi translated pointer can be computed when returni...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-22 Chris Lattnerfix unit test that I broke.
2009-12-22 Chris Lattnertypes don't need atomic inc/dec, they are local to...
2009-12-22 Chris Lattnercomment fix: weakvh -> tracking vh
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-12-21 Bill Wendling- Add a bit more plumbing assigning an order to SDNodes.
2009-12-21 Anton KorobeynikovRemove uber-gross hack. The define _snprintf to snprint...
2009-12-21 Bill WendlingPlace SDNodeOrdering.h in the directory it's used.
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-21 Chris Lattnerimprove compatibility with SWIG, patch by James Knight!
2009-12-21 Chris Lattneradd a helper ctor.
2009-12-21 Eli FriedmanChange StringRef::startswith and StringRef::endswith...
2009-12-19 Lang HamesFixed use of phi param in SlotIndex constructors.
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
2009-12-19 Douglas GregorRemove spurious semicolon. Thanks, Clang
2009-12-19 Dan GohmanDelete unused code.
2009-12-19 Chris LattnerMake some methods const. The only interesting change...
2009-12-19 Bill WendlingForgot forward declaration.
2009-12-18 Dan GohmanEliminate unnecessary LLVMContexts.
2009-12-18 Bill WendlingChanges from review:
2009-12-18 Victor HernandezFormalize MDNode's function-localness:
2009-12-18 Dan GohmanAdd utility routines for NSW multiply.
2009-12-18 Dan GohmanAdd utility routines for creating integer negation...
2009-12-18 Dan GohmanPreserve NSW information in more places.
2009-12-18 Dan GohmanAdd Loop contains utility methods for testing whether...
2009-12-18 Dan GohmanReapply LoopStrengthReduce and IVUsers cleanups, exclud...
2009-12-17 John McCallSundry dependent-name fixes flagged by clang++.
2009-12-17 Chris Lattnertabs -> spaces.
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-12-17 Steve NaroffFix Windows build breakage...
2009-12-17 Ken DyckIntroduce EVT::getHalfSizedIntegerVT() for use in Expan...
2009-12-17 Jeffrey YasskinThis fixes a memory leak in OpaqueType found by Google...
2009-12-17 Eric ChristopherFix unused variable warning.
2009-12-17 Evan ChengRevert 91280-91283, 91286-91289, 91291, 91293, 91295...
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-17 Bob WilsonBIT_CONVERT nodes are used for vector types, too.
2009-12-16 Daniel DunbarReapply r91392, it was only unmasking the bug, and...
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-16 Daniel DunbarFix one more missing this-> to placate that picky clang++.
2009-12-16 Daniel DunbarRevert "Initial work on disabling the scheduler. This...
2009-12-16 Chris Lattnerfix more missing this->'s to placate clang++
2009-12-16 Chris LattnerFix a missing this-> that clang++ notices.
2009-12-16 Chris Lattnernow that libsystem no longer uses SmallVector, we can...
2009-12-16 Chris Lattnerfactor out the grow() method for all pod implementation...
2009-12-16 Victor HernandezUse different name for argument and field
2009-12-16 Chris Lattnerpull destroy_range and uninitialized_copy up to the
2009-12-16 Chris Lattnersink most of the meat in smallvector back from SmallVec...
2009-12-16 Chris Lattnersubstantial refactoring of SmallVector, now most code...
2009-12-16 Victor HernandezMDNodes that refer to an instruction are local to a...
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-12-15 Devang PatelAdd support to emit debug info for C++ namespaces.
2009-12-15 Chris Lattnera few improvements:
2009-12-15 Chris Lattnerhoist the begin/end/capacity members and a few trivial...
2009-12-15 Chris Lattnerimprove isPodLike to know that all non-class types...
2009-12-15 Chris LattnerLang verified that SlotIndex is "pod like" even though...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-15 Chris Lattneradd an ALWAYS_INLINE macro, which does the obvious...
2009-12-15 John McCallNames from dependent base classes are not found by...
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Bill WendlingInitial work on disabling the scheduler. This is a...
2009-12-15 Bill WendlingRevert these. They may have been causing 483_xalancbmk...
2009-12-14 Dan GohmanMove Flag and isVoid after the vector types, since...
2009-12-14 Dan GohmanFix these asserts to check the invariant that the code...
2009-12-14 Dan GohmanUpdate this comment.
2009-12-14 Dan GohmanMove several function bodies which are rarely inlined...
2009-12-14 Dan GohmanMicro-optimize these functions in the case where they...
2009-12-14 Dan GohmanMake the IVUses member private.
2009-12-14 Dan GohmanDrop Loop::isNotAlreadyContainedIn in favor of Loop...
2009-12-14 Bill WendlingWhitespace changes, comment clarification. No functiona...
2009-12-14 Lang HamesMoved spill weight calculation out of SimpleRegisterCoa...
2009-12-13 Anton KorobeynikovFix weird typo which leads to unallocated memory access...
2009-12-12 Jeffrey YasskinMake it easier to use the llvm_unreachable and DEBUG...
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-11 Dan GohmanMake getUniqueExitBlocks's precondition assert more...
2009-12-11 Gabor GreifSimplify this class by removing the result cache.
2009-12-11 Duncan SandsAdd utility method for determining whether a function...
2009-12-11 Bill WendlingAddress comments on last patch:
2009-12-11 Bill WendlingA machine basic block may end in an unconditional branc...
2009-12-11 Anders CarlssonAdd qualifiers for calls to member functions in depende...
2009-12-10 Douglas GregorRemove a broken, unused header
2009-12-10 Jakob Stoklund OlesenAlso attempt trivial coalescing for live intervals...
2009-12-09 Eric ChristopherSilence conversion warning from 64 to 32-bit.
2009-12-09 Chris Lattnerenhance NonLocalDepEntry to keep the per-block phi...
2009-12-09 Daniel DunbarDeltaAlgorithm: Add a virtual destructor and home.
2009-12-09 Chris Lattnerchange NonLocalDepEntry from being a typedef for an...
2009-12-09 Lang HamesAdded a new "splitting" spiller.
next