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
/
MCDwarf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
When emitting the PC range in an FDE, use the same data encoding for both ends
Nick Lewycky
2012-08-12
1
-9
/
+6
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
1
-3
/
+4
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
1
-2
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
1
-6
/
+6
*
Compute hashes directly with hash_combine instead of taking a detour through ...
Benjamin Kramer
2012-04-11
1
-7
/
+5
*
On ELF, create relocations to the abbreviation and line sections when producing
Rafael Espindola
2012-02-28
1
-6
/
+27
*
Grammar-o.
Eric Christopher
2012-02-25
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+1
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-7
/
+15
*
Add missing breaks to switch.
Benjamin Kramer
2012-01-20
1
-13
/
+25
*
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
1
-18
/
+18
*
Various crash reporting tools have a problem with the dwarf generated for
Kevin Enderby
2012-01-10
1
-17
/
+5
*
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
/
+4
*
Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...
Bill Wendling
2011-12-15
1
-2
/
+1
*
Disable to review some failures.
Bill Wendling
2011-12-14
1
-1
/
+2
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
1
-0
/
+339
*
Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>
Bill Wendling
2011-12-06
1
-4
/
+1
*
Disable generation of compact unwind encodings. <rdar://problem/10441578>
Bob Wilson
2011-11-14
1
-1
/
+2
*
Remove FIXME comment that should have been removed with r144351.
Bob Wilson
2011-11-11
1
-1
/
+0
*
Reenable compact unwinding now that <rdar://problem/10430076> is fixed.
Bill Wendling
2011-11-11
1
-1
/
+1
*
Disable compact unwind generation until I can solve the codegen problems.
Bill Wendling
2011-11-11
1
-1
/
+2
*
Simplify code. No functionality change.
Benjamin Kramer
2011-11-09
1
-8
/
+2
*
Emit the compact unwind *if* we have a compact unwind encoding.
Bill Wendling
2011-11-08
1
-1
/
+1
*
Simplify some uses of utohexstr.
Benjamin Kramer
2011-11-07
1
-3
/
+2
*
As a first step, emit both the compact unwind and CIE/FDEs for a function.
Bill Wendling
2011-09-06
1
-13
/
+7
*
Some autoconf tests use module level inline asm to test compiler's handling of
Evan Cheng
2011-08-24
1
-1
/
+1
*
Emit the __compact_unwind section first. If there are any frames which weren't
Bill Wendling
2011-07-22
1
-14
/
+27
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
1
-7
/
+3
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-12
/
+19
*
Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ...
Bill Wendling
2011-07-19
1
-1
/
+1
*
Use the CompactUnwindEncoding from the Frame, if it's defined.
Bill Wendling
2011-07-19
1
-7
/
+2
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-1
/
+2
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-5
/
+6
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-26
/
+26
*
Remove setting the bit for personality function. It should be set by the linker.
Bill Wendling
2011-07-15
1
-3
/
+0
*
Encode that we have a personality function.
Bill Wendling
2011-07-15
1
-0
/
+3
*
* If we have an LSDA, we need to mark it in the encoding.
Bill Wendling
2011-07-14
1
-1
/
+5
*
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
1
-2
/
+6
*
Don't emit the FDE end label if the last thing emitted was a compact unwind and
Bill Wendling
2011-07-13
1
-1
/
+3
*
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-07
1
-6
/
+8
*
Clean up the #includes.
Bill Wendling
2011-07-06
1
-5
/
+4
*
Remove tabs.
Bill Wendling
2011-06-30
1
-6
/
+6
*
Improve comment: Show the register the DWARF label is added to.
Bill Wendling
2011-06-30
1
-1
/
+2
*
Add one more comment to the FDE verbose asm output.
Bill Wendling
2011-06-30
1
-0
/
+1
*
Add comments to the FDE.
Bill Wendling
2011-06-30
1
-5
/
+13
*
Add more comments to the ASM output for the CIE's "moves".
Bill Wendling
2011-06-30
1
-1
/
+20
[next]