2013-11-19 |
Rafael Espindola | Support multiple COFF sections with the same name but... |
blob | commitdiff | raw |
2013-10-22 |
David Blaikie | MC: Support multiple sections with the same name in... |
blob | commitdiff | raw | diff to current |
2013-07-06 |
Nico Rieck | MC: Implement COFF .linkonce directive |
blob | commitdiff | raw | diff to current |
2013-06-18 |
Bill Wendling | Use pointers to the MCAsmInfo and MCRegInfo. |
blob | commitdiff | raw | diff to current |
2013-06-16 |
Benjamin Kramer | Silence warning in Release builds. |
blob | commitdiff | raw | diff to current |
2013-06-14 |
Rafael Espindola | Replace use of PathV1.h in MCContext.cpp. |
blob | commitdiff | raw | diff to current |
2013-06-13 |
Rafael Espindola | Don't use PathV1.h in Signals.h. |
blob | commitdiff | raw | diff to current |
2013-03-12 |
Manman Ren | Debug Info: use SmallVector instead of std::vector... |
blob | commitdiff | raw | diff to current |
2013-03-07 |
Manman Ren | Debug Info: store the files and directories for each... |
blob | commitdiff | raw | diff to current |
2013-02-20 |
Pedro Artigas | clear new map and initialize new variable |
blob | commitdiff | raw | diff to current |
2013-02-05 |
Manman Ren | Dwarf: support for LTO where a single object file can... |
blob | commitdiff | raw | diff to current |
2012-12-18 |
Eric Christopher | Formatting. |
blob | commitdiff | raw | diff to current |
2012-12-18 |
Eric Christopher | Add support for passing -main-file-name all the way... |
blob | commitdiff | raw | diff to current |
2012-12-17 |
Chandler Carruth | Prepare LLVM to fix PR14625, exposing a hook in MCConte... |
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-06 |
Pedro Artigas | fixed valgrind issues of prior commit, this change... |
blob | commitdiff | raw | diff to current |
2012-12-06 |
NAKAMURA Takumi | Revert r169456, "change MCContext to work on the doInit... |
blob | commitdiff | raw | diff to current |
2012-12-06 |
Pedro Artigas | change MCContext to work on the doInitialization/doFina... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-09-18 |
Roman Divacky | Avoid symbol name clash when filling TOC. |
blob | commitdiff | raw | diff to current |
2012-07-03 |
NAKAMURA Takumi | MCContext.cpp: Fixup for my odd previous commit. No... |
blob | commitdiff | raw | diff to current |
2012-07-03 |
NAKAMURA Takumi | MCContext::GetDwarfFile(): Make FileName parsing tolera... |
blob | commitdiff | raw | diff to current |
2012-01-26 |
Jim Grosbach | Add simple support for keeping MCFixup source information. |
blob | commitdiff | raw | diff to current |
2012-01-26 |
Jim Grosbach | Add SourceMgr to MCContext for backend diagnostics. |
blob | commitdiff | raw | diff to current |
2011-11-01 |
Kevin Enderby | Fixed a bug in the code to create a dwarf file and... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
Kevin Enderby | First part of support for generating dwarf for assembly... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Nick Lewycky | Add support for a new extension to the .file directive: |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Nick Lewycky | Hoist vector.size() computation out of the loop. No... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Goodbye TargetAsmInfo. This eliminate last bit of CodeG... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Add MCObjectFileInfo and sink the MCSections initializa... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Evan Cheng | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from... |
blob | commitdiff | raw | diff to current |
2011-04-18 |
Eli Friedman | Make the StringMaps attached to MCContext use the MCCon... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Benjamin Kramer | Don't store Twine temporaries, it's not safe. |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Daniel Dunbar | MC: Add support for disabling "temporary label" behavio... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
Rafael Espindola | Remove duplicated code. |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Rafael Espindola | Fixed version of 121434 with no new memory leaks. |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Rafael Espindola | Revert my previous patch to make the valgrind bots... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Rafael Espindola | Initial support for the cfi directives. This is just... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Rafael Espindola | Rename temporary symbols if they conflict with artifici... |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Michael J. Spencer | Fix Whitespace. |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Rafael Espindola | Add .loc methods to the streamer. |
blob | commitdiff | raw | diff to current |
2010-11-13 |
Rafael Espindola | Parse and remember discriminators in .loc line. I try... |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Rafael Espindola | Initial comdat implementation. |
blob | commitdiff | raw | diff to current |
2010-11-10 |
Rafael Espindola | Use MCSectionELF in places we know we have an ELF section. |
blob | commitdiff | raw | diff to current |
2010-11-09 |
Rafael Espindola | Fixed version of 118639 with an extra assert to catch... |
blob | commitdiff | raw | diff to current |
2010-11-09 |
Rafael Espindola | Revert previous patch. Missed a case. |
blob | commitdiff | raw | diff to current |
2010-11-09 |
Rafael Espindola | Remove IsExplicit. It was always false. |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Kevin Enderby | Incorporate suggestions by Daniel Dunbar after his... |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jan Wen Voung | Move logic of determining ELF entsize from the .s print... |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Kevin Enderby | This is the second of three patches to implement suppor... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kevin Enderby | First bit of support for the dwarf .loc directive.... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Matt Fleming | Add ELF ObjectWriter and Streamer support. |
blob | commitdiff | raw | diff to current |
2010-08-09 |
Kevin Enderby | Next bit of support for the dwarf .file directive.... |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Benjamin Kramer | Stop leaking std::strings in GetDwarfFile. |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Kevin Enderby | Added first bit of support for the dwarf .file directiv... |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Kevin Enderby | Added the darwin .secure_log_unique and .secure_log_res... |
blob | commitdiff | raw | diff to current |
2010-05-18 |
Benjamin Kramer | Simplify MCContext::(Next|Get)Instance |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kevin Enderby | Added support in MC for Directional Local Labels. |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Chris Lattner | add COFF support for COMDAT sections, patch by Nathan... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Chris Lattner | switch MCSectionCOFF from a syntactic to semantic repre... |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Chris Lattner | move elf section uniquing to MCContext. Along the way |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Chris Lattner | move macho section uniquing from MCParser and TLOF... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | Rip out the 'is temporary' nonsense from the MCContext... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
Chris Lattner | fix GetOrCreateTemporarySymbol to require a name, clients |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Chris Lattner | fix a memory leak yjasskin pointed out: MCSymbol is... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Chris Lattner | add a new CreateTempSymbol method, the use case for |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Chris Lattner | enhance MCContext::GetOrCreateTemporarySymbol() to... |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Chris Lattner | change MCContext to always have an MCAsmInfo. |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Chris Lattner | empty symbols aren't possible, the mcsymbol ctor aborts... |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Daniel Dunbar | Remove unneeded includes. |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Chris Lattner | eliminate MCContext::CreateSymbol and CreateTemporarySy... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Chris Lattner | add a twine version of MCContext::GetOrCreateSymbol. |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Daniel Dunbar | MC: Switch MCContext value table to storing MCExprs. |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Daniel Dunbar | llvm-mc/Mach-O: Don't put assembler temporary labels... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Daniel Dunbar | llvm-mc: Change MCContext value table to take const... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Chris Lattner | sink uniquing of sections out of MCContext into the... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Chris Lattner | add some comments: MCContext owns the MCSections, but... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Chris Lattner | split MCSection stuff out to its own .cpp file, add... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Chris Lattner | create sections with MCSection::Create instead of Conte... |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Daniel Dunbar | Move MCContext and friends to StringRef based APIs. |
blob | commitdiff | raw | diff to current |
2009-06-24 |
Daniel Dunbar | We decided to not worry about Atoms for now, it should... |
blob | commitdiff | raw | diff to current |
2009-06-24 |
Chris Lattner | add trivial support for passing label definitions throu... |
blob | commitdiff | raw | diff to current |
2009-06-24 |
Daniel Dunbar | Start MCAsmStreamer implementation. |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Daniel Dunbar | Update for MCImm -> MCValue rename. |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Daniel Dunbar | Start flushing out MCContext. |
blob | commitdiff | raw | diff to current |
|