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
/
MCStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC] Emit an error if cfi_startproc is used before a symbol is defined.
Quentin Colombet
2014-04-15
1
-0
/
+4
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-5
/
+5
*
DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...
David Blaikie
2014-04-01
1
-0
/
+10
*
Don't use EmitAbsValue with symbol references.
Rafael Espindola
2014-03-20
1
-2
/
+2
*
Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...
Zoran Jovanovic
2014-03-20
1
-1
/
+11
*
DebugInfo: Improve reuse of file table entries in asm debug info
David Blaikie
2014-03-17
1
-4
/
+4
*
Always print the implicit .text at the start of an asm file.
Rafael Espindola
2014-03-05
1
-1
/
+1
*
Always create a temporary symbol to use with the cfi frame.
Rafael Espindola
2014-02-07
1
-9
/
+3
*
Remove another hasRawTextSupport.
Rafael Espindola
2014-01-31
1
-0
/
+6
*
MC: Add support for .cfi_startproc simple
David Majnemer
2014-01-27
1
-1
/
+2
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-5
/
+8
*
Simplify the logic for deciding when to initialize the sections.
Rafael Espindola
2014-01-24
1
-3
/
+2
*
Most streamers' InitSections just create a text section. Make that the default
Rafael Espindola
2014-01-24
1
-0
/
+5
*
Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
2014-01-22
1
-1
/
+0
*
Add an emitRawComment function and use it to simplify some uses of EmitRawText.
Rafael Espindola
2014-01-16
1
-0
/
+2
*
Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".
Rafael Espindola
2014-01-14
1
-0
/
+5
*
[COFF] Add support for the .secidx directive
Timur Iskhodzhanov
2013-12-20
1
-0
/
+4
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+2
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-2
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+2
*
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...
David Blaikie
2013-10-24
1
-3
/
+2
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-53
/
+8
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-2
/
+8
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+8
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-2
/
+13
*
Set the encoding to '0' if we don't have an MAB.
Bill Wendling
2013-09-09
1
-2
/
+1
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-7
/
+7
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-0
/
+9
*
Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-08-27
1
-1
/
+3
*
Revert: Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-07-08
1
-3
/
+1
*
Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-07-06
1
-1
/
+3
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-25
/
+17
*
Use MCFillFragment for zero-initialized data.
Serge Pavlov
2013-06-27
1
-0
/
+6
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-3
/
+3
*
MCStreamer: Also clear vector of W64UnwindInfos on reset().
Charles Davis
2013-05-07
1
-0
/
+1
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-8
/
+6
*
Change NULL to 0.
Jakub Staszak
2013-03-18
1
-5
/
+5
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-2
/
+2
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-0
/
+5
*
This patch just fixes up various llvm formatting
Jack Carter
2013-02-12
1
-2
/
+2
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-4
/
+3
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-2
/
+2
*
small fixes to enable the reuse of the pass manager across multiple modules
Pedro Artigas
2013-01-04
1
-1
/
+0
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+7
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-0
/
+13
*
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
1
-1
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
1
-0
/
+8
*
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
1
-1
/
+1
*
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
1
-46
/
+29
[next]