summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* simplify code a bit.Chris Lattner2010-01-23
* InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t...Mon P Wang2010-01-23
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-22
* Fix/strengthen verification of llvm.dbg.declareVictor Hernandez2010-01-22
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* give PassNameParser a home.Chris Lattner2010-01-22
* add an out-of-line virtual method to CmpInst to give it a home.Chris Lattner2010-01-22
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-22
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* tidy upChris Lattner2010-01-21
* Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky2010-01-21
* Backout r93990Victor Hernandez2010-01-20
* Fix/strengthen verification of llvm.dbg.declareVictor Hernandez2010-01-20
* Fix if/else brackets; getFunctionForValue() is to be called for non-metadata ...Victor Hernandez2010-01-20
* Fix the conditions to unambiguously show the logic they represent. This is theChandler Carruth2010-01-20
* Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...Victor Hernandez2010-01-20
* Add comment that MDNode::getFunction() is not to be used by performance-criti...Victor Hernandez2010-01-18
* Simplify MDNode::getFunction() and assertLocalFunction() by avoiding extra Fu...Victor Hernandez2010-01-18
* reject some invalid IR. We already assert and reject this from theChris Lattner2010-01-18
* Make printing of metadata more robust when function is not found (which is th...Victor Hernandez2010-01-18
* Update CMake files for Mangler move.Benjamin Kramer2010-01-16
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-16
* reapply the mangler gutting patch.Chris Lattner2010-01-16
* Revert 93648.Rafael Espindola2010-01-16
* Mangler::getMangledName is now dead, remove it and all the other stuff in Man...Chris Lattner2010-01-16
* add an inefficient version of getNameWithPrefix that returns an std::string.Chris Lattner2010-01-16
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* In debug builds, assert that function-local metadata has only 1 parent functionVictor Hernandez2010-01-14
* Fix printing of function-local metadata in AsmWriterVictor Hernandez2010-01-14
* Add MDNode::getFunction(), which figures out the metadata's function, if it h...Victor Hernandez2010-01-14
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-13
* don't add the \1 to the name.Chris Lattner2010-01-13
* add new isSingleStringRef()/getSingleStringRef() methods to twine, Chris Lattner2010-01-13
* ugh, my last patch just sped up a method and changed all the clientsChris Lattner2010-01-13
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-13
* my mistake, Mangler::makeNameProper wants to take a twine, not a stringref!Chris Lattner2010-01-13
* change makeNameProper to take a stringref instead of std::string.Chris Lattner2010-01-13
* Further progration of metadata operands. TheDale Johannesen2010-01-13
* Use Twine, instead of StringRef, for consistency.Devang Patel2010-01-12
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-12
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-11
* Respond to Chris' review:Victor Hernandez2010-01-11
* fix a buggy assertion, CreateIntegerCast should allow Chris Lattner2010-01-10
* Suppress a warning on gcc 4.4.Mikhail Glushenkov2010-01-10
* Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez2010-01-10