use enums for the over/underdefined markers for clarity. Switch
[oota-llvm.git] / include /
2010-01-02 Chris Lattnerremove the random sampling framework, which is not...
2010-01-01 Chris Lattnerteach instcombine to optimize pointer difference idioms...
2010-01-01 Ted KremenekRemove old header.
2009-12-31 Ted KremenekRemove derelict serialization code.
2009-12-31 Chris Lattnerthis #include is ok.
2009-12-31 Chris Lattnerfix Analysis/DebugInfo.h to not include Metadata.h...
2009-12-31 Chris LattnerRemove #include of metadata.h from intrinsicinst.h...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-31 Chris LattnerOptimize MDNode to coallocate the operand list immediately
2009-12-30 Chris Lattnerdo not bother reuniquing mdnodes whose operands drop...
2009-12-30 Douglas GregorImplement edit distance for StringRef
2009-12-29 Chris Lattnerremove a bunch of unneeded functions.
2009-12-29 Chris Lattnerone pass of cleanup over DebugInfo.h. Much more is...
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-29 Chris Lattnerjust cleanup.
2009-12-29 Chris Lattnerprivatize another interface.
2009-12-29 Chris Lattnerthe only call to this function (from clang) has been...
2009-12-29 Chris Lattnerremove some unneeded Metadata interfaces.
2009-12-29 Chris Lattnersink twine.h down out of Value.h. It is annoying that...
2009-12-29 Chris LattnerWhen doing v1->RAUW(v2), don't do anything to metadata...
2009-12-29 Chris Lattnersink the Instruction::HasMetadata bit into SubclassData.
2009-12-29 Chris Lattneradd a layer of accessors around the Value::SubClassData...
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrearrange some code.
2009-12-28 Chris Lattnerremove #include that comes in from ConstantFolder.h
2009-12-28 Chris Lattnerremove #include of Function.h from IRBuilder
2009-12-28 Chris Lattnermove debug info stuff out of line, allowing two #includes
2009-12-28 Chris Lattnersplit code that doesn't need to be templated out of...
2009-12-28 Chris Lattnerrename ivar to be more descriptive.
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-28 Chris Lattnerrename getHandlerNames to getMDKindNames, simplify...
2009-12-28 Chris Lattneravoid a completely unneeded linear walk.
2009-12-28 Chris LattnerRewrite the function-local validation logic for MDNodes...
2009-12-28 Chris Lattnerrename MDNode instance variables to something meaningful.
2009-12-28 Chris Lattnersnip one more #include from Metadata.h
2009-12-28 Chris Lattnerprune #includes more.
2009-12-28 Chris LattnerMetadata.h doesn't need to include ValueHandle.h anymore.
2009-12-28 Chris Lattnerchange the strange MetadataContext::getMDs function...
2009-12-28 Chris Lattnerchange NamedMDNode to use a pimpl for its operand list...
2009-12-28 Chris Lattnereliminate the elem_* iterator stuff from NamedMDNode.
2009-12-28 Chris Lattnermove ElementVH out of the MDNode class into the MDNode...
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-28 Bill WendlingAdd an "ATTRIBUTE_UNUSED" macro (and use it). It's...
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...
next