index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
MC
/
MCContext.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-1
/
+6
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-6
/
+1
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-1
/
+6
*
It may not be an option to skip .debug_line if there are file reference in al...
Devang Patel
2010-12-03
1
-3
/
+0
*
tidy up
Chris Lattner
2010-12-02
1
-4
/
+4
*
If tehre are not any line entry then do not try to emit .debug_line section.
Devang Patel
2010-12-02
1
-0
/
+3
*
Rename temporary symbols if they conflict with artificial symbols created
Rafael Espindola
2010-12-01
1
-0
/
+7
*
Fix Whitespace.
Michael J. Spencer
2010-11-26
1
-12
/
+12
*
Add a MCLineSectionOrder vector so that we produce the line tables in a
Rafael Espindola
2010-11-19
1
-1
/
+13
*
Parse and remember discriminators in .loc line. I try to output them with
Rafael Espindola
2010-11-13
1
-1
/
+3
*
Initial comdat implementation.
Rafael Espindola
2010-11-11
1
-2
/
+7
*
Use MCSectionELF in places we know we have an ELF section.
Rafael Espindola
2010-11-10
1
-3
/
+4
*
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
1
-1
/
+0
*
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
1
-0
/
+1
*
Remove IsExplicit. It was always false.
Rafael Espindola
2010-11-09
1
-1
/
+0
*
Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!
Kevin Enderby
2010-10-04
1
-3
/
+4
*
Did my commit for the last patch for the .loc directory from the wrong place and
Kevin Enderby
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
-0
/
+12
*
First bit of support for the dwarf .loc directive. This patch updates the
Kevin Enderby
2010-08-24
1
-0
/
+21
*
ELF entry size support.
Matt Fleming
2010-08-16
1
-1
/
+2
*
Next bit of support for the dwarf .file directive. This patch takes the
Kevin Enderby
2010-08-09
1
-0
/
+3
*
Remove unused variable.
Benjamin Kramer
2010-08-08
1
-3
/
+0
*
Stop leaking std::strings in GetDwarfFile.
Benjamin Kramer
2010-07-29
1
-1
/
+1
*
Added first bit of support for the dwarf .file directive. This patch collects
Kevin Enderby
2010-07-28
1
-0
/
+18
*
Added the darwin .secure_log_unique and .secure_log_reset directives.
Kevin Enderby
2010-06-28
1
-0
/
+22
*
Added support in MC for Directional Local Labels.
Kevin Enderby
2010-05-17
1
-0
/
+18
*
add COFF support for COMDAT sections, patch by Nathan Jeffords!
Chris Lattner
2010-05-07
1
-2
/
+8
*
switch MCSectionCOFF from a syntactic to semantic representation,
Chris Lattner
2010-05-07
1
-1
/
+4
*
delete a forwarding function.
Chris Lattner
2010-04-08
1
-1
/
+1
*
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
1
-1
/
+5
*
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
2010-04-08
1
-0
/
+8
*
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-04-08
1
-0
/
+15
*
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
1
-13
/
+2
*
fix GetOrCreateTemporarySymbol to require a name, clients
Chris Lattner
2010-03-17
1
-3
/
+4
*
fix a memory leak yjasskin pointed out: MCSymbol is bump pointer
Chris Lattner
2010-03-15
1
-2
/
+2
*
add a new CreateTempSymbol method, the use case for
Chris Lattner
2010-03-14
1
-0
/
+4
*
make the mangler take an MCContext instead of an MAI.
Chris Lattner
2010-03-12
1
-1
/
+1
*
change MCContext to always have an MCAsmInfo.
Chris Lattner
2010-03-11
1
-1
/
+11
*
eliminate MCContext::CreateSymbol and CreateTemporarySymbol.
Chris Lattner
2010-03-10
1
-8
/
+5
*
Fix various doxygen warnings.
Dan Gohman
2010-02-22
1
-6
/
+4
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-4
/
+4
*
add a twine version of MCContext::GetOrCreateSymbol.
Chris Lattner
2009-10-19
1
-0
/
+2
*
MC: Move assembler variable values from MCContext to MCSymbol.
Daniel Dunbar
2009-10-16
1
-27
/
+0
*
MC: Switch MCContext value table to storing MCExprs.
Daniel Dunbar
2009-10-16
1
-11
/
+19
*
llvm-mc: Add some doxyment markers.
Daniel Dunbar
2009-08-31
1
-1
/
+10
*
llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
Daniel Dunbar
2009-08-26
1
-0
/
+2
*
llvm-mc: Change MCContext value table to take const MCSymbol*s.
Daniel Dunbar
2009-08-26
1
-9
/
+7
*
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...
Chris Lattner
2009-08-13
1
-10
/
+0
*
add some comments: MCContext owns the MCSections, but it bump pointer allocates
Chris Lattner
2009-08-13
1
-2
/
+3
*
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
1
-2
/
+7
[next]