index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
TailDuplication.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-20
Use MachineInstrBuilder in a few CodeGen passes.
Jakob Stoklund Olesen
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-10-09
Create enums for the different attributes.
Bill Wendling
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-06-06
Stop leaking RegScavengers from TailDuplication.
Benjamin Kramer
2012-05-30
Teach taildup to update livein set. rdar://11538365
Evan Cheng
2012-05-20
Constrain register classes in TailDup.
Jakob Stoklund Olesen
2012-02-20
Make post-ra tail duplication bundle safe. No test case as recent codegen
Evan Cheng
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-08-09
Trim an unneeded header.
Jakob Stoklund Olesen
2011-07-04
Move most of the pre BB code to TailDuplicateAndUpdate. Change the
Rafael Espindola
2011-07-04
Reduce indentation and fix the count of how many PHIs we have inserted.
Rafael Espindola
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-24
Simplify
Rafael Espindola
2011-06-24
Now that bb with phis are not considered simple, duplicate them even if
Rafael Espindola
2011-06-24
Simplify now that blocks with phis are not considered simple.
Rafael Espindola
2011-06-23
Move more logic to shouldTailDuplicate and only duplicate regular bb before
Rafael Espindola
2011-06-22
Reenable tail duplication of bb with just an unconditional jump, but
Rafael Espindola
2011-06-22
Revert r133607. This is causing failures in the Clang gccTestSuite.
Chad Rosier
2011-06-22
Reenable the optimization added in 133415, but change the definition of a "si...
Rafael Espindola
2011-06-20
Disable again.
Rafael Espindola
2011-06-20
Re enable 133415 with two fixes
Rafael Espindola
2011-06-20
Disable the logic added by rafael in commit 133415 to see if it brings the
Duncan Sands
2011-06-20
Fix MSVC build. next() function already exists in the MSVC headers. This crea...
Francois Pichet
2011-06-20
Teach early dup how to duplicate basic blocks with one successor and only phi...
Rafael Espindola
2011-06-17
Two fixes relating to debug value:
Rafael Espindola
2011-06-17
Enable early duplication of small blocks. There are still improvements to
Rafael Espindola
2011-06-10
Removed tabs. Also fixed my editor...
Rafael Espindola
2011-06-10
Remove duplicated test.
Rafael Espindola
2011-06-09
Make the optional verification step more strict.
Rafael Espindola
2011-06-09
Avoid a gcc warning about multiline comments.
Rafael Espindola
2011-06-09
On last fix to the early tail duplication.
Rafael Espindola
2011-06-09
Also consider phi nodes when deciding if a register is live out.
Rafael Espindola
2011-06-09
AnalyzeBranch modifies the bb, but we don't want to modify a bb with
Rafael Espindola
2011-06-09
A PHI in this basic block is a use in another basic block.
Rafael Espindola
2011-06-09
Refactor some checks into shouldTailDuplicate. Update comments.
Rafael Espindola
2011-06-08
Fix count.
Rafael Espindola
2011-06-08
Count how many phis we are creating.
Rafael Espindola
2011-02-04
Update comments.
Evan Cheng
2011-01-30
Respect the -tail-dup-size command line option even when optimizing for size.
Jakob Stoklund Olesen
2011-01-29
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-28
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
[next]