index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
ImplicitNullChecks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ImplicitNullChecks] Account for implicit-defs as well when updating the live...
Quentin Colombet
2016-05-03
1
-7
/
+12
*
[X86] Model FAULTING_LOAD_OP as a terminator and branch.
Quentin Colombet
2016-05-02
1
-13
/
+8
*
[ImplicitNullChecks] Properly update the live-in of the block of the memory o...
Quentin Colombet
2016-04-27
1
-1
/
+10
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+5
*
[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier
2016-03-09
1
-5
/
+5
*
[ImplicitNulls] Add some clarifying comments; NFC
Sanjoy Das
2015-11-13
1
-1
/
+25
*
[ImplicitNulls] Fix wrapping by breaking up a condition, NFC
Sanjoy Das
2015-11-12
1
-4
/
+4
*
[ImplicitNull] Extract out a HazardDetector class, NFC
Sanjoy Das
2015-11-12
1
-53
/
+96
*
Introduce enum value for previously defined metadata -- make.implicit
Chen Li
2015-08-04
1
-1
/
+2
*
[ImplicitNullChecks] Work with implicit defs.
Sanjoy Das
2015-07-20
1
-6
/
+11
*
[ImplicitNullChecks] Fix a memory leak.
Sanjoy Das
2015-07-09
1
-1
/
+1
*
[ImplicitNullChecks] Be smarter in picking the memory op.
Sanjoy Das
2015-07-09
1
-8
/
+75
*
[FaultMaps] Add statistic to count the # of implicit null checks.
Sanjoy Das
2015-07-06
1
-0
/
+8
*
[FaultMaps] Let the frontend pre-select implicit null check candidates.
Sanjoy Das
2015-06-30
1
-0
/
+7
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-2
/
+2
*
[CodeGen] Add a pass to fold null checks into nearby memory operations.
Sanjoy Das
2015-06-15
1
-0
/
+261
[prev]