llvm-6502/lib
2010-01-12 18:57:56 +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 s/NextValueNo/NextMDValueNo while processing metadata. 2010-01-11 18:52:33 +00:00
CodeGen Update a partially obsolete comment. 2010-01-12 04:32:35 +00:00
CompilerDriver
ExecutionEngine "In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." 2010-01-09 22:27:07 +00:00
Linker
MC
Support Remove unused string functions. 2010-01-11 20:33:12 +00:00
System
Target Eliminate or_not_add and just use AddedComplexity so isel tries or_is_add patterns first. 2010-01-12 18:31:19 +00:00
Transforms tidy up 2010-01-12 02:07:50 +00:00
VMCore Use Twine, instead of StringRef, for consistency. 2010-01-12 18:57:56 +00:00
Makefile