- de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
- 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- 9ed7b16 Introduce and use convenience methods for getting pointer types by Duncan Sands · 16 years ago
- 2d60e1e back out my recent commit (r80858), it seems to break self-hosting buildbot's stage 2 configure by Gabor Greif · 16 years ago
- 14dfba6 re-commit r66920 (which has been backed out in r66953) I may have more luck this time. I'll back out if needed... by Gabor Greif · 16 years ago
- a42ac69 Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
- 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- 03cb69f Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
- 5a1acd9 Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
- 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
- 487375e Move ConstantExpr to 2.5 API. by Owen Anderson · 16 years ago
- c2c7932 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
- edb4a70 Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
- 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- 20b34ac Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 16 years ago
- 4fdeba9 Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 16 years ago
- b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
- 53a5221 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
- 1e5f00e This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 16 years ago
- b17f329 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
- 5948fdf Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
- e70b637 More LLVMContext-ification. by Owen Anderson · 16 years ago
- 8d62763 remove trailing whitespace by Jim Grosbach · 17 years ago
- 4bb96e9 Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 17 years ago
- 258232f Second installment of "BasicBlock operands to the back" changes. by Gabor Greif · 17 years ago
- 12da8ce Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 17 years ago
- 4c758ea Large mechanical patch. by Devang Patel · 17 years ago
- a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- f96e137 Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to by Dan Gohman · 17 years ago
- 0479aa5 Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
- d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- c6a47e8 VisualStudio project files updated. #include <algorithm> added to make VisualStudio happy. Also had to undefine setjmp because of #include <csetjmp> turning setjmp into _setjmp in VisualStudio. by Chuck Rose III · 18 years ago
- fbc6adc Use Intrinsic::getDeclaration to get hold of by Duncan Sands · 18 years ago
- e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 18 years ago
- 5e4e051 Revert 49006 for the moment. by Dale Johannesen · 18 years ago
- 7d02cf3 Emit exception handling info for functions which are by Dale Johannesen · 18 years ago
- c3591a0 remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. by Chris Lattner · 18 years ago
- 70e2946 Fix PR2029 by Chris Lattner · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- edf0788 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 18 years ago
- ad0ea2d Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
- c656cbb by David Greene · 18 years ago
- 34d442f More explicit keywords. by Dan Gohman · 18 years ago
- 17a5dfe by David Greene · 18 years ago
- e7da2d6 Fix typo in comment. by Nick Lewycky · 18 years ago
- 8c78a0b Drop 'const' by Devang Patel · 18 years ago
- e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- 5959f42 Comment out usage of write() for now. by Jeff Cohen · 19 years ago
- fb80151 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 19 years ago
- d879dfb Revert changes for a simplier solution. by Jim Laskey · 19 years ago
- e4ccf22 Itanium ABI exception handing support. by Jim Laskey · 19 years ago
- b5f6d0c eliminate use of deprecated apis by Chris Lattner · 19 years ago
- a06a8fd Eliminate use of ctors that take vectors. by Chris Lattner · 19 years ago
- a731513 stop using methods that take vectors. by Chris Lattner · 19 years ago
- 8dd4cae simplify code by using Value::takeName by Chris Lattner · 19 years ago
- 3f4e6e8 For PR1163: by Reid Spencer · 19 years ago
- 34acba4 Change the interface to Module::getOrInsertFunction to be easier to use,to resolve PR1088, and to help PR411. by Chris Lattner · 19 years ago
- c635f47 For PR950: by Reid Spencer · 19 years ago
- 266e42b For PR950: by Reid Spencer · 19 years ago
- 45f966d switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 19 years ago
- b341b08 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 19 years ago
- 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
- 6c38f0b For PR950: by Reid Spencer · 19 years ago
- de46e48 For PR786: by Reid Spencer · 19 years ago
- e0fc4df For PR950: by Reid Spencer · 19 years ago
- 845b223 Fix Duraid's changes to work when TLI is null. This fixes the failing by Chris Lattner · 19 years ago
- cf6749e add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 19 years ago
- c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
- 3d27be1 s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
- 85ea83e Add some advice by Chris Lattner · 19 years ago[Renamed from llvm/lib/Transforms/Scalar/LowerInvoke.cpp]
- 4a4c7fe Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 19 years ago
- e4cb476 Declare that lowerinvoke doesn't interact with other lowering passes. by Chris Lattner · 19 years ago
- 848622f Add support alignment of allocation instructions. by Nate Begeman · 20 years ago
- 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
- f8a5e5ae Fix VC++ warnings. by Jeff Cohen · 20 years ago
- a554c94 Insert stores after phi nodes in the normal dest. This fixes by Chris Lattner · 20 years ago
- 3b63bb3 add a note about a way to improve this code further, that I won't be getting by Chris Lattner · 20 years ago
- e285f5e Avoid spilling stack slots... to stack slots. by Chris Lattner · 20 years ago
- 87eb249 Completely rewrite 'correct' eh support. This changes how setjmp insertion by Chris Lattner · 20 years ago
- 3de05cc The correct fix for PR612, which also fixes by Chris Lattner · 20 years ago
- f8a81a9 When inserting code, make sure not to insert it before PHI nodes. This by Chris Lattner · 20 years ago
- 1609a54 Fix a 64-bit problem, passing (int)0 through ... instead of (void*)0 by Chris Lattner · 20 years ago
- ca96839 When lowering invokes to calls, amke sure to preserve the calling conv. This by Chris Lattner · 20 years ago
- ae186e0 Prefer int 0 instead of long 0 for GEP arguments. by Chris Lattner · 20 years ago
- 6aacb0f Preserve tail marker by Chris Lattner · 20 years ago
- f42ed7b Fixed a comment. by John Criswell · 20 years ago
- b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
- 2858e17 Lazily create the abort message, so only translation units that use unwind by Chris Lattner · 21 years ago
- 5c1d84c Simplify handling of constant initializers by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
- 523d3e6 Fix one of the major things that is causing the C Backend to infinite loop by Chris Lattner · 21 years ago
- 69193f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 22 years ago
- 61fab14 Add warning by Chris Lattner · 22 years ago
- 5cf3933 Disable tail duplication in a case that breaks on Olden/tsp by Chris Lattner · 22 years ago
- d85e061 Instead of producing calls to setjmp/longjmp, produce uses of the by Chris Lattner · 22 years ago
- 7cbb22a Expose a pass ID that can be 'required' by Chris Lattner · 22 years ago
- 37d46f4 Only add the global variable with the abort message if an unwind actually by Chris Lattner · 22 years ago