llvm/lib
2010-02-09 00:45:48 +00:00
..
Analysis Add const qualifiers. 2010-02-08 22:00:06 +00:00
Archive
AsmParser Reintroduce the InlineHint function attribute. 2010-02-06 01:16:28 +00:00
Bitcode Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. 2010-02-06 01:21:09 +00:00
CodeGen Added copy sensible construction & assignment to PBQP graphs and fixed a memory access bug in the heuristic solver. 2010-02-09 00:45:48 +00:00
CompilerDriver
ExecutionEngine Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. 2010-02-05 16:19:36 +00:00
Linker Linker should not remap null operands of metadata 2010-02-06 01:31:55 +00:00
MC Document that MCExpr::Mod is actually remainder. 2010-02-08 23:58:47 +00:00
Support add support for the sparcv9-*-* target triple to turn on 2010-02-04 06:34:01 +00:00
System
Target pass stringref by value instead of by const& 2010-02-09 00:34:28 +00:00
Transforms Add a new pass to do llvm.objsize lowering using SCEV. 2010-02-09 00:35:38 +00:00
VMCore Make the destructor for TypeMapBase protected. Spotted by Duncan Sands with 2010-02-07 21:13:46 +00:00
Makefile