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
/
XCore
/
XCoreTargetAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-30
/
+2
*
Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...
Chris Lattner
2009-07-27
1
-5
/
+7
*
Eliminate SectionFlags, just embed a SectionKind into Section
Chris Lattner
2009-07-27
1
-6
/
+6
*
this is (unfortunately) several changes mixed together:
Chris Lattner
2009-07-25
1
-3
/
+3
*
remove SectionFlags::Small: it is only used on Xcore, and we'll find
Chris Lattner
2009-07-22
1
-11
/
+6
*
Thread local globals don't require special handling by the linker and so can
Richard Osborne
2009-07-22
1
-0
/
+7
*
remove the last bits of SectionFlagsForGlobal. There is some flag here that
Chris Lattner
2009-07-21
1
-24
/
+2
*
don't mask out the small flag and then reapply it later.
Chris Lattner
2009-07-21
1
-15
/
+1
*
if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV...
Chris Lattner
2009-07-21
1
-1
/
+1
*
remove the Xcore implementation of SelectSectionForGlobal. While you have
Chris Lattner
2009-07-21
1
-21
/
+0
*
Remove the XCore custom implementation of MergeableConstSection, relying on
Chris Lattner
2009-07-21
1
-17
/
+0
*
Remove some overridden functions in XCoreTargetAsmInfo that are
Chris Lattner
2009-07-21
1
-61
/
+2
*
Move up dwarf writer initialization in common AsmPrinter class.
Devang Patel
2009-06-19
1
-0
/
+1
*
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
1
-1
/
+1
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
1
-1
/
+1
*
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-07
1
-1
/
+1
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-1
/
+1
*
Add XCore backend.
Richard Osborne
2008-11-07
1
-0
/
+201