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
/
TailDuplication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+2
*
Changed the liveness tracking in the RegisterScavenger
Pedro Artigas
2014-08-04
1
-3
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-3
/
+1
*
[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
-11
/
+11
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
1
-5
/
+3
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-4
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass to
Akira Hatanaka
2014-02-12
1
-2
/
+14
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-2
/
+0
*
Fix build by replacing '>>' with '> >'
Tobias Grosser
2013-07-14
1
-7
/
+5
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-13
/
+13
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-2
/
+2
*
Use MachineInstrBuilder in a few CodeGen passes.
Jakob Stoklund Olesen
2012-12-20
1
-4
/
+3
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-9
/
+9
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+2
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Stop leaking RegScavengers from TailDuplication.
Benjamin Kramer
2012-06-06
1
-3
/
+4
*
Teach taildup to update livein set. rdar://11538365
Evan Cheng
2012-05-30
1
-0
/
+25
*
Constrain register classes in TailDup.
Jakob Stoklund Olesen
2012-05-20
1
-3
/
+5
*
Make post-ra tail duplication bundle safe. No test case as recent codegen
Evan Cheng
2012-02-20
1
-3
/
+6
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-4
/
+4
*
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
1
-6
/
+7
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-5
/
+5
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-2
/
+1
*
Trim an unneeded header.
Jakob Stoklund Olesen
2011-08-09
1
-0
/
+1
*
Move most of the pre BB code to TailDuplicateAndUpdate. Change the
Rafael Espindola
2011-07-04
1
-112
/
+125
*
Reduce indentation and fix the count of how many PHIs we have inserted.
Rafael Espindola
2011-07-04
1
-75
/
+80
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-2
/
+2
*
Simplify
Rafael Espindola
2011-06-24
1
-14
/
+6
*
Now that bb with phis are not considered simple, duplicate them even if
Rafael Espindola
2011-06-24
1
-12
/
+18
*
Simplify now that blocks with phis are not considered simple.
Rafael Espindola
2011-06-24
1
-15
/
+0
*
Move more logic to shouldTailDuplicate and only duplicate regular bb before
Rafael Espindola
2011-06-23
1
-21
/
+45
*
Reenable tail duplication of bb with just an unconditional jump, but
Rafael Espindola
2011-06-22
1
-4
/
+4
*
Revert r133607. This is causing failures in the Clang gccTestSuite.
Chad Rosier
2011-06-22
1
-3
/
+3
*
Reenable the optimization added in 133415, but change the definition of a "si...
Rafael Espindola
2011-06-22
1
-3
/
+3
*
Disable again.
Rafael Espindola
2011-06-20
1
-1
/
+1
*
Re enable 133415 with two fixes
Rafael Espindola
2011-06-20
1
-3
/
+8
*
Disable the logic added by rafael in commit 133415 to see if it brings the
Duncan Sands
2011-06-20
1
-1
/
+1
*
Fix MSVC build. next() function already exists in the MSVC headers. This crea...
Francois Pichet
2011-06-20
1
-1
/
+1
*
Teach early dup how to duplicate basic blocks with one successor and only phi...
Rafael Espindola
2011-06-20
1
-2
/
+142
*
Two fixes relating to debug value:
Rafael Espindola
2011-06-17
1
-0
/
+10
*
Enable early duplication of small blocks. There are still improvements to
Rafael Espindola
2011-06-17
1
-29
/
+32
[next]