| Commit message (Expand) | Author | Age | Files | Lines |
* | Debug Info: store the files and directories for each compile unit. | Manman Ren | 2013-03-07 | 2 | -10/+21 |
* | MCParser: Update method names per coding guidelines. | Jim Grosbach | 2013-02-20 | 1 | -19/+19 |
* | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 3 | -0/+8 |
* | Grammar. | Eric Christopher | 2013-02-19 | 1 | -1/+1 |
* | [ms-inline-asm] Implement align directive (which is roughly equivalent to .al... | Chad Rosier | 2013-02-12 | 1 | -0/+1 |
* | This patch just fixes up various llvm formatting | Jack Carter | 2013-02-12 | 1 | -1/+1 |
* | Allow optionally generating pubnames section in DWARF info. Introduce | Krzysztof Parzyszek | 2013-02-12 | 1 | -0/+4 |
* | Fix unnecessary removal of const through cast machinery | David Blaikie | 2013-02-11 | 1 | -1/+1 |
* | Allow targets to add custom asm operand matching logic. | Jim Grosbach | 2013-02-06 | 1 | -0/+9 |
* | Dwarf: support for LTO where a single object file can have multiple line tables | Manman Ren | 2013-02-05 | 2 | -6/+44 |
* | [MC] Bundle alignment: Invalidate relaxed fragments | Derek Schuff | 2013-02-05 | 1 | -3/+4 |
* | Format comments & clean whitespace | Eli Bendersky | 2013-02-05 | 1 | -5/+4 |
* | This patch changes a static_cast to dyn_cast | Jack Carter | 2013-02-05 | 1 | -0/+1 |
* | Fix a think-o in the condition here. =[ I would commit the test that | Chandler Carruth | 2013-01-31 | 1 | -1/+1 |
* | Give the MCStreamer class hierarchy LLVM RTTI facilities for use with | Chandler Carruth | 2013-01-31 | 3 | -10/+41 |
* | Add AArch64 as an experimental target. | Tim Northover | 2013-01-31 | 2 | -0/+3 |
* | This patch reworks how llvm targets set | Jack Carter | 2013-01-30 | 2 | -1/+10 |
* | Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex... | Eli Bendersky | 2013-01-23 | 1 | -6/+1 |
* | Initial patch for x32 ABI support. | Eli Bendersky | 2013-01-22 | 1 | -1/+17 |
* | [MC/Mach-O] Add support for linker options in Mach-O files. | Daniel Dunbar | 2013-01-18 | 2 | -0/+14 |
* | [MC/Mach-O] Add AsmParser support for .linker_option directive. | Daniel Dunbar | 2013-01-18 | 1 | -0/+5 |
* | [MC] Expose ParseEscapedString to target AsmParser implementations. | Daniel Dunbar | 2013-01-18 | 1 | -0/+4 |
* | [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators. | Chad Rosier | 2013-01-17 | 1 | -1/+3 |
* | Clean up some unnecessary headers and forward declarations | Eli Bendersky | 2013-01-16 | 1 | -3/+0 |
* | Now that GenericAsmParser was folded into AsmParser, some methods and types can | Eli Bendersky | 2013-01-16 | 1 | -54/+0 |
* | We want the dwarf AT_producer for assembly source files to match clang's | Kevin Enderby | 2013-01-16 | 1 | -0/+7 |
* | Replace virtual hasFixups with explicit fragment type checks | Eli Bendersky | 2013-01-16 | 1 | -9/+2 |
* | Use the ExtensionDirectiveHandler type in other places where it makes sense. | Eli Bendersky | 2013-01-16 | 1 | -3/+4 |
* | Split address information for DWARF5 split dwarf proposal. This involves | Eric Christopher | 2013-01-15 | 1 | -0/+4 |
* | Optimize the memory usage of MC bundling, by creating a new type of fragment | Eli Bendersky | 2013-01-15 | 1 | -16/+89 |
* | Properly encapsulate additional methods and data from AsmParser. | Eli Bendersky | 2013-01-14 | 1 | -1/+43 |
* | Move CheckForValidSection to the MCAsmParser interface. | Eli Bendersky | 2013-01-14 | 1 | -0/+4 |
* | Expose an InitToTextSection through MCStreamer. | Eli Bendersky | 2013-01-14 | 2 | -0/+4 |
* | Move ParseMacroArgument to the MCAsmParser interfance. | Eli Bendersky | 2013-01-14 | 1 | -1/+12 |
* | Encapsulate the MacroEnabled flag in AsmParser behind accessor methods. | Eli Bendersky | 2013-01-14 | 1 | -0/+4 |
* | [ms-inline asm] Add support for calling functions from inline assembly. | Chad Rosier | 2013-01-10 | 2 | -1/+5 |
* | Fix include guards so they exactly match file names. | Jakub Staszak | 2013-01-10 | 12 | -26/+26 |
* | Last in the series of removing unnecessary '0' arguments for | Eric Christopher | 2013-01-09 | 1 | -2/+2 |
* | MIsched: add an ILP window property to machine model. | Andrew Trick | 2013-01-09 | 1 | -4/+15 |
* | These functions have default arguments of 0 for the last arg. Use | Eric Christopher | 2013-01-09 | 2 | -5/+5 |
* | Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize | Eli Bendersky | 2013-01-08 | 1 | -1/+0 |
* | Renamed MCInstFragment to MCRelaxableFragment and added some comments. | Eli Bendersky | 2013-01-08 | 2 | -11/+16 |
* | Add the align_to_end option to .bundle_lock in the MC implementation of aligned | Eli Bendersky | 2013-01-07 | 4 | -10/+32 |
* | Add section information for the DWARF5 split debug proposal | Eric Christopher | 2013-01-04 | 1 | -0/+4 |
* | Resort the #include lines in include/... and lib/... with the | Chandler Carruth | 2013-01-02 | 3 | -4/+3 |
* | llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ... | NAKAMURA Takumi | 2012-12-24 | 1 | -2/+0 |
* | Add a missing assertion, the null register has no register units. | Jakob Stoklund Olesen | 2012-12-21 | 1 | -0/+1 |
* | Aligned bundling support. Following the discussion here: | Eli Bendersky | 2012-12-20 | 5 | -4/+113 |
* | Fix inadvertant delete of 'has'. | Jim Grosbach | 2012-12-20 | 1 | -1/+1 |
* | Remove MCTargetAsmLexer and its derived classes now that edis, | Roman Divacky | 2012-12-20 | 2 | -99/+0 |