index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
2013-05-04
[XCore] Use static relocation model by default.
Richard Osborne
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Remove duplicated code.
Rafael Espindola
2010-11-11
Remove some explicit arguments to getELFSection. This is
Rafael Espindola
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