llvm-6502/lib
Kevin Enderby 55c4127134 Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix and
not depend on In32BitMode.  Use the sysexitq mnemonic for the version with the
REX.W prefix and only allow it only In64BitMode.  rdar://9738584


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143112 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-27 17:40:41 +00:00
..
Analysis Revert Duncan's r143028 expression folding which appears to be the culprit 2011-10-27 15:47:25 +00:00
Archive
AsmParser LLLexer: Factor hex char parsing. 2011-10-27 14:08:01 +00:00
Bitcode Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. 2011-10-05 07:04:14 +00:00
CodeGen Teach our Dwarf emission to use the string pool. 2011-10-27 06:44:11 +00:00
DebugInfo lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify. 2011-10-08 11:22:47 +00:00
ExecutionEngine Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete. 2011-10-19 00:13:13 +00:00
Linker Allow the source module to be materialized during the linking process. 2011-10-14 22:17:46 +00:00
MC Teach our Dwarf emission to use the string pool. 2011-10-27 06:44:11 +00:00
Object Expose relocation accessors through the libObject C API. 2011-10-27 17:32:36 +00:00
Support BlockFrequency: Use a smarter overflow check. 2011-10-27 16:38:50 +00:00
TableGen Implement Paste 2011-10-19 13:04:43 +00:00
Target Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix and 2011-10-27 17:40:41 +00:00
Transforms It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't do that. <rdar://problem/10352360> 2011-10-27 01:33:51 +00:00
VMCore The bitcode reader can create an shuffle with a place holder mask which it will 2011-10-26 00:34:48 +00:00
CMakeLists.txt Move TableGen's parser and entry point into a library 2011-10-01 16:41:13 +00:00
Makefile Remove more of llvmc and dependencies. 2011-09-20 00:34:27 +00:00