summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
...
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-09
* Indicate that there are changes if runOfFunction returns saying that there are.Bill Wendling2011-08-08
* Remove unnecessary space.Bill Wendling2011-08-08
* strengthen up an assertion: you can't create a constant structChris Lattner2011-08-07
* fix PR10286, a problem with the .ll printer handling block addresses that are...Chris Lattner2011-08-03
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-02
* Add braces.Jay Foad2011-08-01
* Simplify printAlias.Jay Foad2011-08-01
* Micro-optimisation in getAliasedGlobal.Jay Foad2011-08-01
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* have the verifier catch gep's into opaque struct types. PR10473Chris Lattner2011-07-29
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-29
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-28
* Don't add in the asked for size so that we don't copy too much from the old t...Bill Wendling2011-07-28
* Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling2011-07-28
* Add a couple of convenience functions:Bill Wendling2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-27
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct...Jay Foad2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-22
* Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.Jay Foad2011-07-21
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-21
* Convert ConstantFoldGetElementPtr to use ArrayRef.Jay Foad2011-07-19
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* tidy upChris Lattner2011-07-17
* deconstify getType()'s.Chris Lattner2011-07-15
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* remove the old and dangerous uncheckedReplaceAllUsesWith method,Chris Lattner2011-07-15
* devirtualize Constant::isNullValue:Chris Lattner2011-07-15
* add CFP::isNegative() and ConstnatInt::isNegative() methods.Chris Lattner2011-07-15
* bump pointer allocate LLVM IR types, since they are never deallocated.Chris Lattner2011-07-15
* Add dump()Devang Patel2011-07-14
* Fix GlobalValue::isDeclaration() to always consider aliases to be definitions.Chris Lattner2011-07-14
* Add LLVMConstNamedStruct to the C api to let its users create constantsRafael Espindola2011-07-14
* DebugLoc's don't hide any interesting types for TypeFinder to find.Chris Lattner2011-07-14
* manually copy debugloc over to a new instruction in clone() insteadChris Lattner2011-07-14
* add comments.Chris Lattner2011-07-14
* consolidate GlobalValue::isDeclaration into one Chris Lattner2011-07-14
* code cleanupChris Lattner2011-07-14
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-14
* add a couple more missing C api, patch by Vitaly Lugovskiy!Chris Lattner2011-07-14
* Simplify some functions in the C API by using an ArrayRef to directly referen...Frits van Bommel2011-07-14