summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* 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
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-25
* Move semantics are great, don't destroy the optimization opportunity with tri...Benjamin Kramer2012-11-25
* Rename method. No functionality change.Nadav Rotem2012-11-25
* The induction-pointer work is inspired by a research paper. This commit adds ...Nadav Rotem2012-11-25
* Add support for pointer induction variables even when there is no integer ind...Nadav Rotem2012-11-25
* Refactor to make helper method static.Craig Topper2012-11-25
* Remove duplicate check of LimitFloatPrecision. It was already checked earlier...Craig Topper2012-11-25
* Factor common code out of individual if blocks into common tail.Craig Topper2012-11-25
* Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already ...Craig Topper2012-11-24
* Refactor a bit to make some helper methods static.Craig Topper2012-11-24
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-24
* PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer2012-11-24
* ARM: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-24
* PPC: MCize most of the darwin PIC emission.Benjamin Kramer2012-11-24
* PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-24
* PPC: Simplify code with Twines.Benjamin Kramer2012-11-24
* Factor some common code out of individual if blocks.Craig Topper2012-11-24
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-24
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-24
* Move a bit of duplicated code into a helper function.Rafael Espindola2012-11-24
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-24