index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachOWriter.h
Age
Commit message (
Expand
)
Author
2009-07-06
Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spa...
Bruno Cardoso Lopes
2009-07-06
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-06-03
Move structures and classes into header files, providing two new headers and
Bruno Cardoso Lopes
2009-05-30
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-03-21
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-05
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-02-28
More Mach-O writer improvements.
Nate Begeman
2007-02-08
Moved from include/llvm/CodeGen to lib/CodeGen.
Bill Wendling