1. 31359ba Update docs for ssp and sspreq function attributes. by Bill Wendling · 16 years ago
  2. e9e6bdf Implement stack protectors as function attributes: "ssp" and "sspreq". by Bill Wendling · 16 years ago
  3. 7fc610f Revert the part of r59145 that changed the comment about by Dan Gohman · 16 years ago
  4. bc5cbb8 Move the code that inserts X87 FP_REG_KILL instructions from a by Dan Gohman · 16 years ago
  5. cb57982 Remove the incorrect assertion. We don't have enough information before relocation to set U bit. by Evan Cheng · 16 years ago
  6. bc8dda8 CMake: when bulding shared libraries on non-WIN32 systems, link dl to by Oscar Fuentes · 16 years ago
  7. e40db4a Tell GenLibDeps.pl to inspect .so and .dylib shared files. by Oscar Fuentes · 16 years ago
  8. 7e298ed Fix unsigned char->ppcf128 conversion. by Dale Johannesen · 16 years ago
  9. 2d9716f Do the LiveVariables update before printing the instruction in by Dan Gohman · 16 years ago
  10. 4cbb3ca Remove some debugging code made redundant by the change to do by Dan Gohman · 16 years ago
  11. e8f4ac2 Update VarInfo's comments to reflect the current code. LiveVar by Dan Gohman · 16 years ago
  12. 4974b6a Correct a function name in a comment. by Dan Gohman · 16 years ago
  13. 02fa4f4 Add test case for ptr annotation. by Tanya Lattner · 16 years ago
  14. 6766572 Check the return value of std::getenv. by Mikhail Glushenkov · 16 years ago
  15. 9a365b6 Correct these links. by Duncan Sands · 16 years ago
  16. 1e465a3 Simplify SplitVecRes_EXTRACT_SUBVECTOR. This means by Duncan Sands · 16 years ago
  17. 245146b Correct some thinkos in the expansion of ADD/SUB by Duncan Sands · 16 years ago
  18. e7c3551 Change binary dump format. by Evan Cheng · 16 years ago
  19. 607f1b4 Address mode immediate offset has already been divided by 4. by Evan Cheng · 16 years ago
  20. 3f4924e Fix a VFP binary arithmetic instruction encoding bug. by Evan Cheng · 16 years ago
  21. 7063291 Fix address mode 3 immediate offset mode encoding. by Evan Cheng · 16 years ago
  22. 3c4a4ff Consolidate formats; fix FCMPED etc. encodings. by Evan Cheng · 16 years ago
  23. 0a6b8fd Add ptr annotation intrinsic. by Tanya Lattner · 16 years ago
  24. 80a1198 Fix VFP conversion instruction encodings. by Evan Cheng · 16 years ago
  25. d06d48d Fix encoding of single-precision VFP registers. by Evan Cheng · 16 years ago
  26. cbf7cf5 Fix the testb optimization so x86 also bootstraps. Reenable test. by Dale Johannesen · 16 years ago
  27. 580c0df VFP fld / fst immediate field is multiplied by 4. by Evan Cheng · 16 years ago
  28. 4e506ab CMake: Remove removed source file. by Oscar Fuentes · 16 years ago
  29. 262d248 Add a bit of lazy evaluation to PopulateCompilationGraph(). by Mikhail Glushenkov · 16 years ago
  30. aa4774c Some cosmetic changes. by Mikhail Glushenkov · 16 years ago
  31. 19ab6b0 Remove by Devang Patel · 16 years ago
  32. 94b29c3 Undo previous check-in. by Devang Patel · 16 years ago
  33. 068d1c5 This shouldn't be necessary by Andrew Lenharth · 16 years ago
  34. 0a0ab13 Fix FMDRR encoding. by Evan Cheng · 16 years ago
  35. cb5201f Handle floating point constpool_entry's. by Evan Cheng · 16 years ago
  36. 80fe873 Don't walk into predecessors in which the vreg is not live when doing shrinkwrapping. by Owen Anderson · 16 years ago
  37. cd8e66a Encode VFP load / store instructions. by Evan Cheng · 16 years ago
  38. b13af2f In ScheduleDAGRRList::CopyAndMoveSuccessors, create the SUnit for the load by Dan Gohman · 16 years ago
  39. eb9dbf1 Avoid relying on the SelectionDAG for initializing the MachineFunction and by Dan Gohman · 16 years ago
  40. 3af7fd5 CMake: Updated library dependency info used for MSVC++. by Oscar Fuentes · 16 years ago
  41. 7d013e4 CMake: Updated list of source files for lib/Transforms/Utils. by Oscar Fuentes · 16 years ago
  42. 78be83d Encode VFP conversion instructions. by Evan Cheng · 16 years ago
  43. 7d12b4b last validation errors by Chris Lattner · 16 years ago
  44. 17ddcd9 Remove incomplete lto-bugpoint tool. If there is an interest then we can resurrect this tool later on and finish implementation. by Devang Patel · 16 years ago
  45. cfd5c26 fix some validation errors <it> -> <i> by Chris Lattner · 16 years ago
  46. 528875c fix some validation errors. by Chris Lattner · 16 years ago
  47. 90d45b8 Add utility pass to remove dbg info. by Devang Patel · 16 years ago
  48. 611944b remove an extraneous tag by Chris Lattner · 16 years ago
  49. 7897538 Make this document *substantially* better and cover a lot more territory. by Chris Lattner · 16 years ago
  50. 89d0a4d Silence unused variable warning. by Devang Patel · 16 years ago
  51. 772777e Use actual function name in comments. by Devang Patel · 16 years ago
  52. 9b75b37 Change the scheduler accessor methods to accept an explicit TargetMachine by Dan Gohman · 16 years ago
  53. 86d7733 Add a README entry. by Evan Cheng · 16 years ago
  54. 123f4fd CMake: forces rebuild of llvm-config's library dependency info when a by Oscar Fuentes · 16 years ago
  55. 2ae80d8 CMake: corrected split of Alpha and Sparc AsmPrinters. by Oscar Fuentes · 16 years ago
  56. 578f6cf CMake: Removed unnecessary library path setting that was breaking the by Oscar Fuentes · 16 years ago
  57. 3bd86aa Separate sparc asmprinter. This should unbreak the native build by Anton Korobeynikov · 16 years ago
  58. bfac426 Separate alpha asmprinter. This should unbreak native build. by Anton Korobeynikov · 16 years ago
  59. 27cae7b The 32-bit displacement field in an x86 address is signed. Arrange for it by Dan Gohman · 16 years ago
  60. cfd15cf Add svn:ignore properties for srcdir = objdir builds. by Dan Gohman · 16 years ago
  61. 24d3b38 Update CMakeLists.txt by Cedric Venet · 16 years ago
  62. ae89bb1 Fix for PR3040: by Bill Wendling · 16 years ago
  63. 683a922 fix another libgcc blocker by Andrew Lenharth · 16 years ago
  64. 00ec49b Cleaned up and fix bugs in convert_rndsat node by Mon P Wang · 16 years ago
  65. 935e8e9 Un-XFAIL tests now that they're fixed. by Bill Wendling · 16 years ago
  66. 19fd42a Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU by Scott Michel · 16 years ago
  67. 96581d3 Encode VFP arithmetic instructions. by Evan Cheng · 16 years ago
  68. 35275f4 Cleanup debug info. assocated with deleted instructions. by Devang Patel · 16 years ago
  69. 780c38d Add utility routines to remove dead debug info. by Devang Patel · 16 years ago
  70. 080098e r59009 broke these tests. XFAIL for now. by Bill Wendling · 16 years ago
  71. 73ce1c5 CellSPU: Fix bug 3606, as well as some ongoing work. by Scott Michel · 16 years ago
  72. 22511ed Small simplification. Use the iterator already present as the insertion point. by Bill Wendling · 16 years ago
  73. e4d783d Comments and indentation. by Evan Cheng · 16 years ago
  74. 588920b Correct PIC function stub codegen. by Evan Cheng · 16 years ago
  75. 0ef3b61 CMake: Fixed cross-compiling. by Oscar Fuentes · 16 years ago
  76. f4b24e2 Fix indentation. by Dan Gohman · 16 years ago
  77. d0ab34b Temporarily revert r58979 and related patch. It's causing a failure in X86 bootstrap: by Bill Wendling · 16 years ago
  78. 7205677 - Make sure that we don't over-increment the iterator when going through the by Bill Wendling · 16 years ago
  79. 77cdf30 Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to by Mon P Wang · 16 years ago
  80. cf1f23f Update VC++ project file. by Steve Naroff · 16 years ago
  81. d4e7f44 If the sign of exit condition and split condition does not match by Devang Patel · 16 years ago
  82. f509224 Fix PR2667: add soft float support for sint_to_fp/uint_to_fp by Duncan Sands · 16 years ago
  83. cff50d9 Tweak some comments. by Duncan Sands · 16 years ago
  84. 6959b2b Small cleanups. No functionality change intended! by Duncan Sands · 16 years ago
  85. a29c130 When promoting the result of fp_to_uint/fp_to_sint, by Duncan Sands · 16 years ago
  86. c04b691 Work around PR1000. by Duncan Sands · 16 years ago
  87. 569c45c Proper way of doing llvm canadian-cross compilation. Patch by Jim Grosbach! by Anton Korobeynikov · 16 years ago
  88. 22a8e9e Reenable test. by Dale Johannesen · 16 years ago
  89. baf26b2 Really fix testb optimization on big-endian. Fixes ppc32 bootstrap. by Dale Johannesen · 16 years ago
  90. 11bb6c6 Third time's a charm. by Bill Wendling · 16 years ago
  91. e18b32e final edits by Chris Lattner · 16 years ago
  92. aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 16 years ago
  93. a64f463 eliminate a couple more uses of utohexstr. by Chris Lattner · 16 years ago
  94. c6a1346 Use utohex_buffer instead of utohexstr to avoid creating a temporary by Chris Lattner · 16 years ago
  95. 886645a split out the functionality of utohexstr into a new utohex_buffer by Chris Lattner · 16 years ago
  96. 497a7a8 Move getCastToEmpty out of DIDescriptor into DIFactory. It is an by Chris Lattner · 16 years ago
  97. 4d557e4 Fix an over aggressive assumption that struct decls will have a pointer to by Chris Lattner · 16 years ago
  98. 3b78185 Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does. by Chris Lattner · 16 years ago
  99. 09e99e4 move some cases around to silence these sorts of warnings in by Chris Lattner · 16 years ago
  100. 903361e add new file by Chris Lattner · 16 years ago