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
...
*
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
*
[CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzable terminators.
Ahmed Bougacha
2015-03-21
1
-0
/
+6
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Replace std::copy with a back inserter with vector append where feasible
Benjamin Kramer
2015-02-28
1
-6
/
+4
*
The subtarget is cached on the MachineFunction. Access it directly.
Eric Christopher
2015-01-27
1
-7
/
+5
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-1
/
+1
*
CodeGen: switch to a range based for loop
Saleem Abdulrasool
2014-08-09
1
-3
/
+4
*
[Branch probability] Recompute branch weights of tail-merged basic blocks.
Akira Hatanaka
2014-08-07
1
-2
/
+6
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-8
/
+6
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-7
/
+7
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-20
/
+21
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
PGO branch weight: fix PR18752.
Manman Ren
2014-02-07
1
-5
/
+4
*
PGO branch weight: update edge weights in IfConverter.
Manman Ren
2014-01-29
1
-0
/
+47
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Convert register liveness tracking to work on a sub-register level instead of...
Juergen Ributzka
2013-12-14
1
-24
/
+22
*
Revert "Convert liveness tracking to work on a sub-register level instead of ...
Andrew Trick
2013-12-13
1
-22
/
+24
*
Convert liveness tracking to work on a sub-register level instead of just reg...
Andrew Trick
2013-12-13
1
-24
/
+22
*
LiveRegUnits: Use *MBB for consistency and convenience.
Andrew Trick
2013-10-14
1
-6
/
+6
*
Use a SparseSet in LiveRegUnits.
Andrew Trick
2013-10-14
1
-19
/
+18
*
Convert LiveRegUnits methods to the current convention (it's new code).
Andrew Trick
2013-10-14
1
-12
/
+12
*
fConversion: Attempt #2 at fixing the MSVC build.
Benjamin Kramer
2013-10-11
1
-2
/
+2
*
IfConversion: Try to unbreak the MSVC build.
Benjamin Kramer
2013-10-11
1
-1
/
+1
*
Remove kill flags after if conversion if necessary
Matthias Braun
2013-10-11
1
-66
/
+89
*
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
2013-09-30
1
-7
/
+13
*
[ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Joey Gouly
2013-09-09
1
-21
/
+18
*
Fix a bug in IfConverter with nested predicates.
Quentin Colombet
2013-07-24
1
-3
/
+3
[prev]
[next]