index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
BranchFolding.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-27
Remove unneeded #include.
Jakub Staszak
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-07
Fix indentation. Remove 'else' after return. No functional change.
Craig Topper
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-08-22
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-05-23
Forgot to reverse conditional.
Bill Wendling
2012-05-23
Reduce indentation by early detection of 'continue'. No functionality change.
Bill Wendling
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-03-27
Branch folding may invalidate liveness.
Jakob Stoklund Olesen
2012-03-07
Where the BranchFolding pass removes a branch then adds another better branch,
Bill Wendling
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-02-22
Remove extra semi-colons.
Chad Rosier
2012-02-15
Handle register masks in branch folding.
Jakob Stoklund Olesen
2012-02-08
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
whitespace
Andrew Trick
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-12
When hoisting common code, watch out for uses which are marked "kill". If the
Evan Cheng
2012-01-07
Revert part of r147716. Looks like x87 instructions kill markers are all messed
Evan Cheng
2012-01-07
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-10-26
Reapply r142920 with fix:
Bill Wendling
2011-10-25
Revert commit 142891. Takumi bisected the tablegen miscompiles
Duncan Sands
2011-10-25
An MBB which branches to an EH landing pad shouldn't be considered for tail m...
Bill Wendling
2011-08-05
Fix liveness computations in BranchFolding.
Jakob Stoklund Olesen
2011-07-06
When tail-merging multiple blocks, make sure to correctly update the live-in ...
Eli Friedman
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-14
Add 132986 back, but avoid non-determinism if a bb address gets reused.
Rafael Espindola
2011-06-14
revert 132986 to see if the bots go green.
Rafael Espindola
2011-06-14
Make the threshold used by branch folding softer. Before we would get a
Rafael Espindola
2011-05-26
Add comment.
Devang Patel
2011-05-26
During branch folding avoid inserting redundant DBG_VALUE machine instructions.
Devang Patel
2011-05-12
Update comment.
Evan Cheng
2011-05-12
Re-enable branchfolding common code hoisting optimization. Fixed a liveness t...
Evan Cheng
2011-05-12
Temporarily disable the transformation. It's breaking 186.crafty in some conf...
Evan Cheng
2011-05-12
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-05-11
Revert 131172 as it is causing clang to miscompile itself. I will try
Rafael Espindola
2011-05-11
Add a late optimization to BranchFolding that hoist common instruction sequences
Evan Cheng
2011-04-22
Branch folding is folding a landing pad into a regular BB.
Bill Wendling
2011-02-21
Add more debugging output.
Evan Cheng
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
[next]