aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LowerInvoke.cpp
Commit message (Expand)AuthorAgeFilesLines
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-4/+5
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-9/+6
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-3/+6
* More LLVMContext-ification.Owen Anderson2009-07-051-13/+14
* remove trailing whitespaceJim Grosbach2009-04-171-50/+50
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-131-2/+2
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-131-2/+2
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+1
* Large mechanical patch.Devang Patel2008-09-251-2/+2
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* 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