llvm-6502/lib
2012-03-04 10:55:27 +00:00
..
Analysis LVI: Recognize the form instcombine canonicalizes range checks into when forming constant ranges. 2012-03-02 15:34:43 +00:00
Archive Avoid using an invalidated iterator. 2012-01-23 05:07:16 +00:00
AsmParser Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
Bitcode BitstreamWriter: Change primary output buffer to be a SmallVector instead of an 2012-02-29 20:31:09 +00:00
CodeGen Use uint16_t to store register overlaps to reduce static data. 2012-03-04 10:43:23 +00:00
DebugInfo More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
ExecutionEngine Fixed the 32-bit runtime dynamic loader to allocate 2012-03-01 00:15:29 +00:00
Linker Include cctype for isdigit. Patch by Stephen Hines. 2012-03-03 09:36:58 +00:00
MC Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it. 2012-03-03 14:24:15 +00:00
Object [Object] 2012-03-01 22:19:54 +00:00
Support Add generic support for hashing StringRef objects using the new hashing library. 2012-03-04 10:55:27 +00:00
TableGen Remove stray semi-colon. 2012-02-28 15:35:52 +00:00
Target Use uint16_t to store register overlaps to reduce static data. 2012-03-04 10:43:23 +00:00
Transforms Do trivial CSE of dead BBs during codegen preparation. 2012-03-04 10:46:01 +00:00
VMCore Rewrite LLVM's generalized support library for hashing to follow the API 2012-03-01 18:55:25 +00:00
CMakeLists.txt
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile