aboutsummaryrefslogtreecommitdiff
path: root/lib/IR
AgeCommit message (Expand)Author
2013-01-09Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling
2013-01-09Consider expression "0.0 - X" as the negation of X ifShuxin Yang
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher
2013-01-08Fix comment.Eric Christopher
2013-01-08Mark artificial types as such in the annotated debug output.David Blaikie
2013-01-08Remove what appears to be a dead llvm-specific debug tag.Eric Christopher
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth
2013-01-07Rough out a new c'tor for the AttrBuilder class.Bill Wendling
2013-01-07PR14759: Debug info support for C++ member pointers.David Blaikie
2013-01-07Move the initialization to the Analysis library as well as the pass.Chandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
2013-01-05Include access modifiers in subprogram metadata IR comment.David Blaikie
2013-01-05Attribute: Make hashes match when looking up AttributeImpls.Benjamin Kramer
2013-01-05Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth
2013-01-05Switch the empty and tombstone key enumerators to not have explicitChandler Carruth
2013-01-05IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...NAKAMURA Takumi
2013-01-05Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling
2013-01-04Get rid of the 'Bits' mask in the attribute builder.Bill Wendling
2013-01-04General cleanups.Bill Wendling
2013-01-04Remove unused #includeEli Bendersky
2013-01-03Revert everything to r171366 to try to fix the build.Bill Wendling
2013-01-03Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling
2013-01-03Revert patch. Something snuck in there that shouldn't be.Bill Wendling
2013-01-03Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling
2013-01-03Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi
2013-01-03Make the type signature more strict.Bill Wendling
2013-01-02An intermediate step in the Attributes rewrite.Bill Wendling
2013-01-02Actually update the CMake and Makefile builds correctly, and update theChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth