aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-27Make comment names match function names.Eric Christopher
2012-11-27Add in sections for the fission case (no change so incorrect) andEric Christopher
2012-11-27Fast-math interfaces for InstructionsMichael Ilseman
2012-11-27Fast-math flags added to FPMathOperator.Michael Ilseman
2012-11-27Move Clang code owners list from llvm/ to cfe/.Richard Smith
2012-11-27Reorder section output ordering.Eric Christopher
2012-11-27Whitespace cleanup.Eric Christopher
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson
2012-11-26Add an assertion to ensure freezeReservedRegs() is only ever called once.Chad Rosier
2012-11-26Make this test less sensitive.Eli Bendersky
2012-11-26Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier
2012-11-26Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier
2012-11-26Get rid of the getPointeeAlignment helper function fromEli Friedman
2012-11-26Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier
2012-11-26Don't use iterator after being erased.Jakub Staszak
2012-11-26Correct copy-pasto where we're talking about function attributes and not para...Bill Wendling
2012-11-26Fix comments in HexagonOperands.td.Jyotsna Verma
2012-11-26rdar://12329730 (defect 2)Shuxin Yang
2012-11-26Remove unneeded #includes.Jakub Staszak
2012-11-26Fix a comment bug in toascii simplifierMeador Inge
2012-11-26instcombine: Migrate printf optimizationsMeador Inge
2012-11-26Move the code that uses SCEVs prior to creating the new loops. Nadav Rotem
2012-11-26Normalize splat 256bit vectors with 8 elements.Jakub Staszak
2012-11-26Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer
2012-11-26Remove stray trailing backslashMatt Beaumont-Gay
2012-11-26tsan: fix lint warningsDmitry Vyukov
2012-11-26Rewrite test to not use a FileCheck variable and redefine it on the same line.Eli Bendersky
2012-11-26Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer
2012-11-26[tsan] add fail order to compare_exchangeDmitry Vyukov
2012-11-26Fix a PassManager pointer use-after-free bug.Zhou Sheng
2012-11-26instcombine: Migrate toascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isdigit optimizationsMeador Inge
2012-11-26Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAGJoe Abbey
2012-11-26Fix gcc's -Wunused-but-set-variable warnings.Rafael Espindola
2012-11-26Fix bogus comment; no functional change.Meador Inge
2012-11-26instcombine: Migrate *abs optimizationsMeador Inge
2012-11-25instcombine: Migrate ffs* optimizationsMeador Inge
2012-11-25Move the max vector width to a constant parameter. No functionality change.Nadav Rotem
2012-11-25Fix the document style.Nadav Rotem
2012-11-25Refactor the ptr runtime check generation code. No functionality change.Nadav Rotem
2012-11-25Code Custodian:Joe Abbey
2012-11-25Add support for .cfi_register now that it is easy to extent the representationRafael Espindola
2012-11-25Move semantics are great, don't destroy the optimization opportunity with tri...Benjamin Kramer
2012-11-25Rename method. No functionality change.Nadav Rotem
2012-11-25The induction-pointer work is inspired by a research paper. This commit adds ...Nadav Rotem
2012-11-25Add support for pointer induction variables even when there is no integer ind...Nadav Rotem
2012-11-25Refactor to make helper method static.Craig Topper
2012-11-25Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola
2012-11-25Add an extra slash so doxygen comments will be properly recognized.Craig Topper