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
/
Utils
/
LowerSelect.cpp
Age
Commit message (
Expand
)
Author
2008-02-19
remove the LowerSelect pass. The last client was the old Sparc backend, whic...
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-08-01
More explicit keywords.
Dan Gohman
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-11
simplify code by using Value::takeName
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2006-12-19
switch more statistics over to STATISTIC, eliminating static ctors. Also,
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-05-17
Declare that lowerinvoke doesn't interact with other lowering passes.
Chris Lattner
2006-05-09
Patch to make some xforms preserve each other. Patch contributed by
Chris Lattner
2006-05-02
Add pass ID's for various passes, so they can be AddRequiredID. Patch by
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-03-30
Add a simple select instruction lowering pass
Chris Lattner