Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/llvm-lm32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7da12617be7e
Choose a base ref
...
head repository: m-labs/llvm-lm32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38080c0a63ac
Choose a head ref

Commits on Nov 22, 2012

  1. IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and Fi…

    …nalizeProcessFunc, for now. [-Wunused-private-field]
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168495 91177308-0d34-0410-b5e6-96231b3b80d8
    chapuni committed Nov 22, 2012
    Copy the full SHA
    f6dae76 View commit details
  2. Fix 80-col violation

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168498 91177308-0d34-0410-b5e6-96231b3b80d8
    eliben committed Nov 22, 2012
    Copy the full SHA
    9f696c8 View commit details
  3. llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune Addre…

    …ssSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable]
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168499 91177308-0d34-0410-b5e6-96231b3b80d8
    chapuni committed Nov 22, 2012
    Copy the full SHA
    d59c072 View commit details
  4. Merge branch 'master' of http://llvm.org/git/llvm

    JP Bonn committed Nov 22, 2012
    Copy the full SHA
    d2efcaf View commit details
  5. Add more functions to the target library information.

    I discovered a few more missing functions while migrating optimizations
    from the simplify-libcalls pass to the instcombine (I already added some
    in r167659).
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168501 91177308-0d34-0410-b5e6-96231b3b80d8
    meadori committed Nov 22, 2012
    Copy the full SHA
    6098c6b View commit details
  6. Mark me as the owner of the gold plugin.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168502 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 22, 2012
    Copy the full SHA
    99ba589 View commit details
  7. Added me as the owner of the Sparc backend

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168504 91177308-0d34-0410-b5e6-96231b3b80d8
    vegovin committed Nov 22, 2012
    Copy the full SHA
    e84b47e View commit details

Commits on Nov 23, 2012

  1. Cleanup: Simplify loop end logic in computeRegisterProperties().

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168507 91177308-0d34-0410-b5e6-96231b3b80d8
    Patrik Hägglund committed Nov 23, 2012
    Copy the full SHA
    d5f0318 View commit details
  2. Copy the full SHA
    f284aef View commit details
  3. Update call to the new syntax.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168512 91177308-0d34-0410-b5e6-96231b3b80d8
    isanbard committed Nov 23, 2012
    Copy the full SHA
    b46702c View commit details
  4. Disallow the undocumented practice of starting the datalayout string …

    …with '-'.
    
    Update some test cases accordingly.
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168516 91177308-0d34-0410-b5e6-96231b3b80d8
    Patrik Hägglund committed Nov 23, 2012
    Copy the full SHA
    834518f View commit details
  5. Implement .cfi_undefined. Based on a patch from PaX team, updated by

    Roman Divacky. I just added the testcase.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168520 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 23, 2012
    Copy the full SHA
    c8fec7e View commit details
  6. Add a -disable-cfi option to llvm-mc. This is useful for debugging as

    it will expand any .cfi_* directives in the input assembly.
    
    Unfortunately this cannot replace elf-dump in tests as the asm streamer
    cannot relax the line advance opcodes.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168522 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 23, 2012
    Copy the full SHA
    985884c View commit details
  7. Refactor a bit to make some helper functions static.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168524 91177308-0d34-0410-b5e6-96231b3b80d8
    topperc committed Nov 23, 2012
    Copy the full SHA
    5d1e089 View commit details
  8. CodeGenPrepare: Move ret duplication out of the instruction iteration…

    … loop.
    
    It can delete the block, and the loop continues on free'd memory.
    No change in output. Found by valgrind.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168525 91177308-0d34-0410-b5e6-96231b3b80d8
    d0k committed Nov 23, 2012
    Copy the full SHA
    4ccb49a View commit details

