index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-mc: .lsym is more unsupported than unimplemented, pending a use case app...
Daniel Dunbar
2009-08-28
1
-5
/
+5
*
llvm-mc: Support .comm emission.
Daniel Dunbar
2009-08-28
2
-14
/
+41
*
llvm-mc: Support .zerofill emission.
Daniel Dunbar
2009-08-28
2
-4
/
+85
*
llvm-mc: Tweak section alignment and size computation to match 'as' closer.
Daniel Dunbar
2009-08-28
1
-20
/
+42
*
llvm-mc: Factor getSectionData out of SwitchSection.
Daniel Dunbar
2009-08-28
1
-7
/
+11
*
llvm-mc: Emit .lcomm as .zerofill.
Daniel Dunbar
2009-08-28
3
-10
/
+6
*
llvm-mc: Add const to EmitZeroFill section argument.
Daniel Dunbar
2009-08-28
3
-5
/
+5
*
llvm-mc: Fix thinko in emitting values.
Daniel Dunbar
2009-08-28
1
-1
/
+1
*
llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.
Daniel Dunbar
2009-08-27
1
-5
/
+24
*
llvm-mc: Print encodings after the instruction, and only when we have an asm
Daniel Dunbar
2009-08-27
1
-17
/
+18
*
Add {MCInst,MCOperand}::{print,dump}
Daniel Dunbar
2009-08-27
2
-0
/
+53
*
Update CMake
Daniel Dunbar
2009-08-27
1
-0
/
+1
*
llvm-mc: Tweak MCCodeEmitter skeleton.
Daniel Dunbar
2009-08-27
1
-0
/
+18
*
Sketch TargetRegistry support for MCCodeEmitter abstract interface.
Daniel Dunbar
2009-08-27
1
-4
/
+27
*
Try to make MSVC just a little happier.
Daniel Dunbar
2009-08-27
1
-2
/
+2
*
llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
Daniel Dunbar
2009-08-26
2
-1
/
+8
*
llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
Daniel Dunbar
2009-08-26
2
-10
/
+29
*
llvm-mc/Mach-O: Add support for relocations.
Daniel Dunbar
2009-08-26
1
-13
/
+225
*
llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.
Daniel Dunbar
2009-08-26
1
-21
/
+13
*
llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.
Daniel Dunbar
2009-08-26
1
-2
/
+10
*
llvm-mc: Change MCContext value table to take const MCSymbol*s.
Daniel Dunbar
2009-08-26
1
-4
/
+4
*
llvm-mc/Mach-O: Add section padding where needed (to align the next section).
Daniel Dunbar
2009-08-26
1
-39
/
+45
*
llvm-mc/Mach-O: Set addresses for symbols.
Daniel Dunbar
2009-08-26
2
-10
/
+32
*
llvm-mc: Improve indirect symbol support (add the indirect index table).
Daniel Dunbar
2009-08-26
2
-11
/
+59
*
Revert last patch. We need to put this into TargetLowering. There will be a lot
Bill Wendling
2009-08-25
2
-2
/
+0
*
llvm-mc: Add statistic for number of fragments emitted by the assembler.
Daniel Dunbar
2009-08-25
1
-0
/
+6
*
Add the #include here.
Bill Wendling
2009-08-25
1
-0
/
+1
*
Add a target asm info hook to specify that particular bits of data in the FDE
Bill Wendling
2009-08-25
2
-0
/
+2
*
llvm-mc/Mach-O: Preliminary support for indirect symbols.
Daniel Dunbar
2009-08-24
2
-17
/
+96
*
llvm-mc/Mach-O: Support symbol attributes.
Daniel Dunbar
2009-08-24
2
-6
/
+88
*
llvm-mc: Tweak undefined symbol handling.
Daniel Dunbar
2009-08-24
1
-4
/
+3
*
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-24
1
-0
/
+1
*
Update CMake build, unbreak linux build.
Benjamin Kramer
2009-08-22
1
-0
/
+3
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
5
-19
/
+19
*
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
Chris Lattner
2009-08-22
2
-3
/
+3
*
move the MCAsmInfo .cpp/.h files into the right
Chris Lattner
2009-08-22
3
-0
/
+209
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
4
-10
/
+10
*
prune some redundant #includes.
Chris Lattner
2009-08-22
1
-10
/
+9
*
tweak #includes
Chris Lattner
2009-08-22
1
-5
/
+2
*
llvm-mc/Mach-O: Improve symbol table support:
Daniel Dunbar
2009-08-22
2
-37
/
+164
*
llvm-mc/Mach-O: Sketch symbol table support.
Daniel Dunbar
2009-08-22
2
-36
/
+240
*
llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer
Daniel Dunbar
2009-08-22
1
-27
/
+40
*
llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the
Daniel Dunbar
2009-08-22
1
-15
/
+9
*
llvm-mc: Clean up some handling of symbol/section association to be more correct
Daniel Dunbar
2009-08-22
3
-12
/
+14
*
llvm-mc/Mach-O: Support .o emission for .org and .align.
Daniel Dunbar
2009-08-21
2
-17
/
+91
*
llvm-mc/Mach-O: Support byte and fill value emission.
Daniel Dunbar
2009-08-21
2
-27
/
+140
*
Update CMakeLists.
Benjamin Kramer
2009-08-21
1
-0
/
+3
*
llvm-mc: Start MCAssembler and MCMachOStreamer.
Daniel Dunbar
2009-08-21
2
-0
/
+398
*
fix asmstreaming of 2/4 byte elements with pow-2 alignments.
Chris Lattner
2009-08-19
1
-1
/
+8
*
switch asmprinter to emit alignments through OutStreamer.
Chris Lattner
2009-08-19
1
-14
/
+29
[next]