aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-10[GC] Rename a header for consistencyPhilip Reames1-1/+1
2018-03-29Style update. NFC.Rafael Espindola1-4/+4
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie1-1/+1
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-06-07[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-8/+13
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-1/+1
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini1-1/+1
2015-06-23Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola1-1/+1
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-1/+1
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames1-12/+12
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-2/+1
2015-01-16clang-format all the GC related files (NFC)Philip Reames1-22/+25
2014-12-11GCStrategy should not own GCFunctionInfoPhilip Reames1-6/+18
2014-12-09Remove the Module pointer from GCStrategy and GCMetadataPrinterPhilip Reames1-9/+9
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+3
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher1-1/+1
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-6/+6
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth1-1/+1
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow1-1/+1
2012-10-11Revert 165732 for further review.Micah Villmow1-1/+1
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow1-1/+1
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky1-0/+1
2010-07-01Trailing whitespace.Mikhail Glushenkov1-3/+3
2010-05-24Encode the Caml frametable by following what the comment says: the number of ...Nicolas Geoffray1-5/+22
2010-04-08Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer1-13/+9
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner1-2/+2
2010-04-04mcize the gc metadata printing stuff.Chris Lattner1-45/+37
2010-03-14unbreak the build, grr symlinks.Chris Lattner1-3/+3
2010-01-22remove uses of EOL.Chris Lattner1-6/+2
2010-01-22inline away the trivial AsmPrinter::EOL() method.Chris Lattner1-3/+2
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner1-16/+16
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner1-6/+6
2009-08-19eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner1-8/+9
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner1-6/+6
2009-07-26Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar1-3/+3
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin1-6/+11
2009-01-16Registry.h should not depend on CommandLine.h.Mikhail Glushenkov1-0/+1
2009-01-16Delete trailing whitespace.Mikhail Glushenkov1-23/+23
2008-09-24Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov1-3/+3
2008-09-24Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov1-2/+2
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson1-5/+6