index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
OcamlGCPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trailing whitespace.
Mikhail Glushenkov
2010-07-01
1
-3
/
+3
*
Encode the Caml frametable by following what the comment says: the number of ...
Nicolas Geoffray
2010-05-24
1
-5
/
+22
*
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
1
-13
/
+9
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-2
/
+2
*
mcize the gc metadata printing stuff.
Chris Lattner
2010-04-04
1
-45
/
+37
*
unbreak the build, grr symlinks.
Chris Lattner
2010-03-14
1
-3
/
+3
*
remove uses of EOL.
Chris Lattner
2010-01-22
1
-6
/
+2
*
inline away the trivial AsmPrinter::EOL() method.
Chris Lattner
2010-01-22
1
-3
/
+2
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-16
/
+16
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-6
/
+6
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-8
/
+9
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-6
/
+6
*
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-26
1
-3
/
+3
*
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Torok Edwin
2009-07-11
1
-6
/
+11
*
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
1
-0
/
+1
*
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
1
-23
/
+23
*
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
1
-3
/
+3
*
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
1
-2
/
+2
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-5
/
+6
*
Drop an unnecessary include.
Gordon Henriksen
2008-08-17
1
-1
/
+0
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
1
-31
/
+27
*
Fix merge error
Anton Korobeynikov
2008-08-17
1
-0
/
+163