summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Move more methods out-of-line. This is in preparation for changing the internalBill Wendling2012-10-07
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-05
* Move methods out-of-line.Bill Wendling2012-10-05
* Use method to query for attributes.Bill Wendling2012-10-05
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-05
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-04
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-04
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-04
* Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...Micah Villmow2012-10-04
* Create the DataLayout class, as a direct copy of TargetData.Micah Villmow2012-10-04
* Accidently checked in the files, only wanted to copy them.Micah Villmow2012-10-04
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...Micah Villmow2012-10-04
* Add method to query for NoCapture attribute.Bill Wendling2012-10-04
* Use method to query for attributes.Bill Wendling2012-10-04
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-04
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.Dan Gohman2012-09-26
* Query the parameter attributes directly instead of using the Attribute symbols.Bill Wendling2012-09-26
* Initial commit for the AttributesImpl class.Bill Wendling2012-09-26
* Replace calls to getSizeInBits with getExtendedSizeInBits since its already k...Craig Topper2012-09-26
* Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling2012-09-25
* Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky2012-09-23
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Encapsulate the "construct*AlignmentFromInt" functions.Bill Wendling2012-09-21
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-21
* Revert r164308 to fix buildbots.Bill Wendling2012-09-20
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-20
* Remove more bare uses of the different Attribute enums.Bill Wendling2012-09-20
* Make the 'getAsString' function a method of the Attributes class.Bill Wendling2012-09-20
* Convert some attribute existence queries over to use the predicate methods.Bill Wendling2012-09-19
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-19
* Add support for accessing an MDNode's operands via the C binding. Patch byDuncan Sands2012-09-19
* whitespace.Nadav Rotem2012-09-19
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Define an official slot for the new !tbaa.struct metadata tag.Dan Gohman2012-09-13
* Unify the emission of the calling conventions into a single function to reduc...Micah Villmow2012-09-13
* Recommit, with fixes:Eric Christopher2012-09-12
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-12
* When calling print directly on a global (eg from the debugger) itDuncan Sands2012-09-12
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-12
* c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.Benjamin Kramer2012-09-10
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-05
* [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier2012-09-05
* [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier2012-09-04
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-04