2014-07-05 |
David Majnemer | MC: make MCSymbolData::dump work on const objects |
blob | commitdiff | raw |
2014-04-29 |
Rafael Espindola | Centralize the handling of the thumb bit. |
blob | commitdiff | raw | diff to current |
2014-04-25 |
David Blaikie | MCAssembler: Simplify implementation of const variants... |
blob | commitdiff | raw | diff to current |
2014-04-24 |
David Blaikie | Spread some const around for non-mutating uses of MCSym... |
blob | commitdiff | raw | diff to current |
2014-04-18 |
David Blaikie | Add range access to MCAssembler's symbol collection. |
blob | commitdiff | raw | diff to current |
2014-04-13 |
Craig Topper | [C++11] More 'nullptr' conversion or in some cases... |
blob | commitdiff | raw | diff to current |
2014-04-10 |
David Blaikie | Revert debug info compression support. |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Tim Northover | MachO: Add linker-optimisation hint framework to MC. |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Rafael Espindola | Completely rewrite ELFObjectWriter::RecordRelocation. |
blob | commitdiff | raw | diff to current |
2014-03-27 |
David Blaikie | DebugInfo: Support for compressed debug info sections |
blob | commitdiff | raw | diff to current |
2014-03-18 |
Jim Grosbach | Darwin: Add assembler directives to create version... |
blob | commitdiff | raw | diff to current |
2014-03-11 |
Rafael Espindola | Simplify a really complicated check for Arch == X86_64. |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Craig Topper | [C++11] Remove 'virtual' keyword from methods marked... |
blob | commitdiff | raw | diff to current |
2014-03-07 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-01-30 |
Timur Iskhodzhanov | Fix PR18381 - print a minimal diagnostic rather than... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
David Woodhouse | Keep the MCSubtargetInfo in the MCRelxableFragment... |
blob | commitdiff | raw | diff to current |
2013-10-29 |
Joerg Sonnenberger | Move the STT_FILE symbols out of the normal symbol... |
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-09 |
Rafael Espindola | Remove unused method and default values. |
blob | commitdiff | raw | diff to current |
2013-01-30 |
Jack Carter | This patch reworks how llvm targets set |
blob | commitdiff | raw | diff to current |
2013-01-18 |
Daniel Dunbar | [MC/Mach-O] Add support for linker options in Mach... |
blob | commitdiff | raw | diff to current |
2013-01-16 |
Eli Bendersky | Replace virtual hasFixups with explicit fragment type... |
blob | commitdiff | raw | diff to current |
2013-01-15 |
Eli Bendersky | Optimize the memory usage of MC bundling, by creating... |
blob | commitdiff | raw | diff to current |
2013-01-08 |
Eli Bendersky | Simplify the code a bit: MCRelaxableFragment doesn... |
blob | commitdiff | raw | diff to current |
2013-01-08 |
Eli Bendersky | Renamed MCInstFragment to MCRelaxableFragment and added... |
blob | commitdiff | raw | diff to current |
2013-01-07 |
Eli Bendersky | Add the align_to_end option to .bundle_lock in the... |
blob | commitdiff | raw | diff to current |
2012-12-20 |
Eli Bendersky | Aligned bundling support. Following the discussion... |
blob | commitdiff | raw | diff to current |
2012-12-12 |
Pedro Artigas | Make the MCStreamer have a reset method and call that... |
blob | commitdiff | raw | diff to current |
2012-12-10 |
Eli Bendersky | Cleanup formatting, comments and naming. |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Eli Bendersky | Make the contents of encoded sections SmallVector<char... |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Eli Bendersky | Refactor MCInstFragment and MCDataFragment to adhere... |
blob | commitdiff | raw | diff to current |
2012-12-05 |
Eli Bendersky | Change std::vector to SmallVector<4> and remove some... |
blob | commitdiff | raw | diff to current |
2012-12-05 |
Eli Bendersky | Remove unused methods |
blob | commitdiff | raw | diff to current |
2012-12-05 |
Eli Bendersky | Remove the non-const getInst accessor. It wasn't being... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Sort the #include lines for the include/... tree with... |
blob | commitdiff | raw | diff to current |
2012-10-11 |
Sean Silva | Remove unnecessary classof()'s |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Craig Topper | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT... |
blob | commitdiff | raw | diff to current |
2012-09-14 |
Dmitri Gribenko | Fix Doxygen issues: |
blob | commitdiff | raw | diff to current |
2012-08-29 |
Craig Topper | Make use of the LLVM_DELETED_FUNCTION macro. |
blob | commitdiff | raw | diff to current |
2012-08-23 |
Lang Hames | Make the setInst method take its MCInst parameter by... |
blob | commitdiff | raw | diff to current |
2012-08-22 |
Jim Grosbach | MCInstFragment constructor should take by-reference... |
blob | commitdiff | raw | diff to current |
2012-07-05 |
Owen Anderson | Fix an overzealous assertion. It is legitimate for... |
blob | commitdiff | raw | diff to current |
2012-05-18 |
Jim Grosbach | Refactor data-in-code annotations. |
blob | commitdiff | raw | diff to current |
2012-03-26 |
Craig Topper | Prune some includes and forward declarations. |
blob | commitdiff | raw | diff to current |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
blob | commitdiff | raw | diff to current |
2011-12-06 |
Jim Grosbach | Move target-specific logic out of generic MCAssembler. |
blob | commitdiff | raw | diff to current |
2011-12-06 |
Jim Grosbach | Tidy up. 80 columns. |
blob | commitdiff | raw | diff to current |
2011-12-06 |
Jim Grosbach | Switch MCAssembler to method names starting w/ lower... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Evan Cheng | Rename TargetAsmBackend to MCAsmBackend; rename createA... |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
blob | commitdiff | raw | diff to current |
2011-01-23 |
Rafael Espindola | Add support for the --noexecstack option. |
blob | commitdiff | raw | diff to current |
2010-12-28 |
Rafael Espindola | Relax address updates in the eh_frame section. |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Rafael Espindola | Don't relax org or align. They change size as the relax... |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Rafael Espindola | Layout one section until no relaxations are done and... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Daniel Dunbar | MC/Assembler: Strip out object writer arguments, now... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Daniel Dunbar | MC/Assembler: Make the MCObjectWriter available through... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Rafael Espindola | Relax alignment fragments. |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Jim Grosbach | ARM Fixups relative to thumb functions need to have... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Rafael Espindola | Layout each section independently. With the testcase... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Rafael Espindola | Sorry for such a large commit. The summary is that... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Rafael Espindola | Remove the instruction fragment to data fragment loweri... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Rafael Espindola | Remove the getAddress getter, initialize Ordinal in... |
blob | commitdiff | raw | diff to current |
2010-12-04 |
Rafael Espindola | Remember the contents of leb and dwarfline fragments... |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Rafael Espindola | The sections that the ELF object writer has to create... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Rafael Espindola | Remove unused argument. |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Rafael Espindola | Relax dwarf line fragments. This fixes a crash in the... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Rafael Espindola | Do relaxations with FT_Org fragments. Fixes the FIXME: |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Rafael Espindola | Add support for expressions in .sleb/.uleb directives. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Kevin Enderby | Did my commit for the last patch for the .loc directory... |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Rafael Espindola | Make it possible for the MCObjectWriter to decide if... |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Rafael Espindola | Remove unused argument. |
blob | commitdiff | raw | diff to current |
2010-09-22 |
Rafael Espindola | Avoid some Mach-O specific alignment being done on... |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Anton Korobeynikov | Add some win64 coff goodness. |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Matt Fleming | Layout helper function. |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Matt Fleming | Record a symbol's size which is needed for ELF symbol... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Daniel Dunbar | MC: Put back the MCFragment vtable, so subclasses are... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Reid Kleckner | Initial modifications to MCAssembler and TargetMachine... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Chris Lattner | use a typedef instead of its expansion, patch by Michae... |
blob | commitdiff | raw | diff to current |
2010-06-16 |
Daniel Dunbar | MC: Simplify MCAssembler::isSymbolLinkerVisible to... |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Daniel Dunbar | MC: Eliminate MCAsmFixup, replace with MCFixup. |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Daniel Dunbar | MC: Use accessors for access to MCAsmFixup. |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Daniel Dunbar | MC: Eliminate MCFragment vtable, which was unnecessary. |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Daniel Dunbar | MC: Switch MCFragment to storing the layout order index... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Daniel Dunbar | MC: Move Layout{Fragment,Section} into MCAsmLayout... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Daniel Dunbar | MC: Factor out MCAssembler::ComputeFragmentSize. |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Daniel Dunbar | MC: Add section layout order indices to MCSectionData. |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Daniel Dunbar | MC: Eliminate MCSectionData::{,Address,File}Size, which... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Daniel Dunbar | MC: Add MCAlignFragment::OnlyAlignAddress bit. This... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Daniel Dunbar | MC: Add MCSectionData::AddressSize, which is the size... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Daniel Dunbar | MC: Move MCAlignFragment::EmitNops value out of the... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Daniel Dunbar | MC: Eliminate MCZeroFillFragment, it is no longer needed. |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Daniel Dunbar | MC: Switch MCFillFragment to storing total fill size... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Daniel Dunbar | MC: Drop support for alignment in ZeroFill fragment... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Daniel Dunbar | MC: Factor out MCAssembler::LayoutFragment |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Daniel Dunbar | MC: Simplify LayoutSection to just take the index of... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Nathan Jeffords | Added a trivial function to modify the flags field... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Daniel Dunbar | MC/Mach-O x86_64: Switch to using fragment atom symbol. |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Daniel Dunbar | MC/Mach-O: Explicitly track atoms, as represented by... |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Daniel Dunbar | llvm-mc: Add a -mc-relax-all option, which relaxes... |
blob | commitdiff | raw | diff to current |
next |