llvm/lib/CodeGen/GlobalISel
Benjamin Kramer 5fc394e871 Fix use-after-frees on memory allocated in a Recycler.
This will become asan errors once the patch lands that poisons the
memory after free. The x86 change is a hack, but I don't see how to
solve this properly at the moment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300867 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-20 18:29:14 +00:00
..
CallLowering.cpp Rename AttributeSet to AttributeList 2017-03-21 16:57:19 +00:00
CMakeLists.txt Revert "Localizer fun" 2017-04-01 01:26:21 +00:00
GlobalISel.cpp Revert "Localizer fun" 2017-04-01 01:26:21 +00:00
InstructionSelect.cpp [GlobalISel] Update DBG_VALUEs referencing DCE'd instructions. 2017-03-21 23:42:54 +00:00
InstructionSelector.cpp [GISEL]: Move getConstantVReg to Utils 2017-04-19 20:48:50 +00:00
IRTranslator.cpp [GlobalISel] Remove non-determinism from IRTranslator. 2017-04-19 06:38:37 +00:00
Legalizer.cpp Fix use-after-frees on memory allocated in a Recycler. 2017-04-20 18:29:14 +00:00
LegalizerHelper.cpp [globalisel] Enable tracing the legalizer with --debug-only=legalize-mir 2017-04-20 15:46:12 +00:00
LegalizerInfo.cpp [GlobalISel] LegalizerInfo: Enable legalization of non-power-of-2 types 2017-04-11 10:10:14 +00:00
LLVMBuild.txt Revert "Get GlobalISel to build on Linux after r286407" 2016-11-16 22:24:59 +00:00
MachineIRBuilder.cpp [GlobalISel] Support vector-of-pointers in LLT 2017-04-19 07:23:57 +00:00
RegBankSelect.cpp [GlobalISel] Emit opt remarks on isel fallbacks. 2017-02-23 21:05:42 +00:00
RegisterBank.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
RegisterBankInfo.cpp [RegBankSelect] Support REG_SEQUENCE for generic mapping 2017-04-01 01:26:14 +00:00
Utils.cpp [GISEL]: Move getConstantVReg to Utils 2017-04-19 20:48:50 +00:00