aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-27Remove unused internal linkage variable.Richard Smith
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27Add -verify-machineinstrs to these fast-isel test cases.Chad Rosier
2012-11-27Modifying lli to use the SectionMemoryManager.Andrew Kaylor
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-27Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor
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-27Test commit only modifying commentsPedro Artigas
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-27Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-11-27llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.NAKAMURA Takumi
2012-11-27Trailing linefeeds.NAKAMURA Takumi
2012-11-27Revert accidental commit.Craig Topper
2012-11-27Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper
2012-11-27Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project....Craig Topper
2012-11-27tsan: instrument atomic nand operationDmitry Vyukov
2012-11-27Add test cases for r168417.Craig Topper
2012-11-27Revert rearrangement of debug info sections to unblock the botsEric Christopher
2012-11-27test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...NAKAMURA Takumi
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-27Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...Andrew Kaylor
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-27Extend test case for r168657.Chad Rosier
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27Fast-math test for SimplifyInstruction: fold multiply by 0Michael Ilseman
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson
2012-11-27Remove some Clang-specific ownership roles.Richard Smith
2012-11-27Fast-math flags documentation added to LangRefMichael Ilseman
2012-11-27llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression correspo...NAKAMURA Takumi
2012-11-27Fast-math test for SimplifyInstruction: fold multiply by 0Michael Ilseman
2012-11-27Fast-math optimization: fold multiply by zeroMichael Ilseman
2012-11-27Fast-math test case for bitcode and textual reading/writingMichael Ilseman
2012-11-27Fast-math flags for the bitcodeMichael Ilseman
2012-11-27Fast-math flags for LLVM IR parsing and printingMichael Ilseman