aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore
AgeCommit message (Expand)Author
2009-07-15Update the C bindings to keep the LLVMTypeKind up to date between the C/C++Chris Lattner
2009-07-15Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson
2009-07-15Lexically order files in CMakeLists.txt files.Ted Kremenek
2009-07-15Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson
2009-07-15Revert 75798 to fix llvm build.Rafael Espindola
2009-07-15The static function TypeToFloatSemantics is nowDuncan Sands
2009-07-15Remove the v3i32 and v3f32 value types: they are notDuncan Sands
2009-07-15eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-14Reapply my previous asmprinter changes now with more testing and two Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-14Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar
2009-07-14Fix an obvious error.Bob Wilson
2009-07-14Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner
2009-07-14Change the internal interface to makeNameProper to take a bool thatChris Lattner
2009-07-14FreeInst is trapping.Dan Gohman
2009-07-14Revert 75308.Bob Wilson
2009-07-14the mangler can never mangle intrinsics, don't allow this.Chris Lattner
2009-07-14rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more Chris Lattner
2009-07-13Move more functionality over to LLVMContext.Owen Anderson
2009-07-13remove Mangler::getTypeID and related data, it was only used for manglingChris Lattner
2009-07-13remove mangler support for mangling local names. Mangler should only be Chris Lattner
2009-07-13the mangler should put suffixes on unnamed global's mangled names as well Chris Lattner
2009-07-13Move a bit more functionality to LLVMContext, which apparently wasn't being u...Owen Anderson
2009-07-13Two changes:Chris Lattner
2009-07-13Inline EvalVectorOp in order to get rid of passing-pointer-to-static-methods ...Owen Anderson
2009-07-13These don't really need contexts either.Owen Anderson
2009-07-13As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson
2009-07-13Move more functionality over to LLVMContext.Owen Anderson
2009-07-13Change printInstruction to not print a trailing newline. Value::dumpDan Gohman
2009-07-13Fix build on Linux.Nick Lewycky
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-12Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin
2009-07-10Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson
2009-07-09Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson
2009-07-08LLVMContext-ification.Owen Anderson
2009-07-08Fix the AssertingVH unittests.Jeffrey Yasskin
2009-07-08Drop "constant" from Devang Patel
2009-07-08Update SLotTracker to handle MDNode slots.Devang Patel
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Push LLVMContext _back_ through IRBuilder.Owen Anderson
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Start converting to new error handling API.Torok Edwin
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-07LLVMContext-ification.Owen Anderson
2009-07-07LLVMContext-ifiy the implementation of the C API.Owen Anderson