1. f8c751a Fix fallout from my last patch: don't reject varargs functions :) by Anton Korobeynikov · 17 years ago
  2. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  3. 4cf4b69 update file comment. by Chris Lattner · 17 years ago
  4. 8528e78 Fixed typo. by John Criswell · 17 years ago
  5. c36284e Regenerate by Anton Korobeynikov · 17 years ago
  6. 5ffdc56 If ExitValue operand is also defined in Loop header then by Devang Patel · 17 years ago
  7. c1d848d More sanity checks for function types. by Anton Korobeynikov · 17 years ago
  8. e268a40 Describe the notion of 'owners' of the code. by Chris Lattner · 17 years ago
  9. 94007ec Applying Anton's binmode fix to the other ofstream too. by Gordon Henriksen · 17 years ago
  10. 3194012 Sorry, typo :) by Anton Korobeynikov · 17 years ago
  11. 037dd94 Open output file correctly. This is extremely important for by Anton Korobeynikov · 17 years ago
  12. 31d4318 Typo by Evan Cheng · 17 years ago
  13. 70306f8 Update kill info for uses of split intervals. by Evan Cheng · 17 years ago
  14. 96ea209 Provide hook for _alloca to make JITing on Cygwin slightly happier :) by Anton Korobeynikov · 17 years ago
  15. 64270d5 lli -trace was removed back in 2003. by Nick Lewycky · 17 years ago
  16. 10d64b9 Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. by Nick Lewycky · 17 years ago
  17. bebcdabd8 explain what I need to grant commit access. by Chris Lattner · 17 years ago
  18. c80c23f fix typo noticed by Joshua Pennington by Chris Lattner · 17 years ago
  19. aee4af6 Remove redundant foldMemoryOperand variants and other code clean up. by Evan Cheng · 17 years ago
  20. 0465fb5 Adding ocamldoc-style comments for the Ocaml bindings. by Gordon Henriksen · 17 years ago
  21. c8d7194 Fix a typo noticed by Alain Frisch. by Gordon Henriksen · 17 years ago
  22. dff6710 Integrate the readonly/readnone logic more deeply by Duncan Sands · 17 years ago
  23. e3110d0 Fix a bug where splitting cause some unnecessary spilling. by Evan Cheng · 17 years ago
  24. 528b00a Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost useable! by Owen Anderson · 17 years ago
  25. e62f97c Allow some reloads to be folded in multi-use cases. Specifically testl r, r -> cmpl [mem], 0. by Evan Cheng · 17 years ago
  26. 790e11c Add target triple to include/llvm/Config/config.h.in. Regenerate all files. by Eric Christopher · 17 years ago
  27. 57c4fc2 Change LinkTimeOptimizer.h install location. by Devang Patel · 17 years ago
  28. 0a45fa9 Change lib lto install location. by Devang Patel · 17 years ago
  29. f64903b Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting by Ted Kremenek · 17 years ago
  30. 2a2a496 Fixed potential bug where CurWord is not zeroed out in JumpToBit. by Ted Kremenek · 17 years ago
  31. cddbb83 Do not fold reload into an instruction with multiple uses. It issues one extra load. by Evan Cheng · 17 years ago
  32. cd883f2 chain update requests properly. by Chris Lattner · 17 years ago
  33. 6bb0ae4 Small optimization of parameter attribute lookup. by Duncan Sands · 17 years ago
  34. 757d243 Add a convenience method for modifying parameter by Duncan Sands · 17 years ago
  35. a8b9746 Check that there are not more attributes than function parameters. by Duncan Sands · 17 years ago
  36. 962e075 Provide a way to update DescGlobals cache directly. by Devang Patel · 17 years ago
  37. cb3c330 Do not lose rematerialization info when spilling already split live intervals. by Evan Cheng · 17 years ago
  38. 1fb1364 Fix a miscompilation in spiff on PPC. by Owen Anderson · 17 years ago
  39. 1953d0c Fix a major performance issue with splitting. If there is a def (not def/use) by Evan Cheng · 17 years ago
  40. 213ee90 Update tests. by Evan Cheng · 17 years ago
  41. c3fc7d9 Replace the odd kill# hack with something less fragile. by Evan Cheng · 17 years ago
  42. fd8890d Small parameter attributes cleanup. by Duncan Sands · 17 years ago
  43. d7205e6 Pass the whole StringMapEntry into StringMapEntryInitializer::Initialize. by Chris Lattner · 17 years ago
  44. aec7870 provide an optional API to allow datatypes in a stringmap to be *gasp* by Chris Lattner · 17 years ago
  45. 0cbb116 Fixed various live interval splitting bugs / compile time issues. by Evan Cheng · 17 years ago
  46. c3868e0 Kill info update bug. by Evan Cheng · 17 years ago
  47. 22f26a7 New testcase for PR1744 by Chris Lattner · 17 years ago
  48. 4045e6d Work around a GCC bug, producing this code: by Chris Lattner · 17 years ago
  49. 51c9717 Add a note by Chris Lattner · 17 years ago
  50. 1f87300 Implement ExpandOperationResult for ppc i64 fp->int, which fixes by Chris Lattner · 17 years ago
  51. 5e037fc for consistency, allow a fallthrough if the final check returns null. by Chris Lattner · 17 years ago
  52. 4b341b4 upgrade this test by Chris Lattner · 17 years ago
  53. 0a0cfdf make this test have a deterministic result. by Chris Lattner · 17 years ago
  54. afa3b6d Add some convenience methods for querying attributes, and use them. by Duncan Sands · 17 years ago
  55. 1e7b1bb Revert previous "fix" - the breakage was due to some by Duncan Sands · 17 years ago
  56. 7dbb1e4 This test somehow got an extra "not" during the recent stderr updates. by Duncan Sands · 17 years ago
  57. dd65a73 My compiler complains that "x always evaluates to true" in this call: by Duncan Sands · 17 years ago
  58. 0a488b3 Add missing newlines at EOF. by Duncan Sands · 17 years ago
  59. 95d8593 xfail a test by Chris Lattner · 17 years ago
  60. 2adcf10 update this test after the fmrrd fix by Chris Lattner · 17 years ago
  61. 2490d33 Fix typo by Tanya Lattner · 17 years ago
  62. 1de4849 Modified instructions to configure llvm-test by configure llvm with the Path --with-llvmgccdir set. by Tanya Lattner · 17 years ago
  63. 727842e Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. by Tanya Lattner · 17 years ago
  64. cada245 Recover compile time regression. by Evan Cheng · 17 years ago
  65. e4ad9c7 Add MachineLoopInfo. This is not yet tested. by Owen Anderson · 17 years ago
  66. a5d4a4e commit testcase I forgot to svn add. by Chris Lattner · 17 years ago
  67. a3f61df several entries got significantly better, though they still aren't done. by Chris Lattner · 17 years ago
  68. f1b1c5e implement a trivial readme entry. by Chris Lattner · 17 years ago
  69. 789db09 Fix a crash on invalid code due to memcpy lowering. by Chris Lattner · 17 years ago
  70. a8d7001 Make this actually work on systems that support ppc long double. by Chris Lattner · 17 years ago
  71. 1c8f374 Unbreak all of the darwin/ppc32 JIT failures having to do by Chris Lattner · 17 years ago
  72. 8330b0e Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables by Ted Kremenek · 17 years ago
  73. d73ab88 Support returning non-power-of-2 vectors to unblock some work by Nate Begeman · 17 years ago
  74. 19914ed something wrong with this opt by Andrew Lenharth · 17 years ago
  75. 9bdcb39 Add testcase for last llvm-gcc tweaks by Anton Korobeynikov · 17 years ago
  76. f248f0d Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that by Ted Kremenek · 17 years ago
  77. a1afde7 Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 17 years ago
  78. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  79. f19341d Make this pass for CYGWIN. by Zhou Sheng · 17 years ago
  80. 515a641 Make this testcase compatible with CYGWIN. by Zhou Sheng · 17 years ago
  81. b3d9cdb err, no really. by Chris Lattner · 17 years ago
  82. 5ebfaa2 don't depend on ADL. by Chris Lattner · 17 years ago
  83. d735ee8 Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. by Owen Anderson · 17 years ago
  84. af9ac8f Add accessor for getting the underlying templated type. This is necessary for templated LoopInfo. by Owen Anderson · 17 years ago
  85. dbc3a65 Moving TGLexer.h from source to header file tab in TableGen project file by Chuck Rose III · 17 years ago
  86. ecb85ef Change &| to |&. by Dan Gohman · 17 years ago
  87. 88e84d1 Change grep '' to grep {}. Change 2>&1 | to |&. by Dan Gohman · 17 years ago
  88. 08e581e Don't redirect llvm-as's stderr to llvm-dis. Change grep '' to grep {}. by Dan Gohman · 17 years ago
  89. b519478 Remove unnecessary && from the RUN lines of this test. by Dan Gohman · 17 years ago
  90. 7700304 Don't lower srem/urem X%C to X-X/C*C unless the division is actually by Dan Gohman · 17 years ago
  91. aa91792 Add TGParser files to VStudio project files. Removed generated files section from TableGen project file as it is no longer needed. #Include <algorithm> directly from TGParser.cpp so it can see std::reverse. by Chuck Rose III · 17 years ago
  92. a16bbc9a Fix another bug that was causing siod to fail. by Owen Anderson · 17 years ago
  93. 97d4e51 Fix a silly bug that Nicholas noticed. by Owen Anderson · 17 years ago
  94. 00a6d14 Allow GVN to eliminate read-only function calls when it can detect that they are redundant. by Owen Anderson · 17 years ago
  95. fd94dd5 Remove another leak. Due to some reason AliasSetTracker didn't had any dtor... by Anton Korobeynikov · 17 years ago
  96. c54c561 Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. by Nick Lewycky · 17 years ago
  97. cfa5975 Implement PR1822 by Chris Lattner · 17 years ago
  98. d91cbf3 Remove a leak. Destroy LoopInfoBase object. releaseMemory() is actually called in its dtor. by Anton Korobeynikov · 17 years ago
  99. 827cde1 Fix PR1816. If a bitcast of a function only exists because of a by Duncan Sands · 17 years ago
  100. 789d34f Don't ignore files that are no longer in use. by Reid Spencer · 17 years ago