summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* Handle lshr for i128 correctly on SPU also when Kalle Raiskila2010-11-29
* Enable PostRA scheduling for SPU. Kalle Raiskila2010-11-29
* Allow machine LICM to do its job on SPU.Kalle Raiskila2010-11-29
* Add missing i128 case.Kalle Raiskila2010-11-29
* tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...NAKAMURA Takumi2010-11-29
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-29
* Add some dead stores to pacify my least favorite GCC warning: may beChandler Carruth2010-11-29
* Add more Thumb encodings.Bill Wendling2010-11-29
* More Thumb encodings.Bill Wendling2010-11-29
* Add Thumb encodings for REV instructions.Bill Wendling2010-11-29
* tools/Makefile: Fix indentation.NAKAMURA Takumi2010-11-29
* tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.NAKAMURA Takumi2010-11-29
* test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi2010-11-29
* test: Add the new feature 'loadable_module'.NAKAMURA Takumi2010-11-29
* Add more Thumb encodings.Bill Wendling2010-11-29
* Make EmitIntValue non virtual.Rafael Espindola2010-11-28
* Forgot the MCPureStreamer::EmitValue in the previous commit.Rafael Espindola2010-11-28
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-28
* Don't use std::copy and std::copy_backward, run 10% faster.Jakob Stoklund Olesen2010-11-28
* Disallow overlapping inserts, even when inserting the same value.Jakob Stoklund Olesen2010-11-28
* Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower.Rafael Espindola2010-11-28
* PR5207: remove unused methods APInt::Emit() and APInt::Read().Jay Foad2010-11-28
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-28
* fix PR8686, accepting a 'b' suffix at the end of all the setccChris Lattner2010-11-28
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-28
* Tweak comments to make it clear that we are working in a namespace.Jakob Stoklund Olesen2010-11-28
* When emitting a single function with cppgen=function, you don't want to emitNicolas Geoffray2010-11-28
* Fixed verson of r120245.Rafael Espindola2010-11-28
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-28
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-28
* Make EmitSymbolValue non virtual.Rafael Espindola2010-11-28
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-28
* Make EmitULEB128IntValue and EmitSLEB128IntValue non virtual.Rafael Espindola2010-11-28
* Move the PTXMCAsmStreamer class to the .cpp file.Rafael Espindola2010-11-28
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-28
* Add default constructors for iterators.Jakob Stoklund Olesen2010-11-28
* Implement const_iterator::advanceTo().Jakob Stoklund Olesen2010-11-28
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-28
* Fix a comment typo.Bob Wilson2010-11-28
* Another minor refactoring for VLD1DUP instructions.Bob Wilson2010-11-28
* Add entry in getTargetNodeName() for ARMISD::VBICIMM.Bob Wilson2010-11-28
* Speed up simple insertions into an unbranched tree by not creating an iterator.Jakob Stoklund Olesen2010-11-28
* llvmc: First stab at better -march handling.Mikhail Glushenkov2010-11-28
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-27
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-27
* Add more tests for erase(). Fix a few exposed bugs.Jakob Stoklund Olesen2010-11-27
* Add test case with randomly ordered insertions, massive coalescing.Jakob Stoklund Olesen2010-11-27
* Lower TLS_addr32 and TLS_addr64.Rafael Espindola2010-11-27
* Implement the data16 prefix.Rafael Espindola2010-11-27