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
2006-11-02
For PR786:
Reid Spencer
2006-05-12
Remove dead stuff
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2005-10-29
Now that instcombine does this xform, remove it from the -raise pass
Chris Lattner
2005-07-26
ConvertibleToGEP always returns 0, remove some old crufty code which
Chris Lattner
2005-05-14
Preserve calling conv when hacking on calls
Chris Lattner
2005-05-06
preserve the tail marker
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-02
Fix crash on MallocInsts of unsized types.
Alkis Evlogimenos
2005-02-01
Hacks to make this ugly ugly code work with the new use lists.
Chris Lattner
2005-01-29
Adjust Valuehandle to hold its operand directly in it.
Chris Lattner
2005-01-08
Fix VS warnings
Chris Lattner
2004-09-28
Add includes and use std:: for standard library calls to make code
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-08
Two fixes:
Chris Lattner
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-15
Progress on PR341
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-19
This will hopefully fix a heisenbug that Vladimir Merzliakov is running
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-03-16
Punt if we see gigantic PHI nodes. This improves a huge interpreter loop
Chris Lattner
2004-02-09
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2004-01-12
Remove uses of ConstantHandling itf
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-12-23
rename ClassifyExpression -> ClassifyExpr
Chris Lattner
2003-12-23
Remove extraneous #include
Chris Lattner
2003-11-29
Fix test: Transforms/LevelRaise/2003-11-28-IllegalTypeConversion.ll
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-16
Eliminate using declaration
Chris Lattner
2003-10-15
Decrease usage of use_size()
Chris Lattner
2003-10-10
Fix spelling.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-07-24
Minor cleanups
Chris Lattner
2003-06-23
avoid dividing by zero when dealing with zero sized types (like [0 x double])
Chris Lattner
2003-05-29
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-20
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-05-20
s/convertable/convertible/g
Misha Brukman
2003-04-24
Make the levelraise pass be well behaved w.r.t the TargetData that the current
Chris Lattner
2003-02-14
Fix bug: LevelRaise/2003-02-13-CallRaise.ll
Chris Lattner
2003-01-30
Fix levelraise/2003-01-30-ShiftCrash.ll
Chris Lattner
2003-01-14
Fix bug
Chris Lattner
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
[next]