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
/
ExprTypeConvert.cpp
Age
Commit message (
Expand
)
Author
2002-11-13
Fix bug: 2002-11-13-PointerFunction.ll
Chris Lattner
2002-11-04
Ack: Fix bug in previous checkin.
Chris Lattner
2002-11-04
Be more generous about level raising constant expressions don't force each
Chris Lattner
2002-11-01
Make sure to include name information if we have it
Chris Lattner
2002-10-09
- Rename MTy to FTy (no methods exist anymore)
Chris Lattner
2002-10-08
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-16
Fix: test/Regression/LLC/badidx.c problem
Chris Lattner
2002-09-13
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-11
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-10
Fix minor problems in previous checkin
Chris Lattner
2002-09-10
Clean up code
Chris Lattner
2002-09-10
Fix bug: test/Regression/Transforms/LevelRaise/2002-09-10-PointerAdds.ll
Chris Lattner
2002-09-10
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-09
Disallow creation of pointer typed shift instructions
Chris Lattner
2002-08-30
- Eliminate the last traces of the 'analysis' namespace
Chris Lattner
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
*** empty log message ***
Chris Lattner
2002-08-22
Do not generate load/store instructions with indexing.
Chris Lattner
2002-08-14
Avoid creating 'load X, 0' instead of just 'load X'
Chris Lattner
2002-07-31
Implement the other half of a feature advertised by OperandConvertableToType.
Chris Lattner
2002-07-17
* Remove dead code from ExprTypeConvert.cpp
Chris Lattner
2002-07-16
Avoid !sized assertion failure if Ty is not a sized type
Chris Lattner
2002-07-16
* Add assertion to ExprTypeConvert to detect error earlier than without it
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-22
Convert transforms over to standardize debugging output on -debug option
Chris Lattner
2002-05-07
This doesn't use DCE!
Chris Lattner
2002-05-02
Fix bug: test/Regression/Transforms/LevelRaise/2002-05-02-BadCastElimination.ll
Chris Lattner
2002-04-29
Fix for problem when allocating something like this:
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-27
Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-04-08
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-04
s/MethodType/FunctionType
Chris Lattner
2002-03-21
Fix bug test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise3.ll
Chris Lattner
2002-03-21
Fix test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise2.ll
Chris Lattner
2002-03-21
Fix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll
Chris Lattner
2002-03-11
Fix bug: test/Regression/Other/2002-03-11-LevelRaiseCalls.ll
Chris Lattner
2002-03-07
Support changing the pointer type of a store for the case where we are
Chris Lattner
2002-02-14
Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.ll
Chris Lattner
2002-02-14
Implement conversion of method pointer parameter in Call instruction
Chris Lattner
2002-02-14
* Check in fix for: llvm/test/Regression/Other/2002-02-14-LevelRaiseInstDelet...
Chris Lattner
2002-01-21
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
Many many changes and bugfixes:
Chris Lattner
2001-12-07
Implement more general conversions for getelementptr instructions
Chris Lattner
2001-12-05
Fix a few bugs. Fix pessimization handling sized arrays
Chris Lattner
2001-12-05
Fixes to type conversion stuff to match induction variables more frequently
Chris Lattner
[next]