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
/
VMCore
/
Constants.cpp
Age
Commit message (
Expand
)
Author
2003-06-22
Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
Chris Lattner
2003-06-16
Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll
Chris Lattner
2003-06-02
* Make assertion message useful
Chris Lattner
2003-06-02
Fix bug: Linker/2003-06-02-TypeResolveProblem.ll
Chris Lattner
2003-05-25
Fix problem with last checkin.
Chris Lattner
2003-05-23
Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
Chris Lattner
2003-05-21
Add support for shift constant expressions
Chris Lattner
2003-05-15
Fix bug: Assembler/2003-05-15-AssemblerProblem.llx
Chris Lattner
2003-05-14
Remove unnecessary casts
Chris Lattner
2003-05-13
Eliminate using declarations
Chris Lattner
2003-04-17
Don't build constantexprs that could be folded
Chris Lattner
2003-04-16
Change the interface to constant expressions to allow automatic folding
Chris Lattner
2003-03-10
Fix ConstantUInt::isAllOnesValue
Chris Lattner
2003-03-06
Remove #include
Chris Lattner
2002-10-14
- Dramatically simplify the Constant::mutateReferences implementation,
Chris Lattner
2002-10-13
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-10-09
- Add new Constant::replaceUsesOfWithOnConstant which has an end result
Chris Lattner
2002-10-08
Fix bug: Assembler/2002-10-08-LargeArrayPerformance.ll by using
Chris Lattner
2002-09-13
include/llvm/DataTypes.h includes this #define so we don't need it anymore
Chris Lattner
2002-09-11
Give better assertion message for error conditions
Chris Lattner
2002-09-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-26
Add support for turning an array of characters into a string.
Chris Lattner
2002-08-18
- ConstantPointerRefs are now automatically removed from the module table
Chris Lattner
2002-08-14
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-14
Return null on failure, instead of aborting.
Chris Lattner
2002-08-13
- Rename ConstantGenericIntegral -> ConstantIntegral
Chris Lattner
2002-08-12
- Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegral
Chris Lattner
2002-07-30
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-18
* ConstExpr::getelementptr now takes a vector of Constants not Values
Chris Lattner
2002-07-16
added std:: to cerr and endl
Anand Shukla
2002-07-15
Ensure ConstExpr constants are unique using a
Vikram S. Adve
2002-07-14
Added subclass ConstantExpr to represent expressions consructed from
Vikram S. Adve
2002-06-30
*** empty log message ***
Chris Lattner
2002-06-25
added include<iostream> for cerr
Anand Shukla
2002-06-25
MEGAPATCH checkin.
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-18
Move asmwriter/getStrValue cruft into AsmWriter.cpp file.
Chris Lattner
2002-04-16
Remove unneccesary cast
Chris Lattner
2002-04-07
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
Remove some gross code by using the VAlue::dump method to do debug dumps
Chris Lattner
2002-04-07
Fix Bug: test/Regression/Other/2002-04-07-InfConstant.ll
Chris Lattner
2002-04-07
Fix bug: test/Regression/Other/2002-04-07-HexFloatConstants.ll
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
Rename ConstPoolVals.cpp to Constants.cpp
Chris Lattner