summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [GC] Rename a header for consistencyPhilip Reames2018-11-101-1/+1
* Style update. NFC.Rafael Espindola2018-03-291-4/+4
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-071-8/+13
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-1/+1
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-231-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-12/+12
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+1
* clang-format all the GC related files (NFC)Philip Reames2015-01-161-22/+25
* GCStrategy should not own GCFunctionInfoPhilip Reames2014-12-111-6/+18
* Remove the Module pointer from GCStrategy and GCMetadataPrinterPhilip Reames2014-12-091-9/+9
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-2/+2
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-1/+1
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+1
* Revert 165732 for further review.Micah Villmow2012-10-111-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Trailing whitespace.Mikhail Glushenkov2010-07-011-3/+3
* Encode the Caml frametable by following what the comment says: the number of ...Nicolas Geoffray2010-05-241-5/+22
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-081-13/+9
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-2/+2
* mcize the gc metadata printing stuff.Chris Lattner2010-04-041-45/+37
* unbreak the build, grr symlinks.Chris Lattner2010-03-141-3/+3
* remove uses of EOL.Chris Lattner2010-01-221-6/+2
* inline away the trivial AsmPrinter::EOL() method.Chris Lattner2010-01-221-3/+2
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-16/+16
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-6/+6
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-8/+9
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-6/+6
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-3/+3
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-111-6/+11
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-161-0/+1
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-23/+23
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-3/+3
OpenPOWER on IntegriCloud