index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCTargetAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge the common darwin settings from the X86/PPC/ARM targets
Chris Lattner
2009-06-19
1
-42
/
+2
*
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
1
-0
/
+1
*
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
1
-2
/
+2
*
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
2009-06-18
1
-4
/
+3
*
Fix bug 3202.
Rafael Espindola
2008-12-19
1
-1
/
+10
*
Fix bug 3140.
Rafael Espindola
2008-12-03
1
-0
/
+1
*
Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...
Anton Korobeynikov
2008-10-05
1
-2
/
+3
*
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
1
-14
/
+3
*
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-25
1
-3
/
+14
*
Minor cleanup
Anton Korobeynikov
2008-09-24
1
-0
/
+2
*
Get rid of virtual inheritance for PPC TAI
Anton Korobeynikov
2008-09-24
1
-15
/
+2
*
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
1
-2
/
+0
*
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-09-24
1
-5
/
+0
*
Fix logic for not emitting no-dead-strip for some
Dale Johannesen
2008-09-09
1
-0
/
+1
*
PPC/Linux normally uses named section for bss
asl
2008-08-16
1
-0
/
+5
*
Use proper strings section name for PPC
asl
2008-08-16
1
-1
/
+1
*
Convert PPC/Linux to new section printing stuff
Anton Korobeynikov
2008-08-08
1
-3
/
+2
*
Switch PPC/Darwin to new section handling stuff
Anton Korobeynikov
2008-08-08
1
-4
/
+3
*
Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour.
Anton Korobeynikov
2008-07-19
1
-6
/
+8
*
Linux also does not require exception handling
Duncan Sands
2008-07-04
1
-1
/
+0
*
Darwin doesn't need exception handling information for the "move" info when
Bill Wendling
2008-07-01
1
-0
/
+1
*
Add StringConstantPrefix to control what the
Dale Johannesen
2008-06-03
1
-0
/
+1
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+96