summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove some Clang-specific ownership roles.Richard Smith2012-11-27
* Fast-math flags documentation added to LangRefMichael Ilseman2012-11-27
* llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression correspo...NAKAMURA Takumi2012-11-27
* Fast-math test for SimplifyInstruction: fold multiply by 0Michael Ilseman2012-11-27
* Fast-math optimization: fold multiply by zeroMichael Ilseman2012-11-27
* Fast-math test case for bitcode and textual reading/writingMichael Ilseman2012-11-27
* Fast-math flags for the bitcodeMichael Ilseman2012-11-27
* Fast-math flags for LLVM IR parsing and printingMichael Ilseman2012-11-27
* Make comment names match function names.Eric Christopher2012-11-27
* Add in sections for the fission case (no change so incorrect) andEric Christopher2012-11-27
* Fast-math interfaces for InstructionsMichael Ilseman2012-11-27
* Fast-math flags added to FPMathOperator.Michael Ilseman2012-11-27
* Move Clang code owners list from llvm/ to cfe/.Richard Smith2012-11-27
* Reorder section output ordering.Eric Christopher2012-11-27
* Whitespace cleanup.Eric Christopher2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Add an assertion to ensure freezeReservedRegs() is only ever called once.Chad Rosier2012-11-26
* Make this test less sensitive.Eli Bendersky2012-11-26
* Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier2012-11-26
* Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier2012-11-26
* Get rid of the getPointeeAlignment helper function fromEli Friedman2012-11-26
* Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier2012-11-26
* Don't use iterator after being erased.Jakub Staszak2012-11-26
* Correct copy-pasto where we're talking about function attributes and not para...Bill Wendling2012-11-26
* Fix comments in HexagonOperands.td.Jyotsna Verma2012-11-26
* rdar://12329730 (defect 2)Shuxin Yang2012-11-26
* Remove unneeded #includes.Jakub Staszak2012-11-26
* Fix a comment bug in toascii simplifierMeador Inge2012-11-26
* instcombine: Migrate printf optimizationsMeador Inge2012-11-26
* Move the code that uses SCEVs prior to creating the new loops. Nadav Rotem2012-11-26
* Normalize splat 256bit vectors with 8 elements.Jakub Staszak2012-11-26
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-26
* Remove stray trailing backslashMatt Beaumont-Gay2012-11-26
* tsan: fix lint warningsDmitry Vyukov2012-11-26
* Rewrite test to not use a FileCheck variable and redefine it on the same line.Eli Bendersky2012-11-26
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-26
* [tsan] add fail order to compare_exchangeDmitry Vyukov2012-11-26
* Fix a PassManager pointer use-after-free bug.Zhou Sheng2012-11-26
* instcombine: Migrate toascii optimizationsMeador Inge2012-11-26
* instcombine: Migrate isascii optimizationsMeador Inge2012-11-26
* instcombine: Migrate isdigit optimizationsMeador Inge2012-11-26
* Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAGJoe Abbey2012-11-26
* Fix gcc's -Wunused-but-set-variable warnings.Rafael Espindola2012-11-26
* Fix bogus comment; no functional change.Meador Inge2012-11-26
* instcombine: Migrate *abs optimizationsMeador Inge2012-11-26
* instcombine: Migrate ffs* optimizationsMeador Inge2012-11-25
* Move the max vector width to a constant parameter. No functionality change.Nadav Rotem2012-11-25
* Fix the document style.Nadav Rotem2012-11-25
* Refactor the ptr runtime check generation code. No functionality change.Nadav Rotem2012-11-25
* Code Custodian:Joe Abbey2012-11-25