| Commit message (Expand) | Author | Age | Files | Lines |
* | PR4591: Make sure to initialize the pass manager before using it. | Eli Friedman | 2009-07-20 | 1 | -0/+2 |
* | Fix build | Daniel Dunbar | 2009-07-19 | 1 | -1/+1 |
* | Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre... | Xerxes Ranby | 2009-07-19 | 1 | -0/+2 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 5 | -10/+5 |
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -7/+8 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -2/+2 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 6 | -29/+32 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 2 | -2/+2 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 3 | -5/+4 |
* | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -1/+1 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -3/+2 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -0/+1 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 2 | -4/+4 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 8 | -10/+11 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 8 | -12/+29 |
* | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 1 | -2/+1 |
* | make sure that JIT examples link in their appropriate target. | Chris Lattner | 2009-06-17 | 4 | -2/+14 |
* | silence a warning. | Chris Lattner | 2009-04-15 | 1 | -1/+1 |
* | Get rid of some compile warnings. | Bill Wendling | 2009-04-13 | 1 | -3/+1 |
* | Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice | Nick Lewycky | 2009-04-12 | 5 | -1/+1159 |
* | Another attempt at fixing PR2975. | Torok Edwin | 2009-04-07 | 1 | -0/+4 |
* | revert r68457, its crashing in make check. | Torok Edwin | 2009-04-06 | 1 | -4/+0 |
* | fix (part of) memory leak on shutdown. See PR2975. | Torok Edwin | 2009-04-06 | 1 | -0/+4 |
* | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner | 2008-11-21 | 1 | -1/+3 |
* | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling | 2008-11-21 | 1 | -3/+1 |
* | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta | 2008-11-21 | 1 | -1/+3 |
* | CMake: use add_llvm_example for HowToUseJIT. | Oscar Fuentes | 2008-10-22 | 1 | -1/+1 |
* | CMake: Builds all examples. Corrected name of CBackend target. | Oscar Fuentes | 2008-09-26 | 5 | -1/+34 |
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 2 | -0/+6 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 2 | -11/+12 |
* | use proper namespace qualifications | Chris Lattner | 2008-08-23 | 2 | -9/+8 |
* | Remove asmprinters from examples by default. This reduces their size by ~5% | Anton Korobeynikov | 2008-08-17 | 4 | -4/+4 |
* | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner | 2008-08-17 | 2 | -2/+2 |
* | Have IRBuilder take a template argument on whether or not to preserve | Eric Christopher | 2008-08-08 | 2 | -2/+2 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 4 | -9/+9 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 1 | -3/+4 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 2 | -9/+9 |
* | silence warning when assertions are disabled. | Chris Lattner | 2008-04-08 | 1 | -1/+1 |
* | Use Intrinsic::getDeclaration in more places. | Duncan Sands | 2008-04-07 | 1 | -5/+2 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 6 | -44/+44 |
* | Fix an incorrect comment, PR2147. | Chris Lattner | 2008-03-13 | 1 | -1/+1 |
* | remove attributions from examples. | Chris Lattner | 2007-12-29 | 7 | -14/+14 |
* | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 6 | -12/+12 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 2 | -5/+5 |
* | add a new BF->LLVM translator, contributed by Sterling Stein. | Chris Lattner | 2007-09-12 | 5 | -1/+721 |
* | rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() | Chris Lattner | 2007-08-23 | 2 | -2/+2 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -2/+2 |
* | Remove BFtoLLVM. It was old, and a poor example because it didn't use best p... | Owen Anderson | 2007-07-03 | 6 | -274/+1 |
* | switch this to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 2 | -4/+4 |
* | Revert last patch. The examples build now. | Reid Spencer | 2007-03-06 | 1 | -2/+2 |