Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Disable another unittest that doesn't work on arm and ppc. | Benjamin Kramer | 2009-10-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 84186 | |||||
* | The ARM and PowerPC jits are broken in this regard. | Nick Lewycky | 2009-10-14 | 1 | -0/+2 | |
| | | | | llvm-svn: 84128 | |||||
* | Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and | Jeffrey Yasskin | 2009-10-13 | 1 | -0/+96 | |
| | | | | | | 4406. Patch by Nick Lewycky! llvm-svn: 84032 | |||||
* | Fix illegal cross-type aliasing. Found by baldrick on a newer gcc. | Jeffrey Yasskin | 2009-10-06 | 1 | -6/+4 | |
| | | | | llvm-svn: 83401 | |||||
* | Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittests | Jeffrey Yasskin | 2009-10-06 | 1 | -0/+53 | |
| | | | | | | check-lit` on both x86-64 Linux and x86-32 Darwin. llvm-svn: 83353 | |||||
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -2/+2 | |
| | | | | llvm-svn: 78948 | |||||
* | Update unittest for LLVM API change. | Benjamin Kramer | 2009-07-31 | 1 | -1/+1 | |
| | | | | llvm-svn: 77730 | |||||
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+1 | |
| | | | | llvm-svn: 77516 | |||||
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, ↵ | Owen Anderson | 2009-07-24 | 1 | -2/+1 | |
| | | | | | | thanks to contexts-on-types. More to come. llvm-svn: 77011 | |||||
* | Unbreak unittests build. | Daniel Dunbar | 2009-07-18 | 1 | -1/+1 | |
| | | | | | | - Reid, please check, I'm not sure if this is what was intended. llvm-svn: 76286 | |||||
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument ↵ | Reid Kleckner | 2009-07-18 | 1 | -10/+13 | |
| | | | | | | | | EE::create(). Also a test commit. llvm-svn: 76276 | |||||
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -2/+4 | |
| | | | | llvm-svn: 75703 | |||||
* | 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 | |||||
* | Don't use a void return type with a function that returns a value. | Dan Gohman | 2009-07-11 | 1 | -1/+2 | |
| | | | | llvm-svn: 75364 | |||||
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -0/+126 | |
default, this option is not enabled to support clients who rely on this behavior. Fixes http://llvm.org/PR4483 A patch to allocate additional memory for globals after we run out is forthcoming. Patch by Reid Kleckner! llvm-svn: 75059 |