llvm-6502/lib
Chris Lattner 7db21bdb7d move the PR6214 microoptzn to this file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95299 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-04 07:32:01 +00:00
..
Analysis Change the argument to getIntegerSCEV to be an int64_t, rather 2010-02-04 02:43:51 +00:00
Archive From PR6228: 2010-02-04 06:19:43 +00:00
AsmParser
Bitcode Fix (and test) function-local metadata that occurs before the instruction that it refers to; fix is to not enumerate operands of function-local metadata until after all instructions have been enumerated 2010-02-04 01:13:08 +00:00
CodeGen It's too risky to eliminate sext / zext of call results for tail call optimization even if the caller / callee attributes completely match. The callee may have been bitcast'ed (or otherwise lied about what it's doing). 2010-02-04 02:45:02 +00:00
CompilerDriver
ExecutionEngine r94686 changed all ModuleProvider parameters to Modules, which made the 2010-02-03 19:18:04 +00:00
Linker
MC Use a tab instead of space after .type, for consistency. 2010-02-04 01:42:13 +00:00
Support add support for the sparcv9-*-* target triple to turn on 2010-02-04 06:34:01 +00:00
System
Target move the PR6214 microoptzn to this file. 2010-02-04 07:32:01 +00:00
Transforms Temporarily revert this since it appears to have caused a build 2010-02-04 06:41:27 +00:00
VMCore
Makefile