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
/
test
/
CodeGen
/
Generic
/
vector.ll
Age
Commit message (
Expand
)
Author
2013-03-25
XFAIL some of the generic CodeGen tests for Hexagon.
Jyotsna Verma
2012-11-13
Codegen support for arbitrary vector getelementptrs.
Duncan Sands
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-02-19
Remove llvm-upgrade and update tests.
Tanya Lattner
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-07-09
remove this bogus t-t
Chris Lattner
2007-05-01
Split target dependent test portions to target-specific directories.
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-05-24
New testcase
Chris Lattner
2006-04-13
Add a run with an unusual target triple, revert the patch that sent output to
Chris Lattner
2006-04-12
Don't dump the llc assembly output to stdout.
Reid Spencer
2006-03-31
Make this test harder, always check generic x86 and SSE-enabled x86.
Chris Lattner
2006-03-23
add some tests for typecasts and extract_element
Chris Lattner
2006-03-21
Add an integer splat test
Chris Lattner
2006-03-19
add a new testcase. This insertelement should be a noop on SSE.
Chris Lattner
2006-03-19
add another testcase, explicitly check stuff works with G5 and G3 codegen on
Chris Lattner
2006-03-19
add two new insert_element tests
Chris Lattner
2006-03-19
Add three new testcases
Chris Lattner
2006-03-17
new testcase
Chris Lattner