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
/
XCore
/
XCoreTargetObjectFile.cpp
Age
Commit message (
Expand
)
Author
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2009-10-06
Remove xs1a subtarget. xs1a is a preproduction device used in
Richard Osborne
2009-08-18
Add support for mergeable sections back into the XCore backend.
Richard Osborne
2009-08-18
Put data with relocations in the same sections as data without relocations.
Richard Osborne
2009-08-15
use XCore-specific section with xcore specific cp/dp flags to restore
Chris Lattner
2009-08-13
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-08
now that getOrCreateSection is all object-file specific,
Chris Lattner
2009-08-02
Make SectionKind::get() private.
Chris Lattner
2009-08-01
update for rename
Chris Lattner
2009-08-01
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
Add newline at end of file to remove gcc warning.
Nick Lewycky
2009-07-31
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-28
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner