| Commit message (Expand) | Author | Age | Files | Lines |
* | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Craig Topper | 2012-09-15 | 1 | -4/+4 |
* | Fix Doxygen issues: | Dmitri Gribenko | 2012-09-14 | 1 | -6/+6 |
* | Make use of the LLVM_DELETED_FUNCTION macro. | Craig Topper | 2012-08-29 | 1 | -2/+2 |
* | Make the setInst method take its MCInst parameter by reference, a la Jim's | Lang Hames | 2012-08-23 | 1 | -1/+1 |
* | MCInstFragment constructor should take by-reference MCInst. | Jim Grosbach | 2012-08-22 | 1 | -1/+1 |
* | Fix an overzealous assertion. It is legitimate for a target to have multiple... | Owen Anderson | 2012-07-05 | 1 | -1/+1 |
* | Refactor data-in-code annotations. | Jim Grosbach | 2012-05-18 | 1 | -0/+42 |
* | Prune some includes and forward declarations. | Craig Topper | 2012-03-26 | 1 | -1/+0 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+15 |
* | Move target-specific logic out of generic MCAssembler. | Jim Grosbach | 2011-12-06 | 1 | -1/+1 |
* | Tidy up. 80 columns. | Jim Grosbach | 2011-12-06 | 1 | -1/+2 |
* | Switch MCAssembler to method names starting w/ lower-case. | Jim Grosbach | 2011-12-06 | 1 | -15/+15 |
* | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng | 2011-07-25 | 1 | -6/+6 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
* | Add support for the --noexecstack option. | Rafael Espindola | 2011-01-23 | 1 | -0/+4 |
* | Relax address updates in the eh_frame section. | Rafael Espindola | 2010-12-28 | 1 | -1/+32 |
* | Don't relax org or align. They change size as the relaxation happens, but they | Rafael Espindola | 2010-12-21 | 1 | -20/+3 |
* | Layout one section until no relaxations are done and then move to the next | Rafael Espindola | 2010-12-21 | 1 | -0/+2 |
* | MC/Assembler: Strip out object writer arguments, now that it is always available | Daniel Dunbar | 2010-12-17 | 1 | -21/+12 |
* | MC/Assembler: Make the MCObjectWriter available through the lifetime of the | Daniel Dunbar | 2010-12-17 | 1 | -3/+8 |
* | Relax alignment fragments. | Rafael Espindola | 2010-12-15 | 1 | -10/+15 |
* | ARM Fixups relative to thumb functions need to have the low bit of the value | Jim Grosbach | 2010-12-14 | 1 | -0/+18 |
* | Layout each section independently. With the testcase in PR8711: | Rafael Espindola | 2010-12-07 | 1 | -2/+1 |
* | Sorry for such a large commit. The summary is that only MachO cares about the | Rafael Espindola | 2010-12-07 | 1 | -19/+2 |
* | Remove the instruction fragment to data fragment lowering since it was causing | Rafael Espindola | 2010-12-06 | 1 | -0/+3 |
* | Remove the getAddress getter, initialize Ordinal in the constructor and use | Rafael Espindola | 2010-12-06 | 1 | -2/+0 |
* | Remember the contents of leb and dwarfline fragments when relaxing. This avoids | Rafael Espindola | 2010-12-04 | 1 | -13/+8 |
* | The sections that the ELF object writer has to create are very simple and | Rafael Espindola | 2010-12-02 | 1 | -3/+2 |
* | Remove unused argument. | Rafael Espindola | 2010-12-01 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Relax dwarf line fragments. This fixes a crash in the included testcase. | Rafael Espindola | 2010-11-07 | 1 | -1/+11 |
* | Do relaxations with FT_Org fragments. Fixes the FIXME: | Rafael Espindola | 2010-11-02 | 1 | -1/+10 |
* | Add support for expressions in .sleb/.uleb directives. | Rafael Espindola | 2010-11-02 | 1 | -1/+42 |
* | Did my commit for the last patch for the .loc directory from the wrong place and | Kevin Enderby | 2010-09-30 | 1 | -1/+32 |
* | Make it possible for the MCObjectWriter to decide if a given fixup is fully | Rafael Espindola | 2010-09-30 | 1 | -5/+8 |
* | Remove unused argument. | Rafael Espindola | 2010-09-27 | 1 | -2/+1 |
* | Avoid some Mach-O specific alignment being done on ELF. | Rafael Espindola | 2010-09-22 | 1 | -1/+3 |
* | Add some win64 coff goodness. | Anton Korobeynikov | 2010-08-17 | 1 | -1/+1 |
* | Layout helper function. | Matt Fleming | 2010-08-16 | 1 | -0/+2 |
* | Record a symbol's size which is needed for ELF symbol tables. | Matt Fleming | 2010-08-16 | 1 | -0/+14 |
* | MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh). | Daniel Dunbar | 2010-07-28 | 1 | -0/+1 |
* | Initial modifications to MCAssembler and TargetMachine for the MCJIT. | Reid Kleckner | 2010-07-22 | 1 | -1/+3 |
* | use a typedef instead of its expansion, patch by Michael Spencer | Chris Lattner | 2010-07-13 | 1 | -1/+1 |
* | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar | 2010-06-16 | 1 | -1/+1 |
* | MC: Eliminate MCAsmFixup, replace with MCFixup. | Daniel Dunbar | 2010-05-26 | 1 | -40/+13 |
* | MC: Use accessors for access to MCAsmFixup. | Daniel Dunbar | 2010-05-26 | 1 | -2/+8 |
* | MC: Eliminate MCFragment vtable, which was unnecessary. | Daniel Dunbar | 2010-05-26 | 1 | -12/+1 |
* | MC: Switch MCFragment to storing the layout order index, not its index in the... | Daniel Dunbar | 2010-05-14 | 1 | -5/+5 |
* | MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile(). | Daniel Dunbar | 2010-05-13 | 1 | -10/+0 |
* | MC: Factor out MCAssembler::ComputeFragmentSize. | Daniel Dunbar | 2010-05-13 | 1 | -0/+6 |