aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-241-2/+2
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-5/+6
* Drop an unnecessary include.Gordon Henriksen2008-08-171-1/+0
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-31/+27
* Fix merge errorAnton Korobeynikov2008-08-171-0/+163