Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 76702 | |||||
* | PR4591: Make sure to initialize the pass manager before using it. | Eli Friedman | 2009-07-20 | 1 | -0/+2 | |
| | | | | llvm-svn: 76422 | |||||
* | Fix build | Daniel Dunbar | 2009-07-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 76366 | |||||
* | Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and ↵ | Xerxes Ranby | 2009-07-19 | 1 | -0/+2 | |
| | | | | | | Interpreter.h llvm-svn: 76363 | |||||
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument ↵ | Reid Kleckner | 2009-07-18 | 1 | -2/+1 | |
| | | | | | | | | EE::create(). Also a test commit. llvm-svn: 76276 | |||||
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -7/+8 | |
| | | | | llvm-svn: 76097 | |||||
* | Begin the painful process of tearing apart the rat'ss nest that is ↵ | Owen Anderson | 2009-07-13 | 1 | -1/+1 | |
| | | | | | | | | | Constants.cpp and ConstantFold.cpp. This involves temporarily hard wiring some parts to use the global context. This isn't ideal, but it's the only way I could figure out to make this process vaguely incremental. llvm-svn: 75445 | |||||
* | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 75040 | |||||
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 74640 | |||||
* | Add a pointer to the owning LLVMContext to Module. This requires threading ↵ | Owen Anderson | 2009-07-01 | 1 | -1/+3 | |
| | | | | | | | | | | LLVMContext through a lot of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools. Patches for Clang and LLVM-GCC to follow. llvm-svn: 74614 | |||||
* | make sure that JIT examples link in their appropriate target. | Chris Lattner | 2009-06-17 | 1 | -0/+3 | |
| | | | | llvm-svn: 73613 | |||||
* | silence a warning. | Chris Lattner | 2009-04-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 69117 | |||||
* | Get rid of some compile warnings. | Bill Wendling | 2009-04-13 | 1 | -3/+1 | |
| | | | | llvm-svn: 68978 | |||||
* | Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice | Nick Lewycky | 2009-04-12 | 3 | -0/+1157 | |
if an API change causes it to be out of date. The code is copied out of LangImpl7.html. llvm-svn: 68912 |