1. 46c95bb Fix a parallel make race condition by swapping the order of -I directories. by Bob Wilson · 15 years ago
  2. ef0ff14 Fix a bugpoint bug on anonymous functions. Instead of looking up by Dan Gohman · 15 years ago
  3. 1f4af26 Don't use plain INC32 and DEC32 on x86-64; it needs by Dan Gohman · 15 years ago
  4. 51bb474 When creating X86ISD::INC and X86ISD::DEC nodes, only add one operand. by Dan Gohman · 15 years ago
  5. 4bfcf2a Fix the "test" optimization to recognize "dec" as an add of by Dan Gohman · 16 years ago
  6. 8733db3 Make this test more thorough. Not only should there be no %esi, by Dan Gohman · 16 years ago
  7. 2383503 ignore build dirs by Gabor Greif · 16 years ago
  8. 0f6290d move some code to gracefully handle the case when a handler crashes. by Chris Lattner · 16 years ago
  9. 5049600 GlobalOpt only process non constant local GVs while optimizing global vars. by Devang Patel · 16 years ago
  10. 30a31eb Add missing file. by Duncan Sands · 16 years ago
  11. a2bfb54 (Hopefully) silence a warning. by Owen Anderson · 16 years ago
  12. 731c6ab Regenerate. by Nick Lewycky · 16 years ago
  13. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
  14. 323c58d Be more careful about choosing restore points when doing restore folding. This fixes some subtle miscompilations. by Owen Anderson · 16 years ago
  15. d56786f Daniel wanted the stack printed upside down. Perhaps he by Chris Lattner · 16 years ago
  16. fcba7cd indicate what the program args line is. by Chris Lattner · 16 years ago
  17. be3ae8e switch this message back to only being in -debug mode. by Chris Lattner · 16 years ago
  18. 50cd6fd When allocating stubs, keep track of which Functions are referencing the stub. by Nate Begeman · 16 years ago
  19. 6fb8f42 Do not split edges to EH landing pads. It will cause code size explosion. by Evan Cheng · 16 years ago
  20. 0076c61 Fix how livein live intervals are handled. Previously it could end at MBB start. Sorry, no small test case possible. by Evan Cheng · 16 years ago
  21. 4084c4e Fix another case where debug info was affecting by Dale Johannesen · 16 years ago
  22. 9b89f0d Ignore the debug info intrinsics when looking for dependency through basic block. by Zhou Sheng · 16 years ago
  23. e562149 Add comment to emphasize that the while body is empty. by Bill Wendling · 16 years ago
  24. a0a6637 Fix another case where a dbg.declare meant something had 2 uses instead of 1. by Dale Johannesen · 16 years ago
  25. 8543504 Should have XFAILed this test. by Bill Wendling · 16 years ago
  26. 380c3ca Temporarily revert r65994. It was causing rdar://6646455. by Bill Wendling · 16 years ago
  27. f3841fc ooops, forgot to include the pointless-write eliminator in my previous checkin by Gabor Greif · 16 years ago
  28. 508d338 Add some cautionary comments. by Dale Johannesen · 16 years ago
  29. e97c733 add some helper classes for building light-weight symbolic stack traces by Chris Lattner · 16 years ago
  30. 6129e24 Re-commit 65975 and a fix for the problem that by Dale Johannesen · 16 years ago
  31. 35033a5 Add a new 'AddSignalHandler' function to Signals.h that allows by Chris Lattner · 16 years ago
  32. fd03399 Fix this comment. by Dan Gohman · 16 years ago
  33. bc10b8c Add an assertion for a condition that's always true, and not by Dan Gohman · 16 years ago
  34. c23b871 Give sentinel traits the right to determine the policy where the sentinel is kept. by Gabor Greif · 16 years ago
  35. 076aee3 Re-apply 66008, now that the unfoldMemoryOperand bug is fixed. by Dan Gohman · 16 years ago
  36. fc53fc6 Correct this comment. by Dan Gohman · 16 years ago
  37. b37a820 When using MachineInstr operand indices on SDNodes, the number by Dan Gohman · 16 years ago
  38. 88fe1ad complete comment. by Chris Lattner · 16 years ago
  39. 0ff83ab this wasn't intended to be committed. by Chris Lattner · 16 years ago
  40. 1541e0f Fix PR3720 by properly propagating alignment information from memcpy/memmove by Chris Lattner · 16 years ago
  41. 6694198 Fix a thinko in the JIT where the address of a GV was only recorded in the map by Nate Begeman · 16 years ago
  42. d344b88 Fix BuildVectorSDNode::isConstantSplat to handle one-element vectors. by Bob Wilson · 16 years ago
  43. 675e754 .emacs file bits for automatically setting the llvm.org coding style. Thanks Anton. by Mike Stump · 16 years ago
  44. c93023a Add a restore folder, which shaves a dozen or so machineinstrs off oggenc. Update a testcase to check this. by Owen Anderson · 16 years ago
  45. c7f6b8c "Ghostify" embedded sentinels. This is a real win in all cases by Gabor Greif · 16 years ago
  46. ae3f2b6 Fix PR3666: isel calls to constant addresses. by Evan Cheng · 16 years ago
  47. 27759f4 PR3686: make the legalizer handle bitcast from i80 to x86 long double. by Eli Friedman · 16 years ago
  48. 29582d1 Revert r66004 for now; it's causing a variety of test failures. by Dan Gohman · 16 years ago
  49. 10029df Rename test. by Evan Cheng · 16 years ago
  50. 12bbc52 Teach the x86 backend to eliminate "test" instructions by using the EFLAGS by Dan Gohman · 16 years ago
  51. 0744f09 Revert unintended commmit. by Dale Johannesen · 16 years ago
  52. d9c05d7 Skip ptr-to-ptr bitcasts when counting in another case. by Dale Johannesen · 16 years ago
  53. cdb16aa Always skip ptr-to-ptr bitcasts when counting, by Dale Johannesen · 16 years ago
  54. 599a6a8 Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what llvm-gcc generates so codegen knows flags register is being clobbered by inline asm. 2. BURR scheduler should also check if inline asm nodes can clobber "live" physical registers. Previously it was only checking target nodes with implicit defs. by Evan Cheng · 16 years ago
  55. 7f6179d If a global constant is dead then global's debug info should not prevent the optimizer in deleting the global. And while deleting global, delete global's debug info also. by Devang Patel · 16 years ago
  56. 0d6596b Make my earlier patch to skip debug intrinsics by Dale Johannesen · 16 years ago
  57. 160ae86 Temporarily revert 65975, which breaks the llvm-gcc build. by Dale Johannesen · 16 years ago
  58. 36ae6c1 The DAG combiner was performing a BT combine. The BT combine had a value of -1, by Bill Wendling · 16 years ago
  59. 127a793 Marking debug info intrinsics as not touching memory by Dale Johannesen · 16 years ago
  60. 4ded40a Instruction counters must skip the bitcasts that by Dale Johannesen · 16 years ago
  61. 70b5e04 Dbg Intrinsics do not access memory. by Devang Patel · 16 years ago
  62. 9adb01c Recursively remove dead argument while removing llvm.dbg.declare intrinsic. by Devang Patel · 16 years ago
  63. 4945c65 When removing a store to an alloca that has only one by Dale Johannesen · 16 years ago
  64. 44e3dd1 don't #include a header into the middle of an anon namespace. by Chris Lattner · 16 years ago
  65. 09a2609e Add '(implicit EFLAGS)' for AND, OR, XOR, NEG, INC, and DEC by Dan Gohman · 16 years ago
  66. f2950b0 Use early exit to reduce indentation. No functional change. by Bob Wilson · 16 years ago
  67. 1c85503 Remove accidental check-ins in r65960. :-( by Bill Wendling · 16 years ago
  68. 3aaf5d9 Use > instead of >=. We want to promote aggregates of 128-bytes. by Bill Wendling · 16 years ago
  69. 12f7cab Make a comment less terse. by Dan Gohman · 16 years ago
  70. 5a377cb Reapply r65755, but reversing "<" to ">=". by Bill Wendling · 16 years ago
  71. 283bb58 Add example/Skeleton. by Mikhail Glushenkov · 16 years ago
  72. 03c050f Comment fixes. by Mikhail Glushenkov · 16 years ago
  73. c834bbf Oops. by Mikhail Glushenkov · 16 years ago
  74. cfa036b Use LLVMLIBS instead of USEDLIBS. by Mikhail Glushenkov · 16 years ago
  75. 533384e LINK_COMPONENTS should be added to LLVMLibsOptions. by Mikhail Glushenkov · 16 years ago
  76. 178b00c Move example plugins to the example/ directory. by Mikhail Glushenkov · 16 years ago
  77. e9742d2 ENABLE_PIC is either 0 or 1, but is always defined. by Nick Lewycky · 16 years ago
  78. eba2cb0 80-column violation + trailing whitespace. by Mikhail Glushenkov · 16 years ago
  79. 7e4286e Ignore the debug info intrinsics when adding instructions into alias sets. by Zhou Sheng · 16 years ago
  80. bb2b521 This bug's been fixed but a version with the fix hasn't been released yet. by Nick Lewycky · 16 years ago
  81. e9821dc Regenerate. by Nick Lewycky · 16 years ago
  82. 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 16 years ago
  83. 1c08c0e Fix build on Cygwin. by Nick Lewycky · 16 years ago
  84. 0f8b53f Fix a bunch of Doxygen syntax issues. Escape special characters, by Dan Gohman · 16 years ago
  85. acb51a3 Don't count DebugInfo instructions in another limit (lest they affect codegen). by Dale Johannesen · 16 years ago
  86. 1d62705 Testcase for line number sinking in InstCombine. by Dale Johannesen · 16 years ago
  87. bd8e650 When sinking an insn in InstCombine bring its debug by Dale Johannesen · 16 years ago
  88. cd11991 Ignore debug info intrinsics. by Devang Patel · 16 years ago
  89. cf42ee4 If branch conditions' one successor is dominating another non-latch successor then this loop's iteration space can not be restricted. In this example block bb5 is always executed. by Devang Patel · 16 years ago
  90. 24e338e Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle by Bob Wilson · 16 years ago
  91. 52349a9 Document the -gcc-tool-args bugpoint option. by Bill Wendling · 16 years ago
  92. 38efa38 Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, by Bill Wendling · 16 years ago
  93. 0b82f77 Fix the calculation for how big the allocated stub needs to be. by Nate Begeman · 16 years ago
  94. 73df3c9 Remove all dbg symobls, including those with circular references. by Devang Patel · 16 years ago
  95. 893a0f9 Fix main executable path name resolution on FreeBSD, patch by Ed Schouten! by Chris Lattner · 16 years ago
  96. e3d1b65 Add some more clang related release notes. by Daniel Dunbar · 16 years ago
  97. 83b57527 drop support for GCC 2.x as it is hopelessly broken anyway by Gabor Greif · 16 years ago
  98. 6e2b86b Remove incorrect information about fortran on Darwin. by Tanya Lattner · 16 years ago
  99. f94ecc3 fix broken GCC bugzilla link by Gabor Greif · 16 years ago
  100. 54820ce add a Q/A on broken GCCs by Gabor Greif · 16 years ago