| Commit message (Expand) | Author | Age | Files | Lines |
* | Add simple support for keeping MCFixup source information. | Jim Grosbach | 2012-01-26 | 1 | -0/+19 |
* | Add SourceMgr to MCContext for backend diagnostics. | Jim Grosbach | 2012-01-26 | 1 | -2/+2 |
* | Fixed a bug in the code to create a dwarf file and directory table entires when | Kevin Enderby | 2011-11-01 | 1 | -2/+4 |
* | First part of support for generating dwarf for assembly source files with the | Kevin Enderby | 2011-11-01 | 1 | -0/+2 |
* | Add support for a new extension to the .file directive: | Nick Lewycky | 2011-10-17 | 1 | -15/+18 |
* | Hoist vector.size() computation out of the loop. No functionality change. | Nick Lewycky | 2011-10-12 | 1 | -1/+2 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 1 | -5/+2 |
* | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 1 | -2/+3 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -2/+4 |
* | Make the StringMaps attached to MCContext use the MCContext's allocator; | Eli Friedman | 2011-04-18 | 1 | -1/+3 |
* | Don't store Twine temporaries, it's not safe. | Benjamin Kramer | 2011-04-09 | 1 | -8/+6 |
* | MC: Add support for disabling "temporary label" behavior. Useful for debugging | Daniel Dunbar | 2011-03-28 | 1 | -3/+6 |
* | Remove duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -1/+2 |
* | Fixed version of 121434 with no new memory leaks. | Rafael Espindola | 2010-12-10 | 1 | -2/+6 |
* | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola | 2010-12-10 | 1 | -3/+2 |
* | Initial support for the cfi directives. This is just enough to get | Rafael Espindola | 2010-12-09 | 1 | -2/+3 |
* | Rename temporary symbols if they conflict with artificial symbols created | Rafael Espindola | 2010-12-01 | 1 | -10/+35 |
* | Fix Whitespace. | Michael J. Spencer | 2010-11-26 | 1 | -14/+14 |
* | Add .loc methods to the streamer. | Rafael Espindola | 2010-11-16 | 1 | -1/+1 |
* | Parse and remember discriminators in .loc line. I try to output them with | Rafael Espindola | 2010-11-13 | 1 | -1/+1 |
* | Initial comdat implementation. | Rafael Espindola | 2010-11-11 | 1 | -2/+20 |
* | Use MCSectionELF in places we know we have an ELF section. | Rafael Espindola | 2010-11-10 | 1 | -2/+1 |
* | Fixed version of 118639 with an extra assert to catch similar problems | Rafael Espindola | 2010-11-09 | 1 | -2/+2 |
* | Revert previous patch. Missed a case. | Rafael Espindola | 2010-11-09 | 1 | -2/+2 |
* | Remove IsExplicit. It was always false. | Rafael Espindola | 2010-11-09 | 1 | -2/+2 |
* | Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! | Kevin Enderby | 2010-10-04 | 1 | -7/+3 |
* | Move logic of determining ELF entsize from the .s printer to initialization | Jan Wen Voung | 2010-09-30 | 1 | -0/+4 |
* | This is the second of three patches to implement support for the .loc directive | Kevin Enderby | 2010-08-31 | 1 | -1/+1 |
* | First bit of support for the dwarf .loc directive. This patch updates the | Kevin Enderby | 2010-08-24 | 1 | -1/+17 |
* | Add ELF ObjectWriter and Streamer support. | Matt Fleming | 2010-08-16 | 1 | -2/+2 |
* | Next bit of support for the dwarf .file directive. This patch takes the | Kevin Enderby | 2010-08-09 | 1 | -1/+6 |
* | Stop leaking std::strings in GetDwarfFile. | Benjamin Kramer | 2010-07-29 | 1 | -8/+8 |
* | Added first bit of support for the dwarf .file directive. This patch collects | Kevin Enderby | 2010-07-28 | 1 | -0/+61 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -2/+2 |
* | Added the darwin .secure_log_unique and .secure_log_reset directives. | Kevin Enderby | 2010-06-28 | 1 | -0/+7 |
* | Simplify MCContext::(Next|Get)Instance | Benjamin Kramer | 2010-05-18 | 1 | -24/+8 |
* | Added support in MC for Directional Local Labels. | Kevin Enderby | 2010-05-17 | 1 | -0/+45 |
* | add COFF support for COMDAT sections, patch by Nathan Jeffords! | Chris Lattner | 2010-05-07 | 1 | -4/+7 |
* | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner | 2010-05-07 | 1 | -1/+20 |
* | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 1 | -2/+26 |
* | move macho section uniquing from MCParser and TLOF to MCContext where | Chris Lattner | 2010-04-08 | 1 | -2/+46 |
* | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 1 | -12/+8 |
* | fix GetOrCreateTemporarySymbol to require a name, clients | Chris Lattner | 2010-03-17 | 1 | -11/+0 |
* | fix a memory leak yjasskin pointed out: MCSymbol is bump pointer | Chris Lattner | 2010-03-15 | 1 | -10/+14 |
* | add a new CreateTempSymbol method, the use case for | Chris Lattner | 2010-03-14 | 1 | -0/+6 |
* | enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol | Chris Lattner | 2010-03-11 | 1 | -0/+6 |
* | change MCContext to always have an MCAsmInfo. | Chris Lattner | 2010-03-11 | 1 | -1/+1 |
* | empty symbols aren't possible, the mcsymbol ctor aborts on them. | Chris Lattner | 2010-03-11 | 1 | -4/+0 |
* | Remove unneeded includes. | Daniel Dunbar | 2010-03-10 | 1 | -1/+0 |
* | eliminate MCContext::CreateSymbol and CreateTemporarySymbol. | Chris Lattner | 2010-03-10 | 1 | -11/+10 |