1. 4d47b9b Break up long multi-mnemonic strings into separate lines for readability. by Dan Gohman · 16 years ago
  2. f45728d Fix the syntax for a PR number in a test. by Dan Gohman · 16 years ago
  3. f044cff Fix some confusion in the Ada f-e build instructions between by Duncan Sands · 16 years ago
  4. a7e01d7 Revised 68749 to allow matching of load/stores for address spaces < 256. by Mon P Wang · 16 years ago
  5. e2bcf13 Under unusual circumstances (jitting a function that causes the creation of by Nick Lewycky · 16 years ago
  6. 23c70f4 Now that any size of integer indices are allowed for sequential types, remove the unneccessary gyan about promoting them. by Sanjiv Gupta · 16 years ago
  7. fa6c716 Make this test slightly more strict. by Dan Gohman · 16 years ago
  8. c7b3444 When transforming sext(trunc(load(x))) into sext(smaller load(x)), by Dan Gohman · 16 years ago
  9. d6c3295 Handle ands with ~0 correctly too. This fixes PR4052. by Dan Gohman · 16 years ago
  10. 0324205 Improve bugpoint's error messages when it runs out of memory, by Dan Gohman · 16 years ago
  11. f9a3ec8 Add two new record types to the blockinfo block: by Chris Lattner · 16 years ago
  12. 7919b96 make BitstreamCursor's copyable and assignable. by Chris Lattner · 16 years ago
  13. 962dde3 Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 16 years ago
  14. 3485d25 I cast, therefore I think I know what I'm doing. by Bill Wendling · 16 years ago
  15. b14a495 Use uint64_t instead of unsigned. by Bill Wendling · 16 years ago
  16. 1e8db00 revert an incorrect patch. This causes crashes all over the place on a by Chris Lattner · 16 years ago
  17. 610cb31 Suppress warnings about conversion shortening 64-bit to 32-bit. by Bill Wendling · 16 years ago
  18. 9341c80 Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. by Sanjiv Gupta · 16 years ago
  19. efdb3bc improve documentation on build configurations, patch by Josef Eisl! by Chris Lattner · 16 years ago
  20. b5fbb06 add testcase for strange types of gep indices by Chris Lattner · 16 years ago
  21. 096fd7b Add a new TypeBuilder helper class, which eases making LLVM IR types. by Chris Lattner · 16 years ago
  22. 552672d improve documentation around memory lifetimes, patch by Jeffrey Yasskin! by Chris Lattner · 16 years ago
  23. 0694290 aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! by Chris Lattner · 16 years ago
  24. 040f758 testcase and asmparser fix for PR4066 by Chris Lattner · 16 years ago
  25. a2165ed Allow aliasee to be a GEP or bitcast instead of just a bitcast. by Chris Lattner · 16 years ago
  26. 4f4365e Update docs to not mention gcse/loadvn and mention memdep and by Chris Lattner · 16 years ago
  27. c2dbff3 Use intptr_t. by Bill Wendling · 16 years ago
  28. 8d34844 size() should return a size_t; avoids a warning for 64 bit machines. by Mon P Wang · 16 years ago
  29. a4b2bab Reuse unused val#'s to avoid running out of memory in extreme cases. by Evan Cheng · 16 years ago
  30. 11d8fb9 DenseMap.h needs <new> because it explicitly calls operator new/delete. by Chris Lattner · 16 years ago
  31. 38300e9 Fix PR4040: APInt's string constructor is too strict patch by Jeff Yasskin! by Chris Lattner · 16 years ago
  32. bc58322 add support for detecting process features on win64, patch by Nicolas Capens! by Chris Lattner · 16 years ago
  33. 2bee0af Refactor the code to grab the low and high parts of a value by Dan Gohman · 16 years ago
  34. 2fe4d0a Return null instead of false, as appropriate. by Dan Gohman · 16 years ago
  35. 1c8491e Add several more icmp simplifications. Transform signed comparisons by Dan Gohman · 16 years ago
  36. 4128700 Add a top-level comment about DAGCombiner's role in the compiler. by Dan Gohman · 16 years ago
  37. 2c73d5f Handle ands with 0 and shifts by 0 correctly. These aren't by Dan Gohman · 16 years ago
  38. 4cdc44c Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: by Torok Edwin · 16 years ago
  39. 0adb527 Do not share a single unknown val# for all the live ranges merged into a physical sub-register live interval. When coalescer is merging in clobbered virtaul register live interval into a physical register live interval, give each virtual register val# a separate val# in the physical register live interval. Otherwise, the coalescer would have lost track of the definitions information it needs to make correct coalescing decisions. by Evan Cheng · 16 years ago
  40. 9f805c2 Fixed the gep example for i16 type indices. by Sanjiv Gupta · 16 years ago
  41. 8091524 Change LowerCallResult method so that CCValAssign::BCvt can be used with by Bob Wilson · 16 years ago
  42. 2f91f30 Fix PR 4057, a crash doing float->char const folding. by Dale Johannesen · 16 years ago
  43. d55bd51 Adjust a comment to reflect what the code does. Splitting a 64-bit argument by Bob Wilson · 16 years ago
  44. 4d59e1d Fix up some problems with getCopyToReg and getCopyFromReg nodes being by Bob Wilson · 16 years ago
  45. 95fc7aa Use a bigger hammer to coerce subversion into english. Patch by Benjamin Kramer! by Gabor Greif · 16 years ago
  46. d34a73b by David Greene · 16 years ago
  47. 1c2c462 Remove unnecessary references to f32 types. After specifying that f32 by Bob Wilson · 16 years ago
  48. 7431af0 Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. by Rafael Espindola · 16 years ago
  49. 16ffa80 Fixed spaces and the getelementpointer example with i16 type indices. by Sanjiv Gupta · 16 years ago
  50. 15f1b66 Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is not by Rafael Espindola · 16 years ago
  51. 15684b2 Revert 69952. Causes testsuite failures on linux x86-64. by Rafael Espindola · 16 years ago
  52. f6b9f26 fix a typo noticed by duncan by Chris Lattner · 16 years ago
  53. f3b0aac "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 16 years ago
  54. b706d29 PR2957 by Nate Begeman · 16 years ago
  55. 98d0710 Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR, by Dan Gohman · 16 years ago
  56. 7787d4a Allow i16 type indices to gep. by Sanjiv Gupta · 16 years ago
  57. ad62f53 Factor out a bit of code that appears in several places into a utility function. by Dan Gohman · 16 years ago
  58. 5e5558b Handle Void types in ComputeValueVTs. This doesn't currently occur, by Dan Gohman · 16 years ago
  59. f1d012c Fix spurious indentation in a comment. by Dan Gohman · 16 years ago
  60. 3f47c29 by David Greene · 16 years ago
  61. e8cf21e by David Greene · 16 years ago
  62. aa809fb Update comments. by Evan Cheng · 16 years ago
  63. c2cee14 Fix an obvious type. by Evan Cheng · 16 years ago
  64. e41bc94 Explicitly pass -tailcallopt=false to these tests so that they by Dan Gohman · 16 years ago
  65. 4aa397c Testcase for 69795. by Dale Johannesen · 16 years ago
  66. e22d503 Fix an error in this test. by Dan Gohman · 16 years ago
  67. 752ec7d Change SCEVExpander's expandCodeFor to provide more flexibility by Dan Gohman · 16 years ago
  68. b1f321b Banksel immediate constant will always immediately follow the GA/ES, so scan an insn from beginnin to find out the banksel operand. by Sanjiv Gupta · 16 years ago
  69. 5cd28fa Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some odd by Nick Lewycky · 16 years ago
  70. 03dac74 Testcase for PR3909. by Owen Anderson · 16 years ago
  71. 887fde8 Testcase for PR2639. by Owen Anderson · 16 years ago
  72. d92395f Testcase for PR2537. by Owen Anderson · 16 years ago
  73. f2a5c0a Fix typo. by Owen Anderson · 16 years ago
  74. 176aeb1 Testcase for PR3085. by Owen Anderson · 16 years ago
  75. d49468a Add testcase from PR3086. by Owen Anderson · 16 years ago
  76. 146a310 Add support for printing MO_ExternalSymbol operands in by Dan Gohman · 16 years ago
  77. ab192b7 Add more ulimit limits, to catch more kinds of runaway behavior. by Dan Gohman · 16 years ago
  78. 3f7c72a Use the testcase from PR2791. by Owen Anderson · 16 years ago
  79. 9c15949 Make sure both operands have binary instructions have the same type. by Evan Cheng · 16 years ago
  80. a8d4d7f A few more places where the check of use_empty is needed. by Evan Cheng · 16 years ago
  81. 1abe646 Avoid deferencing use_begin() if value does not have a use. by Evan Cheng · 16 years ago
  82. 5654613 by David Greene · 16 years ago
  83. c7cafcd by David Greene · 16 years ago
  84. d7b2f7f Testcase for PR2958. by Duncan Sands · 16 years ago
  85. e2a1746 Fix cut-n-pasto. by Devang Patel · 16 years ago
  86. de444af Implement multiclass inheritance. by David Greene · 16 years ago
  87. 20900ca Simplify trivial cast-of-cast SCEVs. by Dan Gohman · 16 years ago
  88. aabb04f SCEVExpander's InsertCastOfTo knows how to move existing cast by Dan Gohman · 16 years ago
  89. 6cdc727 Use BasicBlock::iterator instead of Instruction* for insert points, by Dan Gohman · 16 years ago
  90. b928c57 Make SCEVExpanders private methods private, instead of protected. by Dan Gohman · 16 years ago
  91. d50330c Use CloneModule's ValueMap in more places, instead of looking by Dan Gohman · 16 years ago
  92. e370c80 ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead. by Dan Gohman · 16 years ago
  93. dd92dba by Sanjiv Gupta · 16 years ago
  94. 4a0adb7 These tests are x86 specific. by Duncan Sands · 16 years ago
  95. 7db2789 Real fix for PR3549, by using caching for predecessor counts in addition to the predecessors themselves. This halves the time by Owen Anderson · 16 years ago
  96. ddcb341 Add caching of predecessor counts as well as predecessors themselves. by Owen Anderson · 16 years ago
  97. 68fbd73 Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the testcase from PR3549. More improvements to come. by Owen Anderson · 16 years ago
  98. 7479729 Fix for PR3946, in which SmallVector could behave strangely in corner cases. by Owen Anderson · 16 years ago
  99. 41b1a48 use predicate instead of hand-rolled loop by Chris Lattner · 16 years ago
  100. f8a8be8 De-pImpl-ify ScalarEvolution. The pImpl pattern doesn't provide much by Dan Gohman · 16 years ago