index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachOWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
Generalize TargetData strings, to support more interesting forms of data.
Chris Lattner
2007-02-14
1
-2
/
+2
*
eliminate temporary vectors.
Chris Lattner
2007-02-10
1
-2
/
+2
*
Privatize StructLayout::MemberOffsets, adding an accessor
Chris Lattner
2007-02-10
1
-1
/
+2
*
Add function to create a file writer.
Bill Wendling
2007-02-08
1
-2
/
+13
*
Fix a fixme by correctly calculating preferred alignments for functions,
Nate Begeman
2007-02-07
1
-11
/
+14
*
Pass in non-Mach-O-specific parameters to the GetTargetRelocation method.
Bill Wendling
2007-02-03
1
-2
/
+7
*
Properly support cstrings
Nate Begeman
2007-01-29
1
-3
/
+8
*
Handle multiple functions, properly mangle symbols, and fix support for
Nate Begeman
2007-01-26
1
-16
/
+41
*
Make ivars private and use getters. Have the MachOWriter return "Mach-O
Bill Wendling
2007-01-24
1
-2
/
+2
*
Use the TargetMachOWriterInfo class to get this information.
Bill Wendling
2007-01-24
1
-2
/
+2
*
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-20
1
-1
/
+1
*
Have the OutputBuffer take the is64Bit and isLittleEndian booleans.
Bill Wendling
2007-01-18
1
-7
/
+14
*
Changed to use the OutputBuffer instead of the methods in MachO and ELF
Bill Wendling
2007-01-17
1
-74
/
+88
*
Revert patch.
Bill Wendling
2007-01-17
1
-90
/
+76
*
Use the methods in the TargetObjInfo object instead of internal methods.
Bill Wendling
2007-01-17
1
-76
/
+90
*
For PR1064:
Reid Spencer
2007-01-12
1
-29
/
+39
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-31
1
-8
/
+4
*
Properly mangles symbol table names
Nate Begeman
2006-12-11
1
-112
/
+333
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
1
-1
/
+0
*
Match MachineCodeEmitter changes.
Evan Cheng
2006-11-16
1
-1
/
+1
*
Behold, more work on relocations. Things are looking pretty good now.
Nate Begeman
2006-09-10
1
-38
/
+106
*
First pass at supporting relocations. Relocations are written correctly to
Nate Begeman
2006-09-08
1
-43
/
+75
*
improve compat with certain versions of GCC (on cygwin?)
Chris Lattner
2006-09-02
1
-1
/
+1
*
Properly size the string table, and emit symbol table and string table
Nate Begeman
2006-08-26
1
-59
/
+81
*
Get closer to handling globals correctly. We now generally get them in the
Nate Begeman
2006-08-25
1
-5
/
+70
*
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
Nate Begeman
2006-08-23
1
-0
/
+428