1. f24eb39 Regenerate. by Bill Wendling · 17 years ago
  2. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 17 years ago
  3. 7e638cd The .llx suffix is obsolete. by Dan Gohman · 17 years ago
  4. 5d8ab65 Update VIM LLVM IR syntax highlighting. by Dan Gohman · 17 years ago
  5. 1186bf1 Add a mechanism to specify attributes in getOrInsertFunction. by Nick Lewycky · 17 years ago
  6. ad7d1e2 Refactor some parser interfaces to fix PR3278 and a FIXME: by Chris Lattner · 17 years ago
  7. 0f8df9a Run a post-pass that marks known function declarations by name. by Nick Lewycky · 17 years ago
  8. 02b73ab elf writer really wants the size of the global, not the size by Chris Lattner · 17 years ago
  9. a0741ba Set a few more vimrc indentation options. by Dan Gohman · 17 years ago
  10. 30b6412 Add utility functions for marking parameters as noalias or nocapture. by Nick Lewycky · 17 years ago
  11. a96658c XFAIL this test. The xform was removed. by Bill Wendling · 17 years ago
  12. d3d6978 Revert this transform. It was causing some dramatic slowdowns in a few tests. See PR3266. by Bill Wendling · 17 years ago
  13. 2c8a152 Add several more unimplemented operator overloads to ilist_iterator by Dan Gohman · 17 years ago
  14. 64f0300 The llvm::ELFWriter::EmitGlobal() method is calling the by Bill Wendling · 17 years ago
  15. 723a59c add #include guards, thanks Dan. by Chris Lattner · 17 years ago
  16. f225d2e Use softtabstop instead of redefining tabstop. by Dan Gohman · 17 years ago
  17. 96eafe2 Switch the vimrc file from smartindent to cindent, which is by Dan Gohman · 17 years ago
  18. dfaf4f9 Revert r61598 as it does nothing. by Bill Wendling · 17 years ago
  19. cc91d63 Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250. by Dan Gohman · 17 years ago
  20. 1eb9268 CommuteNodesToReducePressure() is now removed. by Dan Gohman · 17 years ago
  21. 223942a Remove the code from the scheduler that commuted two-address by Dan Gohman · 17 years ago
  22. 3b3b4e3 Any void readonly functions are provably dead, don't waste time adding by Nick Lewycky · 17 years ago
  23. 38a2cb9 improve test and address Misha's comments by Nuno Lopes · 17 years ago
  24. 0be6d3f Add Intel processors core i7 and atom. by Evan Cheng · 17 years ago
  25. 5b925c0 Fix PR3210: Detect more Intel processors. Patch by Torok Edwin. by Evan Cheng · 17 years ago
  26. b0fa430 * Wrap command line flag in <tt> * Wrapped long lines in code section by Misha Brukman · 17 years ago
  27. 87f3336 We know it's always a SCEVConstant if it gets here, so just cast it and by Nick Lewycky · 17 years ago
  28. 93d9ad5 Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1. by Bill Wendling · 17 years ago
  29. 3aec908 Make sure that 'ranlib' runs only after 'ar' is completed. by Bill Wendling · 17 years ago
  30. 52d0001 CellSPU: by Scott Michel · 17 years ago
  31. 3d45f53 Reassign the buffer to the pointer so that we don't overwrite memory. by Bill Wendling · 17 years ago
  32. 5679d18 Alphabetized #includes. by Misha Brukman · 17 years ago
  33. 9ea4034 Down with trailing whitespace! by Misha Brukman · 17 years ago
  34. 27c1e89 VerifyLineLength() actually takes a max length parameter. by Misha Brukman · 17 years ago
  35. 653222f Added some basic lint tools for C++ and generic lint tool applicable to all by Misha Brukman · 17 years ago
  36. 9bd7a37 - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes finding by Scott Michel · 17 years ago
  37. 630fcb8 * Alphabetized system headers per the style guide by Misha Brukman · 17 years ago
  38. ae285bf Don't try to analyze this "backward" case. This is overly conservative by Nick Lewycky · 17 years ago
  39. 98117cd So *this* is where all the trailing whitespace in file header comments come by Misha Brukman · 17 years ago
  40. c120526 Remove comma at end of enumerator list. by Daniel Dunbar · 17 years ago
  41. 0526de6 Remove bison specific Makefile bits for AsmParser. by Daniel Dunbar · 17 years ago
  42. 12c8d1b Deleted trailing whitespace; no functional changes. by Misha Brukman · 17 years ago
  43. adf4e4d vimrc by Misha Brukman · 17 years ago
  44. 715a958 We also removed gtest-all.cc from the distribution tarball. by Misha Brukman · 17 years ago
  45. 9c5a5b0 Load tracking means that the value analyzed may by Duncan Sands · 17 years ago
  46. c365156 fist short at a new unit test for ImmutableSets. no bugs found, though :P by Nuno Lopes · 17 years ago
  47. 11366a0 make 'make clean' remove test binaries as well by Nuno Lopes · 17 years ago
  48. 288ee05 ignore build dirs by Nuno Lopes · 17 years ago
  49. 338cd6b When calculating 'nocapture' argument attributes, allow by Duncan Sands · 17 years ago
  50. b2f2279 Improve comments and reorganize a bit - no functionality change. by Duncan Sands · 17 years ago
  51. 71df0d6 Deleted too many properties: restore some. by Duncan Sands · 17 years ago
  52. 6d6b3cc Fix a really horrible typo, which caused undefined behavior. by Chris Lattner · 17 years ago
  53. df930c3 Remove the "ignore" property on this directory. by Duncan Sands · 17 years ago
  54. 3ed88ef minor cleanups and comment improvements. by Chris Lattner · 17 years ago
  55. a896176 add a #include to hopefully get the x86-64-linux buildbot building. by Chris Lattner · 17 years ago
  56. c948064 Remove lex/bison support from makefile.rules. by Chris Lattner · 17 years ago
  57. db7ba94 update the cmakefile. This is a "best guess", I haven't tested this. by Chris Lattner · 17 years ago
  58. 01bb8b0 lex and bison aren't needed to build llvm anymore. by Chris Lattner · 17 years ago
  59. 0c7b39f new non-ambiguous syntax. by Chris Lattner · 17 years ago
  60. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 17 years ago
  61. 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 · 17 years ago
  62. 018b7ee Fix x86 CPU id detection to identify Penryn (and future processors). by Evan Cheng · 17 years ago
  63. 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 · 17 years ago
  64. ccc776f Fix typo. by Nick Lewycky · 17 years ago
  65. 8439653 Remove the cyclic part of this test, it was passing for the wrong by Nick Lewycky · 17 years ago
  66. 6b05686 Make adding nocapture a bit stronger. FreeInst is nocapture. Also, by Nick Lewycky · 17 years ago
  67. b9b3a70 Don't error out if ranlib fails. by Bill Wendling · 17 years ago
  68. aca3e68 rename a file to follow naming conventions. by Chris Lattner · 17 years ago
  69. 29ab02b Add tests for two types of traps that escape analysis might one day fall into. by Duncan Sands · 17 years ago
  70. 88e7675 Mention that this pass does escape analysis in the leading comments. by Duncan Sands · 17 years ago
  71. b6e223a Factorize (and generalize) the code promoting SELECT by Duncan Sands · 17 years ago
  72. 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 17 years ago
  73. ba6d262 Remove trailing spaces. by Duncan Sands · 17 years ago
  74. 5480c04 Fix PR3274: when promoting the condition of a BRCOND node, by Duncan Sands · 17 years ago
  75. 8fb520e Original patch by Talin. by Misha Brukman · 17 years ago
  76. e5f9471 * Removed gtest-all.cc; .cc files including other .cc files is weird by Misha Brukman · 17 years ago
  77. 3aae44e Moved Google Test code up one directory so that we can use a standard LLVM by Misha Brukman · 17 years ago
  78. 94f0a38 Fix comment. by Bill Wendling · 17 years ago
  79. 3479be9 Add transformation: by Bill Wendling · 17 years ago
  80. d5b207b Some compilers are picky about accessing the first element of a std::vector if by Bill Wendling · 17 years ago
  81. 1010941 Look through phi nodes and select instructions when by Duncan Sands · 17 years ago
  82. 587cbd0 This is not failing on Darwin for some reason. XFAIL for other platforms. by Bill Wendling · 17 years ago
  83. 17da06f Don't analyze arguments already marked 'nocapture'. by Duncan Sands · 17 years ago
  84. 3fa0de2 Fixed grammar and capitalization. by Misha Brukman · 17 years ago
  85. f2f8d79 Add spacing between type and variable name. by Misha Brukman · 17 years ago
  86. 8050e9e Comment headers should extend to 80 chars. by Misha Brukman · 17 years ago
  87. 262b05f Fix spacing to be uniform for parameters. by Misha Brukman · 17 years ago
  88. 5eb009a Removed extra spaces. by Misha Brukman · 17 years ago
  89. 7ae6ff4 Import of Google Test 1.2.1, with the non-essential bits removed. by Misha Brukman · 17 years ago
  90. 9e89ba3 Rename AddReadAttrs to FunctionAttrs, and teach it how by Duncan Sands · 17 years ago
  91. 0c91373 CMake: Added some VC++ specific info to CMake.html. by Oscar Fuentes · 17 years ago
  92. 033ff38 Add a new Attribute::getAlignmentFromAttrs method. by Chris Lattner · 17 years ago
  93. 67b9a2a XFAIL test caused by r61493. Apparently, this is expected? by Bill Wendling · 17 years ago
  94. 7d211e2 Get live interval reconstruction several steps closer to working. by Owen Anderson · 17 years ago
  95. d23b799 add a note by Chris Lattner · 17 years ago
  96. 477dc85 XFAIL this for now until I can figure out what's going on. by Scott Michel · 17 years ago
  97. 87142b1 Fix test erratum (which is wierd: works locally for me?) by Scott Michel · 17 years ago
  98. 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 17 years ago
  99. 998dee9 Linux wants the FDE initial location and address range to be forced to 32-bit. by Bill Wendling · 17 years ago
  100. bce4528 The FDE initial location and address range data should be free to be 64-bit by Bill Wendling · 17 years ago