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
/
include
/
llvm
/
MC
/
MCSectionELF.h
Age
Commit message (
Expand
)
Author
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-13
Remove extraneous debugging code.
Eric Christopher
2012-12-13
Add a way of printing out an arbitrary label name for a section
Eric Christopher
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2011-03-12
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-11
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-02-14
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Remove duplicated code.
Rafael Espindola
2010-11-17
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-11
Initial comdat implementation.
Rafael Espindola
2010-11-09
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
Remove IsExplicit. It was always false.
Rafael Espindola
2010-10-11
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-10-06
Cleanup Whitespace.
Michael J. Spencer
2010-10-04
Add hook in MCSection to decide when to use "optimized nops", for each
Jan Wen Voung
2010-09-30
Move logic of determining ELF entsize from the .s printer to initialization
Jan Wen Voung
2010-08-16
Add ELF ObjectWriter and Streamer support.
Matt Fleming
2010-08-16
ELF entry size support.
Matt Fleming
2010-05-17
MC: Add dyn_cast support to MCSection.
Daniel Dunbar
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-04
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-03-15
Don't save a temporary string into a StringRef field.
Jeffrey Yasskin
2010-03-15
fix MCSectionELF to not leak memory, just like I did for MCSymbol.
Chris Lattner
2010-01-23
resolve a fixme: the "nonexecutable stack directive" is actually
Chris Lattner
2010-01-22
Simplify some uses of str(n)cmp with StringRef.
Benjamin Kramer
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
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