llvm-6502/lib
2009-01-30 04:25:10 +00:00
..
Analysis Fix a post-RA scheduling dependency bug. 2009-01-30 02:49:14 +00:00
Archive Add the private linkage. 2009-01-15 20:18:42 +00:00
AsmParser Add the private linkage. 2009-01-15 20:18:42 +00:00
Bitcode use specialized accessor instead of plain getOperand(0) 2009-01-16 18:40:27 +00:00
CodeGen Enable emitting of constant values in non-default address space as well. The APIs emitting constants now take an additional parameter signifying the address space in which to emit. The APIs like getData8BitsDirective() etc are made virtual enabling targets to be able to define appropirate directivers for various sizes and address spaces. 2009-01-30 04:25:10 +00:00
Debugger Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
ExecutionEngine Add support for deleting a module provider from a JIT in such a way that it does not cause the owned module to be fully materialized. 2009-01-23 19:27:28 +00:00
Linker Add the private linkage. 2009-01-15 20:18:42 +00:00
Support Clarify comment. 2009-01-28 03:46:22 +00:00
System Fix windows build, patch by Marius Wachtler! 2009-01-29 18:53:28 +00:00
Target Enable emitting of constant values in non-default address space as well. The APIs emitting constants now take an additional parameter signifying the address space in which to emit. The APIs like getData8BitsDirective() etc are made virtual enabling targets to be able to define appropirate directivers for various sizes and address spaces. 2009-01-30 04:25:10 +00:00
Transforms Fix some issues with volatility, move "CanConvertToScalar" check 2009-01-28 20:16:43 +00:00
VMCore Rename getAnalysisToUpdate to getAnalysisIfAvailable. 2009-01-28 13:14:17 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00