aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sink twine.h down out of Value.h. It is annoying that you needChris Lattner2009-12-297-3/+8
* When doing v1->RAUW(v2), don't do anything to metadata. We don't knowChris Lattner2009-12-291-2/+0
* sink the Instruction::HasMetadata bit into SubclassData.Chris Lattner2009-12-293-49/+83
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-297-37/+111
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-283-31/+62
* rearrange some code.Chris Lattner2009-12-281-37/+35
* remove #include that comes in from ConstantFolder.hChris Lattner2009-12-281-1/+0
* remove #include of Function.h from IRBuilderChris Lattner2009-12-281-5/+8
* move debug info stuff out of line, allowing two #includesChris Lattner2009-12-281-25/+10
* split code that doesn't need to be templated out of IRBuilder into a newChris Lattner2009-12-281-91/+93
* rename ivar to be more descriptive.Chris Lattner2009-12-281-14/+14
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-282-21/+11
* rename getHandlerNames to getMDKindNames, simplify its interfaceChris Lattner2009-12-281-3/+3
* avoid a completely unneeded linear walk.Chris Lattner2009-12-281-1/+1
* Rewrite the function-local validation logic for MDNodes (most of r91708).Chris Lattner2009-12-281-13/+8
* rename MDNode instance variables to something meaningful.Chris Lattner2009-12-281-3/+3
* snip one more #include from Metadata.hChris Lattner2009-12-281-3/+2
* prune #includes more.Chris Lattner2009-12-281-2/+2
* Metadata.h doesn't need to include ValueHandle.h anymore.Chris Lattner2009-12-282-1/+1
* change the strange MetadataContext::getMDs function to expose lessChris Lattner2009-12-281-1/+1
* change NamedMDNode to use a pimpl for its operand list insteadChris Lattner2009-12-281-13/+6
* eliminate the elem_* iterator stuff from NamedMDNode.Chris Lattner2009-12-281-9/+0
* move ElementVH out of the MDNode class into the MDNode.cpp file. AmongChris Lattner2009-12-281-22/+7
* Allow targets to specify the return type of libcalls that are generated for f...Sanjiv Gupta2009-12-281-0/+6
* Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which areBill Wendling2009-12-281-0/+6
* Implement support for converting to string at "natural precision", and fix someJohn McCall2009-12-241-3/+4
* Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall2009-12-241-0/+44
* Fix a comment.David Greene2009-12-231-1/+1
* Remove dump routine and the associated Debug.h from a header. Patch upDavid Greene2009-12-231-5/+0
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-1/+1
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-15/+15
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-1/+2
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-2/+2
* Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene2009-12-231-3/+18
* Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene2009-12-231-0/+171
* Update objectsize intrinsic and associated dependencies. FixEric Christopher2009-12-231-1/+1
* Restore snprintf weirdness for VCPP onlyAnton Korobeynikov2009-12-221-0/+8
* don't run GVN at -O1, GCC doesn't do it's equivalent at that optimization level.Chris Lattner2009-12-221-1/+2
* The phi translated pointer can be computed when returning a partially cached ...Chris Lattner2009-12-221-14/+30
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-1/+1
* fix unit test that I broke.Chris Lattner2009-12-221-1/+1
* types don't need atomic inc/dec, they are local to an llvmcontext.Chris Lattner2009-12-221-6/+3
* comment fix: weakvh -> tracking vhChris Lattner2009-12-221-2/+2
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-221-1/+1
* - Add a bit more plumbing assigning an order to SDNodes.Bill Wendling2009-12-211-0/+3
* Remove uber-gross hack. The define _snprintf to snprintf is invalid due to tw...Anton Korobeynikov2009-12-211-3/+0
* Place SDNodeOrdering.h in the directory it's used.Bill Wendling2009-12-211-57/+0
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-211-0/+7
* improve compatibility with SWIG, patch by James Knight!Chris Lattner2009-12-211-1/+5
* add a helper ctor.Chris Lattner2009-12-211-1/+7