llvm-6502/lib
2010-01-07 13:50:07 +00:00
..
Analysis Partially address a README by having functionattrs consider calls to 2010-01-06 08:45:52 +00:00
Archive
AsmParser When parsing function-local metadata, create a function-local MDNode 2010-01-06 17:00:21 +00:00
Bitcode Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} 2010-01-05 21:47:32 +00:00
CodeGen Allow double defs after tail duplication. 2010-01-06 23:52:46 +00:00
CompilerDriver
ExecutionEngine Move remaining stuff to the isInteger predicate. 2010-01-05 21:05:54 +00:00
Linker
MC
Support More trivial optimizations to a function well outside the critical path 2010-01-07 02:24:06 +00:00
System
Target Fix a minor regression from my dag combiner changes. One more place which needs to look pass truncates. 2010-01-07 00:54:06 +00:00
Transforms Use a do-while loop instead of while + boolean. 2010-01-07 13:50:07 +00:00
VMCore Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} 2010-01-05 21:47:32 +00:00
Makefile