aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LowerAllocations.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner2008-02-191-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-3/+4
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-1/+1
* More explicit keywords.Dan Gohman2007-08-011-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+4
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+1
* 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
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-281-1/+2
* Declare that lowerinvoke doesn't interact with other lowering passes.Chris Lattner2006-05-171-1/+2
* Patch to make some xforms preserve each other. Patch contributed byChris Lattner2006-05-091-0/+7
* Add pass ID's for various passes, so they can be AddRequiredID. Patch byChris Lattner2006-05-021-0/+2
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+1
* Preserve tail markerChris Lattner2005-05-061-1/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-10/+10
* Add an optional argument to lower to a specific constant value instead ofChris Lattner2005-03-031-6/+14
* Get rid of getSizeOf, using ConstantExpr::getSizeOf instead.Chris Lattner2004-12-131-20/+33
* For PR387:\Reid Spencer2004-12-071-0/+3
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-2/+1
* Now that we codegen the portable "sizeof" efficiently, we can use it forChris Lattner2004-07-151-18/+22
* Don't emit things like malloc(16*1). Allocation instructions are fixed arity...Chris Lattner2004-03-031-1/+1
* if there is already a prototype for malloc/free, use it, even if it's incorrect.Chris Lattner2004-02-281-10/+42
* Hyphenate `target-dependent'Misha Brukman2004-01-281-1/+1
* Finegrainify namespacificationChris Lattner2004-01-091-4/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Use new interface, simplifies codeChris Lattner2003-08-311-11/+3
* The word `dependent' has no `a'.Misha Brukman2003-08-211-1/+1
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-141-1/+1
* Fix long standing bugChris Lattner2003-05-151-1/+1
* Remove unnecesary &*'sChris Lattner2003-04-231-2/+2
* Minor cleanupsChris Lattner2003-04-231-6/+6
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-2/+2
* Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner2002-09-251-28/+28