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
/
Target
/
Mips
/
MipsDelaySlotFiller.cpp
Age
Commit message (
Expand
)
Author
2013-07-24
[MIPS] Fix LLVM merge issues
Petar Jovanovic
2013-07-15
Trying to get the thing to copmile...
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-03-25
Fix comment.
Akira Hatanaka
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-01
[mips] Remove unused option. Fix 80-column violations.
Akira Hatanaka
2013-03-01
[mips] Add the capability to search delay slot filling instructions in
Akira Hatanaka
2013-03-01
[mips] Add options to disable searching backward and in successor blocks.
Akira Hatanaka
2013-03-01
[mips] Add capability to search in the forward direction for instructions that
Akira Hatanaka
2013-03-01
[mips] Define helper function searchRange
Akira Hatanaka
2013-03-01
[mips] Rename function findDelayInstr to searchBackward.
Akira Hatanaka
2013-03-01
[mips] Define class MemDefsUses.
Akira Hatanaka
2013-02-26
[mips] Use class RegDefsUses to track register defs and uses.
Akira Hatanaka
2013-02-14
[mips] Disallow moving load/store instructions past volatile instructions.
Akira Hatanaka
2013-02-14
[mips] Replace usage of SmallSet with BitVector, which is used to keep track of
Akira Hatanaka
2013-02-14
[mips] Fix comments and coding style violations. Declare functions to be const.
Akira Hatanaka
2013-02-14
[mips] Simplify code in function Filler::findDelayInstr.
Akira Hatanaka
2013-02-07
[mips] Make Filler a class and reduce indentation.
Akira Hatanaka
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-07
Use the new MIBundleBuilder class in the Mips target.
Jakob Stoklund Olesen
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Use isOSNaCl and minimize some LOCALMODs
David Sehr
2012-11-29
Conditionalize delay slot hazard checks
David Sehr
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-16
[mips] Fix delay slot filler so that instructions with register operand $1 are
Akira Hatanaka
2012-10-23
[MIPS] Update sandboxing changes for LLVM on MIPS.
Petar Jovanovic
2012-08-24
Disable Mips' delay slot filler when optimization level is O0.
Akira Hatanaka
2012-08-22
Add option disable-mips-delay-filler. Turn on mips' delay slot filler by
Akira Hatanaka
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-13
Bundle jump/branch instructions with the instructions in the delay slot in
Akira Hatanaka
2012-06-01
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-05-14
Add a command line option to skip the delay slot filler pass entirely for Mips.
Akira Hatanaka
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-17
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
add Emacs tag and fix some comment error in file headers
Jia Liu
2011-12-19
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-10-05
Fix assertion string.
Akira Hatanaka
2011-10-05
Make sure candidate for delay slot filler is not a return instruction.
Akira Hatanaka
2011-10-05
Add RA to the set of registers that are defined if instruction is a call.
Akira Hatanaka
2011-10-05
MipsDelaySlotFiller.cpp: Appease msvc to specify llvm::next() explicitly.
NAKAMURA Takumi
2011-10-05
Insert space.
Akira Hatanaka
2011-10-05
Do not examine variadic or implicit operands if instruction is a return (jr).
Akira Hatanaka
2011-10-05
Clean up function Filler::delayHasHazard.
Akira Hatanaka
2011-10-05
Remove function Filler::insertCallUses.
Akira Hatanaka
2011-10-05
Clean up Filler::findDelayInstr.
Akira Hatanaka
2011-10-05
Remove function Filler::isDelayFiller. Check if I is the same instruction that
Akira Hatanaka
2011-10-05
Clean up Filler::runOnMachineBasicBlock. Change interface of
Akira Hatanaka
[next]