aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/CppBackend/CPPBackend.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien1-7/+8
2016-02-01SmallSet/SmallPtrSet: Refuse huge Small numbersMatthias Braun1-2/+2
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob1-3/+3
2015-10-20CppBackend: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-37/+26
2015-09-08Fix CPP Backend for GEP API changes for opaque pointer typesDavid Blaikie1-15/+10
2015-08-14[IR] Add token typesDavid Majnemer1-1/+2
2015-07-06llc: Add a 'run-pass' option.Alex Lorenz1-2/+2
2015-06-25Use foreach loop over constant operands. NFC.Pete Cooper1-2/+1
2015-06-15Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne1-0/+1
2015-06-15MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz1-1/+2
2015-05-28Don't call utostr in Twine/raw_ostream contexts.Benjamin Kramer1-7/+4
2015-04-16Make it obvious that we're iterating over a range of pointers.Benjamin Kramer1-1/+1
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola1-5/+3
2015-04-09Simplify use of formatted_raw_ostream.Rafael Espindola1-6/+10
2015-04-09This reverts commit r234460 and r234461.Rafael Espindola1-4/+4
2015-04-09Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola1-4/+4
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-1/+2
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-2/+2
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover1-0/+2
2014-06-13CPP backend: set volatile property on atomic instructions.Tim Northover1-0/+4
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 Topper1-2/+2
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-07Remove the notion of primitive types.Rafael Espindola1-19/+20
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 Carruth1-7/+7
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-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-6/+6