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
*
llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').
Daniel Dunbar
2009-08-31
1
-5
/
+1
*
llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.
Daniel Dunbar
2009-08-31
1
-18
/
+0
*
llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
Daniel Dunbar
2009-08-31
1
-15
/
+15
*
llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.
Daniel Dunbar
2009-08-31
1
-0
/
+16
*
llvm-mc: Make MCSymbolData symbol member const.
Daniel Dunbar
2009-08-31
1
-3
/
+3
*
llvm-mc: Add MCContext to MCAssembler.
Daniel Dunbar
2009-08-31
1
-1
/
+6
*
llvm-mc: Add MCAsmParser::getContext.
Daniel Dunbar
2009-08-31
1
-0
/
+3
*
llvm-mc: Add MCExpr::{dump,print}.
Daniel Dunbar
2009-08-31
1
-0
/
+8
*
llvm-mc: Switch MCExpr construction to using static member functions, and tak...
Daniel Dunbar
2009-08-31
1
-35
/
+171
*
llvm-mc: Add some doxyment markers.
Daniel Dunbar
2009-08-31
1
-1
/
+10
*
llvm-mc: Move AsmExpr into MC lib (as MCExpr).
Daniel Dunbar
2009-08-31
1
-0
/
+179
*
Tweak comment.
Daniel Dunbar
2009-08-30
1
-3
/
+1
*
llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...
Daniel Dunbar
2009-08-30
1
-30
/
+15
*
llvm-mc: Support .comm emission.
Daniel Dunbar
2009-08-28
1
-1
/
+36
*
llvm-mc: Support .zerofill emission.
Daniel Dunbar
2009-08-28
1
-1
/
+37
*
llvm-mc: Tweak section alignment and size computation to match 'as' closer.
Daniel Dunbar
2009-08-28
1
-5
/
+1
*
llvm-mc: Emit .lcomm as .zerofill.
Daniel Dunbar
2009-08-28
1
-2
/
+1
*
llvm-mc: Add const to EmitZeroFill section argument.
Daniel Dunbar
2009-08-28
1
-1
/
+1
*
llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.
Daniel Dunbar
2009-08-27
1
-1
/
+2
*
Add {MCInst,MCOperand}::{print,dump}
Daniel Dunbar
2009-08-27
1
-0
/
+7
*
llvm-mc: Tweak MCCodeEmitter skeleton.
Daniel Dunbar
2009-08-27
1
-1
/
+1
*
Add missing declarations.
Daniel Dunbar
2009-08-27
1
-0
/
+2
*
Sketch TargetRegistry support for MCCodeEmitter abstract interface.
Daniel Dunbar
2009-08-27
2
-3
/
+37
*
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
-0
/
+7
*
llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
Daniel Dunbar
2009-08-26
1
-0
/
+10
*
llvm-mc/Mach-O: Add support for relocations.
Daniel Dunbar
2009-08-26
1
-0
/
+68
*
llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.
Daniel Dunbar
2009-08-26
1
-2
/
+11
*
llvm-mc: Change MCContext value table to take const MCSymbol*s.
Daniel Dunbar
2009-08-26
1
-9
/
+7
*
llvm-mc: Make MCValue take const MCSymbol*s.
Daniel Dunbar
2009-08-26
1
-4
/
+5
*
llvm-mc/Mach-O: Add section padding where needed (to align the next section).
Daniel Dunbar
2009-08-26
1
-4
/
+17
*
llvm-mc/Mach-O: Set addresses for symbols.
Daniel Dunbar
2009-08-26
1
-1
/
+19
*
llvm-mc: Add MCSection::isDefined()
Daniel Dunbar
2009-08-26
1
-1
/
+8
*
Revert last patch. We need to put this into TargetLowering. There will be a lot
Bill Wendling
2009-08-25
1
-7
/
+0
*
Comment formatting. Removing of unused #include and type forwarding.
Bill Wendling
2009-08-25
1
-53
/
+50
*
Add a target asm info hook to specify that particular bits of data in the FDE
Bill Wendling
2009-08-25
1
-19
/
+19
*
llvm-mc/Mach-O: Preliminary support for indirect symbols.
Daniel Dunbar
2009-08-24
1
-0
/
+32
*
llvm-mc/Mach-O: Support symbol attributes.
Daniel Dunbar
2009-08-24
1
-6
/
+22
*
fix a build error on the clang-i686-linux tester.
Chris Lattner
2009-08-22
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
4
-7
/
+7
*
mcasminfo doesn't use std::string
Chris Lattner
2009-08-22
1
-1
/
+0
*
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
Chris Lattner
2009-08-22
2
-4
/
+4
*
move the MCAsmInfo .cpp/.h files into the right
Chris Lattner
2009-08-22
3
-3
/
+580
*
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
[next]