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
/
BranchFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r240040, "[BranchFolding] Replace custom MachineInstr with MachineInst...
NAKAMURA Takumi
2015-06-20
1
-6
/
+46
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[BranchFolding] Replace custom MachineInstr with MachineInstrExpressionTrait
Benjamin Kramer
2015-06-18
1
-46
/
+6
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-3
/
+2
*
Don't rewrite jumps to empty BBs to landing pads.
Pete Cooper
2015-04-30
1
-0
/
+5
*
BranchFolding: MergePotentialsElt has a total order, just call array_pod_sort.
Benjamin Kramer
2015-03-13
1
-1
/
+1
*
Don't evaluate rend() on every iteration of the loop.
Chad Rosier
2015-03-10
1
-1
/
+3
*
[BranchFolding] Remove MMOs during tail merge to preserve dependencies.
Chad Rosier
2015-03-10
1
-0
/
+57
*
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
[Branch probability] Recompute branch weights of tail-merged basic blocks.
Akira Hatanaka
2014-08-07
1
-5
/
+72
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-4
/
+3
*
Changed the liveness tracking in the RegisterScavenger
Pedro Artigas
2014-08-04
1
-4
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+5
*
Prevent hoisting the instruction whose def might be clobbered by the terminator.
Sasa Stankovic
2014-06-05
1
-4
/
+11
*
[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
-35
/
+36
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
This is a fix for PR# 19051. I noticed code gen differences due to code motio...
Ekaterina Romanova
2014-03-26
1
-1
/
+1
*
[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
-17
/
+17
*
Add a RequireStructuredCFG Field to TargetMachine.
Vincent Lejeune
2013-12-07
1
-1
/
+5
*
Fix tail merging to assign the (more) correct BasicBlock when splitting.
Andrew Trick
2013-06-24
1
-4
/
+11
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-2
/
+2
*
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
*
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
*
Remove unneeded #include.
Jakub Staszak
2012-11-27
1
-1
/
+0
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+2
*
Fix indentation. Remove 'else' after return. No functional change.
Craig Topper
2012-10-07
1
-11
/
+8
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
1
-2
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-9
/
+8
*
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-06-01
1
-9
/
+6
*
Forgot to reverse conditional.
Bill Wendling
2012-05-23
1
-1
/
+1
*
Reduce indentation by early detection of 'continue'. No functionality change.
Bill Wendling
2012-05-23
1
-79
/
+87
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
1
-1
/
+1
*
Branch folding may invalidate liveness.
Jakob Stoklund Olesen
2012-03-27
1
-2
/
+9
*
Where the BranchFolding pass removes a branch then adds another better branch,
Bill Wendling
2012-03-07
1
-4
/
+27
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-2
/
+2
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-5
/
+5
*
Remove extra semi-colons.
Chad Rosier
2012-02-22
1
-2
/
+2
*
Handle register masks in branch folding.
Jakob Stoklund Olesen
2012-02-15
1
-0
/
+8
*
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
1
-12
/
+16
*
whitespace
Andrew Trick
2012-02-08
1
-2
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+2
*
When hoisting common code, watch out for uses which are marked "kill". If the
Evan Cheng
2012-01-12
1
-0
/
+5
[prev]
[next]