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
/
ExecutionDepsFix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ExecutionDepsFix files to ExecutionDomainFix
Marina Yatsina
2018-01-22
1
-889
/
+0
*
ExecutionDepsFix refactoring:
Marina Yatsina
2018-01-22
1
-53
/
+67
*
ExecutionDepsFix refactoring:
Marina Yatsina
2018-01-22
1
-66
/
+0
*
ExecutionDepsFix refactoring:
Marina Yatsina
2018-01-22
1
-56
/
+49
*
ExecutionDepsFix refactoring:
Marina Yatsina
2018-01-22
1
-50
/
+40
*
ExecutionDepsFix refactoring:
Marina Yatsina
2018-01-22
1
-32
/
+38
*
ExecutionDepsFix refactoring:
Marina Yatsina
2018-01-22
1
-73
/
+41
*
Separate ExecutionDepsFix into 4 parts:
Marina Yatsina
2018-01-22
1
-142
/
+371
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-2
/
+2
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[ExecutionDepsFix] Don't recurse over the CFG
Keno Fischer
2017-04-05
1
-22
/
+23
*
[ExecutionDepsFix] Don't revisit true dependencies
Keno Fischer
2017-04-04
1
-6
/
+13
*
ExecutionDepsFix: Let targets specialize the pass; NFC
Matthias Braun
2017-03-18
1
-212
/
+2
*
ExecutionDepsFix: Normalize names; NFC
Matthias Braun
2017-03-18
1
-32
/
+32
*
[ExecutionDepsFix] Don't make copies of LiveReg objects when collecting opera...
Craig Topper
2017-02-25
1
-13
/
+8
*
[ExecutionDepsFix] Use range-based for loop. NFC
Craig Topper
2017-02-24
1
-2
/
+1
*
[ExecutionDepsFix] Improve clearance calculation for loops
Keno Fischer
2017-01-30
1
-85
/
+181
*
LivePhysReg: Use reference instead of pointer in init(); NFC
Matthias Braun
2016-12-08
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Fix for PR29010
Marina Yatsina
2016-08-17
1
-1
/
+5
*
Fixing bug committed in rev. 278321
Marina Yatsina
2016-08-17
1
-3
/
+6
*
Avoid false dependencies of undef machine operands
Marina Yatsina
2016-08-11
1
-0
/
+53
*
ExecutionDepsFix - Fix bug in clearance calculation
Marina Yatsina
2016-07-21
1
-2
/
+0
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-7
/
+7
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+2
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-1
/
+1
*
LivePhysRegs: Automatically determine presence of pristine regs.
Matthias Braun
2016-05-03
1
-1
/
+3
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
use range-based for-loops; NFCI
Sanjay Patel
2015-12-29
1
-9
/
+6
*
CodeGen: Start removing implicit conversions to/from list iterators, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-1
/
+1
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+2
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-3
/
+2
*
MachineRegisterInfo: Introduce isPhysRegUsed()
Matthias Braun
2015-08-18
1
-7
/
+6
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-4
/
+3
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-5
/
+7
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
remove function names from comments; NFC
Sanjay Patel
2015-03-15
1
-7
/
+6
*
fix typo: NFC
Sanjay Patel
2015-03-15
1
-1
/
+1
*
ExecutionDepsFix: Indizes -> Indices.
Matthias Braun
2015-03-06
1
-10
/
+10
*
Fix typo.
Eric Christopher
2015-03-06
1
-1
/
+1
*
ExecutionDepsFix: Correctly handle wide registers.
Matthias Braun
2014-12-17
1
-70
/
+71
*
Fixing -Wsign-compare warnings; NFC.
Aaron Ballman
2014-12-16
1
-1
/
+2
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-4
/
+11
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-1
/
+1
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
[next]