llvm-6502/include/llvm
Nate Begeman 405e3ecb56 Invert the TargetLowering flag that controls divide by consant expansion.
Add a new flag to TargetLowering indicating if the target has really cheap
  signed division by powers of two, make ppc use it.  This will probably go
  away in the future.
Implement some more ISD::SDIV folds in the dag combiner
Remove now dead code in the x86 backend.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23853 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-21 00:02:42 +00:00
..
ADT Wrap long lines 2005-08-24 14:03:07 +00:00
Analysis new method 2005-09-12 17:03:16 +00:00
Assembly
Bytecode
CodeGen add a new method 2005-10-20 07:37:59 +00:00
Config For PR616: 2005-08-24 10:07:20 +00:00
Debugger
ExecutionEngine
Support Fix errors when compiling with -pedantic 2005-10-14 00:33:05 +00:00
System For PR616: 2005-08-24 10:07:20 +00:00
Target Invert the TargetLowering flag that controls divide by consant expansion. 2005-10-21 00:02:42 +00:00
Transforms Make this work with the internalize change 2005-10-19 01:41:47 +00:00
AbstractTypeUser.h
Argument.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Constant.h Change the signature of replaceUsesOfWithOnConstant to take a Use* and not 2005-10-04 18:12:13 +00:00
Constants.h Change the signature of replaceUsesOfWithOnConstant to take a Use* and not 2005-10-04 18:12:13 +00:00
DerivedTypes.h
Function.h
GlobalValue.h
GlobalVariable.h Change the signature of replaceUsesOfWithOnConstant to take a Use* and not 2005-10-04 18:12:13 +00:00
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h
Linker.h
Module.h
ModuleProvider.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h
SymbolTableListTraits.h
Type.h
Use.h
User.h
Value.h remove a comma to compile with pedantic gcc 2005-10-08 01:24:19 +00:00