summaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend
AgeCommit message (Expand)AuthorFilesLines
2014-05-08Use for range loops.Rafael Espindola1-13/+9
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2-10/+8
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola1-4/+0
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover1-2/+6
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-4/+30
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck1-30/+4
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-4/+30
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-12-19Begin adding docs and IR-level support for the inalloca attributeReid Kleckner1-0/+1
2013-12-13Fix pr18235.Rafael Espindola1-3/+4
2013-12-11Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi1-1/+1
2013-12-07Remove the notion of primitive types.Rafael Espindola1-19/+20
2013-11-28[CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi1-2/+0
2013-11-01Remove linkonce_odr_auto_hide.Rafael Espindola1-2/+0
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz1-0/+1
2013-09-24Misc fixes for cpp backend.Eli Friedman1-3/+16
2013-09-09Revert patches to add case-range support for PR1255.Bob Wilson1-1/+1
2013-08-23Add function attribute 'optnone'.Andrea Di Biagio1-0/+1
2013-07-31Increment arg_count inside the loop in printInline. Patch by Joe Matarazzo.Craig Topper1-1/+1
2013-07-24Revert accidental commit.Craig Topper1-1/+1
2013-07-24Fix aliases for shrd/shld to handle Intel syntax properly. Also suppress them...Craig Topper1-1/+1
2013-03-25Remove assert. There may be target-dependent attributes left.Bill Wendling1-1/+0
2013-01-27Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.Bill Wendling1-26/+37
2013-01-25Remove some introspection functions.Bill Wendling1-1/+1
2013-01-25Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling1-1/+1
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling1-0/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth3-9/+9
2012-12-30s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling1-2/+2
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-6/+6
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling1-4/+4
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-6/+6
2012-11-27Remove the dependent libraries feature.Bill Wendling1-8/+0
2012-11-23Update call to the new syntax.Bill Wendling1-1/+1
2012-10-30Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet1-0/+1
2012-10-26Fix CPP backend for method attributes by creating a block where a new AttrBui...Nicolas Geoffray1-5/+4
2012-10-16Pass in the context to the Attributes::get method.Bill Wendling1-1/+1
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling1-2/+2
2012-10-14Don't pass in an Attributes object to something that expects an integral value.Bill Wendling1-3/+1
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling1-13/+16
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-09-21Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling1-1/+1
2012-09-20Revert r164308 to fix buildbots.Bill Wendling1-1/+1
2012-09-20Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling1-1/+1
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling1-2/+2
2012-07-02Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2-2/+6
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg1-1/+24