index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachOWriter.cpp
Age
Commit message (
Expand
)
Author
2007-01-24
Make ivars private and use getters. Have the MachOWriter return "Mach-O
Bill Wendling
2007-01-24
Use the TargetMachOWriterInfo class to get this information.
Bill Wendling
2007-01-20
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-18
Have the OutputBuffer take the is64Bit and isLittleEndian booleans.
Bill Wendling
2007-01-17
Changed to use the OutputBuffer instead of the methods in MachO and ELF
Bill Wendling
2007-01-17
Revert patch.
Bill Wendling
2007-01-17
Use the methods in the TargetObjInfo object instead of internal methods.
Bill Wendling
2007-01-12
For PR1064:
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-11
Properly mangles symbol table names
Nate Begeman
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-11-16
Match MachineCodeEmitter changes.
Evan Cheng
2006-09-10
Behold, more work on relocations. Things are looking pretty good now.
Nate Begeman
2006-09-08
First pass at supporting relocations. Relocations are written correctly to
Nate Begeman
2006-09-02
improve compat with certain versions of GCC (on cygwin?)
Chris Lattner
2006-08-26
Properly size the string table, and emit symbol table and string table
Nate Begeman
2006-08-25
Get closer to handling globals correctly. We now generally get them in the
Nate Begeman
2006-08-23
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
Nate Begeman