summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerAllocations.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-13
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner2008-02-19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-01
* More explicit keywords.Dan Gohman2007-08-01
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Use APInt safe isOne() method on ConstantInt instead of getZExtValue()==1Reid Spencer2007-03-02
* Inherit BasicBlockPass directly from Pass.Devang Patel2007-01-25
* Change the interface to Module::getOrInsertFunction to be easier to use,to re...Chris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-19
* Replace CastInst::createInferredCast calls with more accurate castReid Spencer2006-12-13
* Fix the casting for the computation of the Malloc size.Reid Spencer2006-12-12
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-12
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-10-20
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-28
* Declare that lowerinvoke doesn't interact with other lowering passes.Chris Lattner2006-05-17
* Patch to make some xforms preserve each other. Patch contributed byChris Lattner2006-05-09
* Add pass ID's for various passes, so they can be AddRequiredID. Patch byChris Lattner2006-05-02
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Preserve tail markerChris Lattner2005-05-06
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add an optional argument to lower to a specific constant value instead ofChris Lattner2005-03-03
* Get rid of getSizeOf, using ConstantExpr::getSizeOf instead.Chris Lattner2004-12-13
* For PR387:\Reid Spencer2004-12-07
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Now that we codegen the portable "sizeof" efficiently, we can use it forChris Lattner2004-07-15
* Don't emit things like malloc(16*1). Allocation instructions are fixed arity...Chris Lattner2004-03-03
* if there is already a prototype for malloc/free, use it, even if it's incorrect.Chris Lattner2004-02-28
* Hyphenate `target-dependent'Misha Brukman2004-01-28
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Use new interface, simplifies codeChris Lattner2003-08-31
* The word `dependent' has no `a'.Misha Brukman2003-08-21
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-14