- 4269b9e Use printable names to implement directional labels. by Rafael Espindola · 12 years ago
- f4a640e Remove stale comment by David Blaikie · 12 years ago
- 11765bc MCDwarf: Refactor line table handling into a single data structure by David Blaikie · 12 years ago
- a55e64f MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary dimension by David Blaikie · 12 years ago
- c47d084 Correct typo ("a entry" -> "an entry") by David Blaikie · 12 years ago
- 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
- 32591d3 Fix a crash that occurs when PWD is invalid. by Andrew Trick · 12 years ago
- 1c6a4c3 whitespace by Andrew Trick · 12 years ago
- f907b89 Correct word hyphenations by Alp Toker · 12 years ago
- 8e5283a Avoid buffer copies when a Twine already is a StringRef. by David Blaikie · 12 years ago
- 60ec383 Support multiple COFF sections with the same name but different COMDAT. by Rafael Espindola · 12 years ago
- 15b25df MC: Support multiple sections with the same name in the same comdat group by David Blaikie · 12 years ago
- a37acf7 MC: Implement COFF .linkonce directive by Nico Rieck · 12 years ago
- bc07a89 Use pointers to the MCAsmInfo and MCRegInfo. by Bill Wendling · 12 years ago
- e9d5fb0 Silence warning in Release builds. by Benjamin Kramer · 12 years ago
- ef03b9f Replace use of PathV1.h in MCContext.cpp. by Rafael Espindola · 12 years ago
- 4f35da7 Don't use PathV1.h in Signals.h. by Rafael Espindola · 12 years ago
- 5ce24ff Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MCDwarfFilesCUMap by Manman Ren · 13 years ago
- 1e42720 Debug Info: store the files and directories for each compile unit. by Manman Ren · 13 years ago
- 7ba2edc clear new map and initialize new variable by Pedro Artigas · 13 years ago
- 4e042a6 Dwarf: support for LTO where a single object file can have multiple line tables by Manman Ren · 13 years ago
- 79f1656 Formatting. by Eric Christopher · 13 years ago
- 906da23 Add support for passing -main-file-name all the way through to the assembler. by Eric Christopher · 13 years ago
- 10700aad Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the by Chandler Carruth · 13 years ago
- 7212ee4 by Pedro Artigas · 13 years ago
- e84b13f fixed valgrind issues of prior commit, this change applies r169456 changes back to the tree with fixes. on darwin no valgrind issues exist in the tests that used to fail. by Pedro Artigas · 13 years ago
- d985d76 Revert r169456, "change MCContext to work on the doInitialization/doFinalization model" by NAKAMURA Takumi · 13 years ago
- bf7d3ba by Pedro Artigas · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 0be3359 Avoid symbol name clash when filling TOC. by Roman Divacky · 13 years ago
- 09e3510 MCContext.cpp: Fixup for my odd previous commit. No functional changes. by NAKAMURA Takumi · 13 years ago
- 30396ba MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep with PathV2. by NAKAMURA Takumi · 13 years ago
- b18b409 Add simple support for keeping MCFixup source information. by Jim Grosbach · 14 years ago
- dfc5b55 Add SourceMgr to MCContext for backend diagnostics. by Jim Grosbach · 14 years ago
- 82ed3be Fixed a bug in the code to create a dwarf file and directory table entires when by Kevin Enderby · 14 years ago
- 6469fc2 First part of support for generating dwarf for assembly source files with the by Kevin Enderby · 14 years ago
- 40f8f2f Add support for a new extension to the .file directive: by Nick Lewycky · 14 years ago
- f895efa Hoist vector.size() computation out of the loop. No functionality change. by Nick Lewycky · 14 years ago
- bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
- 7679299 Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
- d60fa58b Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 14 years ago
- 0e40208 Make the StringMaps attached to MCContext use the MCContext's allocator; by Eli Friedman · 15 years ago
- 2b6c96b Don't store Twine temporaries, it's not safe. by Benjamin Kramer · 15 years ago
- 4ee0d03 MC: Add support for disabling "temporary label" behavior. Useful for debugging by Daniel Dunbar · 15 years ago
- aea4958 Remove duplicated code. by Rafael Espindola · 15 years ago
- 0a017a6 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
- a945a34 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
- 56eb7412 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
- 5fe5f45 Rename temporary symbols if they conflict with artificial symbols created by Rafael Espindola · 15 years ago
- f13f442 Fix Whitespace. by Michael J. Spencer · 15 years ago
- c653a89 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
- f01b622 Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 15 years ago
- a3e9a22 Initial comdat implementation. by Rafael Espindola · 15 years ago
- 36ef57d Use MCSectionELF in places we know we have an ELF section. by Rafael Espindola · 15 years ago
- 9bb44a5 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
- 33048f0 Revert previous patch. Missed a case. by Rafael Espindola · 15 years ago
- 4bdd272 Remove IsExplicit. It was always false. by Rafael Espindola · 15 years ago
- a68d004 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
- efbdbe5 Move logic of determining ELF entsize from the .s printer to initialization by Jan Wen Voung · 15 years ago
- d94dacf This is the second of three patches to implement support for the .loc directive by Kevin Enderby · 15 years ago
- 1264b7c First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
- d83b927 Add ELF ObjectWriter and Streamer support. by Matt Fleming · 15 years ago
- 7221b76 Next bit of support for the dwarf .file directive. This patch takes the by Kevin Enderby · 15 years ago
- bccfec6 Stop leaking std::strings in GetDwarfFile. by Benjamin Kramer · 15 years ago
- e5930f1 Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago
- 41b4a6b Convert some tab stops into spaces. by Duncan Sands · 15 years ago
- e233dda Added the darwin .secure_log_unique and .secure_log_reset directives. by Kevin Enderby · 15 years ago
- ab7be75 Simplify MCContext::(Next|Get)Instance by Benjamin Kramer · 16 years ago
- 0510b48 Added support in MC for Directional Local Labels. by Kevin Enderby · 16 years ago
- 0284493 add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 16 years ago
- 87cffa9 switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 16 years ago
- 5418dd5 move elf section uniquing to MCContext. Along the way by Chris Lattner · 16 years ago
- 2073112 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 16 years ago
- 9897043 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 16 years ago
- aed00fa fix GetOrCreateTemporarySymbol to require a name, clients by Chris Lattner · 16 years ago
- 1334876 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer by Chris Lattner · 16 years ago
- 073d817 add a new CreateTempSymbol method, the use case for by Chris Lattner · 16 years ago
- d3691dd enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol by Chris Lattner · 16 years ago
- 768ea2a change MCContext to always have an MCAsmInfo. by Chris Lattner · 16 years ago
- 216e729 empty symbols aren't possible, the mcsymbol ctor aborts on them. by Chris Lattner · 16 years ago
- 7e3283c Remove unneeded includes. by Daniel Dunbar · 16 years ago
- b973ea8 eliminate MCContext::CreateSymbol and CreateTemporarySymbol. by Chris Lattner · 16 years ago
- ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
- 86dfd73 add a twine version of MCContext::GetOrCreateSymbol. by Chris Lattner · 16 years ago
- 584a1b2 MC: Switch MCContext value table to storing MCExprs. by Daniel Dunbar · 16 years ago
- e73b267 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 16 years ago
- ffda9eb llvm-mc: Change MCContext value table to take const MCSymbol*s. by Daniel Dunbar · 16 years ago
- 04b4700 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 16 years ago
- b691316 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 16 years ago
- c10132a split MCSection stuff out to its own .cpp file, add a new by Chris Lattner · 16 years ago
- b37f29b create sections with MCSection::Create instead of Context->getOrCreateSection. by Chris Lattner · 16 years ago
- a87555a Move MCContext and friends to StringRef based APIs. by Daniel Dunbar · 16 years ago
- f782ebc We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 16 years ago
- 3f5738d add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
- 9faf273 Start MCAsmStreamer implementation. by Daniel Dunbar · 16 years ago
- badeace Update for MCImm -> MCValue rename. by Daniel Dunbar · 16 years ago
- ca29e4d Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 16 years ago