index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCAsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
1
-123
/
+0
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2011-06-24
1
-0
/
+6
*
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
1
-5
/
+3
*
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
1
-6
/
+0
*
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-17
1
-3
/
+1
*
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
1
-6
/
+10
*
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
1
-1
/
+5
*
Fix indentation (per style guide).
Daniel Dunbar
2010-12-16
1
-49
/
+49
*
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar
2010-12-16
1
-0
/
+1
*
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
1
-0
/
+20
*
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
1
-1
/
+1
*
MC/Mach-O: Switch to using MachOFormat.h.
Daniel Dunbar
2010-11-27
1
-4
/
+4
*
Remove the unused TheTarget member.
Rafael Espindola
2010-11-26
1
-1
/
+2
*
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-17
1
-7
/
+0
*
Wire up primitive support in the assembler backend for writing .o files
Chris Lattner
2010-11-15
1
-0
/
+104