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
/
MachineLICM.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
*
[MachineLICM][X86][AMDGPU] Fix subtle bug in the updating of PhysRegClobbers ...
Craig Topper
2018-12-05
1
-1
/
+5
*
Don't create a temporary vector of loop blocks just to iterate over them.
Benjamin Kramer
2018-09-10
1
-4
/
+2
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-22
/
+23
*
[MachineLICM] Debug intrinsics shouldn't affect hoist decisions
Geoff Berry
2018-05-04
1
-0
/
+4
*
[MachineLICM] Re-enable hoisting of constant stores
Zaara Syeda
2018-04-09
1
-2
/
+9
*
[TargetSchedule] shrink interface for init(); NFCI
Sanjay Patel
2018-04-08
1
-1
/
+1
*
Disable [MachineLICM] Add functions to MachineLICM to hoist invariant stores
Zaara Syeda
2018-03-26
1
-1
/
+1
*
Re-commit: [MachineLICM] Add functions to MachineLICM to hoist invariant stores
Zaara Syeda
2018-03-23
1
-1
/
+83
*
Revert [MachineLICM] This reverts commit rL327856
Zaara Syeda
2018-03-19
1
-80
/
+1
*
[MachineLICM] Add functions to MachineLICM to hoist invariant stores
Zaara Syeda
2018-03-19
1
-1
/
+80
*
Split MachineLICM into EarlyMachineLICM and MachineLICM; NFC
Matthias Braun
2018-01-19
1
-54
/
+74
*
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
-6
/
+6
*
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
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-3
/
+3
*
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...
Eugene Zelenko
2017-09-22
1
-22
/
+40
*
[MachineLICM] Hoist TOC-based address instructions
Lei Huang
2017-06-15
1
-2
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-5
/
+5
*
Remove tailing whitespaces.
Michael Liao
2017-04-26
1
-5
/
+5
*
When instructions are hoisted out of loops by MachineLICM, remove their debug...
Wolfgang Pieb
2016-12-02
1
-0
/
+5
*
MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFC
Matthias Braun
2016-10-28
1
-1
/
+1
*
[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...
Justin Lebar
2016-09-10
1
-2
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
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
-12
/
+10
*
Codegen: LICM Remove check for exactly 1 register def.
Kyle Butt
2016-06-23
1
-1
/
+0
*
Fix DEBUG logs in MachineLICM.
Justin Lebar
2016-05-23
1
-7
/
+5
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
[MachineBasicBlock] Make the pass argument truly mandatory when
Quentin Colombet
2016-04-21
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
rangify; NFCI
Sanjay Patel
2016-01-06
1
-56
/
+31
*
[MachineLICM] Fix handling of memoperands
Philip Reames
2015-12-23
1
-2
/
+12
*
remove duplicated comments and don't repeat function names in comments; NFC
Sanjay Patel
2015-12-10
1
-142
/
+83
*
CodeGen: Continue removing ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-09
1
-2
/
+2
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+2
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-2
/
+2
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-4
/
+2
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-1
/
+1
*
MachineLICM: Use TargetSchedModel instead of just itineraries
Matthias Braun
2015-06-13
1
-11
/
+10
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-3
/
+3
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-1
/
+1
*
[MachineLICM] Use newer model of register pressure sets.
Daniel Jasper
2015-04-14
1
-43
/
+32
*
[MachineLICM] Cleanup, remove unused parameters. NFC.
Daniel Jasper
2015-04-08
1
-13
/
+7
[next]