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