summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CppBackend
Commit message (Expand)AuthorAgeFilesLines
* Remove bit-rotten CppBackend.James Y Knight2016-05-057-2280/+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
* Remove autoconf supportChris Bieneman2016-01-262-31/+0
* 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-062-3/+4
* Use foreach loop over constant operands. NFC.Pete Cooper2015-06-251-2/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+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-152-3/+4
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-2/+2
* Don't call utostr in Twine/raw_ostream contexts.Benjamin Kramer2015-05-281-7/+4
* Strip trailing whitespace. NFCDouglas Katzman2015-05-121-2/+2
* 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-142-6/+4
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-092-7/+11
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-092-5/+5
* Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola2015-04-092-5/+5
* Remove the target independent TargetMachine::getSubtarget andEric Christopher2015-03-211-8/+1
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-5/+5
* 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
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Add a dummy subtarget to the CPP backend target machine. This willEric Christopher2014-08-041-3/+9
* 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-292-10/+8
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [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
* Fix pr18235.Rafael Espindola2013-12-131-3/+4
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* Remove the notion of primitive types.Rafael Espindola2013-12-071-19/+20
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-281-2/+0
* 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
OpenPOWER on IntegriCloud