summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
AgeCommit message (Expand)Author
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song
2021-12-05[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-05-13[GC][NFC] Move GCStrategy from CodeGen to IRMax Kazantsev
2020-12-22Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_...Arthur O'Dwyer
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song
2020-02-13[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstructionFangrui Song
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet
2019-09-11[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-10[GC] Rename a header for consistencyPhilip Reames
2018-03-29Style update. NFC.Rafael Espindola
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-06-07[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-06-23Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2015-01-16clang-format all the GC related files (NFC)Philip Reames
2014-12-11GCStrategy should not own GCFunctionInfoPhilip Reames
2014-12-09Remove the Module pointer from GCStrategy and GCMetadataPrinterPhilip Reames
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky
2010-07-01Trailing whitespace.Mikhail Glushenkov
2010-05-24Encode the Caml frametable by following what the comment says: the number of ...Nicolas Geoffray
2010-04-08Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-04mcize the gc metadata printing stuff.Chris Lattner
2010-03-14unbreak the build, grr symlinks.Chris Lattner
2010-01-22remove uses of EOL.Chris Lattner
2010-01-22inline away the trivial AsmPrinter::EOL() method.Chris Lattner
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky