1. f436fed update some syntax by Chris Lattner · 16 years ago
  2. b7a00da Work around an apparent GCC miscompilation by specializing different, by Chris Lattner · 16 years ago
  3. 8f9643f Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. by Dan Gohman · 16 years ago
  4. 25f0ee5 correct patch by Chris Lattner · 16 years ago
  5. d725134 add patch to go along with r68350 by Chris Lattner · 16 years ago
  6. 6f532a9 use higher level APIs. by Chris Lattner · 16 years ago
  7. 6caced9 add missing * by Chris Lattner · 16 years ago
  8. c2eb87a Fixed build warnings. by Sanjiv Gupta · 16 years ago
  9. 5274a4a To convert the StopPoint insn into an assembler directive by ISel, we need to have access to the line number field. So we convert that info as an operand by custom handling DBG_STOPPOINT in legalize. by Sanjiv Gupta · 16 years ago
  10. b84d5a4 Params are not being generated as static globals now. The caller passes them onto the callee's stack directly and the callee loads the argvals from its own stack. Clang generated frameindexes validatd by recalculating the stack as if all frameindexes represent 1-byte slots. by Sanjiv Gupta · 16 years ago
  11. d0dfbe0 fix overflow checks in SmallVector: by Chris Lattner · 16 years ago
  12. 7074875 Fix build on Linux. by Mikhail Glushenkov · 16 years ago
  13. e8a290f Reapply r68211, with the miscompilations it caused fixed. by Owen Anderson · 16 years ago
  14. dcafd04 Make the constants fit. by Bill Wendling · 16 years ago
  15. 9dfa167 Clean up pass manager cache after each run. by Devang Patel · 16 years ago
  16. 5867de1 silence warning in release-asserts build. by Chris Lattner · 16 years ago
  17. 23e97b0 Add llvm::Triple class for abstracting access to target triples. by Daniel Dunbar · 16 years ago
  18. a9f4836 Fixed file header comment. by Misha Brukman · 16 years ago
  19. 6eb28b5 Added tests for math utility functions; fixed another test's header comment. by Misha Brukman · 16 years ago
  20. b035842 Fixed spelling. by Misha Brukman · 16 years ago
  21. 8a7eed3 Remove dead code. by Devang Patel · 16 years ago
  22. 34cb154 add this to SVN to allow collaborative hacking. by Chris Lattner · 16 years ago
  23. dd255a6 Add range insert method for DenseSet and define DenseMapInfo for chars. by Chris Lattner · 16 years ago
  24. 9f777c6 Recognize arm triplets. by Evan Cheng · 16 years ago
  25. de551f9 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 16 years ago
  26. ef66abe Constify method to make VC++ happy. Patch by Brian Diekelman! by Ted Kremenek · 16 years ago
  27. 77c5b0d Use LLVM type names instead of C type names in comments, to be by Dan Gohman · 16 years ago
  28. bf6396b Fix PR3862: Recognize some ARM-specific constraints for immediates in inline by Bob Wilson · 16 years ago
  29. e63c4a2 Revert r68172. It caused regressions in by Dan Gohman · 16 years ago
  30. 687b337 Fixed spelling. by Misha Brukman · 16 years ago
  31. 6d7e49b CMake: Have generated Xcode projects also contain the LLVM header files. by Ted Kremenek · 16 years ago
  32. d04bc73 Detect that we're building from a git checkout like we do for cvs and svn. by Nick Lewycky · 16 years ago
  33. c23c1fc hopefully fix an apparent build error on windows. by Chris Lattner · 16 years ago
  34. 7d9eb58 fix a serious regression I introduced in my previous patch. by Chris Lattner · 16 years ago
  35. f41fcbb Enhance GVN to propagate simple conditionals. This fixes PR3921. by Owen Anderson · 16 years ago
  36. b0426e8 include Makefile.common before using $(BuildMode) to get its definition by Misha Brukman · 16 years ago
  37. d485e88 * Fixed spelling of `invertible' * Simplified if statement by Misha Brukman · 16 years ago
  38. 4122282 Allow the use of pointers to const within PointerUnion. by Douglas Gregor · 16 years ago
  39. b160f5d add a converting operator by Chris Lattner · 16 years ago
  40. 46e7740 reimplement BitcodeReaderValueList in terms of WeakVH instead of making by Chris Lattner · 16 years ago
  41. d3c7b73 Make the key of ValueRankMap an AssertingVH, so that we die violently by Chris Lattner · 16 years ago
  42. 722272d Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", by Chris Lattner · 16 years ago
  43. f385167 teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte aligned. by Chris Lattner · 16 years ago
  44. bdd376c add some accessors so I can play games with DenseMaps. by Chris Lattner · 16 years ago
  45. de62192 Throttle back "fold select into operand" transformation. InstCombine should not generate selects of two constants unless they are selects of 0 and 1. by Evan Cheng · 16 years ago
  46. 6fb2168 Fully general expansion of integer shift of any size. by Evan Cheng · 16 years ago
  47. d54f2d5 i128 shift libcalls are not available on x86. by Evan Cheng · 16 years ago
  48. 968dc7a Reapply 68073, with fixes. EH Landing-pad basic blocks are not by Dan Gohman · 16 years ago
  49. 4680102 Do not pass '-relocation-model=pic' to llc. by Mikhail Glushenkov · 16 years ago
  50. da84b25 Stop guessing, start thinking, and make PointerUnion3::is actually be correct. by Douglas Gregor · 16 years ago
  51. 431efa1 Add an explicit -asm-verbose to these tests, to make it by Dan Gohman · 16 years ago
  52. 28c531c Update call graph after inlining invoke. Patch by Jay Foad. by Devang Patel · 16 years ago
  53. be46c79 Add llvm::sys::getHostTriple and remove llvm::sys::getOS{Name,Version}. by Daniel Dunbar · 16 years ago
  54. 456e281 Minor top-level comment fix. by Dan Gohman · 16 years ago
  55. 4b6fce4 Tidy up some comments. by Dan Gohman · 16 years ago
  56. e1ca7c4 Add a comment. by Dan Gohman · 16 years ago
  57. 523249f remove unused arguments. by Rafael Espindola · 16 years ago
  58. df4881c Really temporarily revert r68073. by Bill Wendling · 16 years ago
  59. e67f5e4 Oy! When reverting r68073, I added in experimental code. Sorry... by Bill Wendling · 16 years ago
  60. 696a130 Remove the "fast" cases for spill and restore point determination, as these were subtlely wrong in obscure cases. Patch the testcase by Owen Anderson · 16 years ago
  61. 8fe0054 Revert r68073. It's causing a failure in the Apple-style builds. by Bill Wendling · 16 years ago
  62. c4ef551 shrink subclassid, liberating some bits for future (ab)use. by Chris Lattner · 16 years ago
  63. 07c26ee Fix live-out reg logic to not insert over-aggressive AssertZExt by Dan Gohman · 16 years ago
  64. 4d95232 X86 address mode isel tweak. If the base of the address is also used by a CopyToReg (i.e. it's likely live-out), do not fold the sub-expressions into the addressing mode to avoid computing the address twice. The CopyToReg use will be isel'ed to a LEA, re-use it for address instead. by Evan Cheng · 16 years ago
  65. a7425d7 Really, really fix PointerUnion3::is by Douglas Gregor · 16 years ago
  66. 80c93e7 Except in asm-verbose mode, avoid printing labels for blocks that are by Dan Gohman · 16 years ago
  67. b23c232 Loop Index Split can eliminate a loop if it can determin if loop body is executed only once. There was a bug in determining IV based value of the iteration for which the loop body is executed. Fix it. by Devang Patel · 16 years ago
  68. 2048cdb Make PointerUnion3::get work properly by Douglas Gregor · 16 years ago
  69. 73f24c9 When optimzing a mul by immediate into two, the resulting mul's should get a x86 specific node to avoid dag combiner from hacking on them further. by Evan Cheng · 16 years ago
  70. e6f350d Turn a 2-address instruction into a 3-address one when it's profitable even if the two-address operand is killed. by Evan Cheng · 16 years ago
  71. f542291 update comment. by Chris Lattner · 16 years ago
  72. fd302b7 Balance out quote in debug output. by Bill Wendling · 16 years ago
  73. 430d423 Fix grammar-o in comment. by Bill Wendling · 16 years ago
  74. e8bc475 add a PointerUnion3 class and generalize PointerUnion to work with by Chris Lattner · 16 years ago
  75. c6a4b6b fix the PointerLikeTypeTraits specialization for PointerIntPair to by Chris Lattner · 16 years ago
  76. 6d1b89e Constify arguments in isSuccessor and isLayoutSuccessor. by Dan Gohman · 16 years ago
  77. d480ac6 Update the polygen grammer to reflect that zext and sext are no longer by Dan Gohman · 16 years ago
  78. 3228abe docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required for running test-suite), removed refs to llvm-test by John Mosby · 16 years ago
  79. d83712a Fix comment to match function name. by Bob Wilson · 16 years ago
  80. 6d9a2df getEntryFor() may invalidate DenseMap iterator. by Devang Patel · 16 years ago
  81. 854b9d7 Add ccc back for now. by Mike Stump · 16 years ago
  82. ca62349 Clearify local/global relocations wording by Anton Korobeynikov · 16 years ago
  83. 29519b1 Fix thinko: put stuff with both global and local relocations into data.rel{.ro}, not .local by Anton Korobeynikov · 16 years ago
  84. 30ffe81 Tweak test for recent relro stuff by Anton Korobeynikov · 16 years ago
  85. 48738b9 Fix infinite looping by Anton Korobeynikov · 16 years ago
  86. fd65307 Properly propagate Kind. by Anton Korobeynikov · 16 years ago
  87. fca82de Do not propagate ELF-specific stuff (data.rel) into other targets. This simplifies code and also ensures correctness. by Anton Korobeynikov · 16 years ago
  88. 71a7c6c Add data.rel stuff by Anton Korobeynikov · 16 years ago
  89. 217b919 fix some validation problems. by Chris Lattner · 16 years ago
  90. 878071e Forgot this test. by Evan Cheng · 16 years ago
  91. 24446d6 Clarify section on setting up and running test-suite by John Mosby · 16 years ago
  92. 031b748 Updated the comment for isArithmeticShift() to match reality. by Misha Brukman · 16 years ago
  93. 31fd5a5 Constify check. This fixes PR3900. by Bill Wendling · 16 years ago
  94. 807117d Testcase for recent ro/relocs stuff by Anton Korobeynikov · 16 years ago
  95. 721c2c6 IA64 is as weird as Alpha wrt r/o relocs :) by Anton Korobeynikov · 16 years ago
  96. 01209bc Alpha always requires global relocations to be r/w regardless of PIC. by Anton Korobeynikov · 16 years ago
  97. db23231 Honour relocation behaviour stuff for ro objects by Anton Korobeynikov · 16 years ago
  98. ab267a2 Extend the relocation tracker handler, so we can filter on different 'kinds' of relocations required. by Anton Korobeynikov · 16 years ago
  99. 004e27c Fix PR3899: add support for extracting floats from vectors by Duncan Sands · 16 years ago
  100. 54e01d0 add missing space. by Chris Lattner · 16 years ago