llvm-6502/include/llvm/IR
Matt Arsenault d9b35435b8 R600/SI: Add intrinsics for various math instructions.
These will be used for custom lowering and for library
implementations of various math functions, so it's useful
to expose these as builtins.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211247 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-19 01:19:19 +00:00
..
Argument.h
AssemblyAnnotationWriter.h
Attributes.h Add a new attribute called 'jumptable' that creates jump-instruction tables for functions marked with this attribute. 2014-06-05 19:29:43 +00:00
AutoUpgrade.h
BasicBlock.h
CallingConv.h
CallSite.h
CFG.h
CMakeLists.txt
Constant.h Add a Constant version of stripPointerCasts. 2014-06-04 19:01:48 +00:00
ConstantFolder.h
ConstantRange.h
Constants.h
DataLayout.h
DebugInfo.h
DebugLoc.h Add missing const specifier to a const method. 2014-06-05 14:32:15 +00:00
DerivedTypes.h
DiagnosticInfo.h Remove some redundant doc comments 2014-06-03 19:06:49 +00:00
DiagnosticPrinter.h
DIBuilder.h
Dominators.h
Function.h
GetElementPtrTypeIterator.h
GlobalAlias.h Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
GlobalObject.h Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
GlobalValue.h Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
GlobalVariable.h
GVMaterializer.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
InlineAsm.h
InstIterator.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h IR: add "cmpxchg weak" variant to support permitted failure. 2014-06-13 14:24:07 +00:00
InstVisitor.h
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsAArch64.td AArch64: Add backend intrinsic for rbit. 2014-06-16 21:55:35 +00:00
IntrinsicsARM.td ARM: intrinsic support for rbit. 2014-06-16 21:55:30 +00:00
IntrinsicsHexagon.td
IntrinsicsMips.td
IntrinsicsNVVM.td
IntrinsicsPowerPC.td
IntrinsicsR600.td R600/SI: Add intrinsics for various math instructions. 2014-06-19 01:19:19 +00:00
IntrinsicsX86.td Add AVX512 masked leadz instrinsic support. 2014-06-11 12:54:45 +00:00
IntrinsicsXCore.td
IRBuilder.h
IRPrintingPasses.h
LeakDetector.h
LegacyPassManager.h
LegacyPassManagers.h
LegacyPassNameParser.h Do not register and de-register PassRegistrationListeners during 2014-06-12 00:16:36 +00:00
LLVMContext.h
Mangler.h
MDBuilder.h
Metadata.h
Module.h Revert "Random Number Generator (llvm)" 2014-06-18 06:33:23 +00:00
NoFolder.h
OperandTraits.h
Operator.h
PassManager.h
PatternMatch.h
PredIteratorCache.h
SymbolTableListTraits.h
Type.h
TypeBuilder.h
TypeFinder.h
Use.h
User.h Reorder Value and User fields to save 8 bytes of padding on 64-bit 2014-06-09 23:32:20 +00:00
Value.h Reorder Value and User fields to save 8 bytes of padding on 64-bit 2014-06-09 23:32:20 +00:00
ValueHandle.h
ValueMap.h Replace Execution Engine's mutex with std::recursive_mutex. 2014-06-18 20:17:35 +00:00
ValueSymbolTable.h
Verifier.h