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
/
MCObjectStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't declare all text sections at the start of the .s
Rafael Espindola
2015-03-20
1
-1
/
+8
*
Split the object streamer callback in one per file format.
Rafael Espindola
2015-03-19
1
-13
/
+0
*
Add a default implementation of createObjectStreamer.
Rafael Espindola
2015-03-18
1
-0
/
+14
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-2
/
+2
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
1
-1
/
+3
*
Revert r221150, as it broke sanitizer tests
Oliver Stannard
2014-11-03
1
-7
/
+4
*
Emit .eh_frame with relocations to functions, rather than sections
Oliver Stannard
2014-11-03
1
-4
/
+7
*
Attempt to fix the build after r220439
David Majnemer
2014-10-22
1
-1
/
+1
*
[MC] Attach labels to existing fragments instead of using a separate fragment
Derek Schuff
2014-10-22
1
-9
/
+29
*
Make EmitDwarfSetLineAddr an static helper. NFC.
Rafael Espindola
2014-08-15
1
-1
/
+13
*
Make BuildSymbolDiff an static helper.
Rafael Espindola
2014-08-15
1
-2
/
+13
*
Add a helper to MCExpr for when an expression is know to be absolute.
Rafael Espindola
2014-08-15
1
-4
/
+0
*
Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.
Rafael Espindola
2014-06-25
1
-7
/
+4
*
Move expression visitation logic up to MCStreamer.
Rafael Espindola
2014-06-25
1
-26
/
+0
*
Simplify the visitation of target expressions. No functionality change.
Rafael Espindola
2014-06-25
1
-11
/
+15
*
Simplify AddValueSymbols. No functionality change.
Rafael Espindola
2014-06-25
1
-4
/
+3
*
Simplify the handling of .cfi_endproc.
Rafael Espindola
2014-06-25
1
-2
/
+5
*
Print a=b as an assignment.
Rafael Espindola
2014-06-24
1
-4
/
+0
*
Move EH/Debug frame handling to the object streamer.
Rafael Espindola
2014-05-12
1
-2
/
+22
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
1
-2
/
+3
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-4
/
+4
*
Revert debug info compression support.
David Blaikie
2014-04-10
1
-6
/
+1
*
DebugInfo: Emit relocation to debug_line section when emitting asm for asm
David Blaikie
2014-04-01
1
-6
/
+4
*
DebugInfo: Support for compressed debug info sections
David Blaikie
2014-03-27
1
-1
/
+6
*
Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...
Zoran Jovanovic
2014-03-20
1
-1
/
+2
*
MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
David Blaikie
2014-03-13
1
-1
/
+1
*
MCDwarf: Refactor line table handling into a single data structure
David Blaikie
2014-03-13
1
-2
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
DebugInfo: Don't include the name of the CU file in the line table file list ...
David Blaikie
2014-02-14
1
-1
/
+2
*
Revert "DebugInfo: Don't include the name of the CU file in the line table fi...
Eric Christopher
2014-02-14
1
-2
/
+1
*
DebugInfo: Don't include the name of the CU file in the line table file list ...
David Blaikie
2014-02-14
1
-1
/
+2
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-1
/
+2
*
Keep the MCSubtargetInfo in the MCRelxableFragment class.
David Woodhouse
2014-01-28
1
-1
/
+1
*
Modify MCObjectStreamer EmitInstTo* interface
David Woodhouse
2014-01-28
1
-4
/
+5
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-11
/
+6
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Emit DWARF line entries for all data in the instruction stream.
Peter Collingbourne
2013-10-20
1
-0
/
+1
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-6
/
+11
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-8
/
+6
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-1
/
+1
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-11
/
+5
*
Use MCFillFragment for zero-initialized data.
Serge Pavlov
2013-06-27
1
-0
/
+7
*
[MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
2013-06-19
1
-0
/
+13
*
Add support for DWARF line number table entries for values in the instruction
Cameron Zwarich
2013-05-25
1
-0
/
+2
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-15
/
+28
*
Suppress a GCC -Wunused-variable warning in -Asserts builds
Matt Beaumont-Gay
2013-02-15
1
-0
/
+2
*
If bundle alignment is enabled, do not add data to a fragment with instructions
Derek Schuff
2013-02-15
1
-1
/
+3
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-1
/
+1
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-15
/
+12
[prev]
[next]