index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
LowerPacked.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the lower packed pass. It can never work and even the parts that
Chris Lattner
2008-02-19
1
-448
/
+0
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-11-04
1
-2
/
+2
*
Don't bitcast from pointer-to-vector to pointer-to-array when
Dan Gohman
2007-10-29
1
-20
/
+4
*
Use an array instead of a fixed-length std::vector.
Dan Gohman
2007-10-29
1
-6
/
+8
*
Do a real assert if there is an unhandled vector instruction instead
Dan Gohman
2007-10-29
1
-3
/
+3
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-2
/
+2
*
Silence some warnings from doxygen about @param argument name not matching the
Reid Spencer
2007-08-05
1
-3
/
+3
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-2
/
+2
*
Change an assert that mentions Packed Type -> Vector Type.
Reid Spencer
2007-02-15
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-19
/
+19
*
stop using methods that take vectors.
Chris Lattner
2007-02-12
1
-2
/
+2
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-1
/
+3
*
For PR950:
Reid Spencer
2006-12-31
1
-7
/
+7
*
For PR950:
Reid Spencer
2006-12-23
1
-5
/
+38
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-2
/
+1
*
For PR950:
Reid Spencer
2006-11-27
1
-14
/
+9
*
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-26
1
-8
/
+5
*
For PR950:
Reid Spencer
2006-10-20
1
-11
/
+11
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Lowerpacked and SCCP support for the insertelement operation.
Robert Bocchino
2006-01-17
1
-8
/
+45
*
Added lower packed support for the extractelement operation.
Robert Bocchino
2006-01-10
1
-0
/
+31
*
getting there...
Duraid Madina
2005-12-26
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-44
/
+44
*
Fix the exposed prototype for the lower packed pass, thanks to
Chris Lattner
2004-11-19
1
-1
/
+2
*
Check in hook that I forgot
Chris Lattner
2004-11-18
1
-0
/
+3
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Initial checkin of a pass to lower packed operations to scalars operations.
Reid Spencer
2004-08-21
1
-0
/
+359