Skip to content
  1. Mar 08, 2011
  2. Mar 07, 2011
  3. Mar 05, 2011
  4. Mar 03, 2011
  5. Mar 02, 2011
  6. Mar 01, 2011
  7. Feb 28, 2011
  8. Feb 26, 2011
    • Bill Wendling's avatar
      A new TableGen feature! (Not turned on just yet.) · 31ca7efa
      Bill Wendling authored
         InstAlias<{alias}, {aliasee}>;
      
      The InstAlias instruction should be able to go from the MCInst to the
      {alias}. All of the information is there to match the MCInst with the
      {aliasee}. From there, it's a simple matter to emit the {alias}, with the
      correct operands from the {aliasee}.
      
      The code this patch generates can be used by the InstPrinter to automatically
      print out the alias without having to write special C++ code to handle the
      situation.
      
      This is a WIP, and therefore are several limitations. For instance, it cannot
      handle AsmOperands at the moment. It also doesn't know what to do when two
      {alias}es match the same {aliasee}. (Currently, it just ignores those two cases
      and allows the printInstruction method to handle them.)
      
      llvm-svn: 126538
      31ca7efa
    • Bob Wilson's avatar
      Removed unnecessary dylibs from Apple builds, with or without "lib" prefix. · d2e7b05d
      Bob Wilson authored
      Radar 9056686
      
      llvm-svn: 126534
      d2e7b05d
    • Bob Wilson's avatar
      Add a new "Embedded" makefile target for Apple-style builds. · 15c6f99b
      Bob Wilson authored
      This one just installs the default build into a different destination directory.
      
      llvm-svn: 126533
      15c6f99b
  9. Feb 25, 2011
    • Stuart Hastings's avatar
      Fix bad comment marker. · e6f5613b
      Stuart Hastings authored
      llvm-svn: 126525
      e6f5613b
    • David Greene's avatar
      · c136bc69
      David Greene authored
      Add some options for building LLVM in different environments:
      
      --force-configure to force running configure before building.
      
      --extra-llvm-config-flags
      --extra-llvm-gcc-config-flags
      --extra-gcc-config-flags
      
      Pass additional argument to the various configure invocations.
      
      This also eliminates a default build flavor because explicitly
      specifying builds could result in build flavors being run repeatedly.
      
      Finally, turn off fortran builds for the moment because install
      appears to be broken.
      
      llvm-svn: 126510
      c136bc69
    • Stuart Hastings's avatar
      Omit lto.h from the llvmCore result; henceforth, this will be supplied · e167360a
      Stuart Hastings authored
      by clang.  Radar 9042056.
      
      llvm-svn: 126507
      e167360a
  10. Feb 24, 2011
  11. Feb 23, 2011
    • David Greene's avatar
      · 5ec8236d
      David Greene authored
      Fix Builder::execute() to more properly pass the desired environment
      to tools.
      
      llvm-svn: 126263
      5ec8236d
  12. Feb 22, 2011
  13. Feb 21, 2011
  14. Feb 20, 2011
  15. Feb 19, 2011
  16. Feb 18, 2011
  17. Feb 17, 2011
  18. Feb 15, 2011
  19. Feb 14, 2011
  20. Feb 13, 2011
  21. Feb 12, 2011
    • Jim Grosbach's avatar
      AsmMatcher custom operand parser failure enhancements. · 861e49ce
      Jim Grosbach authored
      Teach the AsmMatcher handling to distinguish between an error custom-parsing
      an operand and a failure to match. The former should propogate the error
      upwards, while the latter should continue attempting to parse with
      alternative matchers.
      
      Update the ARM asm parser accordingly.
      
      llvm-svn: 125426
      861e49ce
  22. Feb 11, 2011
Loading