llvm-6502/lib
Andrew Trick f7b96311d2 Improve TargetPassConfig. No intended functionality.
Split CodeGen into stages.
Distinguish between optimization and correctness.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150122 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-09 00:40:55 +00:00
..
Analysis Add support for a temporary forward decl type. We want this so we 2012-02-08 00:22:26 +00:00
Archive
AsmParser Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
Bitcode Enable streaming of bitcode 2012-02-06 22:30:29 +00:00
CodeGen Improve TargetPassConfig. No intended functionality. 2012-02-09 00:40:55 +00:00
DebugInfo
ExecutionEngine Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
Linker Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
MC Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
Object
Support Remove static initializer from DataStream.cpp 2012-02-09 00:29:19 +00:00
TableGen Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
Target Handle register masks when searching for EFLAGS clobbers. 2012-02-09 00:17:22 +00:00
Transforms [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. llvm part 2012-02-08 21:36:17 +00:00
VMCore Added Pass::createPass(ID) to handle pass configuration by ID 2012-02-08 21:22:34 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile