aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerInvoke.cpp
AgeCommit message (Expand)Author
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2008-09-25 Large mechanical patch.Devang Patel
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-05-23Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman
2008-05-13Change class' public PassInfo variables to by initialized with theDan Gohman
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-04-15VisualStudio project files updated. #include <algorithm> added to make Visua...Chuck Rose III
2008-04-07Use Intrinsic::getDeclaration to get hold ofDuncan Sands
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-04-01Revert 49006 for the moment.Dale Johannesen
2008-03-31Emit exception handling info for functions which areDale Johannesen
2008-02-19remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner
2008-02-14Fix PR2029Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-08-01More explicit keywords.Dan Gohman
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-20Comment out usage of write() for now.Jeff Cohen
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-02-22Revert changes for a simplier solution.Jim Laskey
2007-02-21Itanium ABI exception handing support.Jim Laskey
2007-02-19eliminate use of deprecated apisChris Lattner
2007-02-13Eliminate use of ctors that take vectors.Chris Lattner
2007-02-12stop using methods that take vectors.Chris Lattner
2007-02-11simplify code by using Value::takeNameChris Lattner
2007-02-04For PR1163:Reid Spencer
2007-01-07Change the interface to Module::getOrInsertFunction to be easier to use,to re...Chris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-19switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner
2006-12-12Change inferred getCast into specific getCast. Passes all tests.Reid Spencer
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-27For PR950:Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-09-05Fix Duraid's changes to work when TLI is null. This fixes the failingChris Lattner
2006-09-04add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-06-28Shrink libllvmgcc.dylib by another 23KChris Lattner
2006-05-17Declare that lowerinvoke doesn't interact with other lowering passes.Chris Lattner
2005-11-05Add support alignment of allocation instructions.Nate Begeman
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-10-01Fix VC++ warnings.Jeff Cohen