llvm-6502/lib
2010-06-07 20:20:33 +00:00
..
Analysis The FoldingSet hash data includes pointer values, so it isn't 2010-06-07 19:36:14 +00:00
Archive
AsmParser Eliminate the restriction that the array size in an alloca must be i32. 2010-05-28 01:14:11 +00:00
Bitcode Speedup bitcode writer. Do not walk all values for all functions to emit function local metadata. In one testcase, probably worst case scenario, the 70x speed up is seen. 2010-06-02 23:05:04 +00:00
CodeGen Move exit check where it really belongs. 2010-06-07 19:12:21 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Don't call flush() at a library level which isn't checking for errors 2010-06-01 16:31:34 +00:00
Support Minor code simplification. 2010-05-28 16:50:23 +00:00
System
Target Create new accessors to get arguments for call/invoke instructions. It breaks 2010-06-07 19:05:06 +00:00
Transforms Make bugpoint dead-argument-hacking actually work, and actually test it. 2010-06-07 20:20:33 +00:00
VMCore Another place where the code wanted to access the argument list and not all of 2010-06-07 19:18:58 +00:00
Makefile