index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
MC
/
MCSectionELF.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-1
/
+0
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-0
/
+1
*
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-12
1
-0
/
+6
*
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-11
1
-6
/
+0
*
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-02-14
1
-5
/
+0
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
1
-48
/
+2
*
Remove duplicated code.
Rafael Espindola
2011-01-23
1
-73
/
+0
*
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-17
1
-0
/
+1
*
Initial comdat implementation.
Rafael Espindola
2010-11-11
1
-2
/
+7
*
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
1
-9
/
+2
*
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
1
-2
/
+9
*
Remove IsExplicit. It was always false.
Rafael Espindola
2010-11-09
1
-9
/
+2
*
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-10-11
1
-1
/
+12
*
Cleanup Whitespace.
Michael J. Spencer
2010-10-06
1
-12
/
+12
*
Add hook in MCSection to decide when to use "optimized nops", for each
Jan Wen Voung
2010-10-04
1
-1
/
+2
*
Move logic of determining ELF entsize from the .s printer to initialization
Jan Wen Voung
2010-09-30
1
-0
/
+4
*
Add ELF ObjectWriter and Streamer support.
Matt Fleming
2010-08-16
1
-2
/
+3
*
ELF entry size support.
Matt Fleming
2010-08-16
1
-0
/
+5
*
MC: Add dyn_cast support to MCSection.
Daniel Dunbar
2010-05-17
1
-1
/
+6
*
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
1
-26
/
+17
*
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
1
-0
/
+5
*
Don't save a temporary string into a StringRef field.
Jeffrey Yasskin
2010-03-15
1
-1
/
+1
*
fix MCSectionELF to not leak memory, just like I did for MCSymbol.
Chris Lattner
2010-03-15
1
-5
/
+4
*
resolve a fixme: the "nonexecutable stack directive" is actually
Chris Lattner
2010-01-23
1
-1
/
+1
*
Simplify some uses of str(n)cmp with StringRef.
Benjamin Kramer
2010-01-22
1
-2
/
+1
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-2
/
+2
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-3
/
+3
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-3
/
+3
*
add support for target-specific ELF section flags, add a new MCSectionXCore
Chris Lattner
2009-08-15
1
-7
/
+29
*
*try* to use a better name to describe how common symbols are marked on the e...
Bruno Cardoso Lopes
2009-08-14
1
-2
/
+4
*
Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
Bruno Cardoso Lopes
2009-08-13
1
-9
/
+5
*
Add a method to return if the ELF section contains only common symbols!
Bruno Cardoso Lopes
2009-08-13
1
-0
/
+3
*
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-13
1
-0
/
+168