Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ImplicitNullCheck] Extend Implicit Null Check scope by using stores | Sanjoy Das | 2017-02-07 | 1 | -2/+39 |
* | [ImplicitNullCheck] Extend canReorder scope | Sanjoy Das | 2017-02-01 | 1 | -2/+44 |
* | [ImplicitNullChecks] Account for implicit-defs as well when updating the live... | Quentin Colombet | 2016-05-03 | 1 | -1/+1 |
* | [MachineBlockPlacement] Let the target optimize the branches at the end. | Quentin Colombet | 2016-05-02 | 1 | -4/+4 |
* | [X86] Model FAULTING_LOAD_OP as a terminator and branch. | Quentin Colombet | 2016-05-02 | 1 | -24/+24 |
* | [ImplicitNullChecks] Work with implicit defs. | Sanjoy Das | 2015-07-20 | 1 | -2/+49 |
* | [ImplicitNullChecks] Be smarter in picking the memory op. | Sanjoy Das | 2015-07-09 | 1 | -2/+42 |
* | [FaultMaps] Let the frontend pre-select implicit null check candidates. | Sanjoy Das | 2015-06-30 | 1 | -3/+5 |
* | [FaultMaps] Add a parser for the __llvm__faultmaps section. | Sanjoy Das | 2015-06-22 | 1 | -0/+20 |
* | [CodeGen] Add a pass to fold null checks into nearby memory operations. | Sanjoy Das | 2015-06-15 | 1 | -0/+118 |