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
/
MCStreamer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-64
/
+111
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+1
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-1
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+1
*
[arm] Implement eabi_attribute, cpu, and fpu directives.
Logan Chien
2013-10-28
1
-0
/
+6
*
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...
David Blaikie
2013-10-24
1
-1
/
+2
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-0
/
+4
*
Flip the ownership of MCStreamer and MCTargetStreamer.
Benjamin Kramer
2013-10-09
1
-3
/
+3
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-28
/
+63
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-20
/
+5
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+1
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-0
/
+19
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-2
/
+2
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-0
/
+2
*
Run clang-format on these header files. Part of a WIP.
Bill Wendling
2013-09-07
1
-646
/
+633
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
1
-1
/
+1
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-17
/
+11
*
Use MCFillFragment for zero-initialized data.
Serge Pavlov
2013-06-27
1
-5
/
+3
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-19
/
+29
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-1
/
+1
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-0
/
+4
*
This patch just fixes up various llvm formatting
Jack Carter
2013-02-12
1
-1
/
+1
*
This patch changes a static_cast to dyn_cast
Jack Carter
2013-02-05
1
-0
/
+1
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-1
/
+19
*
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
1
-0
/
+5
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-0
/
+3
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-2
/
+2
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-3
/
+3
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-1
/
+4
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-1
/
+11
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+2
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-0
/
+4
*
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
1
-0
/
+13
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
1
-0
/
+1
*
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
1
-0
/
+1
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
1
-0
/
+1
*
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
1
-0
/
+5
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-6
/
+6
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
1
-2
/
+2
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-3
/
+0
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
1
-1
/
+1
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-51
/
+4
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-2
/
+0
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+7
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-1
/
+2
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-0
/
+1
*
Remove the logging streamer.
Rafael Espindola
2012-01-10
1
-6
/
+0
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
1
-1
/
+3
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
1
-1
/
+3
[next]