aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code Custodian:Joe Abbey2012-11-2512-139/+139
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-257-5/+125
* Move semantics are great, don't destroy the optimization opportunity with tri...Benjamin Kramer2012-11-251-8/+0
* Rename method. No functionality change.Nadav Rotem2012-11-251-3/+3
* The induction-pointer work is inspired by a research paper. This commit adds ...Nadav Rotem2012-11-251-0/+4
* Add support for pointer induction variables even when there is no integer ind...Nadav Rotem2012-11-252-105/+215
* Refactor to make helper method static.Craig Topper2012-11-252-29/+14
* Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola2012-11-251-24/+12
* Add an extra slash so doxygen comments will be properly recognized.Craig Topper2012-11-251-13/+13
* Remove duplicate check of LimitFloatPrecision. It was already checked earlier...Craig Topper2012-11-251-1/+1
* Factor common code out of individual if blocks into common tail.Craig Topper2012-11-251-24/+12
* Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already ...Craig Topper2012-11-241-7/+4
* Refactor a bit to make some helper methods static.Craig Topper2012-11-242-39/+20
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-245-13/+35
* PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer2012-11-241-1/+3
* ARM: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-241-63/+46
* PPC: MCize most of the darwin PIC emission.Benjamin Kramer2012-11-243-46/+141
* PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-241-18/+14