summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
Commit message (Expand)AuthorAge
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* Trailing whitespace.Mikhail Glushenkov2010-07-01
* Encode the Caml frametable by following what the comment says: the number of ...Nicolas Geoffray2010-05-24
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-08
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* mcize the gc metadata printing stuff.Chris Lattner2010-04-04
* unbreak the build, grr symlinks.Chris Lattner2010-03-14
* remove uses of EOL.Chris Lattner2010-01-22
* inline away the trivial AsmPrinter::EOL() method.Chris Lattner2010-01-22
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-26
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-16
* Delete trailing whitespace.Mikhail Glushenkov2009-01-16
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-24
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-24
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Drop an unnecessary include.Gordon Henriksen2008-08-17
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Fix merge errorAnton Korobeynikov2008-08-17