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
2013-03-12
Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...
Manman Ren
2013-03-07
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-02-20
clear new map and initialize new variable
Pedro Artigas
2013-02-05
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2012-12-18
Formatting.
Eric Christopher
2012-12-18
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-17
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-12
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-06
fixed valgrind issues of prior commit, this change applies r169456 changes ba...
Pedro Artigas
2012-12-06
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-09-18
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-07-03
MCContext.cpp: Fixup for my odd previous commit. No functional changes.
NAKAMURA Takumi
2012-07-03
MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...
NAKAMURA Takumi
2012-01-26
Add simple support for keeping MCFixup source information.
Jim Grosbach
2012-01-26
Add SourceMgr to MCContext for backend diagnostics.
Jim Grosbach
2011-11-01
Fixed a bug in the code to create a dwarf file and directory table entires when
Kevin Enderby
2011-11-01
First part of support for generating dwarf for assembly source files with the
Kevin Enderby
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-12
Hoist vector.size() computation out of the loop. No functionality change.
Nick Lewycky
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-04-18
Make the StringMaps attached to MCContext use the MCContext's allocator;
Eli Friedman
2011-04-09
Don't store Twine temporaries, it's not safe.
Benjamin Kramer
2011-03-28
MC: Add support for disabling "temporary label" behavior. Useful for debugging
Daniel Dunbar
2011-01-23
Remove duplicated code.
Rafael Espindola
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-01
Rename temporary symbols if they conflict with artificial symbols created
Rafael Espindola
2010-11-26
Fix Whitespace.
Michael J. Spencer
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-13
Parse and remember discriminators in .loc line. I try to output them with
Rafael Espindola
2010-11-11
Initial comdat implementation.
Rafael Espindola
2010-11-10
Use MCSectionELF in places we know we have an ELF section.
Rafael Espindola
2010-11-09
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
Remove IsExplicit. It was always false.
Rafael Espindola
2010-10-04
Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!
Kevin Enderby
2010-09-30
Move logic of determining ELF entsize from the .s printer to initialization
Jan Wen Voung
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
[next]