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
/
X86AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-05-11
Implement initial-exec TLS model for 32-bit PIC x86
Hans Wennborg
2012-04-03
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-22
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
Michael J. Spencer
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-08
Fixed a bug in printing "cmp" pseudo ops.
Elena Demikhovsky
2011-08-30
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-02-01
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-01-01
Add support for the 'H' modifier.
Rafael Espindola
2010-11-14
move the pic base symbol stuff up to MachineFunction
Chris Lattner
2010-11-14
simplify getPICBaseSymbol a bit.
Chris Lattner
2010-11-12
tidy up.
Chris Lattner
2010-10-23
X86: Emit _fltused instead of __fltused on Windows x64.
Michael J. Spencer
2010-10-21
CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...
Michael J. Spencer
2010-10-16
X86-Windows: Emit an undefined global __fltused symbol when targeting Windows
Michael J. Spencer
2010-10-01
Rename the AsmPrinter directory to InstPrinter for those targets that have
Jim Grosbach
2010-09-15
trailing whitespace
Jim Grosbach
2010-08-04
Add DEBUG message.
Devang Patel
2010-07-20
move two asmprinter methods into the asmprinter .cpp file.
Chris Lattner
2010-07-19
fix a layering problem by moving the x86 implementation
Chris Lattner
2008-08-17
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-06-28
Remove X86SharedAsmPrinter
Anton Korobeynikov
2008-06-28
whitespace cleanup
Anton Korobeynikov
2008-06-27
Use StringSet instead of std::set<std::string>
Anton Korobeynikov
2008-05-23
Put const weak stuff in appropriate section on Darwin.
Dale Johannesen
2008-05-19
Handle quoted names when constructing $stub's,
Dale Johannesen
2008-05-16
Treat common as distinct from weak global on Darwin x86.
Dale Johannesen
2008-05-14
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-04-02
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-01
Revert 49006 for the moment.
Dale Johannesen
2008-03-31
Emit exception handling info for functions which are
Dale Johannesen
2008-03-03
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-02-15
Handle \n's in value names for more targets. The asm printers
Chris Lattner
2008-02-15
If the llvm name contains an unprintable character, don't print it in
Chris Lattner
2008-02-12
__DATA not __DATA__ is the right segment name on darwin.
Dale Johannesen
2008-01-23
Honor explicit section information on Darwin.
Dale Johannesen
2008-01-20
Honour ByVal parameter attribute for name decoration
Anton Korobeynikov
2008-01-17
Revert the part of 45848 that treated weak globals
Dale Johannesen
2008-01-15
Fix and enable EH for x86-64 Darwin. Adds
Dale Johannesen
2008-01-11
Weak things initialized to 0 don't go in bss on Darwin.
Dale Johannesen
2008-01-02
darwin9 and above support aligned common symbols.
Chris Lattner
[next]