index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
IfConversion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
1
-1
/
+1
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-5
/
+5
*
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-05-12
1
-2
/
+2
*
Revert 131172 as it is causing clang to miscompile itself. I will try
Rafael Espindola
2011-05-11
1
-2
/
+2
*
Add a late optimization to BranchFolding that hoist common instruction sequences
Evan Cheng
2011-05-11
1
-2
/
+2
*
If converter was being too cute. It look for root BBs (which don't have
Evan Cheng
2011-04-27
1
-18
/
+3
*
Prune includes.
Benjamin Kramer
2010-11-06
1
-0
/
+1
*
Two sets of changes. Sorry they are intermingled.
Evan Cheng
2010-11-03
1
-23
/
+36
*
When the "true" and "false" blocks of a diamond if-conversion are the same,
Bob Wilson
2010-10-26
1
-52
/
+46
*
Change if-conversion to keep track of the extra cost due to microcoded
Bob Wilson
2010-10-26
1
-11
/
+25
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+3
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Thread the determination of branch prediction hit rates back through the if-c...
Owen Anderson
2010-10-01
1
-23
/
+39
*
Silence msvc warnings.
Benjamin Kramer
2010-09-29
1
-6
/
+6
*
Give the if-converter access to MachineLoopInfo, and use it to generate plaus...
Owen Anderson
2010-09-28
1
-16
/
+50
[next]