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
*
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
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-8
/
+8
*
Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...
Evan Cheng
2013-05-05
1
-2
/
+19
*
Manually remove successors in if conversion when CopyAndPredicateBlock is used
Hal Finkel
2013-04-10
1
-0
/
+8
*
Avoid creating duplicate CFG edges in the IfConversion pass.
Jakob Stoklund Olesen
2013-01-24
1
-1
/
+1
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-1
/
+1
*
Use MachineInstrBuilder in a few CodeGen passes.
Jakob Stoklund Olesen
2012-12-20
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-9
/
+9
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
1
-2
/
+1
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+1
*
Start implementing pre-ra if-converter: using speculation and selects to elim...
Evan Cheng
2012-06-08
1
-6
/
+15
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-11
/
+10
*
If-converter models predicated defs as read + write. The read should be marke...
Evan Cheng
2012-05-30
1
-1
/
+2
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-5
/
+5
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-3
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-6
/
+5
*
Add a if-conversion optimization that allows 'true' side of a diamond to be
Evan Cheng
2011-12-19
1
-5
/
+91
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-7
/
+5
*
Added missing &. Fixes <rdar://problem/10393723>
Pete Cooper
2011-11-04
1
-1
/
+1
*
Fix typo in #include which revealed in the case-sensitive filesystem.
Jakub Staszak
2011-08-03
1
-1
/
+1
*
Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.
Jakub Staszak
2011-08-03
1
-29
/
+10
*
Revert patch which broke some IfConversion tests.
Jakub Staszak
2011-07-22
1
-10
/
+29
*
Fix typo in #include which revealed in the case-sensitive filesystem.
Jakub Staszak
2011-07-22
1
-1
/
+1
*
Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion.
Jakub Staszak
2011-07-21
1
-29
/
+10
*
Use BranchProbability instead of floating points in IfConverter.
Jakub Staszak
2011-07-10
1
-30
/
+29
*
Don't analyze block if it's not considered for ifcvt anymore.
Jakub Staszak
2011-07-10
1
-2
/
+3
[next]