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
/
Target
/
PowerPC
/
PPCMachOWriter.cpp
Age
Commit message (
Expand
)
Author
2007-02-08
Dead files. Functionality has been taken over by the Add*Writer functions.
Bill Wendling
2007-02-03
Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. The
Bill Wendling
2007-01-26
Handle multiple functions, properly mangle symbols, and fix support for
Nate Begeman
2007-01-24
Move the getJTRelocation method out of here.
Bill Wendling
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
Create the specified TargetObjInfo and use it.
Bill Wendling
2006-12-16
Apply B. Scott Michel's patch for PR1054, thanks!
Chris Lattner
2006-12-11
Properly mangles symbol table names
Nate Begeman
2006-11-02
fix a bug reid noticed
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
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-04
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-23
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
Nate Begeman