aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Expose creating constant ints and floats from strings in llvm-c.Erick Tryzelaar2009-08-161-20/+17
* Add helper functions to ConstantInt and ConstantFP to accept strings.Erick Tryzelaar2009-08-161-0/+21
* Add a getOffsetOf, for building a target-independent expression forDan Gohman2009-08-161-0/+12
* Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar2009-08-161-0/+5
* Expose most of the Constant creation functions to llvm-c.Erick Tryzelaar2009-08-161-2/+88
* Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar2009-08-161-0/+100
* switch DominanceFrontier::splitBlock to use a smallvector forChris Lattner2009-08-151-2/+2
* Expose LLVMContext to llvm-c.Erick Tryzelaar2009-08-141-38/+115
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-134-48/+81
* Make formatted_raw_ostream restore the buffer settings of theDan Gohman2009-08-131-10/+0
* Take the fast path for any named value and any GlobalValue, which doesn'tDan Gohman2009-08-131-1/+2
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-1316-284/+397
* Fix a 4x slowdown in llc -asm-verbose caused by the use ofDan Gohman2009-08-131-18/+27
* Change the indentation for LLVM Assembly files from 1 tab to 2 spaces.Dan Gohman2009-08-131-4/+4
* Now that numbered types have their number printed, it's no longerDan Gohman2009-08-121-18/+12
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-121-6/+4
* Make AsmWriter more careful with formatted_raw_ostream so thatDan Gohman2009-08-121-14/+22
* Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman2009-08-121-24/+36
* Remove a bunch more now-unnecessary Context arguments.Dan Gohman2009-08-121-12/+6
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-122-9/+11
* Simplify this code, and use an in-bounds GEP.Dan Gohman2009-08-121-5/+7
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-112-89/+89
* Add convenience functions for creating nsw add operators.Dan Gohman2009-08-111-0/+9
* Don't set the isexact flag if an sdiv operator has been folded intoDan Gohman2009-08-111-1/+4
* Simplify ConstantExpr::getInBoundsGetElementPtr and fix a possible crash, ifDaniel Dunbar2009-08-111-8/+5
* Revert 78680 until I figure out why it completely broke things.Daniel Dunbar2009-08-111-0/+40
* Link NamedMDNodes.Devang Patel2009-08-111-0/+9
* Add convenience functions for creating inbounds GEPs.Dan Gohman2009-08-111-0/+20
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-113-4/+5
* Remove some unnecessary LoadInst constructors, missed during Twinification.Daniel Dunbar2009-08-111-40/+0
* Add convenience functions for creating exact sdiv operators, andDan Gohman2009-08-111-0/+6
* Tidy #includes.Dan Gohman2009-08-112-4/+0
* Fix a typo in an assertion string.Dan Gohman2009-08-111-1/+1
* Remove dead metadata.Devang Patel2009-08-113-1/+30
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-111-0/+6
* Remove MDNode from ValueMap when MDNode is destroyed.Devang Patel2009-08-102-1/+10
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-103-117/+117
* Rename MDNodeSet as MDNodes.Devang Patel2009-08-102-2/+2
* Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc.Daniel Dunbar2009-08-101-9/+9
* We are not using FoldingSet for metadata uniquing anymore.Devang Patel2009-08-101-5/+0
* g++ 4.0 doesn't have std::vector::data.Benjamin Kramer2009-08-101-1/+1
* Change the MDNode uniquing to a ValueMap, at Devang's request.Owen Anderson2009-08-104-35/+28
* Fix a bunch of namespace pollution.Dan Gohman2009-08-071-2/+2
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-062-7/+16
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-055-19/+27
* Privatize the FunctionType table.Owen Anderson2009-08-052-7/+9
* common globals may also not be marked constant.Chris Lattner2009-08-051-3/+6
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-051-0/+7
* Privatize the PointerType factory.Owen Anderson2009-08-052-6/+9
* Privatize the VectorType uniquing.Owen Anderson2009-08-042-6/+9