llvm-6502/include/llvm
Matt Arsenault 4bacfe2095 Add generic fmad DAG node.
This allows sharing of FMA forming combines to work
with instructions that have the same semantics as a separate
multiply and add.

This is expand by default, and only formed post legalization
so it shouldn't have much impact on targets that do not want it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230070 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-20 22:10:33 +00:00
..
ADT Introduce bitset metadata format and bitset lowering pass. 2015-02-20 20:30:47 +00:00
Analysis [LoopAccesses] Change LAA:getInfo to return a constant reference 2015-02-19 19:15:21 +00:00
AsmParser
Bitcode
CodeGen Add generic fmad DAG node. 2015-02-20 22:10:33 +00:00
Config [Support/Timer] Make GetMallocUsage() aware of jemalloc. 2015-02-19 07:27:14 +00:00
DebugInfo
ExecutionEngine [Orc] Add a new JITSymbol constructor to build a symbol from an existing address. 2015-02-20 06:48:29 +00:00
IR IR: Change MDFile to directly store the filename/directory 2015-02-20 20:35:17 +00:00
IRReader
LineEditor
Linker
LTO
MC Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures. 2015-02-19 11:38:11 +00:00
Object [Objdump] Fixing crash when printing symbols in ELF sections with special types. 2015-02-18 23:00:22 +00:00
Option
ProfileData InstrProf: Handle unknown functions if they consist only of zero-regions 2015-02-18 18:40:46 +00:00
Support Put MSVC back into the dumb compiler's corner. 2015-02-20 16:35:42 +00:00
TableGen
Target Add generic fmad DAG node. 2015-02-20 22:10:33 +00:00
Transforms Introduce bitset metadata format and bitset lowering pass. 2015-02-20 20:30:47 +00:00
CMakeLists.txt
InitializePasses.h Introduce bitset metadata format and bitset lowering pass. 2015-02-20 20:30:47 +00:00
LinkAllIR.h
LinkAllPasses.h
module.modulemap [modules] Fix typo in DIA exclusion in module map. 2015-02-18 00:21:45 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h