summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/ConstantFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that Chris asserts emphatically is a bug. The changed clauseReid Spencer2004-05-301-1/+1
* Add a missing break, which caused a crash in an obscure situationChris Lattner2004-04-111-0/+1
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-051-4/+4
* Teach the constant folder how to do select instructionsChris Lattner2004-03-121-0/+11
* Implement test/Regression/Assembler/2004-03-07-FunctionAddressAlignment.llxChris Lattner2004-03-081-0/+20
* Get all instruction definitionsChris Lattner2004-02-221-3/+1
* Move the folding of gep null, 0, 0, 0 to a place where it can be shared andChris Lattner2004-02-161-2/+15
* Fix a crasher bug in my constant folding rewriteChris Lattner2004-02-011-3/+10
* Implement a bunch of symbolic constant folding opportunities. This implementsChris Lattner2004-01-131-21/+324
* Rearrange and comment code better. No functionality changesChris Lattner2004-01-121-160/+177
* Rename ConstantHandling.* -> ConstantFolding.*Chris Lattner2004-01-121-0/+656
OpenPOWER on IntegriCloud