llvm-6502/include/llvm
2009-01-22 19:53:00 +00:00
..
ADT Get rid of warning about implicit 64-to-32 bit conversions. 2009-01-22 02:10:33 +00:00
Analysis The operator<() and operator>() were reversing their tests. Have the test the correct way. 2009-01-22 03:05:10 +00:00
Assembly remove a dead method. 2009-01-16 20:26:53 +00:00
Bitcode
CodeGen Add SelectionDAG::getNOT method to construct bitwise NOT operations, 2009-01-22 17:39:32 +00:00
CompilerDriver Add a --check-graph option to llvmc. 2009-01-09 16:16:27 +00:00
Config Bump to 2.6svn. 2009-01-22 05:17:59 +00:00
Debugger
ExecutionEngine
Support Do not use host floating point types when emitting 2009-01-21 20:32:55 +00:00
System rename methods in System/Host to be more consistent. 2009-01-22 19:53:00 +00:00
Target Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead. 2009-01-22 09:10:11 +00:00
Transforms Adjustments to last patch based on review. 2009-01-09 01:30:11 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DerivedTypes.h
Function.h
GlobalAlias.h
GlobalValue.h Add the private linkage. 2009-01-15 20:18:42 +00:00
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h add a new insertAfter method, patch by Tom Jablin! 2009-01-13 07:43:51 +00:00
Instructions.h add a helper method. 2009-01-09 05:27:40 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td add nocapture attribute to llvm.mem* intrinsics and have tblgen 2009-01-12 01:12:03 +00:00
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
Module.h Add the private linkage. 2009-01-15 20:18:42 +00:00
ModuleProvider.h
OperandTraits.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h