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
/
MCSectionMachO.cpp
Age
Commit message (
Expand
)
Author
2011-03-19
Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
Revert 127939. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
Revise r126127 to address Daniel's comments. <rdar://problem/9012638>
Stuart Hastings
2011-02-21
End the line if we return early. Radar 9012638.
Stuart Hastings
2011-02-21
Fix to correctly support attribute((section("__DATA, __common"))).
Stuart Hastings
2010-12-19
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-11-17
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-10-21
Trailing whitespace.
Jim Grosbach
2010-10-04
Add hook in MCSection to decide when to use "optimized nops", for each
Jan Wen Voung
2010-05-21
Fix section attribute name.
Eric Christopher
2010-05-17
MC: Add dyn_cast support to MCSection.
Daniel Dunbar
2010-05-17
Add some section and constant support for darwin TLS.
Eric Christopher
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-10-07
Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so
Kevin Enderby
2009-09-20
eliminate a use of strtoul.
Chris Lattner
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-10
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner