index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachOWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-1
/
+1
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-2
/
+2
*
Add missing forward declaration.
David Greene
2009-08-19
1
-0
/
+1
*
Match declaration to definition (missed a few).
Daniel Dunbar
2009-07-13
1
-3
/
+3
*
Match declaration to definition.
Daniel Dunbar
2009-07-13
1
-1
/
+1
*
Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spa...
Bruno Cardoso Lopes
2009-07-06
1
-109
/
+42
*
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
1
-7
/
+16
*
Move structures and classes into header files, providing two new headers and
Bruno Cardoso Lopes
2009-06-03
1
-385
/
+19
*
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-05-30
1
-1
/
+1
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
1
-1
/
+1
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-1
/
+1
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-2
/
+3
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+627