aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/FaultMaps.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-19[FaultMaps] Make label formation a bit more explicit [NFC]Philip Reames1-3/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-11/+11
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-02-27[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-5/+6
2017-02-07[ImplicitNullCheck] Extend Implicit Null Check scope by using storesSanjoy Das1-0/+4
2015-06-23Revert "[FaultMaps] Move FaultMapParser to Object/"Sanjoy Das1-0/+36
2015-06-23[FaultMaps] Move FaultMapParser to Object/Sanjoy Das1-36/+0
2015-06-22Fix MSVC build.Sanjoy Das1-4/+3
2015-06-22[FaultMaps] Add a parser for the __llvm__faultmaps section.Sanjoy Das1-0/+37
2015-06-15Unbreak the build from r239740.Sanjoy Das1-4/+4
2015-06-15[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das1-0/+114