index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetLoweringObjectFile.cpp
Age
Commit message (
Expand
)
Author
2009-08-01
Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter
Chris Lattner
2009-08-01
fix a fixme by sinking various target-specific directives down into
Chris Lattner
2009-08-01
coff also doesn't have a ReadOnlySection yet, (!)
Chris Lattner
2009-08-01
coff doesn't set a .bss seciton, so this is dead.
Chris Lattner
2009-08-01
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
Chris Lattner
2009-08-01
don't use isWeak anymore.
Chris Lattner
2009-08-01
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
All MCSections are now required to have a SectionKind.
Chris Lattner
2009-07-31
move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to
Chris Lattner
2009-07-31
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
refactor section construction in TLOF to be through an explicit
Chris Lattner
2009-07-31
fix PR4650: we only track sizes for certain objects, so only put something
Chris Lattner
2009-07-29
mingw uses .data and .text, not _data and _text.
Chris Lattner
2009-07-29
fix PR4584 with a trivial patch now that the pieces are in place.
Chris Lattner
2009-07-29
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
constant prop a utostr.
Chris Lattner
2009-07-29
remove some completely wrong code. 1 is never < 16. It turns out that GCC a...
Chris Lattner
2009-07-28
Fix PR4639, a ELF-TLS regression from some of my refactoring.
Chris Lattner
2009-07-28
the apple "ld_classic" linker doesn't support .literal16 in 32-bit
Chris Lattner
2009-07-28
fix unused variable warning
Chris Lattner
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
[prev]