llvm-6502/include/llvm
Chris Lattner b16f55f3c8 Tell TargetLoweringOpt whether it is running before
or after legalize.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45321 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-22 20:56:36 +00:00
..
ADT Removed scoped_ptr, as its functionality is subsumed by OwningPtr. 2007-12-21 00:15:29 +00:00
Analysis
Assembly
Bitcode Added some sectioning comments to Serialize.h. 2007-12-18 18:25:55 +00:00
CodeGen Add a new FGETSIGN operation, which defaults to expand on all 2007-12-22 20:47:56 +00:00
Config
Debugger
ExecutionEngine
Support Add m_Zero(). 2007-12-20 04:47:44 +00:00
System Added "GetCurrentDirectory()" to sys::Path. 2007-12-18 22:07:33 +00:00
Target Tell TargetLoweringOpt whether it is running before 2007-12-22 20:56:36 +00:00
Transforms
AbstractTypeUser.h
Argument.h
AutoUpgrade.h Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure 2007-12-17 22:33:23 +00:00
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Constant.h
Constants.h
DerivedTypes.h Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
Function.h Rename isNoReturn to doesNotReturn, and isNoUnwind to 2007-12-18 09:59:50 +00:00
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h remove obviously dead uses of IncludeFile. 2007-12-18 19:15:48 +00:00
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h When inlining through an 'nounwind' call, mark inlined 2007-12-19 21:13:37 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td Add a few more missing gcc builtin's. 2007-12-21 01:30:39 +00:00
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
LinkTimeOptimizer.h Revert my previous check-in. 2007-12-20 01:46:01 +00:00
Module.h
ModuleProvider.h
ParameterAttributes.h Make DAE not wipe out attributes on calls, and not drop 2007-12-21 19:16:16 +00:00
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h