llvm-project/llvm/lib/CodeGen/SelectionDAG
Amy Huang 153f20057c Revert "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG" and
and partial fix.
Causes windows buildbot errors.

This reverts commit 6e65c34523963094acd0d6c94a5f5c64b32fe6aa and
53da7ca943.

llvm-svn: 367496
2019-07-31 23:59:31 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Migrate some more fadd and fsub cases away from UnsafeFPMath control to utilize NoSignedZerosFPMath options control 2019-07-31 21:57:28 +00:00
FastISel.cpp [COFF] Change a variable type to be const in the HeapAllocSite map. 2019-07-18 18:22:52 +00:00
FunctionLoweringInfo.cpp Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
InstrEmitter.cpp Allow target to handle STRICT floating-point nodes 2019-06-05 22:33:10 +00:00
InstrEmitter.h [SelectionDAG] Enhance the simplification of `copyto` from `implicit-def`. 2019-05-27 18:26:29 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LegalizeDAG.cpp [SelectionDAG] Simplify some calls to getSetCCResultType. NFC 2019-07-09 10:27:51 +00:00
LegalizeFloatTypes.cpp [CodeGen] Add lrint/llrint builtins 2019-05-28 20:47:44 +00:00
LegalizeIntegerTypes.cpp [SelectionDAG] Simplify some calls to getSetCCResultType. NFC 2019-07-09 10:27:51 +00:00
LegalizeTypes.cpp Propagate fmf for setcc in SDAG for select folds 2019-06-03 21:53:26 +00:00
LegalizeTypes.h [SelectionDAG] Legalize vaargs that require vector splitting 2019-06-18 12:24:02 +00:00
LegalizeTypesGeneric.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LegalizeVectorOps.cpp [VectorLegalizer] ExpandANY_EXTEND_VECTOR_INREG/ExpandZERO_EXTEND_VECTOR_INREG - widen source vector 2019-06-25 11:31:37 +00:00
LegalizeVectorTypes.cpp [SelectionDAG] Simplify some calls to getSetCCResultType. NFC 2019-07-09 10:27:51 +00:00
ResourcePriorityQueue.cpp Implementation of asm-goto support in LLVM 2019-02-08 20:48:56 +00:00
SDNodeDbgValue.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ScheduleDAGFast.cpp Implementation of asm-goto support in LLVM 2019-02-08 20:48:56 +00:00
ScheduleDAGRRList.cpp [ScheduleDAGRRList] Recompute topological ordering on demand. 2019-04-17 15:05:29 +00:00
ScheduleDAGSDNodes.cpp Revert "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG" and 2019-07-31 23:59:31 +00:00
ScheduleDAGSDNodes.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ScheduleDAGVLIW.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SelectionDAG.cpp Migrate some more fadd and fsub cases away from UnsafeFPMath control to utilize NoSignedZerosFPMath options control 2019-07-31 21:57:28 +00:00
SelectionDAGAddressAnalysis.cpp [DAGCombiner] Unify Lifetime and memory Op aliasing. 2019-03-27 14:14:46 +00:00
SelectionDAGBuilder.cpp Added address-space mangling for stack related intrinsics 2019-07-22 12:42:48 +00:00
SelectionDAGBuilder.h Factor out SelectionDAG's switch analysis and lowering into a separate component. 2019-06-08 00:05:17 +00:00
SelectionDAGDumper.cpp [CodeGen] Add lrint/llrint builtins 2019-05-28 20:47:44 +00:00
SelectionDAGISel.cpp TableGen: Support physical register inputs > 255 2019-07-22 15:02:34 +00:00
SelectionDAGPrinter.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SelectionDAGTargetInfo.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StatepointLowering.cpp Move variable out from debug only section. 2019-07-23 02:59:15 +00:00
StatepointLowering.h [FastISel] Fix crash for gc.relocate lowring 2019-04-05 05:41:08 +00:00
TargetLowering.cpp [TargetLowering] SimplifyMultipleUseDemandedBits - add BITCAST pass through support (Reapplied) 2019-07-27 14:11:59 +00:00