aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-22fix small doc typoEli Bendersky
2013-03-22R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730Michel Danzer
2013-03-22Remove ABI-duplicated call instruction patterns.Ulrich Weigand
2013-03-22Rename memrr ptrreg and offreg components.Ulrich Weigand
2013-03-22Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand
2013-03-22Tighten iaddroff ComplexPattern.Ulrich Weigand
2013-03-22Remove the xaddroff ComplexPattern.Ulrich Weigand
2013-03-22R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsicsMichel Danzer
2013-03-22[asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany
2013-03-22tsan: fix the testDmitry Vyukov
2013-03-22tsan: handle vptr loads speciallyDmitry Vyukov
2013-03-22Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison
2013-03-22Remove ScavengedRC from RegisterScavengingHal Finkel
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-22Remove the empty directory. Silly git-svn.Chandler Carruth
2013-03-22Remove the ARM-specific variant of this test. It's already covered byChandler Carruth
2013-03-22Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...Argyrios Kyrtzidis
2013-03-22Revert r177543: Add timing of the IR parsing code with a newChandler Carruth
2013-03-22Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter
2013-03-22This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter
2013-03-21Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register classHal Finkel
2013-03-21Add TableGen ctags(1) emitter and helper script.Sean Silva
2013-03-21Always forward 'resume' instructions to the outter landing pad.Bill Wendling
2013-03-21Fix a register-class comparison bug in PPCCTRLoopsHal Finkel
2013-03-21Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie
2013-03-21Add a query to tell if a landing pad has a catch-all.Bill Wendling
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...Douglas Gregor
2013-03-21This patch enables the Mips .set directive to define aliasesJack Carter
2013-03-21Implement builtin_{setjmp/longjmp} on PPCHal Finkel
2013-03-21Fix Darwin NEON FP and increase coverageRenato Golin
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Add support for spilling VRSAVE on PPCHal Finkel
2013-03-21Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel
2013-03-21Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin
2013-03-21Update some EH tests that were violating the new EH model.Bill Wendling
2013-03-21Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth
2013-03-21[SROA] Prefix names using a custom IRBuilder inserter.Chandler Carruth
2013-03-21[msan] Add an option to disable poisoning of shadow for undef values.Evgeniy Stepanov
2013-03-21simplify-libcalls: Removed unused variableMeador Inge
2013-03-21Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault
2013-03-21Move library call prototype attribute inference to functionattrsMeador Inge
2013-03-21Removing unused DISubprogram::getFileDavid Blaikie
2013-03-21Add a WriteMicrocoded for ancient microcoded instructions.Jakob Stoklund Olesen
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20Use pre-inc, pre-dec when possible.Jakub Staszak
2013-03-20Remove 'else' after 'return'.Jakub Staszak
2013-03-20[lit] Avoid CRLFs in bash scripts on WindowsReid Kleckner
2013-03-20Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...Justin Holewinski