llvm-6502/lib
2010-01-14 01:47:37 +00:00
..
Analysis Respond to Chris' review: 2010-01-11 07:45:19 +00:00
Archive
AsmParser Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrMetadataValIDToValue, and ConvertValIDToValue into a more powerful ConvertValIDToValue() that does all three's work 2010-01-11 22:31:58 +00:00
Bitcode Clean up unnecessary return and brackets 2010-01-14 01:46:02 +00:00
CodeGen Commit some changes I had managed to lose last night while refactoring the code. Avoid change use of PHI instructions because it's not legal to insert any instructions before them. 2010-01-13 19:16:39 +00:00
CompilerDriver
ExecutionEngine
Linker
MC tidy 2010-01-13 21:21:29 +00:00
Support Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the 2010-01-13 12:45:23 +00:00
System
Target Don't fold insufficiently aligned ldr/str into ldm/stm instructions. 2010-01-14 00:54:10 +00:00
Transforms When the visitSub method was split into visitSub and visitFSub, this xform was 2010-01-13 23:23:17 +00:00
VMCore Fix printing of function-local metadata in AsmWriter 2010-01-14 01:47:37 +00:00
Makefile