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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
7
-9
/
+15
*
llvm-mc/Mach-O: Improve symbol table support:
Daniel Dunbar
2009-08-22
2
-4
/
+14
*
llvm-mc/Mach-O: Sketch symbol table support.
Daniel Dunbar
2009-08-22
1
-2
/
+56
*
llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer
Daniel Dunbar
2009-08-22
1
-10
/
+0
*
llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the
Daniel Dunbar
2009-08-22
1
-9
/
+8
*
llvm-mc: Clean up some handling of symbol/section association to be more correct
Daniel Dunbar
2009-08-22
2
-17
/
+49
*
Make MSVC happy.
Daniel Dunbar
2009-08-21
1
-0
/
+1
*
llvm-mc/Mach-O: Support .o emission for .org and .align.
Daniel Dunbar
2009-08-21
1
-17
/
+11
*
llvm-mc/Mach-O: Support byte and fill value emission.
Daniel Dunbar
2009-08-21
1
-10
/
+246
*
Fix build on platforms where stdint.h is not implicitly included in the stand...
Benjamin Kramer
2009-08-21
1
-0
/
+1
*
llvm-mc: Start MCAssembler and MCMachOStreamer.
Daniel Dunbar
2009-08-21
1
-0
/
+137
*
Make AsmStreamer maintain a notion of the current section, pushing it up from...
Chris Lattner
2009-08-18
1
-1
/
+9
*
change AsmPrinter to switch sections using AsmStreamer instead of
Chris Lattner
2009-08-17
3
-5
/
+5
*
give MCAsmStreamer a TargetAsmInfo.
Chris Lattner
2009-08-17
1
-1
/
+2
*
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
*
Update llvm-mc / MCAsmStreamer to print the instruction using the actual target
Daniel Dunbar
2009-08-14
1
-1
/
+5
*
Add MCSymbol::{print, dump}
Daniel Dunbar
2009-08-14
1
-0
/
+7
*
Add MCValue::{print, dump}
Daniel Dunbar
2009-08-14
1
-0
/
+7
*
llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.
Daniel Dunbar
2009-08-13
1
-0
/
+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
2
-27
/
+168
*
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...
Chris Lattner
2009-08-13
2
-14
/
+6
*
add some comments: MCContext owns the MCSections, but it bump pointer allocates
Chris Lattner
2009-08-13
1
-2
/
+3
*
reject invalid code like:
Chris Lattner
2009-08-13
1
-1
/
+1
*
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner
2009-08-10
2
-153
/
+175
*
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-10
1
-12
/
+141
*
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
2
-19
/
+48
*
1. Make MCSection an abstract class.
Chris Lattner
2009-08-08
1
-4
/
+14
*
make target-specific TLOF impls (except PIC16) create target-specific
Chris Lattner
2009-08-08
1
-4
/
+4
*
stub out PECOFF/MachO/ELF MCSection classes
Chris Lattner
2009-08-08
1
-1
/
+27
*
make MergeableCString be a SectionKind "abstract class", and
Chris Lattner
2009-08-04
1
-10
/
+32
*
Change MCOperand to use Create style instead of Make style for constructing
Daniel Dunbar
2009-08-02
1
-13
/
+21
*
make SectionKind::Kind completely private now.
Chris Lattner
2009-08-02
1
-5
/
+1
*
Make SectionKind::get() private.
Chris Lattner
2009-08-02
1
-1
/
+2
*
(re)introduce new simpler apis for creation sectionkinds.
Chris Lattner
2009-08-01
1
-1
/
+19
*
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
Chris Lattner
2009-08-01
1
-2
/
+2
*
fix a layering violation by moving SectionKind out to its own header.
Chris Lattner
2009-08-01
2
-3
/
+185
*
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
1
-3
/
+14
*
All MCSections are now required to have a SectionKind.
Chris Lattner
2009-08-01
1
-19
/
+4
*
llvm-mc: Support quoted identifiers.
Daniel Dunbar
2009-07-31
1
-1
/
+17
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-3
/
+8
*
split MCSection stuff out to its own .cpp file, add a new
Chris Lattner
2009-07-31
1
-4
/
+25
*
create sections with MCSection::Create instead of Context->getOrCreateSection.
Chris Lattner
2009-07-31
2
-5
/
+7
*
Add missing include.
Daniel Dunbar
2009-07-29
1
-0
/
+1
*
Make expression parsing and error/warning reporting available through the
Daniel Dunbar
2009-07-28
1
-0
/
+42
*
Expose Tokens to target specific assembly parsers.
Daniel Dunbar
2009-07-28
1
-1
/
+94
*
llvm-mc: Implement .abort fully in the front end
Daniel Dunbar
2009-07-27
1
-7
/
+0
*
llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.
Daniel Dunbar
2009-07-27
1
-3
/
+3
[next]