2013-12-10 |
Andrew Trick | Fix a crash that occurs when PWD is invalid. |
blob | commitdiff | raw |
2013-09-26 |
Venkatraman Govind... | Implements parsing and emitting of .cfi_window_save... |
blob | commitdiff | raw | diff to current |
2013-09-09 |
Bill Wendling | Call generateCompactUnwindEncodings() right before... |
blob | commitdiff | raw | diff to current |
2013-09-05 |
Bill Wendling | Fix comments to reflect reality. |
blob | commitdiff | raw | diff to current |
2013-09-04 |
Bill Wendling | Use ArrayRef instead of explicit container. |
blob | commitdiff | raw | diff to current |
2013-07-02 |
Rafael Espindola | Remove address spaces from MC. |
blob | commitdiff | raw | diff to current |
2013-06-18 |
Bill Wendling | Use pointers to the MCAsmInfo and MCRegInfo. |
blob | commitdiff | raw | diff to current |
2013-06-12 |
Ulrich Weigand | [MC/DWARF] Support .debug_frame / .debug_line code... |
blob | commitdiff | raw | diff to current |
2013-05-30 |
Bill Wendling | Use the const_cast only where necessary. |
blob | commitdiff | raw | diff to current |
2013-05-13 |
Rafael Espindola | Remove the MachineMove class. |
blob | commitdiff | raw | diff to current |
2013-05-07 |
Bob Wilson | Remove redundant check and use cached FrameArray values. |
blob | commitdiff | raw | diff to current |
2013-04-24 |
Bill Wendling | Align the __LD,__compact_unwind section. |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Bill Wendling | Relax this assert. It may not hold in all cases. |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Bill Wendling | Assert if we're trying to generate a null compact unwin... |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Peter Collingbourne | Add support for subsections to the ELF assembler. Fixes... |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Bill Wendling | No need to have this return a bool. |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Bill Wendling | Track the compact unwind encoding for when we are unabl... |
blob | commitdiff | raw | diff to current |
2013-03-12 |
Manman Ren | Debug Info: use SmallVector instead of std::vector... |
blob | commitdiff | raw | diff to current |
2013-03-07 |
Manman Ren | Debug Info: store the files and directories for each... |
blob | commitdiff | raw | diff to current |
2013-02-07 |
Eric Christopher | Formatting. |
blob | commitdiff | raw | diff to current |
2013-02-05 |
Manman Ren | Dwarf: support for LTO where a single object file can... |
blob | commitdiff | raw | diff to current |
2013-01-22 |
Eli Bendersky | Initial patch for x32 ABI support. |
blob | commitdiff | raw | diff to current |
2013-01-16 |
Kevin Enderby | We want the dwarf AT_producer for assembly source files... |
blob | commitdiff | raw | diff to current |
2013-01-09 |
Eric Christopher | These functions have default arguments of 0 for the... |
blob | commitdiff | raw | diff to current |
2012-12-17 |
Chandler Carruth | Prepare LLVM to fix PR14625, exposing a hook in MCConte... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-11-25 |
Rafael Espindola | Add support for .cfi_register now that it is easy to... |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Rafael Espindola | Change the representation of MCCFIInstruction. |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Rafael Espindola | Give each MCCFIInstruction its own opcode. |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Rafael Espindola | Refactor how MCCFIInstructions are created. |
blob | commitdiff | raw | diff to current |
2012-11-23 |
Rafael Espindola | Implement .cfi_undefined. Based on a patch from PaX... |
blob | commitdiff | raw | diff to current |
2012-11-14 |
Alexey Samsonov | Emit relocations from .debug_aranges to .debug_info... |
blob | commitdiff | raw | diff to current |
2012-09-12 |
Manman Ren | Release build: guard dump functions with |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Manman Ren | Release build: guard dump functions with "ifndef NDEBUG" |
blob | commitdiff | raw | diff to current |
2012-08-12 |
Nick Lewycky | When emitting the PC range in an FDE, use the same... |
blob | commitdiff | raw | diff to current |
2012-08-08 |
Jim Grosbach | Move [SU]LEB128 encoding to a utility header. |
blob | commitdiff | raw | diff to current |
2012-07-23 |
Sylvestre Ledru | Fix a typo (the the => the) |
blob | commitdiff | raw | diff to current |
2012-06-22 |
Rafael Espindola | Fix a FIXME: DwarfRequiresRelocationForSectionOffset... |
blob | commitdiff | raw | diff to current |
2012-05-11 |
Jim Grosbach | Tidy up. Trailing whitespace. |
blob | commitdiff | raw | diff to current |
2012-04-11 |
Benjamin Kramer | Compute hashes directly with hash_combine instead of... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Rafael Espindola | On ELF, create relocations to the abbreviation and... |
blob | commitdiff | raw | diff to current |
2012-02-25 |
Eric Christopher | Grammar-o. |
blob | commitdiff | raw | diff to current |
2012-02-07 |
Craig Topper | Convert assert(0) to llvm_unreachable |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Rafael Espindola | Add support for .cfi_signal_frame. Fixes pr11762. |
blob | commitdiff | raw | diff to current |
2012-01-20 |
Benjamin Kramer | Add missing breaks to switch. |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Kevin Enderby | This is the matching change for the data structure... |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Kevin Enderby | Various crash reporting tools have a problem with the... |
blob | commitdiff | raw | diff to current |
2011-12-29 |
Rafael Espindola | Implement cfi_restore. Patch by Brian Anderson! |
blob | commitdiff | raw | diff to current |
2011-12-29 |
Rafael Espindola | Rename Remember and Restore to RememberState and Restor... |
blob | commitdiff | raw | diff to current |
2011-12-29 |
Rafael Espindola | Implement .cfi_escape. Patch by Brian Anderson! |
blob | commitdiff | raw | diff to current |
2011-12-15 |
Bill Wendling | Re-re-enable compact unwind after fixing a failure... |
blob | commitdiff | raw | diff to current |
2011-12-14 |
Bill Wendling | Disable to review some failures. |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Kevin Enderby | The second part of support for generating dwarf for... |
blob | commitdiff | raw | diff to current |
2011-12-06 |
Bill Wendling | Re-enable compact unwind. It seems to work now. <rdar... |
blob | commitdiff | raw | diff to current |
2011-11-14 |
Bob Wilson | Disable generation of compact unwind encodings. <rdar... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Bob Wilson | Remove FIXME comment that should have been removed... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Bill Wendling | Reenable compact unwinding now that <rdar://problem... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Bill Wendling | Disable compact unwind generation until I can solve... |
blob | commitdiff | raw | diff to current |
2011-11-09 |
Benjamin Kramer | Simplify code. No functionality change. |
blob | commitdiff | raw | diff to current |
2011-11-08 |
Bill Wendling | Emit the compact unwind *if* we have a compact unwind... |
blob | commitdiff | raw | diff to current |
2011-11-07 |
Benjamin Kramer | Simplify some uses of utohexstr. |
blob | commitdiff | raw | diff to current |
2011-09-06 |
Bill Wendling | As a first step, emit both the compact unwind and CIE... |
blob | commitdiff | raw | diff to current |
2011-08-24 |
Evan Cheng | Some autoconf tests use module level inline asm to... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Bill Wendling | Emit the __compact_unwind section first. If there are... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Goodbye TargetAsmInfo. This eliminate last bit of CodeG... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Add MCObjectFileInfo and sink the MCSections initializa... |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Bill Wendling | Micro-opt: Only emit compact unwind if there is a compa... |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Bill Wendling | Use the CompactUnwindEncoding from the Frame, if it... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Evan Cheng | Move getInitialFrameState from TargetFrameInfo to MCAsm... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Evan Cheng | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Evan Cheng | Move some parts of TargetAsmInfo down to MCAsmInfo... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Bill Wendling | Remove setting the bit for personality function. It... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Bill Wendling | Encode that we have a personality function. |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Bill Wendling | * If we have an LSDA, we need to mark it in the encoding. |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Evan Cheng | Unfortunately several files in MC are badly violating... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Bill Wendling | Don't emit the FDE end label if the last thing emitted... |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Bill Wendling | Add a target hook to encode the compact unwind information. |
blob | commitdiff | raw | diff to current |
2011-07-06 |
Bill Wendling | Clean up the #includes. |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Bill Wendling | Remove tabs. |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Bill Wendling | Improve comment: Show the register the DWARF label... |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Bill Wendling | Add one more comment to the FDE verbose asm output. |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Bill Wendling | Add comments to the FDE. |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Bill Wendling | Add more comments to the ASM output for the CIE's ... |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Bill Wendling | Add comments to the ASM output to help understand the... |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Bill Wendling | * Use the proper size to output the range size. |
blob | commitdiff | raw | diff to current |
2011-06-29 |
Bill Wendling | Stupid error: If the LSDA and Personality functions... |
blob | commitdiff | raw | diff to current |
2011-06-29 |
Bill Wendling | We don't want to use relocations inside the compact... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Bill Wendling | Use a reference. Don't make a useless copy of the vector. |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Bill Wendling | Formatting changes. No functionality change. |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Bill Wendling | Use the presence of the __compact_unwind section to... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Bill Wendling | Some skeleton code to emit the compact unwind. If the... |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Benjamin Kramer | Directly print to a raw_ostream instead of printing... |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Jim Grosbach | No reason not to allow defining the CFA as a reg w... |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Rafael Espindola | Avoid a gcc warning. |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Rafael Espindola | On MachO, unlike ELF, there should be no relocation... |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Rafael Espindola | The EH symbols are only needed in eh_frame, not debug_f... |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Rafael Espindola | In a debug_frame the cfi offset is to the start of... |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Rafael Espindola | Add support for producing .deubg_frame sections. |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Rafael Espindola | Small cleanups. |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Rafael Espindola | Remove unused argument. |
blob | commitdiff | raw | diff to current |
next |