summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CppBackend/CPPBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove bit-rotten CppBackend.James Y Knight2016-05-051-2145/+0
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+2
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-7/+8
* SmallSet/SmallPtrSet: Refuse huge Small numbersMatthias Braun2016-02-011-2/+2
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-3/+3
* CppBackend: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-37/+26
* Fix CPP Backend for GEP API changes for opaque pointer typesDavid Blaikie2015-09-081-15/+10
* [IR] Add token typesDavid Majnemer2015-08-141-1/+2
* llc: Add a 'run-pass' option.Alex Lorenz2015-07-061-2/+2
* Use foreach loop over constant operands. NFC.Pete Cooper2015-06-251-2/+1
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+1
* MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz2015-06-151-1/+2
* Don't call utostr in Twine/raw_ostream contexts.Benjamin Kramer2015-05-281-7/+4
* Make it obvious that we're iterating over a range of pointers.Benjamin Kramer2015-04-161-1/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-5/+3
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-6/+10
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-091-4/+4
* Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola2015-04-091-4/+4
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+2
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-2/+2
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-0/+2
* CPP backend: set volatile property on atomic instructions.Tim Northover2014-06-131-0/+4
* Use for range loops.Rafael Espindola2014-05-081-13/+9
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-4/+0
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-2/+6
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-4/+30
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-30/+4
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-4/+30
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-191-0/+1
* Remove the notion of primitive types.Rafael Espindola2013-12-071-19/+20
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-2/+0
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Misc fixes for cpp backend.Eli Friedman2013-09-241-3/+16
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-1/+1
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-0/+1
* Increment arg_count inside the loop in printInline. Patch by Joe Matarazzo.Craig Topper2013-07-311-1/+1
* Revert accidental commit.Craig Topper2013-07-241-1/+1
* Fix aliases for shrd/shld to handle Intel syntax properly. Also suppress them...Craig Topper2013-07-241-1/+1
* Remove assert. There may be target-dependent attributes left.Bill Wendling2013-03-251-1/+0
* Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-26/+37
* Remove some introspection functions.Bill Wendling2013-01-251-1/+1
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-251-1/+1
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-7/+7
* s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling2012-12-301-2/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-6/+6
OpenPOWER on IntegriCloud