1. 920653d Teach alias analysis about readnone/readonly functions. by Duncan Sands · 17 years ago
  2. 5ef7be7 Readonly/readnone functions are allowed to throw by Duncan Sands · 17 years ago
  3. 5d81486 resolve the last fixme's in the new tblgen parser. by Chris Lattner · 17 years ago
  4. 3aba4d3 change the Init print methods to return strings, and implement by Chris Lattner · 17 years ago
  5. bf8644c eliminate a bunch of print methods that are duplicate with the getAsString() method. by Chris Lattner · 17 years ago
  6. f460165 Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser. by Chris Lattner · 17 years ago
  7. ed4a2f1 Rename the 'const' parameter attribute to 'readnone', by Duncan Sands · 17 years ago
  8. 83bb005 Instead of calculating constant factors, calculate the number of trailing by Nick Lewycky · 17 years ago
  9. 4ac0e8d Create nodes for inline asm so that we don't crash looking for the node later. by Nick Lewycky · 17 years ago
  10. 8b0ec64 Switching back to strtoll. Including config.h. On VStudio builds, this overrides strtoll. by Chuck Rose III · 17 years ago
  11. baccd58 Fix a bug in which node A is replaced by node B, but later by Duncan Sands · 17 years ago
  12. 79a2c4f typo by Nick Lewycky · 17 years ago
  13. 9305dcb Fix compiler warning. by Dale Johannesen · 17 years ago
  14. 0ccb930 This change does a couple of things. First it gets the Visual Studio builds working. by Chuck Rose III · 17 years ago
  15. 526e39a File missing from previous patch. by Dale Johannesen · 17 years ago
  16. 1d4ce2a Fix .eh table linkage issues on Darwin. Some EH support by Dale Johannesen · 17 years ago
  17. 99ba1f7 Add the ability to convert a tblgen type to a string. by Chris Lattner · 17 years ago
  18. 5e41f65 In order for parameter attribute uniquing to make by Duncan Sands · 17 years ago
  19. 6e801dc Small cleanup. Use APInt::getHighBitsSet method instead of shift left. by Nick Lewycky · 17 years ago
  20. cf96db2 Be more careful when transforming | to +. Patch from Wojciech Matyjewicz. by Nick Lewycky · 17 years ago
  21. cec5f30 Testcase for PR1811 by Chris Lattner · 17 years ago
  22. e400af8 ExpandUnalignedLoad doesn't handle vectors right at all apparently. by Chris Lattner · 17 years ago
  23. 6c9c680 Implement vector expand support for shuffle_vector. This fixes PR1811. by Chris Lattner · 17 years ago
  24. 50cdabc Remove meaningless qualifiers from return types, avoiding compiler warnings. by Dan Gohman · 17 years ago
  25. daf9bc8 Implement splitting of UNDEF nodes. This is the first step towards fixing PR1811 by Chris Lattner · 17 years ago
  26. f4bc9b1 Teach me to do stuff late at night. by Owen Anderson · 17 years ago
  27. ab2a754 Fix a typo in a comment. by Dan Gohman · 17 years ago
  28. adf3eab Add explicit keywords. by Dan Gohman · 17 years ago
  29. 089617d Add support in SplitVectorOp for remainder operators. by Dan Gohman · 17 years ago
  30. f1c9221 Fix a factually incorrect statement pointed out by Max Hailperin. by Owen Anderson · 17 years ago
  31. 56a9fcf Record the start of the current token, for use in error reporting. by Chris Lattner · 17 years ago
  32. c8a9bbc Add carat diagnostics to tblgen lexer errors. by Chris Lattner · 17 years ago
  33. 2b1f106 Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN return by Chris Lattner · 17 years ago
  34. 4ce0df6 autoupgrade files that use callfoo as call foo. by Chris Lattner · 17 years ago
  35. b28a6dc print a call to a fastcc function as: by Chris Lattner · 17 years ago
  36. ef6c875 fix bogus test that the more strict lexer is finding. by Chris Lattner · 17 years ago
  37. d343c6b Bugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen/X86/2007-10-16-fp80_select.ll by Chris Lattner · 17 years ago
  38. 8e3a8e0 Replace the original flex lexer with a hand writen one. This by Chris Lattner · 17 years ago
  39. c181918 minor cleanups by Chris Lattner · 17 years ago
  40. 6aaca04 ensure header is self contained. by Chris Lattner · 17 years ago
  41. a805874 reimplement the tblgen lexer with a simple hand-written lexer. This eliminates by Chris Lattner · 17 years ago
  42. b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 17 years ago
  43. 247fdca Reverted patch 44199: by Ted Kremenek · 17 years ago
  44. b51b4b5 Remove indeterminism from a loop. We think this will by Dale Johannesen · 17 years ago
  45. d0763b9 Fix denormal check in float->APInt conversion. PR 1804. by Dale Johannesen · 17 years ago
  46. 07cad1c Changed implementation of Serialize::EmitDiffPtrID and by Ted Kremenek · 17 years ago
  47. 04ab82a Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete by Ted Kremenek · 17 years ago
  48. 81a0382 Live interval splitting: by Evan Cheng · 17 years ago
  49. 38b0be0 Shrinkfy. by Evan Cheng · 17 years ago
  50. 6542481 Typo. by Evan Cheng · 17 years ago
  51. d81ae56 Testcase from PR 1508 (although its's somewhat by Dale Johannesen · 17 years ago
  52. ee22be0 Fix for PR1801 by Tanya Lattner · 17 years ago
  53. be6fe28 These were implemented by Anton Korobeynikov · 17 years ago
  54. a7d1ab0 Fix PR1800 by correcting mistaken logic. by Chris Lattner · 17 years ago
  55. b763228 fix a typo by Chris Lattner · 17 years ago
  56. 45b22fa Implement codegen for flt_rounds on x86 by Anton Korobeynikov · 17 years ago
  57. 917c2a6 Implement necessary bits for flt_rounds gcc builtin. by Anton Korobeynikov · 17 years ago
  58. 5db1afb Basic non-power-of-2 vector support by Nate Begeman · 17 years ago
  59. 4e1a0e3 Reverted r44163 per request by Anton Korobeynikov · 17 years ago
  60. 0726817 Fix bugs in iterator invalidation by Daniel Berlin · 17 years ago
  61. 560a737 This assertion was bogus. by Duncan Sands · 17 years ago
  62. 5d44626 Fix a thinko in post-allocation coalescer. by Evan Cheng · 17 years ago
  63. 65e2da3 Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV by Nick Lewycky · 17 years ago
  64. 701bc42 Fix PR1788 by taking the approach suggested by Richard Smith. by Chris Lattner · 17 years ago
  65. ab64806 Import the boost scoped_ptr class to LLVM. This patch was prepared by by Chris Lattner · 17 years ago
  66. 44a95e0 More templatization. by Owen Anderson · 17 years ago
  67. b7e6b1a many edits, patch by Kelly Wilson! by Chris Lattner · 17 years ago
  68. 5b8318a Adding debug output during coalescing. by Bill Wendling · 17 years ago
  69. 87075ca Need to increment the iterator. by Bill Wendling · 17 years ago
  70. 7c6ad0c Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to by Ted Kremenek · 17 years ago
  71. c455ebe I discover array_lengthof, thanks to gabor on #llvm. by Duncan Sands · 17 years ago
  72. f04d584 Tweak the descriptions of the new 'const' and 'pure' attributes. by Duncan Sands · 17 years ago
  73. e40740b Oops. Debugging code shouldn't have been checked in. by Evan Cheng · 17 years ago
  74. 233b60e Removed debug #define that was accidentally checked in while debugging by Ted Kremenek · 17 years ago
  75. 0a4f91e Simplify the attribute verification code. by Duncan Sands · 17 years ago
  76. 7e9ab25 Un XFAIL these tests, now that Bill has backported the fix from 4.2. by Duncan Sands · 17 years ago
  77. e925df7 Document pure/const parameter attributes by Anton Korobeynikov · 17 years ago
  78. b9b977d Regenerate by Anton Korobeynikov · 17 years ago
  79. 0adb7b4 Add pure/const attributes. Documentation will follow. by Anton Korobeynikov · 17 years ago
  80. 9de1934 Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied by Anton Korobeynikov · 17 years ago
  81. 87b665d Eliminate the recently introduced CCAssignToStackABISizeAlign by Duncan Sands · 17 years ago
  82. 38afd9e Added two new overloaded versions of BatchEmitOwnedPtrs and BatchReadOwnedPtrs. by Ted Kremenek · 17 years ago
  83. c498b02 Clean up sub-register implementation by moving subReg information back to by Evan Cheng · 17 years ago
  84. f9572a4 XFAIL these tests until the fix gets backported from llvm-gcc-4.2 to 4.0. by Duncan Sands · 17 years ago
  85. c2bb123 Document a limitation, patch contributed by George Russell by Chris Lattner · 17 years ago
  86. 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 17 years ago
  87. 1b12d88 Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll by Chris Lattner · 17 years ago
  88. 019b92a Start the process of making MachineLoopInfo possible by templating Loop. by Owen Anderson · 17 years ago
  89. ffb15de Fixed a compilation error. by Hartmut Kaiser · 17 years ago
  90. 729bd28 Fixed a strange construct. Please review. by Hartmut Kaiser · 17 years ago
  91. ea966dd Updated VC++ build system by Hartmut Kaiser · 17 years ago
  92. 1945024 Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from my by Chris Lattner · 17 years ago
  93. 59ab338 upgrade test by Chris Lattner · 17 years ago
  94. 42f9e96 Run computeDomForest() on the set of registers that need to be tested for by Owen Anderson · 17 years ago
  95. 17b1418 Preserve LiveVariables when doing critical edge splitting. by Owen Anderson · 17 years ago
  96. 660c5b9 Wow. I definitely shouldn't write code when I'm tird. by Owen Anderson · 17 years ago
  97. b1d40d9 Revert previous; these files aren't ready to go in yet. by Dale Johannesen · 17 years ago
  98. b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 17 years ago
  99. 120119d Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin. by Chris Lattner · 17 years ago
  100. e7c8754 Fix x86-64 jit: remove reliance on Dwarf numbers. by Evan Cheng · 17 years ago