index
:
external_llvm.git
replicant-6.0
Android's llvm
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
*
Merging r195148:
Bill Wendling
2013-11-27
1
-1
/
+7
*
Speling fixes.
Benjamin Kramer
2013-10-22
1
-1
/
+1
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
1
-7
/
+6
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-5
/
+5
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
1
-2
/
+3
*
Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...
Manman Ren
2013-03-12
1
-4
/
+5
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-9
/
+20
*
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
1
-0
/
+23
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
1
-0
/
+7
*
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-18
1
-0
/
+11
*
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-17
1
-0
/
+13
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-9
/
+6
*
fixed valgrind issues of prior commit, this change applies r169456 changes ba...
Pedro Artigas
2012-12-06
1
-1
/
+17
*
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
1
-11
/
+0
*
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-06
1
-0
/
+11
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
1
-0
/
+1
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
1
-2
/
+2
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+4
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-1
/
+1
*
Add simple support for keeping MCFixup source information.
Jim Grosbach
2012-01-26
1
-0
/
+7
*
Add SourceMgr to MCContext for backend diagnostics.
Jim Grosbach
2012-01-26
1
-1
/
+5
*
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
1
-7
/
+7
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
1
-0
/
+28
*
First part of support for generating dwarf for assembly source files with the
Kevin Enderby
2011-11-01
1
-0
/
+18
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+2
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
1
-6
/
+1
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-1
/
+7
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-1
/
+8
*
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-15
1
-1
/
+12
*
Revert 133010. Self-hosted buildbot unhappy.
Jim Grosbach
2011-06-14
1
-12
/
+1
*
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-14
1
-1
/
+12
*
Make the StringMaps attached to MCContext use the MCContext's allocator;
Eli Friedman
2011-04-18
1
-8
/
+8
*
MC: Add support for disabling "temporary label" behavior. Useful for debugging
Daniel Dunbar
2011-03-28
1
-0
/
+7
*
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
[next]