Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
329878f4ddd72c6f2d2d6acfa48d7e1447ed88c0
/
lib
/
MC
/
MCContext.cpp
3472766
Convert some tab stops into spaces.
by Duncan Sands
· 15 years ago
f187ac5
Added the darwin .secure_log_unique and .secure_log_reset directives.
by Kevin Enderby
· 15 years ago
47f9a49
Simplify MCContext::(Next|Get)Instance
by Benjamin Kramer
· 15 years ago
ebe7fcd
Added support in MC for Directional Local Labels.
by Kevin Enderby
· 15 years ago
6e5ce28
add COFF support for COMDAT sections, patch by Nathan Jeffords!
by Chris Lattner
· 15 years ago
eb40a0f
switch MCSectionCOFF from a syntactic to semantic representation,
by Chris Lattner
· 15 years ago
74aae47
move elf section uniquing to MCContext. Along the way
by Chris Lattner
· 15 years ago
f0559e4
move macho section uniquing from MCParser and TLOF to MCContext where
by Chris Lattner
· 15 years ago
9b97a73
Rip out the 'is temporary' nonsense from the MCContext interface to
by Chris Lattner
· 15 years ago
77e7694
fix GetOrCreateTemporarySymbol to require a name, clients
by Chris Lattner
· 15 years ago
c28cc09
fix a memory leak yjasskin pointed out: MCSymbol is bump pointer
by Chris Lattner
· 15 years ago
1d72a76
add a new CreateTempSymbol method, the use case for
by Chris Lattner
· 15 years ago
1a5c28f
enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol
by Chris Lattner
· 15 years ago
c18409a
change MCContext to always have an MCAsmInfo.
by Chris Lattner
· 15 years ago
19a9947
empty symbols aren't possible, the mcsymbol ctor aborts on them.
by Chris Lattner
· 15 years ago
0965200
Remove unneeded includes.
by Daniel Dunbar
· 15 years ago
00685bb
eliminate MCContext::CreateSymbol and CreateTemporarySymbol.
by Chris Lattner
· 15 years ago
2928c83
Pass StringRef by value.
by Daniel Dunbar
· 16 years ago
7c5b021
add a twine version of MCContext::GetOrCreateSymbol.
by Chris Lattner
· 16 years ago
e579849
MC: Switch MCContext value table to storing MCExprs.
by Daniel Dunbar
· 16 years ago
959fd88
llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
by Daniel Dunbar
· 16 years ago
383cbff
llvm-mc: Change MCContext value table to take const MCSymbol*s.
by Daniel Dunbar
· 16 years ago
38cff38
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations.
by Chris Lattner
· 16 years ago
c9d3152
add some comments: MCContext owns the MCSections, but it bump pointer allocates
by Chris Lattner
· 16 years ago
ed47a04
split MCSection stuff out to its own .cpp file, add a new
by Chris Lattner
· 16 years ago
fcdbf4e
create sections with MCSection::Create instead of Context->getOrCreateSection.
by Chris Lattner
· 16 years ago
b5261eb
Move MCContext and friends to StringRef based APIs.
by Daniel Dunbar
· 16 years ago
71d259b
We decided to not worry about Atoms for now, it should be straightforward to
by Daniel Dunbar
· 16 years ago
c69485e
add trivial support for passing label definitions through the MCStreamer.
by Chris Lattner
· 16 years ago
a11af53
Start MCAsmStreamer implementation.
by Daniel Dunbar
· 16 years ago
ba1da8a
Update for MCImm -> MCValue rename.
by Daniel Dunbar
· 16 years ago
ecc63f8
Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a)
by Daniel Dunbar
· 16 years ago