projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction.
[oota-llvm.git]
/
lib
/
CodeGen
/
IfConversion.cpp
2015-08-05
Cong Hou
Record whether the weights on out-edges from a MBB...
blob
|
commitdiff
|
raw
2015-06-24
Akira Hatanaka
[If Converter] Convert recursion to iteration.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Benjamin Kramer
[MachineBasicBlock] Add getFirstNonDebugInstr to comple...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-08
Akira Hatanaka
[ARM] Pass a callback to FunctionPass constructors...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
Matthias Braun
MachineInstr: Remove unused parameter.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-14
Matthias Braun
Remove MCInstrItineraries includes in parts that don...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
Pete Cooper
Handle dead defs in the if converter.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
Pete Cooper
Fix IfConverter to handle regmask machine operands.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
Pete Cooper
Refactor UpdatePredRedefs and StepForward to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
Pete Cooper
Revert "Refactor UpdatePredRedefs and StepForward to...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
Pete Cooper
Revert "Fix IfConverter to handle regmask machine opera...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
Pete Cooper
Fix IfConverter to handle regmask machine operands.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
Pete Cooper
Refactor UpdatePredRedefs and StepForward to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-21
Ahmed Bougacha
[CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzabl...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-09
David Blaikie
Simplify expressions involving boolean constants with...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-28
Benjamin Kramer
Replace std::copy with a back inserter with vector...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Eric Christopher
The subtarget is cached on the MachineFunction. Access...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-14
Eric Christopher
Remove unnecessary TargetMachine.h includes.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-02
Pete Cooper
Change MCSchedModel to be a struct of statically initia...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-09
Saleem Abdulrasool
CodeGen: switch to a range based for loop
blob
|
commitdiff
|
raw
|
diff to current
2014-08-07
Akira Hatanaka
[Branch probability] Recompute branch weights of tail...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Eric Christopher
Have MachineFunction cache a pointer to the subtarget...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Remove potential ODR violations by sinking...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-07
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::next and llvm::prior with std...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-07
Manman Ren
PGO branch weight: fix PR18752.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-29
Manman Ren
PGO branch weight: update edge weights in IfConverter.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-14
Juergen Ributzka
Convert register liveness tracking to work on a sub...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-13
Andrew Trick
Revert "Convert liveness tracking to work on a sub...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-13
Andrew Trick
Convert liveness tracking to work on a sub-register...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Andrew Trick
LiveRegUnits: Use *MBB for consistency and convenience.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Andrew Trick
Use a SparseSet in LiveRegUnits.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Andrew Trick
Convert LiveRegUnits methods to the current convention...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Benjamin Kramer
fConversion: Attempt #2 at fixing the MSVC build.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Benjamin Kramer
IfConversion: Try to unbreak the MSVC build.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Matthias Braun
Remove kill flags after if conversion if necessary
blob
|
commitdiff
|
raw
|
diff to current
2013-09-30
Arnold Schwaighofer
IfConverter: Use TargetSchedule for instruction latencies
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Joey Gouly
[ARMv8] Prevent generation of deprecated IT blocks...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-24
Quentin Colombet
Fix a bug in IfConverter with nested predicates.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-22
Chad Rosier
Simplify logic now that r182490 is in place. No functi...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-05
Evan Cheng
Teach if-converter to avoid removing BBs whose addresse...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-10
Hal Finkel
Manually remove successors in if conversion when CopyAn...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-24
Jakob Stoklund Olesen
Avoid creating duplicate CFG edges in the IfConversion...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-11
Benjamin Kramer
Split TargetLowering into a CodeGen and a SelectionDAG...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Jakob Stoklund Olesen
Use MachineInstrBuilder in a few CodeGen passes.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
Benjamin Kramer
Reduce duplicated hash map lookups.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
Craig Topper
Add a getName function to MachineFunction. Use it in...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-08
Evan Cheng
Start implementing pre-ra if-converter: using speculati...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-01
Jakob Stoklund Olesen
Switch all register list clients to the new MC*Iterator...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-30
Evan Cheng
If-converter models predicated defs as read + write...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-05
Craig Topper
Convert more GenRegisterInfo tables from unsigned to...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-08
Andrew Trick
Codegen pass definition cleanup. No functionality.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-05
Craig Topper
Convert assert(0) to llvm_unreachable
blob
|
commitdiff
|
raw
|
diff to current
2011-12-19
Evan Cheng
Add a if-conversion optimization that allows 'true...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Evan Cheng
Add bundle aware API for querying instruction propertie...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-04
Pete Cooper
Added missing &. Fixes <rdar://problem/10393723>
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jakub Staszak
Fix typo in #include which revealed in the case-sensiti...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jakub Staszak
Use MachineBranchProbabilityInfo in If-Conversion inste...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-22
Jakub Staszak
Revert patch which broke some IfConversion tests.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-22
Jakub Staszak
Fix typo in #include which revealed in the case-sensiti...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Jakub Staszak
Use MachineBranchProbabilityInfo instead of MachineLoop...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-10
Jakub Staszak
Use BranchProbability instead of floating points in...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-10
Jakub Staszak
Don't analyze block if it's not considered for ifcvt...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-29
Evan Cheng
Sink SubtargetFeature and TargetInstrItineraries (renam...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-28
Evan Cheng
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-12
Evan Cheng
Re-commit 131172 with fix. MachineInstr identity checks...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-11
Rafael Espindola
Revert 131172 as it is causing clang to miscompile...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-11
Evan Cheng
Add a late optimization to BranchFolding that hoist...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-27
Evan Cheng
If converter was being too cute. It look for root BBs...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-06
Benjamin Kramer
Prune includes.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Evan Cheng
Two sets of changes. Sorry they are intermingled.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Bob Wilson
When the "true" and "false" blocks of a diamond if...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Bob Wilson
Change if-conversion to keep track of the extra cost...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Owen Anderson
Get rid of static constructors for pass registration...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-12
Owen Anderson
Begin adding static dependence information to passes...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Owen Anderson
Now with fewer extraneous semicolons!
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Owen Anderson
Thread the determination of branch prediction hit rates...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Benjamin Kramer
Silence msvc warnings.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Owen Anderson
Give the if-converter access to MachineLoopInfo, and...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Owen Anderson
Part one of switching to using a more sane heuristic...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-10
Evan Cheng
Teach if-converter to be more careful with predicating...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Reapply r110396, with fixes to appease the Linux buildb...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Revert r110396 to fix buildbots.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Owen Anderson
Don't use PassInfo* as a type identifier for passes...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Owen Anderson
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
blob
|
commitdiff
|
raw
|
diff to current
2010-06-29
Bob Wilson
Reapply my if-conversion cleanup from svn r106939 with...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-28
Jim Grosbach
new, no longer brain-dead, r106907
blob
|
commitdiff
|
raw
|
diff to current
2010-06-28
Daniel Dunbar
Revert r106907, "make sure to handle dbg_value instruct...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-26
Bob Wilson
Revert my if-conversion cleanup since it caused a bunch...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-26
Bob Wilson
Clean up some problems with extra CFG edges being intro...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-25
Jim Grosbach
make sure to handle dbg_value instructions in the middl...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-25
Evan Cheng
Change if-conversion block size limit checks to add...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-25
Jim Grosbach
80 column and typo fix
blob
|
commitdiff
|
raw
|
diff to current
2010-06-22
Dan Gohman
Use pre-increment instead of post-increment when the...
blob
|
commitdiff
|
raw
|
diff to current
next