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
/
MCMachOStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MC: First cut at MCFixup, for getting fixup/relocation information out of an ...
Daniel Dunbar
2010-02-09
1
-1
/
+2
*
add scaffolding for target-specific MCExprs.
Chris Lattner
2010-02-08
1
-0
/
+1
*
MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
Daniel Dunbar
2010-02-02
1
-2
/
+2
*
mcstreamerize gprel32 emission.
Chris Lattner
2010-01-25
1
-4
/
+3
*
mcstreamerize .file and .file. This also fixes an issue where the
Chris Lattner
2010-01-25
1
-0
/
+8
*
add symbol attribute support for the ELF .type directive.
Chris Lattner
2010-01-25
1
-0
/
+6
*
emit the .size directive for global variables on ELF through
Chris Lattner
2010-01-25
1
-0
/
+3
*
mcize lcomm, simplify .comm, extend both to support 64-bit sizes.
Chris Lattner
2010-01-23
1
-2
/
+5
*
move the various directive enums out of the MCStreamer class
Chris Lattner
2010-01-23
1
-32
/
+20
*
mcstreamerize .no_dead_strip and .reference for static ctors/dtors.
Chris Lattner
2010-01-23
1
-0
/
+1
*
Generalize mcasmstreamer data emission APIs to take an address space
Chris Lattner
2010-01-19
1
-5
/
+6
*
Add a note for the macho streamer and remove a used of the mangler from the s...
Nate Begeman
2010-01-17
1
-0
/
+2
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-2
/
+2
*
MC: Set symbol values in MachO MCStreamer.
Daniel Dunbar
2009-10-16
1
-1
/
+3
*
MC: Switch assembler API to using MCExpr instead of MCValue.
Daniel Dunbar
2009-10-16
1
-12
/
+2
*
MC: Remove unneeded context argument to MCExpr::Evaluate*.
Daniel Dunbar
2009-10-16
1
-2
/
+1
*
llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.
Daniel Dunbar
2009-08-31
1
-16
/
+20
*
llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').
Daniel Dunbar
2009-08-31
1
-5
/
+2
*
llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
Daniel Dunbar
2009-08-31
1
-2
/
+27
*
llvm-mc: Make MCSymbolData symbol member const.
Daniel Dunbar
2009-08-31
1
-1
/
+1
*
llvm-mc: Add MCContext to MCAssembler.
Daniel Dunbar
2009-08-31
1
-1
/
+1
*
llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...
Daniel Dunbar
2009-08-30
1
-14
/
+6
*
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
1
-2
/
+7
*
llvm-mc: Support .zerofill emission.
Daniel Dunbar
2009-08-28
1
-1
/
+21
*
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
1
-3
/
+2
*
llvm-mc: Add const to EmitZeroFill section argument.
Daniel Dunbar
2009-08-28
1
-2
/
+2
*
llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.
Daniel Dunbar
2009-08-27
1
-5
/
+24
*
llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
Daniel Dunbar
2009-08-26
1
-1
/
+8
*
llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.
Daniel Dunbar
2009-08-26
1
-2
/
+10
*
llvm-mc/Mach-O: Set addresses for symbols.
Daniel Dunbar
2009-08-26
1
-0
/
+1
*
llvm-mc: Improve indirect symbol support (add the indirect index table).
Daniel Dunbar
2009-08-26
1
-0
/
+2
*
llvm-mc/Mach-O: Preliminary support for indirect symbols.
Daniel Dunbar
2009-08-24
1
-4
/
+11
*
llvm-mc/Mach-O: Support symbol attributes.
Daniel Dunbar
2009-08-24
1
-3
/
+80
*
prune some redundant #includes.
Chris Lattner
2009-08-22
1
-10
/
+9
*
llvm-mc/Mach-O: Improve symbol table support:
Daniel Dunbar
2009-08-22
1
-1
/
+8
*
llvm-mc/Mach-O: Sketch symbol table support.
Daniel Dunbar
2009-08-22
1
-4
/
+33
*
llvm-mc: Clean up some handling of symbol/section association to be more correct
Daniel Dunbar
2009-08-22
1
-6
/
+5
*
llvm-mc/Mach-O: Support .o emission for .org and .align.
Daniel Dunbar
2009-08-21
1
-1
/
+3
*
llvm-mc/Mach-O: Support byte and fill value emission.
Daniel Dunbar
2009-08-21
1
-4
/
+10
*
llvm-mc: Start MCAssembler and MCMachOStreamer.
Daniel Dunbar
2009-08-21
1
-0
/
+170
[prev]