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
/
lib
/
MC
/
MCStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-24
1
-24
/
+21
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
1
-0
/
+9
*
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
1
-0
/
+4
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
1
-2
/
+3
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-86
/
+3
*
Bump SmallString to the minimum required amount for raw_ostream to avoid allo...
Benjamin Kramer
2012-02-23
1
-2
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-1
/
+1
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+4
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-0
/
+6
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
1
-2
/
+9
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
1
-4
/
+10
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-0
/
+7
*
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+9
*
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
1
-2
/
+2
*
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+9
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+4
*
Twinify.
Benjamin Kramer
2011-11-05
1
-16
/
+13
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
1
-2
/
+3
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+2
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
1
-1
/
+86
*
Initialize member variable.
Benjamin Kramer
2011-08-25
1
-1
/
+2
*
Some autoconf tests use module level inline asm to test compiler's handling of
Evan Cheng
2011-08-24
1
-2
/
+2
*
Assume .cfi_startproc is the first thing in a function. If the function is
Rafael Espindola
2011-08-02
1
-7
/
+14
[next]