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
*
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
/
+2
*
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...
Eugene Zelenko
2017-09-22
1
-20
/
+35
*
[IfConversion] More simple, correct dead/kill liveness handling
Krzysztof Parzyszek
2017-09-14
1
-52
/
+3
*
[IfConversion] Remove kill flags from common instructions as well
Krzysztof Parzyszek
2017-09-06
1
-4
/
+6
*
[IfConversion] Maintain the CFG when predicating/merging blocks in IfConvert*
Mikael Holmen
2017-08-11
1
-38
/
+21
*
[IfConversion] Hoist removeBranch calls out of if/else clauses [NFC]
Mikael Holmen
2017-06-26
1
-4
/
+9
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Revert "[IfConversion] Keep the CFG updated incrementally in IfConvertTriangle"
Tobias Grosser
2017-05-29
1
-21
/
+6
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-3
/
+3
*
[IfConversion] Keep the CFG updated incrementally in IfConvertTriangle
Mikael Holmen
2017-05-12
1
-6
/
+21
*
[IfConversion] Add missing check in IfConversion/canFallThroughTo
Mikael Holmen
2017-05-10
1
-1
/
+2
*
[IfConversion] Only renormalize probabilities if branches are analyzable
Krzysztof Parzyszek
2017-03-06
1
-2
/
+4
*
[IfConversion] Use reverse_iterator to simplify. NFC
Kyle Butt
2017-01-26
1
-70
/
+35
*
CodeGen: Assert that liveness is up to date when reading block live-ins.
Matthias Braun
2017-01-05
1
-17
/
+25
*
[codegen] Add generic functions to skip debug values.
Florian Hahn
2016-12-16
1
-34
/
+14
*
LivePhysReg: Use reference instead of pointer in init(); NFC
Matthias Braun
2016-12-08
1
-5
/
+5
*
CodeGen/Passes: Pass MachineFunction as functor arg; NFC
Matthias Braun
2016-10-24
1
-5
/
+4
*
IfConversion: Add implicit uses for redefined regs with live subregisters
Krzysztof Parzyszek
2016-09-28
1
-0
/
+11
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-23
/
+23
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-4
/
+4
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
1
-2
/
+1
*
IfConversion: Add assertions that both sides of a diamond don't pred-clobber.
Kyle Butt
2016-09-02
1
-2
/
+3
*
IfConversion: Fix bug introduced by rescanning diamonds.
Kyle Butt
2016-09-02
1
-1
/
+1
*
IfConversion: Don't count branches in # of duplicates.
Kyle Butt
2016-09-02
1
-1
/
+3
*
IfConversion: Fix branch predication bug.
Kyle Butt
2016-08-29
1
-20
/
+61
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
CodeGen: If Convert blocks that would form a diamond when tail-merged.
Kyle Butt
2016-08-24
1
-74
/
+277
*
IfConversion: Rescan diamonds.
Kyle Butt
2016-08-24
1
-52
/
+162
*
Revert "IfConversion: Rescan diamonds."
Kyle Butt
2016-08-19
1
-115
/
+34
*
Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged."
Kyle Butt
2016-08-19
1
-287
/
+78
*
CodeGen: If Convert blocks that would form a diamond when tail-merged.
Kyle Butt
2016-08-18
1
-78
/
+287
*
IfConversion: Rescan diamonds.
Kyle Butt
2016-08-18
1
-34
/
+115
*
IfConversion: Handle inclusive ranges more carefully.
Kyle Butt
2016-08-18
1
-22
/
+56
*
IfConversion: Use references instead of pointers where possible; NFC
Matthias Braun
2016-08-17
1
-124
/
+134
*
IfConversion: Use range based for; NFC
Matthias Braun
2016-08-17
1
-35
/
+23
*
IfConversion: Improve doxygen comments
Matthias Braun
2016-08-17
1
-63
/
+46
*
Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged."
Diana Picus
2016-08-14
1
-351
/
+65
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-6
/
+4
*
If-conversion incorrectly calculates liveness of redefined registers
Krzysztof Parzyszek
2016-08-11
1
-2
/
+7
*
CodeGen: If Convert blocks that would form a diamond when tail-merged.
Kyle Butt
2016-08-10
1
-65
/
+351
*
Revert r277905, it caused PR28894
Nico Weber
2016-08-07
1
-345
/
+66
*
[CodeGen] Fix a -Wdocumentation warning
David Majnemer
2016-08-06
1
-1
/
+1
*
CodeGen: If Convert blocks that would form a diamond when tail-merged.
Kyle Butt
2016-08-06
1
-66
/
+345
*
IfConverter: Split ScanInstructions into 2 functions.
Kyle Butt
2016-08-06
1
-13
/
+27
*
IfConversion: Document countDuplicatedInstructions. NFC
Kyle Butt
2016-08-06
1
-0
/
+12
*
IfConversion: factor out 2 functions to skip debug instrs. NFC
Kyle Butt
2016-08-06
1
-24
/
+32
*
[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
[next]