- f2052d5 Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
- f9a7a33 Remove FreeInst. by Victor Hernandez · 16 years ago
- 5a44ef9 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 492d06e Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- f2519d6 Introduce and use convenience methods for getting pointer types by Duncan Sands · 16 years ago
- 5a6b6b4 back out my recent commit (r80858), it seems to break self-hosting buildbot's stage 2 configure by Gabor Greif · 16 years ago
- fe15ce4 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
- 02f7bd5 Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
- 35b4707 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- d2ed745 Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
- aac2837 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
- 6b6e2d9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
- 02b48c3 Move ConstantExpr to 2.5 API. by Owen Anderson · 16 years ago
- 7b4f9f8 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
- eacb44d 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
- 175b654 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- e1f1f82 Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 16 years ago
- 140166d Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 16 years ago
- 9f5b2aa Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
- 15b3932 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
- 6601fcd 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
- e17fc1d Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
- e0f136d Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
- a09d234 More LLVMContext-ification. by Owen Anderson · 16 years ago
- ede6d59 remove trailing whitespace by Jim Grosbach · 16 years ago
- 69b4a53 Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 16 years ago
- 7c75102 Second installment of "BasicBlock operands to the back" changes. by Gabor Greif · 16 years ago
- 19d161f Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
- d222f86 Large mechanical patch. by Devang Patel · 17 years ago
- 26f8c27 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- 514277c Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to by Dan Gohman · 17 years ago
- 66a636e Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
- 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 0ea0f31 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 · 17 years ago
- b78e1d3 Use Intrinsic::getDeclaration to get hold of by Duncan Sands · 17 years ago
- d6da1d0 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
- 748a85c Revert 49006 for the moment. by Dale Johannesen · 17 years ago
- 80caa49 Emit exception handling info for functions which are by Dale Johannesen · 17 years ago
- b365125 remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. by Chris Lattner · 18 years ago
- 3ff699e Fix PR2029 by Chris Lattner · 18 years ago
- 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- bb2f222 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
- f5588dc Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
- 393be88 by David Greene · 18 years ago
- 34c280e More explicit keywords. by Dan Gohman · 18 years ago
- b1c4a7b by David Greene · 18 years ago
- f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago