llvm-6502/lib
Vincent Lejeune a92f8ee2f3 R600: Don't mix LDS and non-LDS instructions in the same group
There are a lot of restrictions on instruction groups that contain
LDS instructions, so for now we will be conservative and not packetize
anything else with them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187513 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-31 19:31:41 +00:00
..
Analysis Fix a severe compile time problem when forming large SCEV expressions. 2013-07-31 02:43:40 +00:00
AsmParser
Bitcode
CodeGen Fix crashing on invalid inline asm with matching constraints. 2013-07-31 01:26:24 +00:00
DebugInfo
ExecutionEngine
IR Reject bitcasts between address spaces with different sizes 2013-07-31 17:49:08 +00:00
IRReader
Linker
MC MC: Support larger COFF string tables 2013-07-29 12:30:12 +00:00
Object Add support for the 's' operation to llvm-ar. 2013-07-29 12:40:31 +00:00
Option
Support Fix windows' implementation of status when a file doesn't exist. 2013-07-31 00:10:25 +00:00
TableGen
Target R600: Don't mix LDS and non-LDS instructions in the same group 2013-07-31 19:31:41 +00:00
Transforms Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y). 2013-07-30 23:53:17 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile