summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerInvoke.cpp
Commit message (Expand)AuthorAge
* 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
* Avoid spilling stack slots... to stack slots.Chris Lattner2005-09-27
* Completely rewrite 'correct' eh support. This changes how setjmp insertionChris Lattner2005-09-27
* The correct fix for PR612, which also fixesChris Lattner2005-08-03
* When inserting code, make sure not to insert it before PHI nodes. ThisChris Lattner2005-08-03
* Fix a 64-bit problem, passing (int)0 through ... instead of (void*)0Chris Lattner2005-06-09
* When lowering invokes to calls, amke sure to preserve the calling conv. ThisChris Lattner2005-05-13
* Prefer int 0 instead of long 0 for GEP arguments.Chris Lattner2005-05-13
* Preserve tail markerChris Lattner2005-05-06
* Fixed a comment.John Criswell2005-05-02
* Remove trailing whitespaceMisha Brukman2005-04-21
* Lazily create the abort message, so only translation units that use unwindChris Lattner2004-11-13
* Simplify handling of constant initializersChris Lattner2004-11-12
* Changes For Bug 352Reid Spencer2004-09-01
* bug 122:Reid Spencer2004-07-18
* Fix one of the major things that is causing the C Backend to infinite loopChris Lattner2004-05-28
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-05
* Add warningChris Lattner2004-03-31
* Disable tail duplication in a case that breaks on Olden/tspChris Lattner2004-03-01
* Instead of producing calls to setjmp/longjmp, produce uses of theChris Lattner2004-02-15
* Expose a pass ID that can be 'required'Chris Lattner2004-02-13