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
/
X86
/
SSEDomainFix.cpp
Age
Commit message (
Expand
)
Author
2011-09-28
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen
2011-09-27
Remove X86-dependent stuff from SSEDomainFix.
Jakob Stoklund Olesen
2011-09-27
Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.
Jakob Stoklund Olesen
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
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-05-26
Add StringRef::compare_numeric and use it to sort TableGen register records.
Jakob Stoklund Olesen
2010-04-13
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-06
Fix a number of clang -Wsign-compare warnings that didn't have an obvious
John McCall
2010-04-06
Don't try to collapse DomainValues onto an incompatible SSE domain.
Jakob Stoklund Olesen
2010-04-04
Clean up SSEDomainFix pass.
Jakob Stoklund Olesen
2010-04-04
Switch SSEDomainFix to SpecificBumpPtrAllocator.
Jakob Stoklund Olesen
2010-03-31
reduce indentation, minor cleanups.
Chris Lattner
2010-03-31
Use spaces, not tabs
Jakob Stoklund Olesen
2010-03-31
Fix PR6750. Don't try to merge a DomainValue with itself.
Jakob Stoklund Olesen
2010-03-31
Fix typo. Thank you, valgrind.
Jakob Stoklund Olesen
2010-03-30
Add cross-block inference to SSEDomainFix.
Jakob Stoklund Olesen
2010-03-30
Be gentle to MSVC. C++ is hard, after all.
Jakob Stoklund Olesen
2010-03-29
Basic implementation of SSEDomainFix pass.
Jakob Stoklund Olesen
2010-03-25
Fix -Asserts warning, again.
Daniel Dunbar
2010-03-25
Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...
Jakob Stoklund Olesen
2010-03-23
Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...
Jakob Stoklund Olesen
2010-03-23
Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...
Jakob Stoklund Olesen