summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
Commit message (Expand)AuthorAge
* 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