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
/
Transforms
/
Scalar
/
LowerPacked.cpp
Age
Commit message (
Expand
)
Author
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-08-05
Silence some warnings from doxygen about @param argument name not matching the
Reid Spencer
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
Change an assert that mentions Packed Type -> Vector Type.
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-12
stop using methods that take vectors.
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-11-26
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-10-20
For PR950:
Reid Spencer
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-01-17
Lowerpacked and SCCP support for the insertelement operation.
Robert Bocchino
2006-01-10
Added lower packed support for the extractelement operation.
Robert Bocchino
2005-12-26
getting there...
Duraid Madina
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-19
Fix the exposed prototype for the lower packed pass, thanks to
Chris Lattner
2004-11-18
Check in hook that I forgot
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-21
Initial checkin of a pass to lower packed operations to scalars operations.
Reid Spencer