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
/
MCSectionMachO.h
Age
Commit message (
Expand
)
Author
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
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-23
Fix comments.
Jim Grosbach
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
2010-11-17
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
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-05-17
More data/parsing support for tls directives. Add a few more testcases
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-05-05
MC/Mach-O/x86_64: Relocations in debug sections should use local relocations
Daniel Dunbar
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-03-15
MC/Mach-O: Add MCSectionMachO::getType()
Daniel Dunbar
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-13
reject invalid code like:
Chris Lattner
2009-08-10
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner