summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Simplify the allocation and freeing of Users' operand lists, now thatJay Foad2011-01-07
* Silence a warning from non-standard warning avoidance code.Jakob Stoklund Olesen2011-01-05
* These methods should be "const"; make them so.Duncan Sands2011-01-04
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.Chris Lattner2010-12-29
* add methods to IRBuilder to create memcpy/memset/memmove.Chris Lattner2010-12-26
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* Revert r122114 (CallbackVH observing use-list changes) because it caused seve...Owen Anderson2010-12-20
* There is no need for isAssociative to take the type as an argument anymore.Duncan Sands2010-12-20
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo>Nick Lewycky2010-12-19
* Add support to CallbackVH to receive notification when a Value's use-list cha...Owen Anderson2010-12-18
* Remove trailing whitespace.Bob Wilson2010-12-17
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-15
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Remove the code from Function::dropAllReferences which replacedDan Gohman2010-12-07
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-07
* Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds...Frits van Bommel2010-12-05
* Remove unneeded zero arrays.Benjamin Kramer2010-12-04
* Apparently APFloat::getZero doesn't like PPCDoubleDoubles.Benjamin Kramer2010-12-04
* Simplify code. No functionality change.Benjamin Kramer2010-12-04
* Merge System into Support.Michael J. Spencer2010-11-29
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-28
* add a 'LLVMConstIntOfArbitraryPrecision' api to the C api,Chris Lattner2010-11-23
* Simplify code. No change in functionality.Benjamin Kramer2010-11-20
* Fix an order-of-deallocation issue where the AttrListImpl could be deallocate...Owen Anderson2010-11-18
* Now that hasConstantValue has been made simpler, it may return theDuncan Sands2010-11-17
* now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner2010-11-17
* fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::initChris Lattner2010-11-17
* Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands2010-11-17
* If dom tree information is available, make it possible to passDuncan Sands2010-11-14
* DoxygenifyNick Lewycky2010-11-11
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-11
* Include ImmutablePass passes in -debug-pass=Arguments.Dan Gohman2010-11-11
* Last try to get this reference counting right, I swear.Owen Anderson2010-11-09
* Really fix the leak in the attributes list. Thanks to Benjamin Kramer for po...Owen Anderson2010-11-09
* Fix leak in my recent fix for PR8442.Owen Anderson2010-11-09
* Fix PR8441, a race condition in the static attributes list. While the refere...Owen Anderson2010-11-09
* Apply patch for use-after-free in InlineAsm constant handling,Dale Johannesen2010-11-02
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-25
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-22
* Attempt to fix valgrind complaining about (benign) leaks in pass registration...Owen Anderson2010-10-20
* Add RegionPass support.Tobias Grosser2010-10-20
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* std::string cleanup.Benjamin Kramer2010-10-17
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-17
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12