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