summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LowerAllocations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use APInt safe isOne() method on ConstantInt instead of getZExtValue()==1Reid Spencer2007-03-021-1/+1
* Inherit BasicBlockPass directly from Pass.Devang Patel2007-01-251-1/+1
* Change the interface to Module::getOrInsertFunction to be easier to use,to re...Chris Lattner2007-01-071-51/+13
* For PR950:Reid Spencer2006-12-311-3/+3
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-191-2/+3
* Replace CastInst::createInferredCast calls with more accurate castReid Spencer2006-12-131-9/+8
* Fix the casting for the computation of the Malloc size.Reid Spencer2006-12-121-3/+3
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-121-2/+3
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* For PR950:Reid Spencer2006-11-271-5/+9
* For PR950:Reid Spencer2006-10-201-2/+2
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Add some adviceChris Lattner2006-07-271-0/+206
OpenPOWER on IntegriCloud