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
/
PPCTargetAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use enumeration for preffered EH dwarf encoding reason
Anton Korobeynikov
2008-02-29
1
-4
/
+4
*
EHPreferredDataFormat hook for PPC targets. Looks like Darwin
Anton Korobeynikov
2008-02-27
1
-1
/
+28
*
Revert r46916 PPCTargetAsmInfo.cpp.
Evan Cheng
2008-02-12
1
-2
/
+2
*
Match GCC's behaviour for these sections.
Nick Lewycky
2008-02-10
1
-2
/
+2
*
Fix and enable EH for x86-64 Darwin. Adds
Dale Johannesen
2008-01-15
1
-0
/
+1
*
Weak things initialized to 0 don't go in bss on Darwin.
Dale Johannesen
2008-01-11
1
-1
/
+1
*
Emit unused EH frames for weak definitions on Darwin,
Dale Johannesen
2008-01-10
1
-3
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Enable EH for linux/ppc32 targets
Nicolas Geoffray
2007-12-21
1
-4
/
+24
*
Enable EH on PPC Darwin. This basically works; there
Dale Johannesen
2007-12-19
1
-1
/
+1
*
Fix .eh table linkage issues on Darwin. Some EH support
Dale Johannesen
2007-11-20
1
-1
/
+2
*
Revert previous; these files aren't ready to go in yet.
Dale Johannesen
2007-11-13
1
-1
/
+1
*
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-13
1
-1
/
+1
*
Fix crash before main on ppc/linux with static constructors. PR1771
Nick Lewycky
2007-11-04
1
-0
/
+2
*
TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets
Dan Gohman
2007-09-27
1
-1
/
+0
*
Enable indirect encoding for the personality function
Bill Wendling
2007-09-11
1
-0
/
+1
*
Disable EH generation until PPC works 100%.
Chris Lattner
2007-08-24
1
-1
/
+1
*
Fix debug info and globals filled with zeros.
Nick Lewycky
2007-07-25
1
-11
/
+24
*
For Darwin, put constant data into .const, .const_data, .literal{4|8|16}
Evan Cheng
2007-03-08
1
-0
/
+3
*
Add TAI field for exception table section.
Jim Laskey
2007-02-21
1
-0
/
+1
*
Support for non-landing pad exception handling.
Jim Laskey
2007-02-01
1
-0
/
+3
*
Darwin -static should codegen static ctors / dtors to .constructor / .destruc...
Evan Cheng
2007-01-30
1
-2
/
+7
*
Landing pad-less eh for PPC.
Jim Laskey
2007-01-29
1
-0
/
+2
*
Modify emission of jump tables on darwin to emit an extra "l" label that
Chris Lattner
2007-01-18
1
-0
/
+7
*
Instead of yet another enum indicating the "assembly language flavor",
Bill Wendling
2007-01-16
1
-8
/
+1
*
Fix for PR1095:
Bill Wendling
2007-01-16
1
-0
/
+8
*
add support for hidden visibility to darwin/ppc and linux/ppc targets
Chris Lattner
2007-01-14
1
-0
/
+1
*
Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.
Jim Laskey
2006-12-21
1
-12
/
+31
*
Add weak reference directive.
Evan Cheng
2006-12-01
1
-0
/
+1
*
Place cstrings in .cstring section.
Evan Cheng
2006-10-26
1
-0
/
+1
*
Use S_debug for dwarf info.
Jim Laskey
2006-10-17
1
-11
/
+11
*
Don't bother setting JumpTableTextSection, it is about to disappear
Chris Lattner
2006-10-05
1
-1
/
+0
*
Move getSectionForFunction to AsmPrinter, change it to return a string.
Chris Lattner
2006-10-05
1
-11
/
+0
*
implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputting
Chris Lattner
2006-10-05
1
-1
/
+13
*
Compile:
Chris Lattner
2006-09-26
1
-0
/
+1
*
Missing tab
Jim Laskey
2006-09-08
1
-1
/
+1
*
Break out target asm info into separate files.
Jim Laskey
2006-09-07
1
-0
/
+51
[prev]