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