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
/
IfConversion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[IfConversion] Bugfix: Don't use undef flag while adding use operands.
Jonas Paulsson
2016-08-03
1
-3
/
+16
*
Codegen: IfConversion: Factor out a function to count dup instrs.
Kyle Butt
2016-07-27
1
-40
/
+64
*
Codegen: IfConversion: add const qualifier. NFC
Kyle Butt
2016-07-27
1
-2
/
+2
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-5
/
+5
*
CodeGen: Use MachineInstr& in IfConversion, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-9
/
+9
*
Revert r273545, "[IfConversion] Bugfix: Don't use undef flag while adding use...
Peter Collingbourne
2016-06-24
1
-16
/
+3
*
[IfConversion] Bugfix: Don't use undef flag while adding use operands.
Jonas Paulsson
2016-06-23
1
-3
/
+16
*
Move instances of std::function.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Reapply "[MBP] Reduce code size by running tail merging in MBP.""
Haicheng Wu
2016-06-09
1
-4
/
+3
*
Revert "[MBP] Reduce code size by running tail merging in MBP."
Haicheng Wu
2016-06-07
1
-3
/
+4
*
[BranchFolding] Replace MachineBlockFrequencyInfo with MBFIWrapper. NFC.
Haicheng Wu
2016-06-06
1
-4
/
+3
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-1
/
+2
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-1
/
+2
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-6
/
+6
*
[ifcnv] Don't duplicate blocks that contain convergent instructions.
Justin Lebar
2016-04-15
1
-1
/
+31
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
[ifcnv] Add brief comment explaining what ifcnv is.
Justin Lebar
2016-04-01
1
-1
/
+2
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-2
/
+2
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-28
/
+26
*
Revert "[ifcnv] Add comment explaining why it's OK to duplicate convergent MI...
Justin Lebar
2016-02-22
1
-5
/
+1
*
[ifcnv] Add comment explaining why it's OK to duplicate convergent MIs in ifcnv.
Justin Lebar
2016-02-22
1
-1
/
+5
*
[ifcnv] Use unique_ptr in IfConversion. NFC
Justin Lebar
2016-02-22
1
-26
/
+26
*
Proper handling of diamond-like cases in if-conversion
Krzysztof Parzyszek
2016-01-20
1
-15
/
+52
*
Fix PR25838.
Cong Hou
2015-12-17
1
-0
/
+6
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
1
-4
/
+8
*
Delete a duplicate branch in IfConversion.cpp. NFC.
Cong Hou
2015-12-10
1
-9
/
+0
*
Fix a bug in IfConversion.cpp.
Cong Hou
2015-12-01
1
-3
/
+2
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-86
/
+69
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-69
/
+86
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-86
/
+69
*
CodeGen: Remove more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-11
/
+9
*
Update edge weights properly when merging blocks in if-conversion.
Cong Hou
2015-09-18
1
-6
/
+70
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-6
/
+6
*
Revert r244154 which causes some build failure. See https://llvm.org/bugs/sho...
Cong Hou
2015-08-06
1
-6
/
+4
*
Record whether the weights on out-edges from a MBB are normalized.
Cong Hou
2015-08-05
1
-4
/
+6
*
[If Converter] Convert recursion to iteration.
Akira Hatanaka
2015-06-24
1
-126
/
+155
*
[MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstr
Benjamin Kramer
2015-06-23
1
-8
/
+2
*
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
*
[ARM] Pass a callback to FunctionPass constructors to enable skipping execution
Akira Hatanaka
2015-06-08
1
-1
/
+12
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-4
/
+3
*
Remove MCInstrItineraries includes in parts that don't use them anymore
Matthias Braun
2015-05-14
1
-1
/
+0
*
Handle dead defs in the if converter.
Pete Cooper
2015-05-06
1
-2
/
+8
*
Fix IfConverter to handle regmask machine operands.
Pete Cooper
2015-05-05
1
-1
/
+14
*
Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC
Pete Cooper
2015-05-05
1
-21
/
+14
*
Revert "Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC"
Pete Cooper
2015-05-05
1
-14
/
+21
*
Revert "Fix IfConverter to handle regmask machine operands."
Pete Cooper
2015-05-05
1
-14
/
+0
*
Fix IfConverter to handle regmask machine operands.
Pete Cooper
2015-05-05
1
-0
/
+14
*
Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC
Pete Cooper
2015-05-05
1
-21
/
+14
[prev]
[next]