aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-14mips16 fixes.Akira Hatanaka
2012-09-13Patch by Sean Silva!Galina Kistanova
2012-09-13Fix both the test for zero and what we do if we have a zero forEric Christopher
2012-09-13Reformat, remove a couple unused variables and move some variablesEric Christopher
2012-09-13Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach
2012-09-13MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach
2012-09-13Handle the new !tbaa.struct metadata tags when converting a memcpy into scalarDan Gohman
2012-09-13Better const handling for RuntimeDyld and MCJIT.Jim Grosbach
2012-09-13Fix some code which is invalid in C++11: an expression of enumeration typeRichard Smith
2012-09-13AsmWriterEmitter: OpInfo2 should be unsigned 16-bit.Manman Ren
2012-09-13Fix commentMichael Liao
2012-09-13Fix documentation: parameter being documented was removed in r98220.Dmitri Gribenko
2012-09-13Add wider vector/integer support for PR12312Michael Liao
2012-09-13Enhance type legalization on bitcast from vector to integerMichael Liao
2012-09-13Fix test case to avoid PIC magic.Jakob Stoklund Olesen
2012-09-13Fix the TCRETURNmi64 bug differently.Jakob Stoklund Olesen
2012-09-13Extract code for reducing a type to a single value type into a helper function.Dan Gohman
2012-09-13Define an official slot for the new !tbaa.struct metadata tag.Dan Gohman
2012-09-13AsmWriterEmitter: increase the number of bits for OpcodeInfo from 32-bit toManman Ren
2012-09-13mips16: When copying operands in a conditional branch instruction, allow forAkira Hatanaka
2012-09-13Revert r163761 "Don't fold indexed loads into TCRETURNmi64."Jakob Stoklund Olesen
2012-09-13MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...Benjamin Kramer
2012-09-13Fix an 80 char line limit.Nadav Rotem
2012-09-13Rename the flag which protects from escaped allocas, which may come from bugs...Nadav Rotem
2012-09-13The current implementation does not allow more than 32 types to be properly h...Micah Villmow
2012-09-13Unify the emission of the calling conventions into a single function to reduc...Micah Villmow
2012-09-13This patch introduces A15 as a target in LLVM.Silviu Baranga
2012-09-13Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...Nadav Rotem
2012-09-13Fix a typo.Nadav Rotem
2012-09-13Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...Bill Wendling
2012-09-13Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem
2012-09-13Fix Doxygen issues:Dmitri Gribenko
2012-09-13Fix a doxygen issue: these examples are supposed to be displayed preformatted.Dmitri Gribenko
2012-09-13Fix function name in comment.Craig Topper
2012-09-13Fix typo in comment.Nick Lewycky
2012-09-13Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper
2012-09-13MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach
2012-09-13MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach
2012-09-13MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach
2012-09-13Don't fold indexed loads into TCRETURNmi64.Jakob Stoklund Olesen
2012-09-13Introduce the __llvm_gcov_flush function.Bill Wendling
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Misc.Akira Hatanaka
2012-09-12Fix PR11985Michael Liao
2012-09-12Detect overflow in the path count computation. rdar://12277446.Dan Gohman
2012-09-12Remove an overly-aggressive assertion. The code following this assertion alr...Owen Anderson
2012-09-12Delete dead code.Jakob Stoklund Olesen
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher
2012-09-12[ms-inline asm] Make the operand size directives case insensitive.Chad Rosier
2012-09-12TableGen: Convert an assert() to a proper diagnostic.Jim Grosbach