summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerInvoke.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-23
* 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
* VisualStudio project files updated. #include <algorithm> added to make Visua...Chuck Rose III2008-04-15
* Use Intrinsic::getDeclaration to get hold ofDuncan Sands2008-04-07
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Revert 49006 for the moment.Dale Johannesen2008-04-01
* Emit exception handling info for functions which areDale Johannesen2008-03-31
* remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner2008-02-19
* Fix PR2029Chris Lattner2008-02-14
* 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
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-04
* More explicit keywords.Dan Gohman2007-08-01
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Fix typo in comment.Nick Lewycky2007-05-06
* 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
* Comment out usage of write() for now.Jeff Cohen2007-04-20
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Revert changes for a simplier solution.Jim Laskey2007-02-22
* Itanium ABI exception handing support.Jim Laskey2007-02-21
* eliminate use of deprecated apisChris Lattner2007-02-19
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-13
* stop using methods that take vectors.Chris Lattner2007-02-12
* simplify code by using Value::takeNameChris Lattner2007-02-11
* For PR1163:Reid Spencer2007-02-04
* Change the interface to Module::getOrInsertFunction to be easier to use,to re...Chris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-19
* 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 PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-20
* Fix Duraid's changes to work when TLI is null. This fixes the failingChris Lattner2006-09-05
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-04
* 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
* Shrink libllvmgcc.dylib by another 23KChris Lattner2006-06-28
* Declare that lowerinvoke doesn't interact with other lowering passes.Chris Lattner2006-05-17
* Add support alignment of allocation instructions.Nate Begeman2005-11-05
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Fix VC++ warnings.Jeff Cohen2005-10-01
* Insert stores after phi nodes in the normal dest. This fixesChris Lattner2005-09-29
* add a note about a way to improve this code further, that I won't be gettingChris Lattner2005-09-27