aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-14SROA.cpp: Unbreak gcc, sorry!NAKAMURA Takumi
2012-09-14SROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come front of "const".NAKAMURA Takumi
2012-09-14Speculative change to try to fix older GCC versions that can't handleChandler Carruth
2012-09-14Introduce a new SROA implementation.Chandler Carruth
2012-09-14Remove silly dead store. Patch by Ettl Martin.Duncan Sands
2012-09-14mips16 fixes.Akira Hatanaka
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 commentMichael Liao
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 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-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-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-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-12PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-09-12Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky
2012-09-12This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky
2012-09-12Add support for AMD Geode.Roman Divacky
2012-09-12Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls