llvm-6502/lib
Hal Finkel 9f2518cdc6 Fix a sign-extension bug in PPCCTRLoops
Don't sign extend the immediate value from the OR instruction in
an LIS/OR pair.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177361 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-18 23:58:28 +00:00
..
Analysis Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero. 2013-03-18 21:23:25 +00:00
Archive
AsmParser
Bitcode
CodeGen Move #include of BitVector from .h to .cpp file. 2013-03-18 23:45:45 +00:00
DebugInfo
ExecutionEngine
IR The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the vector case (because 2013-03-18 11:54:44 +00:00
Linker Clean up out-of-date comments and some stray whitespace 2013-03-08 22:29:44 +00:00
MC Change NULL to 0. 2013-03-18 23:08:01 +00:00
Object
Option
Support [Support][Path][Windows] Fix dangling else. Don't call CloseHandle when CloseFD is false. 2013-03-15 19:25:47 +00:00
TableGen
Target Fix a sign-extension bug in PPCCTRLoops 2013-03-18 23:58:28 +00:00
Transforms Make method private. Keep coding standard. 2013-03-18 23:31:30 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile