aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LowerInvoke.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-2/+1
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-131-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+4
* VisualStudio project files updated. #include <algorithm> added to make Visua...Chuck Rose III2008-04-151-0/+15
* Use Intrinsic::getDeclaration to get hold ofDuncan Sands2008-04-071-7/+8
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-32/+32
* Revert 49006 for the moment.Dale Johannesen2008-04-011-9/+0
* Emit exception handling info for functions which areDale Johannesen2008-03-311-0/+9
* remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner2008-02-191-1/+0
* Fix PR2029Chris Lattner2008-02-141-0/+11
* 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-5/+6
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-1/+3
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-4/+5
* More explicit keywords.Dan Gohman2007-08-011-2/+2
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-3/+3
* Fix typo in comment.Nick Lewycky2007-05-061-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
* Comment out usage of write() for now.Jeff Cohen2007-04-201-0/+6
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+1
* Revert changes for a simplier solution.Jim Laskey2007-02-221-50/+36
* Itanium ABI exception handing support.Jim Laskey2007-02-211-36/+50
* eliminate use of deprecated apisChris Lattner2007-02-191-2/+2
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-131-12/+12
* stop using methods that take vectors.Chris Lattner2007-02-121-3/+4
* simplify code by using Value::takeNameChris Lattner2007-02-111-4/+4
* For PR1163:Reid Spencer2007-02-041-0/+1
* Change the interface to Module::getOrInsertFunction to be easier to use,to re...Chris Lattner2007-01-071-50/+18
* For PR950:Reid Spencer2006-12-311-19/+19
* For PR950:Reid Spencer2006-12-231-6/+6
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-191-6/+7
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-121-2/+6
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-3/+3
* For PR950:Reid Spencer2006-11-271-4/+10
* For PR786:Reid Spencer2006-11-021-1/+0
* For PR950:Reid Spencer2006-10-201-4/+4
* Fix Duraid's changes to work when TLI is null. This fixes the failingChris Lattner2006-09-051-3/+7
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-041-10/+10
* 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
* Shrink libllvmgcc.dylib by another 23KChris Lattner2006-06-281-1/+2
* Declare that lowerinvoke doesn't interact with other lowering passes.Chris Lattner2006-05-171-1/+9
* Add support alignment of allocation instructions.Nate Begeman2005-11-051-9/+12
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-4/+4
* Fix VC++ warnings.Jeff Cohen2005-10-011-1/+0
* Insert stores after phi nodes in the normal dest. This fixesChris Lattner2005-09-291-2/+5
* add a note about a way to improve this code further, that I won't be gettingChris Lattner2005-09-271-0/+8
* Avoid spilling stack slots... to stack slots.Chris Lattner2005-09-271-0/+6