index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-01
Whitespace.
Chad Rosier
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