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
/
TargetLoweringObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix a fixme by sinking various target-specific directives down into
Chris Lattner
2009-08-01
1
-16
/
+13
*
coff also doesn't have a ReadOnlySection yet, (!)
Chris Lattner
2009-08-01
1
-3
/
+0
*
coff doesn't set a .bss seciton, so this is dead.
Chris Lattner
2009-08-01
1
-3
/
+0
*
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
Chris Lattner
2009-08-01
1
-44
/
+43
*
don't use isWeak anymore.
Chris Lattner
2009-08-01
1
-4
/
+4
*
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
1
-114
/
+132
*
All MCSections are now required to have a SectionKind.
Chris Lattner
2009-08-01
1
-1
/
+1
*
move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to
Chris Lattner
2009-07-31
1
-0
/
+23
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-24
/
+23
*
refactor section construction in TLOF to be through an explicit
Chris Lattner
2009-07-31
1
-7
/
+6
*
fix PR4650: we only track sizes for certain objects, so only put something
Chris Lattner
2009-07-31
1
-1
/
+4
*
mingw uses .data and .text, not _data and _text.
Chris Lattner
2009-07-29
1
-2
/
+2
*
fix PR4584 with a trivial patch now that the pieces are in place.
Chris Lattner
2009-07-29
1
-3
/
+3
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
1
-9
/
+11
*
constant prop a utostr.
Chris Lattner
2009-07-29
1
-2
/
+1
*
remove some completely wrong code. 1 is never < 16. It turns out that GCC a...
Chris Lattner
2009-07-29
1
-20
/
+10
*
Fix PR4639, a ELF-TLS regression from some of my refactoring.
Chris Lattner
2009-07-28
1
-1
/
+1
*
the apple "ld_classic" linker doesn't support .literal16 in 32-bit
Chris Lattner
2009-07-28
1
-5
/
+12
*
fix unused variable warning
Chris Lattner
2009-07-28
1
-1
/
+1
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-0
/
+647
[prev]