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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
Francis Visoiu Mistrih
2018-11-28
1
-3
/
+3
*
Replace most users of UnknownSize with LocationSize::unknown(); NFC
George Burgess IV
2018-10-10
1
-5
/
+5
*
Fix typos. NFC
Fangrui Song
2018-09-08
1
-1
/
+1
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-1
/
+1
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-1
/
+1
*
[ImplicitNullChecks] Check for rewrite of register used in 'test' instruction
Max Kazantsev
2018-07-04
1
-2
/
+26
*
[CodeGen] Use MachineInstr::getOperand(0) instead of gets the defs iterator_r...
Craig Topper
2018-05-16
1
-1
/
+1
*
[STLExtras] Add size() for ranges, and remove distance()
Vedant Kumar
2018-05-16
1
-1
/
+1
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-2
/
+1
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-17
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-2
/
+2
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-5
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Fix implicit null check with negative offset
Yichao Yu
2017-10-17
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-29
1
-13
/
+27
*
[ImplicitNullCheck] Fix the bug when dependent instruction accesses memory
Serguei Katkov
2017-08-09
1
-1
/
+3
*
[ImplicitNullChecks] Uphold an invariant in areMemoryOpsAliased
Serguei Katkov
2017-06-21
1
-24
/
+15
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-5
/
+5
*
ImplicitNullChecks: Clear kill/dead flags when moving instructions around
Matthias Braun
2017-05-31
1
-2
/
+14
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
[INC] Test commit. NFC.
Serguei Katkov
2017-04-12
1
-1
/
+1
*
[ImplicitNullCheck] Add alias analysis usage
Sanjoy Das
2017-02-28
1
-27
/
+75
*
[ImplicitNullCheck] Extend Implicit Null Check scope by using stores
Sanjoy Das
2017-02-07
1
-47
/
+74
*
[ImplicitNullCheck] Extend canReorder scope
Sanjoy Das
2017-02-01
1
-3
/
+4
*
[ImplicitNullCheck] NFC isSuitableMemoryOp cleanup
Sanjoy Das
2017-02-01
1
-13
/
+23
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-1
/
+1
*
NFC code motion in ImplicitNullChecks
Sanjoy Das
2016-12-23
1
-96
/
+106
*
Reimplement depedency tracking in the ImplicitNullChecks pass
Sanjoy Das
2016-12-23
1
-201
/
+193
*
Delete dead code and add asserts instead; NFC
Sanjoy Das
2016-11-17
1
-7
/
+3
*
[ImplicitNullCheck] Fix an edge case where we were hoisting incorrectly
Sanjoy Das
2016-11-17
1
-1
/
+19
*
[ImplicitNullChecks] Do not not handle call MachineInstrs
Sanjoy Das
2016-11-16
1
-1
/
+4
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-1
/
+1
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-6
/
+6
*
[ImplicitNullChecks] Hoist trivial depdendencies if possible
Sanjoy Das
2016-06-22
1
-20
/
+159
*
[ImplicitNullCchecks] NFC cleanup
Sanjoy Das
2016-06-21
1
-13
/
+20
*
[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
[next]