summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-261-55/+24
* Add an assertion to ensure freezeReservedRegs() is only ever called once.Chad Rosier2012-11-261-0/+2
* 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-261-22/+4
* Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier2012-11-263-50/+0
* Don't use iterator after being erased.Jakub Staszak2012-11-261-1/+1
* Fix comments in HexagonOperands.td.Jyotsna Verma2012-11-261-29/+27
* rdar://12329730 (defect 2)Shuxin Yang2012-11-261-0/+21
* 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-262-89/+104
* 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-261-1/+1
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-263-156/+111
* Remove stray trailing backslashMatt Beaumont-Gay2012-11-261-1/+1
* tsan: fix lint warningsDmitry Vyukov2012-11-261-2/+2
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-263-486/+373
* [tsan] add fail order to compare_exchangeDmitry Vyukov2012-11-261-3/+27
* Fix a PassManager pointer use-after-free bug.Zhou Sheng2012-11-261-0/+12
* instcombine: Migrate toascii optimizationsMeador Inge2012-11-262-26/+16
* instcombine: Migrate isascii optimizationsMeador Inge2012-11-262-20/+17
* instcombine: Migrate isdigit optimizationsMeador Inge2012-11-262-21/+19
* instcombine: Migrate *abs optimizationsMeador Inge2012-11-262-25/+22
* instcombine: Migrate ffs* optimizationsMeador Inge2012-11-252-41/+47
* 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-258-68/+67
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-254-0/+58
* 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-251-105/+182
* Refactor to make helper method static.Craig Topper2012-11-252-29/+14
* 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-241-13/+0
* 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-241-35/+92
* PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-241-18/+14
* PPC: Simplify code with Twines.Benjamin Kramer2012-11-241-6/+3
* Factor some common code out of individual if blocks.Craig Topper2012-11-241-52/+27
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-241-20/+12
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-242-41/+66
OpenPOWER on IntegriCloud