Skip to content
  1. Sep 16, 2008
    • Bill Wendling's avatar
      - Change "ExternalSymbolSDNode" to "SymbolSDNode". · 8bc392fb
      Bill Wendling authored
      - Add linkage to SymbolSDNode (default to external).
      - Change ISD::ExternalSymbol to ISD::Symbol.
      - Change ISD::TargetExternalSymbol to ISD::TargetSymbol
      
      These changes pave the way to allowing SymbolSDNodes with non-external linkage.
      
      llvm-svn: 56249
      8bc392fb
  2. Sep 13, 2008
    • Dan Gohman's avatar
      Remove isImm(), isReg(), and friends, in favor of · 38453eeb
      Dan Gohman authored
      isImmediate(), isRegister(), and friends, to avoid confusion
      about having two different names with the same meaning. I'm
      not attached to the longer names, and would be ok with
      changing to the shorter names if others prefer it.
      
      llvm-svn: 56189
      38453eeb
    • Dan Gohman's avatar
      Define CallSDNode, an SDNode subclass for use with ISD::CALL. · d3fe174c
      Dan Gohman authored
      Currently it just holds the calling convention and flags
      for isVarArgs and isTailCall.
      
      And it has several utility methods, which eliminate magic
      5+2*i and similar index computations in several places.
      
      CallSDNodes are not CSE'd. Teach UpdateNodeOperands to handle
      nodes that are not CSE'd gracefully.
      
      llvm-svn: 56183
      d3fe174c
  3. Sep 12, 2008
  4. Sep 11, 2008
  5. Sep 10, 2008
  6. Sep 09, 2008
  7. Sep 08, 2008
    • Anton Korobeynikov's avatar
      Reapply 55901: Drop unused variable · 177eda05
      Anton Korobeynikov authored
      llvm-svn: 55957
      177eda05
    • Anton Korobeynikov's avatar
      Reapply 55900: We do support EH on x86-64! · 524820fe
      Anton Korobeynikov authored
      llvm-svn: 55956
      524820fe
    • Anton Korobeynikov's avatar
      Reapply 55899: First draft of EH support on x86/64-linux · 2fd24e77
      Anton Korobeynikov authored
      Now with fix, which prevents subtle codegen bug to trigger on darwin.
      No fix for bug though, it's still there.
      
      llvm-svn: 55955
      2fd24e77
    • Anton Korobeynikov's avatar
    • Bill Wendling's avatar
      38714418
    • Bill Wendling's avatar
      Reverting r55898 to r55909. One of these patches was causing an ICE during the... · 99b83712
      Bill Wendling authored
      Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin:
      
      /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/xgcc
      -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/
      -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/bin/
      -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/lib/
      -isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/include
      -isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/sys-include
      -O2  -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings
      -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
      -isystem ./include  -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
      -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../llvm-gcc.src/gcc
      -I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include
      -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include
      -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber
      -I/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.obj/include
      -I/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/include
      -DSHARED -m64 -DL_negdi2 -c ../../llvm-gcc.src/gcc/libgcc2.c -o
      libgcc/x86_64/_negdi2_s.o
      Assertion failed: (TargetRegisterInfo::isVirtualRegister(regA) &&
      TargetRegisterInfo::isVirtualRegister(regB) && "cannot update physical
      register live information"), function runOnMachineFunction, file
      /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/lib/CodeGen/TwoAddressInstructionPass.cpp,
      line 311.
      /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/xgcc
      -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/
      -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/bin/
      -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/lib/
      -isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/include
      -isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/sys-include
      -O2  -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings
      -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
      -isystem ./include  -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
      -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../llvm-gcc.src/gcc
      -I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include
      -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include
      -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber
      -I/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.obj/include
      -I/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/include
      -DSHARED -m64 -DL_lshrdi3 -c ../../llvm-gcc.src/gcc/libgcc2.c -o
      libgcc/x86_64/_lshrdi3_s.o
      ../../llvm-gcc.src/gcc/unwind-dw2.c:1527: internal compiler error: Abort trap
      Please submit a full bug report,
      with preprocessed source if appropriate.
      See <URL:http://developer.apple.com/bugreporter> for instructions.
      {standard input}:unknown:Undefined local symbol LBB21_11
      {standard input}:unknown:Undefined local symbol LBB21_12
      {standard input}:unknown:Undefined local symbol LBB21_13
      {standard input}:unknown:Undefined local symbol LBB21_8
      
      llvm-svn: 55928
      99b83712
    • Evan Cheng's avatar
    • Dan Gohman's avatar
      i128 and f80 are implemented for x86-64 now. · fd18d630
      Dan Gohman authored
      llvm-svn: 55920
      fd18d630
    • Dan Gohman's avatar
      Fix copy+pastos in comments. · 8f658bac
      Dan Gohman authored
      llvm-svn: 55918
      8f658bac
    • Anton Korobeynikov's avatar
      Drop unused variable · b55688d2
      Anton Korobeynikov authored
      llvm-svn: 55901
      b55688d2
    • Anton Korobeynikov's avatar
      We do support EH on x86-64! · 0316b797
      Anton Korobeynikov authored
      llvm-svn: 55900
      0316b797
    • Anton Korobeynikov's avatar
      First draft of EH support on x86/64-linux · 82b95400
      Anton Korobeynikov authored
      llvm-svn: 55899
      82b95400
    • Anton Korobeynikov's avatar
      Implement FRAME_TO_ARGS_OFFSET for x86-64 · cb0655d6
      Anton Korobeynikov authored
      llvm-svn: 55898
      cb0655d6
    • Evan Cheng's avatar
  8. Sep 07, 2008
  9. Sep 06, 2008
  10. Sep 05, 2008
Loading