Commits on Nov 24, 2012

  1. Refactor how MCCFIInstructions are created.

    Give MCCFIInstruction a single, private constructor and add helper static
    methods that create each type of cfi instruction. This is is preparation
    for changing its representation. The representation with a pair
    MachineLocations older than MC and has been abused quiet a bit to support
    more cfi instructions.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168532 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 24, 2012
    Copy the full SHA
    28c9ea3 View commit details
  2. Move a bit of duplicated code into a helper function.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168533 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 24, 2012
    Copy the full SHA
    529a01d View commit details
  3. Give each MCCFIInstruction its own opcode.

    This untangles the switch cases of the old Move and RelMove opcodes a bit
    and makes it clear how to add new instructions.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168534 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 24, 2012
    Copy the full SHA
    7f74d2c View commit details
  4. Change the representation of MCCFIInstruction.

    We now store the Register and Offset directly. MachineLocation is gone (from
    this file)!
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168536 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 24, 2012
    Copy the full SHA
    ff233c9 View commit details
  5. Factor some common code out of individual if blocks.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168538 91177308-0d34-0410-b5e6-96231b3b80d8
    topperc committed Nov 24, 2012
    Copy the full SHA
    b315772 View commit details
  6. PPC: Simplify code with Twines.

    No functionality change.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168539 91177308-0d34-0410-b5e6-96231b3b80d8
    d0k committed Nov 24, 2012
    Copy the full SHA
    8f2dce0 View commit details
  7. PPC: Share applyFixup between ELF and Darwin.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168540 91177308-0d34-0410-b5e6-96231b3b80d8
    d0k committed Nov 24, 2012
    Copy the full SHA
    e8ca482 View commit details
  8. PPC: MCize most of the darwin PIC emission.

    The last remaining bit is "bcl 20, 31, AnonSymbol", which I couldn't find the
    instruction definition for. Only whitespace changes in assembly output.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168541 91177308-0d34-0410-b5e6-96231b3b80d8
    d0k committed Nov 24, 2012
    Copy the full SHA
    915558e View commit details
  9. ARM: Share applyFixup between ELF and Darwin.

    The implementations already diverged a bit, merge them back together.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168542 91177308-0d34-0410-b5e6-96231b3b80d8
    d0k committed Nov 24, 2012
    Copy the full SHA
    cb4028b View commit details
  10. Copy the full SHA
    d3022b8 View commit details
  11. libLTO: Add a utility method to initialize the disassemblers.

    Necessary to give disassembler users (like darwin's otool) a possibility to
    dlopen libLTO and still initialize the required LLVM bits. This used to go
    through libMCDisassembler but that's a gross layering violation, the MC layer
    can't pull in functions from the targets. Adding a function to libLTO is a bit
    of a hack but not worse than exposing other disassembler bits from libLTO.
    
    Fixes PR14362.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168545 91177308-0d34-0410-b5e6-96231b3b80d8
    d0k committed Nov 24, 2012
    Copy the full SHA
    8a2ce5d View commit details
  12. Refactor a bit to make some helper methods static.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168546 91177308-0d34-0410-b5e6-96231b3b80d8
    topperc committed Nov 24, 2012
    Copy the full SHA
    538cd48 View commit details
  13. Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's …

    …already called at the start of the function and captured in a local variable.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168548 91177308-0d34-0410-b5e6-96231b3b80d8
    topperc committed Nov 24, 2012
    Copy the full SHA
    134f78c View commit details

Commits on Nov 25, 2012

  1. Copy the full SHA
    915562e View commit details
  2. Remove duplicate check of LimitFloatPrecision. It was already checked…

    … earlier before IsExp10 could be set to true.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168553 91177308-0d34-0410-b5e6-96231b3b80d8
    topperc committed Nov 25, 2012
    Copy the full SHA
    c1aa638 View commit details
  3. Copy the full SHA
    7279809 View commit details
  4. Further cleanups. Thanks for Sean Silva for noticing it.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168556 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 25, 2012
    Copy the full SHA
    14a708b View commit details
  5. Refactor to make helper method static.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168557 91177308-0d34-0410-b5e6-96231b3b80d8
    topperc committed Nov 25, 2012
    Copy the full SHA
    327e4cb View commit details
  6. Add support for pointer induction variables even when there is no int…

    …eger induction variable.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168558 91177308-0d34-0410-b5e6-96231b3b80d8
    nadavrot committed Nov 25, 2012
    Copy the full SHA
    0af63ac View commit details
  7. The induction-pointer work is inspired by a research paper. This comm…

    …it adds a reference.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168559 91177308-0d34-0410-b5e6-96231b3b80d8
    nadavrot committed Nov 25, 2012
    Copy the full SHA
    d7e0b7c View commit details
  8. Rename method. No functionality change.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168560 91177308-0d34-0410-b5e6-96231b3b80d8
    nadavrot committed Nov 25, 2012
    Copy the full SHA
    a8e2b2b View commit details
  9. Move semantics are great, don't destroy the optimization opportunity …

    …with trivial copy ctors.
    
    No functionality change.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168561 91177308-0d34-0410-b5e6-96231b3b80d8
    d0k committed Nov 25, 2012
    Copy the full SHA
    a91eead View commit details
  10. Add support for .cfi_register now that it is easy to extent the repre…

    …sentation
    
    to support it. Original patch with the parsing and plumbing by the PaX team and
    Roman Divacky. I added the bits in MCDwarf.cpp and the test.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168565 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 25, 2012
    Copy the full SHA
    f4f14f6 View commit details
  11. Code Custodian:

      - Widespread trailing space removal
      - A dash of OCD spacing to block align enums
      - joined a line that probably needed 80 cols a while back
    
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168566 91177308-0d34-0410-b5e6-96231b3b80d8
    Joe Abbey committed Nov 25, 2012
    Copy the full SHA
    170a15e View commit details
  12. Copy the full SHA
    8c6b736 View commit details
  13. Fix the document style.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168569 91177308-0d34-0410-b5e6-96231b3b80d8
    nadavrot committed Nov 25, 2012
    Copy the full SHA
    00e8074 View commit details
  14. Move the max vector width to a constant parameter. No functionality c…

    …hange.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168570 91177308-0d34-0410-b5e6-96231b3b80d8
    nadavrot committed Nov 25, 2012
    Copy the full SHA
    6bfc348 View commit details
  15. instcombine: Migrate ffs* optimizations

    This patch migrates the ffs* optimizations from the simplify-libcalls
    pass into the instcombine library call simplifier.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168571 91177308-0d34-0410-b5e6-96231b3b80d8
    meadori committed Nov 25, 2012
    Copy the full SHA
    15d099a View commit details

Commits on Nov 26, 2012

  1. instcombine: Migrate *abs optimizations

    This patch migrates the *abs optimizations from the simplify-libcalls
    pass into the instcombine library call simplifier.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168574 91177308-0d34-0410-b5e6-96231b3b80d8
    meadori committed Nov 26, 2012
    Copy the full SHA
    dfb3b1a View commit details
  2. Fix bogus comment; no functional change.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168575 91177308-0d34-0410-b5e6-96231b3b80d8
    meadori committed Nov 26, 2012
    Copy the full SHA
    48bb786 View commit details
  3. Fix gcc's -Wunused-but-set-variable warnings.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168576 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola committed Nov 26, 2012
    Copy the full SHA
    250ab62 View commit details
  4. Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG

    Adding CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
           C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
    
    This is to handle the wackiness on a Mac host where cmake detects:
    
    CMAKE_CXX_COMPILER == "/usr/bin/c++"
    CMAKE_C_COMPILER == "/usr/bin/gcc"
    
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168577 91177308-0d34-0410-b5e6-96231b3b80d8
    Joe Abbey committed Nov 26, 2012
    Copy the full SHA
    d6a9307 View commit details
  5. instcombine: Migrate isdigit optimizations

    This patch migrates the isdigit optimizations from the simplify-libcalls
    pass into the instcombine library call simplifier.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168578 91177308-0d34-0410-b5e6-96231b3b80d8
    meadori committed Nov 26, 2012
    Copy the full SHA
    a0798ec View commit details
  6. instcombine: Migrate isascii optimizations

    This patch migrates the isascii optimizations from the simplify-libcalls
    pass into the instcombine library call simplifier.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168579 91177308-0d34-0410-b5e6-96231b3b80d8
    meadori committed Nov 26, 2012
    Copy the full SHA
    017bb75 View commit details
  7. instcombine: Migrate toascii optimizations

    This patch migrates the toascii optimizations from the simplify-libcalls
    pass into the instcombine library call simplifier.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168580 91177308-0d34-0410-b5e6-96231b3b80d8
    meadori committed Nov 26, 2012
    Copy the full SHA
    38c4441 View commit details
Loading