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
/
Target
/
X86
/
X86COFFMachineModuleInfo.h
Age
Commit message (
Expand
)
Author
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-19
some comment fix for X86 and ARM
Jia Liu
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2010-05-08
break coff symbol definition stuff out into proper MCStreamer callbacks,
Chris Lattner
2010-03-12
move fastcall/stdcall mangling up into Mangler.
Chris Lattner
2010-03-12
make DecorateCygMingName a static method.
Chris Lattner
2010-03-12
minor tidying, only do work if a function is
Chris Lattner
2010-03-12
eliminate the string form of DecorateCygMingName
Chris Lattner
2010-03-12
remove the FnArgWords cache to make way for future changes.
Chris Lattner
2010-02-12
Cleanup stdcall / fastcall name mangling.
Anton Korobeynikov
2010-01-18
Change CurrentFnSym to be a non-const pointer since asmprinter mutates it
Chris Lattner
2010-01-16
switch X86 target off CurFunctionName and MCIze more.
Chris Lattner
2009-12-03
yay for case insensitive file systems (?)
Chris Lattner
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-09-20
split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.
Chris Lattner