aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor
2012-11-27Modified depends() to recognize that when all levels are "=" andPreston Briggs
2012-11-27CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren
2012-11-27instcombine: Don't replace all uses for instructions with no usesMeador Inge
2012-11-27Remove duplicated #includes.Jakub Staszak
2012-11-27SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer
2012-11-27X86: do not fold load instructions such as [V]MOVS[S|D] to other instructionsManman Ren
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-27Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-11-27tsan: instrument atomic nand operationDmitry Vyukov
2012-11-27Revert rearrangement of debug info sections to unblock the botsEric Christopher
2012-11-27Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs
2012-11-27instcombine: Migrate sprintf optimizationsMeador Inge
2012-11-27Remove unneeded #include.Jakub Staszak
2012-11-27The section is .debug_line.Eric Christopher
2012-11-27Remove unneeded #include.Jakub Staszak
2012-11-27llvm/CodeGen: Remove empty files in r168659.NAKAMURA Takumi
2012-11-27Code pretificationJoe Abbey
2012-11-27Remove unused forward declaration.Jakub Staszak
2012-11-27Remove unused MachineLoopRanges analysis.Jakub Staszak
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson
2012-11-27Fast-math optimization: fold multiply by zeroMichael Ilseman
2012-11-27Fast-math flags for the bitcodeMichael Ilseman
2012-11-27Fast-math flags for LLVM IR parsing and printingMichael Ilseman
2012-11-27Make comment names match function names.Eric Christopher
2012-11-27Add in sections for the fission case (no change so incorrect) andEric Christopher
2012-11-27Fast-math interfaces for InstructionsMichael Ilseman
2012-11-27Reorder section output ordering.Eric Christopher
2012-11-27Whitespace cleanup.Eric Christopher
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson
2012-11-26Add an assertion to ensure freezeReservedRegs() is only ever called once.Chad Rosier
2012-11-26Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier
2012-11-26Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier
2012-11-26Get rid of the getPointeeAlignment helper function fromEli Friedman
2012-11-26Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier
2012-11-26Don't use iterator after being erased.Jakub Staszak
2012-11-26Fix comments in HexagonOperands.td.Jyotsna Verma
2012-11-26rdar://12329730 (defect 2)Shuxin Yang
2012-11-26Remove unneeded #includes.Jakub Staszak
2012-11-26Fix a comment bug in toascii simplifierMeador Inge
2012-11-26instcombine: Migrate printf optimizationsMeador Inge
2012-11-26Move the code that uses SCEVs prior to creating the new loops. Nadav Rotem
2012-11-26Normalize splat 256bit vectors with 8 elements.Jakub Staszak
2012-11-26Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer
2012-11-26Remove stray trailing backslashMatt Beaumont-Gay