llvm-6502/lib
2012-04-16 00:12:20 +00:00
..
Analysis Add two statistics to help track how we are computing the inline cost. 2012-04-11 10:15:10 +00:00
Archive
AsmParser
Bitcode
CodeGen When emulating vselect using OR/AND/XOR make sure to bitcast the result back to the original type. 2012-04-15 15:08:09 +00:00
DebugInfo Fix a C++11 UDL conflict. 2012-04-04 20:33:56 +00:00
ExecutionEngine This patch improves the MCJIT runtime dynamic loader by adding new handling 2012-04-12 20:13:57 +00:00
Linker
MC Compute hashes directly with hash_combine instead of taking a detour through FoldingSetNodeID. 2012-04-11 14:06:39 +00:00
Object Remove unused variable. 2012-04-13 08:09:12 +00:00
Support Fix the build under Debian GNU/Hurd. 2012-04-11 15:35:36 +00:00
TableGen
Target Fix SDTypeProfile for vpermps. The mask operand should be v8i32. 2012-04-16 00:12:20 +00:00
Transforms Fix an error in BBVectorize important for vectorizing pointer types. 2012-04-14 07:32:50 +00:00
VMCore Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:36:06 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile