Age | Commit message (Expand) | Author |
2008-10-06 | Don't dereference the end() iterator. Thanks to | Dan Gohman |
2008-10-06 | Remove unncessary isDeclaration() checks. | Devang Patel |
2008-10-06 | Allow scalarrepl to treat an all-zero GEP just as bitcast. | Matthijs Kooijman |
2008-10-06 | Actually run Obj-C++ tests if llvm-gcc supports. | Duncan Sands |
2008-10-06 | Clarify the relationship between byval and readonly/ | Duncan Sands |
2008-10-06 | reorder #include order, patch by Kenneth Boyd! | Chris Lattner |
2008-10-06 | Add #include to get alloca, patch by Kenneth Boyd! | Chris Lattner |
2008-10-05 | Fix shift overflow bug that would occur when a field was a full 32-bits | Chris Lattner |
2008-10-05 | fix an incorrect and extremely confusing error message | Chris Lattner |
2008-10-05 | make the autoupgrade code for ret attributes dramatically simpler | Chris Lattner |
2008-10-05 | A word got optimized out, thanks to Duncan for pointing this out | Chris Lattner |
2008-10-05 | regenerate | Nuno Lopes |
2008-10-05 | clean ArgTypeListI production: free the PATypeHolder | Nuno Lopes |
2008-10-05 | Emit type-correct constant null. Also fix a typo. | Anton Korobeynikov |
2008-10-05 | Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi... | Anton Korobeynikov |
2008-10-05 | this case is matched now. | Chris Lattner |
2008-10-05 | rewrite bswap matching to be more general, allowing arbitrary | Chris Lattner |
2008-10-05 | Update VC++ project file | Steve Naroff |
2008-10-05 | fix a bug where the bswap matcher could match a case involving | Chris Lattner |
2008-10-04 | wrap some long lines and expand i32 mul's to libcalls, inspired by a | Chris Lattner |
2008-10-04 | CMake: Reflected changes on source file structure. New plugin support | Oscar Fuentes |
2008-10-04 | Update the documentation for first-class aggregates changes, | Dan Gohman |
2008-10-04 | add a note about inline asm | Chris Lattner |
2008-10-04 | improve description of param/ret attrs | Chris Lattner |
2008-10-04 | improve descriptions of function attrs | Chris Lattner |
2008-10-04 | notes are gone. | Chris Lattner |
2008-10-04 | comment cleanups | Chris Lattner |
2008-10-04 | Make GenLibDeps.pl more robust in the face of broken piping problems. | Chris Lattner |
2008-10-04 | Ignore loads from and stores to local memory (i.e. allocas) | Duncan Sands |
2008-10-04 | Allow the construction of SCEVs with SCEVCouldNotCompute operands, by | Nick Lewycky |
2008-10-04 | Revert r56675 - it breaks unwinding runtime everywhere. | Anton Korobeynikov |
2008-10-04 | Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab... | Argyrios Kyrtzidis |
2008-10-04 | Fix compilation error on MSVC. | Argyrios Kyrtzidis |
2008-10-04 | Fix fast-isel's handling of atomic instructions. They may | Dan Gohman |
2008-10-04 | Fix a bug in the local allocator's liveness computation where it | Dan Gohman |
2008-10-03 | Make atomic Swap work, 64-bit on x86-32. | Dale Johannesen |
2008-10-03 | Clean up some multiple-return-value code that is no longer | Dan Gohman |
2008-10-03 | Change PointerType::get -> getUnqual | Daniel Dunbar |
2008-10-03 | Rename llvmc2/core to llvmc2/driver. | Mikhail Glushenkov |
2008-10-03 | Another dependency fix, prevent ObjDir from having trailing slash. | Daniel Dunbar |
2008-10-03 | Fix function attribute verification check. | Devang Patel |
2008-10-03 | Pass MemOperand through for 64-bit atomics on 32-bit, | Dale Johannesen |
2008-10-03 | Add IS_CLEANING_TARGET Makefile variable. | Daniel Dunbar |
2008-10-03 | Nick Lewycky's patch. | Devang Patel |
2008-10-03 | update svn:ignore | Nuno Lopes |
2008-10-03 | New test case. | Evan Cheng |
2008-10-03 | Use -1ULL instead of uint64_t(-1), at Anton's suggestion. | Dan Gohman |
2008-10-03 | Verify function attributes. | Devang Patel |
2008-10-03 | Fix typos pointed out by Duncan. Also untabify these files. | Evan Cheng |
2008-10-03 | Unbreak build. | Daniel Dunbar |