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
/
MC
/
MCSectionELF.cpp
Age
Commit message (
Expand
)
Author
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-01-22
Simplify some uses of str(n)cmp with StringRef.
Benjamin Kramer
2010-01-13
tidy
Chris Lattner
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-08-22
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-15
add support for target-specific ELF section flags, add a new MCSectionXCore
Chris Lattner
2009-08-14
*try* to use a better name to describe how common symbols are marked on the e...
Bruno Cardoso Lopes
2009-08-13
Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and
Dan Gohman
2009-08-13
Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
Bruno Cardoso Lopes
2009-08-13
Add a method to return if the ELF section contains only common symbols!
Bruno Cardoso Lopes
2009-08-13
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes