summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
...
* Don't set the isexact flag if an sdiv operator has been folded intoDan Gohman2009-08-11
* Simplify ConstantExpr::getInBoundsGetElementPtr and fix a possible crash, ifDaniel Dunbar2009-08-11
* Revert 78680 until I figure out why it completely broke things.Daniel Dunbar2009-08-11
* Link NamedMDNodes.Devang Patel2009-08-11
* Add convenience functions for creating inbounds GEPs.Dan Gohman2009-08-11
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Remove some unnecessary LoadInst constructors, missed during Twinification.Daniel Dunbar2009-08-11
* Add convenience functions for creating exact sdiv operators, andDan Gohman2009-08-11
* Tidy #includes.Dan Gohman2009-08-11
* Fix a typo in an assertion string.Dan Gohman2009-08-11
* Remove dead metadata.Devang Patel2009-08-11
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-11
* Remove MDNode from ValueMap when MDNode is destroyed.Devang Patel2009-08-10
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Rename MDNodeSet as MDNodes.Devang Patel2009-08-10
* Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc.Daniel Dunbar2009-08-10
* We are not using FoldingSet for metadata uniquing anymore.Devang Patel2009-08-10
* g++ 4.0 doesn't have std::vector::data.Benjamin Kramer2009-08-10
* Change the MDNode uniquing to a ValueMap, at Devang's request.Owen Anderson2009-08-10
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-06
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Privatize the FunctionType table.Owen Anderson2009-08-05
* common globals may also not be marked constant.Chris Lattner2009-08-05
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-05
* Privatize the PointerType factory.Owen Anderson2009-08-05
* Privatize the VectorType uniquing.Owen Anderson2009-08-04
* Begin the process of privatizing the type uniquing tables. No API changes ye...Owen Anderson2009-08-04
* revert r78048, it isn't worth using assertingvh here.Chris Lattner2009-08-04
* Update CMakeLists.Benjamin Kramer2009-08-04
* It helps if I remember to actually add the file...Owen Anderson2009-08-04
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Privatize the last bit of Constant-creation state.Owen Anderson2009-08-04
* switch ValueMap to using AssertingVH. This is an old patch I had layingChris Lattner2009-08-04
* Keep track of metadata used by other metadata.Devang Patel2009-08-03
* Add a new Constant::getIntegerValue helper function, and convert aDan Gohman2009-08-03
* Add NamedMDNode destructor.Devang Patel2009-08-03
* One two many newlines at end of file LLVMContextImpl.cppEdward O'Callaghan2009-08-02
* Fix no newline at end of LLVMContextImpl.cppEdward O'Callaghan2009-08-02
* Privatize all but one of the remaining constant tables.Owen Anderson2009-07-31
* Move the metadata constructors back to 2.5 syntax.Owen Anderson2009-07-31
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Fix printing of Alloca instructions with null operands.Dan Gohman2009-07-31
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-31
* Add getOrInsertNamedMetadata().Devang Patel2009-07-30
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global...Devang Patel2009-07-30
* fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer2009-07-30
* TypoNate Begeman2009-07-30
* Check null NameMDNode elements.Devang Patel2009-07-30