2011-02-25 |
Cameron Zwarich | Roll out r126425 and r126450 to see if it fixes the... |
tree | commitdiff |
2011-02-24 |
Joerg Sonnenberger | Restore r125595 (reverted in r126336) with modifications: |
tree | commitdiff |
2011-02-24 |
Devang Patel | Enable DebugInfo support for COFF object files. |
tree | commitdiff |
2011-02-23 |
Stuart Hastings | Omit private_extern declarations of extern symbols... |
tree | commitdiff |
2011-02-21 |
Joerg Sonnenberger | Use a vector of pairs to implement the section stack... |
tree | commitdiff |
2011-02-16 |
Rafael Espindola | Gas is very inconsistent about when a relaxation/reloca... |
tree | commitdiff |
2011-02-16 |
Rafael Espindola | Add support for pushsection and popsection. Patch by... |
tree | commitdiff |
2011-02-14 |
Rafael Espindola | Move broken HasCommonSymbols to ELFWriter.cpp. |
tree | commitdiff |
2011-02-11 |
Jim Grosbach | Remove trailing whitespace. |
tree | commitdiff |
2011-02-11 |
Jim Grosbach | Remove trailing whitespace. |
tree | commitdiff |
2011-02-03 |
Bob Wilson | Remove trailing whitespace |
tree | commitdiff |
2011-01-23 |
Rafael Espindola | Add support for the --noexecstack option. |
tree | commitdiff |
2011-01-23 |
Rafael Espindola | Remove more duplicated code. |
tree | commitdiff |
2011-01-23 |
Rafael Espindola | Remove duplicated code. |
tree | commitdiff |
2011-01-14 |
Anton Korobeynikov | Add a possibility to switch between CFI directives... |
tree | commitdiff |
2011-01-13 |
Evan Cheng | Model :upper16: and :lower16: as ARM specific MCTargetE... |
tree | commitdiff |
2010-12-29 |
Daniel Dunbar | MC/Mach-O/Thumb: Set the thumb bit in the symbol table. |
tree | commitdiff |
2010-12-29 |
Rafael Espindola | Implement cfi_def_cfa. Also don't convert to dwarf... |
tree | commitdiff |
2010-12-28 |
Rafael Espindola | Implement .cfi_remember_state and .cfi_restore_state. |
tree | commitdiff |
2010-12-28 |
Rafael Espindola | Relax address updates in the eh_frame section. |
tree | commitdiff |
2010-12-28 |
Rafael Espindola | Start adding basic support for emitting the call frame... |
tree | commitdiff |
2010-12-27 |
Rafael Espindola | Add support for .cfi_lsda. |
tree | commitdiff |
2010-12-27 |
Rafael Espindola | Add support for the same encodings of the personality... |
tree | commitdiff |
2010-12-26 |
Rafael Espindola | Add basic support for .cfi_personality. |
tree | commitdiff |
2010-12-24 |
Rafael Espindola | Merge IsFixupFullyResolved and IsSymbolRefDifferenceFul... |
tree | commitdiff |
2010-12-22 |
Rafael Espindola | Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolF... |
tree | commitdiff |
2010-12-22 |
Rafael Espindola | Use references and simplify. |
tree | commitdiff |
2010-12-21 |
Rafael Espindola | Don't relax org or align. They change size as the relax... |
tree | commitdiff |
2010-12-21 |
Daniel Dunbar | MC/Mach-O: Shuffle enums a bit to make it harder to... |
tree | commitdiff |
2010-12-21 |
Rafael Espindola | Layout one section until no relaxations are done and... |
tree | commitdiff |
2010-12-18 |
Roman Divacky | Add support for lexing single quotes like 'c'. |
tree | commitdiff |
2010-12-18 |
Rafael Espindola | Merge isAbsolute into IsSymbolRefDifferenceFullyResolved. |
tree | commitdiff |
2010-12-18 |
Rafael Espindola | Remove the MCObjectFormat class. |
tree | commitdiff |
2010-12-18 |
Rafael Espindola | Revert 122011, 122012, 122013, 122023 adding back an... |
tree | commitdiff |
2010-12-18 |
Rafael Espindola | Move some data to the TargetWriter. |
tree | commitdiff |
2010-12-17 |
Rafael Espindola | Stub out explicit MCELFObjectTargetWriter interface. |
tree | commitdiff |
2010-12-17 |
Rafael Espindola | Move createELFObjectWriter to its own header. |
tree | commitdiff |
2010-12-17 |
Daniel Dunbar | MC/Mach-O: On second thought, use a custom hook for... |
tree | commitdiff |
2010-12-17 |
Daniel Dunbar | MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe... |
tree | commitdiff |
2010-12-17 |
Daniel Dunbar | MC/Assembler: Strip out object writer arguments, now... |
tree | commitdiff |
2010-12-17 |
Daniel Dunbar | MC/Assembler: Make the MCObjectWriter available through... |
tree | commitdiff |
2010-12-17 |
Daniel Dunbar | MC/Expr: Simplify. |
tree | commitdiff |
2010-12-17 |
Daniel Dunbar | MC: Remove another dead MCAssembler argument, and updat... |
tree | commitdiff |
2010-12-17 |
Daniel Dunbar | MC: Remove dead MCAssembler argument -- Rafael, can... |
tree | commitdiff |
2010-12-17 |
Daniel Dunbar | Fix 80-col viola. |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | MC/Mach-O: Lift some MachObjectWriter arguments into... |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | MC/Mach-O: Stub out explicit MCMachObjectTargetWriter... |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | MC/Mach-O: Move createMachObjectWriter into MCMachObjec... |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | MC: Move target specific fixup info descriptors to... |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | MC: Make TargetAsmBackend available to the AsmStreamer. |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | MC: Split MCFixupKindInfo out into its own header. |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | MC: Remove a FIXME I no longer agree with. |
tree | commitdiff |
2010-12-15 |
Owen Anderson | Implement cleanups suggested by Daniel. |
tree | commitdiff |
2010-12-15 |
Rafael Espindola | Relax alignment fragments. |
tree | commitdiff |
2010-12-14 |
Jim Grosbach | ARM Fixups relative to thumb functions need to have... |
tree | commitdiff |
2010-12-10 |
Rafael Espindola | Fixed version of 121434 with no new memory leaks. |
tree | commitdiff |
2010-12-10 |
Rafael Espindola | Revert my previous patch to make the valgrind bots... |
tree | commitdiff |
2010-12-09 |
Rafael Espindola | Initial support for the cfi directives. This is just... |
tree | commitdiff |
2010-12-09 |
Owen Anderson | Fix an issue in some Thumb fixups, where the effective... |
tree | commitdiff |
2010-12-07 |
Rafael Espindola | Layout each section independently. With the testcase... |
tree | commitdiff |
2010-12-07 |
Rafael Espindola | Sorry for such a large commit. The summary is that... |
tree | commitdiff |
2010-12-06 |
Rafael Espindola | Use references to simplify the code a bit. |
tree | commitdiff |
2010-12-06 |
Rafael Espindola | Remove the instruction fragment to data fragment loweri... |
tree | commitdiff |
2010-12-06 |
Rafael Espindola | Second try at making direct object emission produce... |
tree | commitdiff |
2010-12-06 |
Rafael Espindola | Revert previous two patches while I try to find out... |
tree | commitdiff |
2010-12-06 |
Rafael Espindola | Add an EmitAbsValue helper method and use it in cases... |
tree | commitdiff |
2010-12-06 |
Rafael Espindola | Remove the getAddress getter, initialize Ordinal in... |
tree | commitdiff |
2010-12-06 |
Rafael Espindola | Add a getSymbolOffset method and use it in the ELF... |
tree | commitdiff |
2010-12-04 |
Rafael Espindola | Remember the contents of leb and dwarfline fragments... |
tree | commitdiff |
2010-12-04 |
Rafael Espindola | There are two reasons why we might want to use |
tree | commitdiff |
2010-12-04 |
Rafael Espindola | Next step: Only pad debug_line when the target is darwi... |
tree | commitdiff |
2010-12-03 |
Rafael Espindola | Make EmitIntValue more efficient and more like what... |
tree | commitdiff |
2010-12-03 |
Rafael Espindola | Try to resolve symbol differences early, and if success... |
tree | commitdiff |
2010-12-03 |
Devang Patel | It may not be an option to skip .debug_line if there... |
tree | commitdiff |
2010-12-02 |
Devang Patel | Use set directive for StartMinusEndExpr. |
tree | commitdiff |
2010-12-02 |
Rafael Espindola | Move EmitValueToOffset to the ObjectStreamer. |
tree | commitdiff |
2010-12-02 |
Rafael Espindola | Add EmitInstToFragment to the generic object streamer. |
tree | commitdiff |
2010-12-02 |
Rafael Espindola | The sections that the ELF object writer has to create... |
tree | commitdiff |
2010-12-02 |
Chris Lattner | tidy up |
tree | commitdiff |
2010-12-02 |
Devang Patel | If tehre are not any line entry then do not try to... |
tree | commitdiff |
2010-12-01 |
Rafael Espindola | Remove unused argument. |
tree | commitdiff |
2010-12-01 |
Rafael Espindola | Rename temporary symbols if they conflict with artifici... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Make EmitIntValue non virtual. |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Move EmitValue to MCObjectStreamer. |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Fixed verson of r120245. |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Revert previous patch while I debug the darwin bootstra... |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Factor some duplicated code into MCObjectStreamer:... |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Make EmitSymbolValue non virtual. |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Avoid code duplication in the many unsupported EmitGPRe... |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Make EmitULEB128IntValue and EmitSLEB128IntValue non... |
tree | commitdiff |
2010-11-28 |
Rafael Espindola | Define generic 1, 2 and 4 byte pc relative relocations... |
tree | commitdiff |
2010-11-26 |
Michael J. Spencer | Fix Whitespace. |
tree | commitdiff |
2010-11-23 |
Rafael Espindola | Invalidate the layout on any relaxation, not just Instr... |
tree | commitdiff |
2010-11-23 |
Rafael Espindola | Reuse data fragments while lowering. Patch by David... |
tree | commitdiff |
2010-11-22 |
Rafael Espindola | Add basic CFI methods to the streamer interface. |
tree | commitdiff |
2010-11-22 |
Rafael Espindola | Remove some #includes. |
tree | commitdiff |
2010-11-19 |
Kevin Enderby | Added support for the Mach-O .symbol_resolver directive... |
tree | commitdiff |
2010-11-19 |
Rafael Espindola | Add a MCLineSectionOrder vector so that we produce... |
tree | commitdiff |
2010-11-19 |
Rafael Espindola | Change some methods in MCDwarf.cpp to be able to handle... |
tree | commitdiff |
next |