llvm-6502/include/llvm
2009-11-15 19:54:31 +00:00
..
ADT add a version of array_pod_sort that takes a custom comparator function. 2009-11-15 19:52:43 +00:00
Analysis Remove dead variable found by clang++. 2009-11-14 19:51:20 +00:00
Assembly
Bitcode
CodeGen Add function to replace a destination MBB in a single jump table 2009-11-14 20:09:13 +00:00
CompilerDriver llvmc: Add a '-time' option. 2009-11-07 06:33:58 +00:00
Config CMake: Hopefully unbreak the build by mimicking the changes on the 2009-11-12 06:48:09 +00:00
ExecutionEngine Remove dlsym stubs, with Nate Begeman's permission. 2009-11-09 22:34:19 +00:00
MC
Support add attributes for readnone/readonly functions. 2009-11-15 19:54:31 +00:00
System Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. 2009-11-14 10:09:12 +00:00
Target Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to replace broken code in VirtRegRewriter. 2009-11-14 03:42:17 +00:00
Transforms Add an option for running GVN with redundant load processing disabled. 2009-11-14 02:27:51 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h Silence a warning on targets with unsigned chars. 2009-11-12 17:59:45 +00:00
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DerivedTypes.h
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h Add CreateNUWAdd and CreateNUWSub to complement the existing CreateNSWAdd and 2009-11-12 02:08:11 +00:00
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h Don't trivially delete unused calls to llvm.invariant.start. This allows 2009-11-11 15:34:13 +00:00
Intrinsics.h
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h remove the now dead condprop pass, PR3906. 2009-11-11 05:56:35 +00:00
LinkAllVMCore.h
Linker.h
LLVMContext.h
Metadata.h Do not use StringRef in DebugInfo interface. 2009-11-12 00:50:58 +00:00
Module.h
ModuleProvider.h
OperandTraits.h
Operator.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h Move the FixedStackPseudoSourceValueVal enum value before InstructionVal 2009-11-13 22:24:13 +00:00
ValueSymbolTable.h