summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/implicit-null-check.ll
AgeCommit message (Expand)Author
2017-10-17Fix implicit null check with negative offsetYichao Yu
2017-02-07[ImplicitNullCheck] Extend Implicit Null Check scope by using storesSanjoy Das
2017-02-01[ImplicitNullCheck] Extend canReorder scopeSanjoy Das
2016-05-03[ImplicitNullChecks] Account for implicit-defs as well when updating the live...Quentin Colombet
2016-05-02[MachineBlockPlacement] Let the target optimize the branches at the end.Quentin Colombet
2016-05-02[X86] Model FAULTING_LOAD_OP as a terminator and branch.Quentin Colombet
2015-07-20[ImplicitNullChecks] Work with implicit defs.Sanjoy Das
2015-07-09[ImplicitNullChecks] Be smarter in picking the memory op.Sanjoy Das
2015-06-30[FaultMaps] Let the frontend pre-select implicit null check candidates.Sanjoy Das
2015-06-22[FaultMaps] Add a parser for the __llvm__faultmaps section.Sanjoy Das
2015-06-15[CodeGen] Add a pass to fold null checks into nearby memory operations.Sanjoy Das