index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCContext.cpp
Age
Commit message (
Expand
)
Author
2010-08-31
This is the second of three patches to implement support for the .loc directive
Kevin Enderby
2010-08-24
First bit of support for the dwarf .loc directive. This patch updates the
Kevin Enderby
2010-08-16
Add ELF ObjectWriter and Streamer support.
Matt Fleming
2010-08-09
Next bit of support for the dwarf .file directive. This patch takes the
Kevin Enderby
2010-07-29
Stop leaking std::strings in GetDwarfFile.
Benjamin Kramer
2010-07-28
Added first bit of support for the dwarf .file directive. This patch collects
Kevin Enderby
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-06-28
Added the darwin .secure_log_unique and .secure_log_reset directives.
Kevin Enderby
2010-05-18
Simplify MCContext::(Next|Get)Instance
Benjamin Kramer
2010-05-17
Added support in MC for Directional Local Labels.
Kevin Enderby
2010-05-07
add COFF support for COMDAT sections, patch by Nathan Jeffords!
Chris Lattner
2010-05-07
switch MCSectionCOFF from a syntactic to semantic representation,
Chris Lattner
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-17
fix GetOrCreateTemporarySymbol to require a name, clients
Chris Lattner
2010-03-15
fix a memory leak yjasskin pointed out: MCSymbol is bump pointer
Chris Lattner
2010-03-14
add a new CreateTempSymbol method, the use case for
Chris Lattner
2010-03-11
enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol
Chris Lattner
2010-03-11
change MCContext to always have an MCAsmInfo.
Chris Lattner
2010-03-11
empty symbols aren't possible, the mcsymbol ctor aborts on them.
Chris Lattner
2010-03-10
Remove unneeded includes.
Daniel Dunbar
2010-03-10
eliminate MCContext::CreateSymbol and CreateTemporarySymbol.
Chris Lattner
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-10-19
add a twine version of MCContext::GetOrCreateSymbol.
Chris Lattner
2009-10-16
MC: Switch MCContext value table to storing MCExprs.
Daniel Dunbar
2009-08-26
llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
Daniel Dunbar
2009-08-26
llvm-mc: Change MCContext value table to take const MCSymbol*s.
Daniel Dunbar
2009-08-13
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...
Chris Lattner
2009-08-13
add some comments: MCContext owns the MCSections, but it bump pointer allocates
Chris Lattner
2009-07-31
split MCSection stuff out to its own .cpp file, add a new
Chris Lattner
2009-07-31
create sections with MCSection::Create instead of Context->getOrCreateSection.
Chris Lattner
2009-07-27
Move MCContext and friends to StringRef based APIs.
Daniel Dunbar
2009-06-24
We decided to not worry about Atoms for now, it should be straightforward to
Daniel Dunbar
2009-06-24
add trivial support for passing label definitions through the MCStreamer.
Chris Lattner
2009-06-24
Start MCAsmStreamer implementation.
Daniel Dunbar
2009-06-23
Update for MCImm -> MCValue rename.
Daniel Dunbar
2009-06-23
Start flushing out MCContext.
Daniel Dunbar