llvm-6502/include/llvm
Dale Johannesen edb62c484e Remove now-unused constructors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63995 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-07 01:27:09 +00:00
..
ADT fix a pretty serious bug in StringMap where GetOrCreate(strstart,strend, z) 2009-02-04 01:54:10 +00:00
Analysis Refactor my previous change to maintain the distinction between AliasAnalysis and BasicAliasAnalysis. This involves some wider changes because it 2009-02-05 23:36:27 +00:00
Assembly remove a dead method. 2009-01-16 20:26:53 +00:00
Bitcode
CodeGen Remove now-unused constructors. 2009-02-07 01:27:09 +00:00
CompilerDriver Add three new option properties. 2009-01-28 03:47:20 +00:00
Config Regenerate. 2009-02-04 06:27:44 +00:00
Debugger
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
Support Deallocate() methods now take a 'const void*' instead of a 'void *', matching observed behavior with how 'delete[]' can be used. 2009-02-06 19:34:14 +00:00
System Make Mutex's constructor explicit, and tidy up whitespace. 2009-02-06 21:17:03 +00:00
Target We don't really need the abort here. This unbreak x86_64 linux build. 2009-02-06 17:51:34 +00:00
Transforms Revert rev. 63876. It is causing llvm-gcc bootstrap failure. 2009-02-05 21:46:41 +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 Reapply 63765. Patches for clang and llvm-gcc to follow. 2009-02-05 01:49:45 +00:00
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 Simplify the logic of getting hold of a PHI predecessor block. 2009-01-23 19:40:15 +00:00
IntrinsicInst.h
Intrinsics.h Reapply 63765. Patches for clang and llvm-gcc to follow. 2009-02-05 01:49:45 +00:00
Intrinsics.td Reapply 63765. Patches for clang and llvm-gcc to follow. 2009-02-05 01:49:45 +00:00
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h Fix PR3415 (infinite loop in EscapeAnalysis) by 2009-01-28 11:33:59 +00:00
LinkAllVMCore.h
Linker.h
Module.h Reapply 63765. Patches for clang and llvm-gcc to follow. 2009-02-05 01:49:45 +00:00
ModuleProvider.h
OperandTraits.h
Pass.h Rename getAnalysisToUpdate to getAnalysisIfAvailable. 2009-01-28 13:14:17 +00:00
PassAnalysisSupport.h Rename getAnalysisToUpdate to getAnalysisIfAvailable. 2009-01-28 13:14:17 +00:00
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h add accessors 2009-01-31 07:34:19 +00:00
Value.h
ValueSymbolTable.h