1. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  2. ccb6976 Do not isel load folding bt instructions for pentium m, core, core2, and AMD processors. These are significantly slower than a load followed by a bt of a register. by Evan Cheng · 16 years ago
  3. 018b7ee Fix x86 CPU id detection to identify Penryn (and future processors). by Evan Cheng · 16 years ago
  4. 52ceafa Use movaps / movd to extract vector element 0 even with sse4.1. It's still cheaper than pextrw especially if the value is in memory. by Evan Cheng · 16 years ago
  5. ccc776f Fix typo. by Nick Lewycky · 16 years ago
  6. 8439653 Remove the cyclic part of this test, it was passing for the wrong by Nick Lewycky · 16 years ago
  7. 6b05686 Make adding nocapture a bit stronger. FreeInst is nocapture. Also, by Nick Lewycky · 16 years ago
  8. b9b3a70 Don't error out if ranlib fails. by Bill Wendling · 16 years ago
  9. aca3e68 rename a file to follow naming conventions. by Chris Lattner · 16 years ago
  10. 29ab02b Add tests for two types of traps that escape analysis might one day fall into. by Duncan Sands · 16 years ago
  11. 88e7675 Mention that this pass does escape analysis in the leading comments. by Duncan Sands · 16 years ago
  12. b6e223a Factorize (and generalize) the code promoting SELECT by Duncan Sands · 16 years ago
  13. 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 16 years ago
  14. ba6d262 Remove trailing spaces. by Duncan Sands · 16 years ago
  15. 5480c04 Fix PR3274: when promoting the condition of a BRCOND node, by Duncan Sands · 16 years ago
  16. 8fb520e Original patch by Talin. by Misha Brukman · 16 years ago
  17. e5f9471 * Removed gtest-all.cc; .cc files including other .cc files is weird by Misha Brukman · 16 years ago
  18. 3aae44e Moved Google Test code up one directory so that we can use a standard LLVM by Misha Brukman · 16 years ago
  19. 94f0a38 Fix comment. by Bill Wendling · 16 years ago
  20. 3479be9 Add transformation: by Bill Wendling · 16 years ago
  21. d5b207b Some compilers are picky about accessing the first element of a std::vector if by Bill Wendling · 16 years ago
  22. 1010941 Look through phi nodes and select instructions when by Duncan Sands · 16 years ago
  23. 587cbd0 This is not failing on Darwin for some reason. XFAIL for other platforms. by Bill Wendling · 16 years ago
  24. 17da06f Don't analyze arguments already marked 'nocapture'. by Duncan Sands · 16 years ago
  25. 3fa0de2 Fixed grammar and capitalization. by Misha Brukman · 16 years ago
  26. f2f8d79 Add spacing between type and variable name. by Misha Brukman · 16 years ago
  27. 8050e9e Comment headers should extend to 80 chars. by Misha Brukman · 16 years ago
  28. 262b05f Fix spacing to be uniform for parameters. by Misha Brukman · 16 years ago
  29. 5eb009a Removed extra spaces. by Misha Brukman · 16 years ago
  30. 7ae6ff4 Import of Google Test 1.2.1, with the non-essential bits removed. by Misha Brukman · 16 years ago
  31. 9e89ba3 Rename AddReadAttrs to FunctionAttrs, and teach it how by Duncan Sands · 16 years ago
  32. 0c91373 CMake: Added some VC++ specific info to CMake.html. by Oscar Fuentes · 16 years ago
  33. 033ff38 Add a new Attribute::getAlignmentFromAttrs method. by Chris Lattner · 16 years ago
  34. 67b9a2a XFAIL test caused by r61493. Apparently, this is expected? by Bill Wendling · 16 years ago
  35. 7d211e2 Get live interval reconstruction several steps closer to working. by Owen Anderson · 16 years ago
  36. d23b799 add a note by Chris Lattner · 16 years ago
  37. 477dc85 XFAIL this for now until I can figure out what's going on. by Scott Michel · 16 years ago
  38. 87142b1 Fix test erratum (which is wierd: works locally for me?) by Scott Michel · 16 years ago
  39. 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 16 years ago
  40. 998dee9 Linux wants the FDE initial location and address range to be forced to 32-bit. by Bill Wendling · 16 years ago
  41. bce4528 The FDE initial location and address range data should be free to be 64-bit by Bill Wendling · 16 years ago
  42. 8722a2c * Updated TOC and fixed named anchors * Simplified section header marking by Misha Brukman · 16 years ago
  43. 9e6b68d Minimize the width of the notes region: it will end where the text ends, if the by Misha Brukman · 16 years ago
  44. 0427f7a Simplified marking code regions with a single <pre> rather than by Misha Brukman · 16 years ago
  45. f08bf11 Make stripPointerCasts and getUnderlyingObject non-recursive. by Duncan Sands · 16 years ago
  46. 2964fe3 Experiments show that looking through phi nodes by Duncan Sands · 16 years ago
  47. e9dd47a Fixed spelling, removed trailing whitespace. by Misha Brukman · 16 years ago
  48. 740e3db Center the legal note to give it even padding on left and right, and make it by Misha Brukman · 16 years ago
  49. ccd0295 Cleanup: clarify llvm-gcc version and package name. by Misha Brukman · 16 years ago
  50. 6531d47 Clarify a bit. Based on feedback by Talin. by Duncan Sands · 16 years ago
  51. 516ec62 Allow readnone functions to read (and write!) global by Duncan Sands · 16 years ago
  52. 2b7fc1e Add braces, as suggested by a gcc warning. by Duncan Sands · 16 years ago
  53. 1df30c4 - Various '#if 0' cleanups. by Scott Michel · 16 years ago
  54. 845145f Teach LeaglizeDAG that i64 mul can be a libcall. by Scott Michel · 16 years ago
  55. 9ace0cd select constant exprs should have the same constraints as select instructions, by Chris Lattner · 16 years ago
  56. b76ec32 move select validation logic into a shared place where the select ctor, by Chris Lattner · 16 years ago
  57. d4f6fe5 Fix up kill/dead marking in the new live interval reconstruction code. by Owen Anderson · 16 years ago
  58. 169d408 Forgot to commit this file. by Owen Anderson · 16 years ago
  59. 60d4f6d Add prototype code for recomputing a live interval's ranges and valnos through recursive phi construction. by Owen Anderson · 16 years ago
  60. 3037eda Check that the function prototypes are correct before assuming that the by Nick Lewycky · 16 years ago
  61. 7c3f161 add testcase for type parsing. by Chris Lattner · 16 years ago
  62. 793b2e3 implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder) by Chris Lattner · 16 years ago
  63. f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 16 years ago
  64. 1323e8b add PR # by Chris Lattner · 16 years ago
  65. e55484e Add a simple pattern for matching 'bt'. by Chris Lattner · 16 years ago
  66. f1e9fd5 Fix some JIT encodings. by Chris Lattner · 16 years ago
  67. d1e3229 BT memory operands load from their address operand. by Chris Lattner · 16 years ago
  68. 1c39d4c translateX86CC can never fail. Simplify it based on this. by Chris Lattner · 16 years ago
  69. 722f5f1 Darwin likes for the EH frame to be non-local. by Bill Wendling · 16 years ago
  70. d4121be GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure by Bill Wendling · 16 years ago
  71. e5b7e0e Revert the changes in this testcase until Anton can fix them. by Bill Wendling · 16 years ago
  72. 8277970 Fix a compiler-abort on a testcase where the stack-pointer is added to by Dan Gohman · 16 years ago
  73. 4328708 indentation by Chris Lattner · 16 years ago
  74. 7c7bc72 Change comments so everybody can understand them, hopefully. by Dale Johannesen · 16 years ago
  75. 4c78e02 simplify some control flow and reduce indentation, no functionality change. by Chris Lattner · 16 years ago
  76. f6727b0 Revert 61362 and 61402 until SPEC breakage is fixed. by Dale Johannesen · 16 years ago
  77. 2fa2517 This fixes the bug in 175.vpr. It doesn't fix the by Dale Johannesen · 16 years ago
  78. f9cbc1f Add another permutation where we should get rid of a-a. by Dale Johannesen · 16 years ago
  79. c7a37d4 Add instruction patterns and encodings for the x86 bt instructions. by Dan Gohman · 16 years ago
  80. 42a8bbc Update test by Anton Korobeynikov · 16 years ago
  81. 56d245b Restore debug printing by Anton Korobeynikov · 16 years ago
  82. e2f95e9 Sometimes APInt syntax is really ugly... :( by Anton Korobeynikov · 16 years ago
  83. 1bfe237 Indent stuff properly by Anton Korobeynikov · 16 years ago
  84. 2321858 Initial checkin of APInt'ififcation of switch lowering by Anton Korobeynikov · 16 years ago
  85. fd1c6c3 Silence unused variable warnings. by Devang Patel · 16 years ago
  86. d0935c3 Fix typo. Silence unused variable warning. by Devang Patel · 16 years ago
  87. 2755896 Silience unused warnings. by Devang Patel · 16 years ago
  88. 0b1d4a7 Clean up the atomic opcodes in SelectionDAG. by Dan Gohman · 16 years ago
  89. 9cf8ef6 add some notes for simplifylibcalls optimizations by Chris Lattner · 16 years ago
  90. 2e24342 Testcase to show we can tie together integers and pointers of the same size. by Chris Lattner · 16 years ago
  91. 1f33f8e Tweak --version to include the date and time. by Steve Naroff · 16 years ago
  92. c9a5b9e Rename BuildSchedUnits to BuildSchedGraph, and refactor the by Dan Gohman · 16 years ago
  93. 1bda054 Comment MO_FPImmediate and doxygenate surrounding comments. by Dan Gohman · 16 years ago
  94. 237dee1 Use isTerminator() instead of isBranch()||isReturn() in by Dan Gohman · 16 years ago
  95. e1dfc7d Avoid an unnecessary call to allnodes_size(), which is linear. by Dan Gohman · 16 years ago
  96. 1578f84 Minor code simplifications. by Dan Gohman · 16 years ago
  97. f900f7b revert r61368. by Zhongxing Xu · 16 years ago
  98. fe5c8d0 Remove dead code. by Zhongxing Xu · 16 years ago
  99. 2fe269d Added shuffle and splat test cases for r61365. by Mon P Wang · 16 years ago
  100. 62c75ea Fixed code generation for v8i16 and v16i8 splats on X86. by Mon P Wang · 16 years ago