1. 843daf4 pass -mmacosx-version-min to the compiler and linker, which makes the build by Chris Lattner · 16 years ago
  2. 3436ee3 Another great year for LLVM! by John Criswell · 16 years ago
  3. a3fd95b Tabs to spaces presto chango! Pointed out by Duncan Sands. by Nick Lewycky · 16 years ago
  4. b2b1c53 Fix typo. by Nick Lewycky · 16 years ago
  5. 2be2087 Fix typo! by Nick Lewycky · 16 years ago
  6. dcd158a Force 'llvm-config' to go first, optionally followed by lto and gold mixed in by Nick Lewycky · 16 years ago
  7. a15dc03 Remove libtool. by Nick Lewycky · 16 years ago
  8. 1139899 pic16 notes from Sanjiv. Just dumped in for now, will rearrange later. by Chris Lattner · 16 years ago
  9. c1771e3 final random and incoherent notes after making it through all the commits. by Chris Lattner · 16 years ago
  10. a8d57fe Ignore dbg info intrinsics when folding conditional branch to by Zhou Sheng · 16 years ago
  11. 677c2c2 Add the function attributes pass during LTO time. by Nick Lewycky · 16 years ago
  12. d838fcd more notes. by Chris Lattner · 16 years ago
  13. 75e26ca add some notes from Nicolas G. by Chris Lattner · 16 years ago
  14. 130abb2 Enable stack slot coloring DCE. Evan's spiller fixes were needed before this could happen. by Owen Anderson · 16 years ago
  15. 236aa8a ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these intrinsics expect the high bits will not be modified. by Evan Cheng · 16 years ago
  16. 04cf3e3 The last commit was overly conservative. It's ok to reuse value that's already marked livein. by Evan Cheng · 16 years ago
  17. f792352 If an available register falls through to a succ block, unset the last kill. Sorry, it's impossible to reduce a sensible test case. It basically requires the moon and stars to align in order to cause a failure. by Evan Cheng · 16 years ago
  18. 7b048b3 Fix a duplicated word in a comment. by Bob Wilson · 16 years ago
  19. 1aa1f74 Fix a typo that prevents hello.mm from running (and runs hello.m twice). by Julien Lerouge · 16 years ago
  20. a87008d Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. by Evan Cheng · 16 years ago
  21. 8a36f50 Fix big-endian codegen bug. We're splitting up by Dale Johannesen · 16 years ago
  22. 053372d by Devang Patel · 16 years ago
  23. 58b1ac7 Fix PR3667 by Chris Lattner · 16 years ago
  24. 411c285 Check that records with a known constant size are not by Duncan Sands · 16 years ago
  25. 9a7c743 Don't block basic block with only SwitchInst to fold into predecessors. by Zhou Sheng · 16 years ago
  26. 326a498 Flesh out the Ada section a little. by Duncan Sands · 16 years ago
  27. 50723a9 The C backend does not support arbitrary precision integers. by Duncan Sands · 16 years ago
  28. 07636ea Note on new type legalizer. by Duncan Sands · 16 years ago
  29. 8524cb9 Add note on support for arbitrary precision integers. by Duncan Sands · 16 years ago
  30. 99f375b more notes. by Chris Lattner · 16 years ago
  31. e3d4232 Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlobalVariablesUsing and replaced it something readable. It eliminated use of slow UniqueVector and replaced it with StringMap, SmallVector, and DenseMap, etc. It also fixed some non-deterministic behavior. by Evan Cheng · 16 years ago
  32. 20babb1 Add a totally synthetic situation I came up with while looking at a bug in by Nick Lewycky · 16 years ago
  33. 74c80df random notes by Chris Lattner · 16 years ago
  34. d9f66e6 Recommend against using Gold to build LLVM. by Nick Lewycky · 16 years ago
  35. 1f85986 don't know if there is a vmkit release to match 2.5 by Chris Lattner · 16 years ago
  36. f40c40b update clang section by Chris Lattner · 16 years ago
  37. 38ab04c rip out llvm 2.4 details to make room for 2.5 by Chris Lattner · 16 years ago
  38. 8f1579a Expand tabs to spaces (overlooked in previous commit) by Scott Michel · 16 years ago
  39. df38043 Remove all "cached" data from BuildVectorSDNode, preferring to retrieve by Scott Michel · 16 years ago
  40. 0d52ff1 Added support to have TableGen provide information if an intrinsic (core by Mon P Wang · 16 years ago
  41. d8e880c If compile unit's language is not set then don't crash while dump'ing compile unit. by Devang Patel · 16 years ago
  42. a7b4203 Extension of GEP in constant folder was broken (apparently this code by Daniel Dunbar · 16 years ago
  43. 46bdfb0 Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount, by Dan Gohman · 16 years ago
  44. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  45. 3d8bde8 Add a debugging option for SSC DCE. by Owen Anderson · 16 years ago
  46. 5aa4977 - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit by Bill Wendling · 16 years ago
  47. 85937de Add a testcase for the problem fixed in r65289. by Dan Gohman · 16 years ago
  48. 0001e56 Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple by Dan Gohman · 16 years ago
  49. c34fea3 Generalize the ChangeCompareStride code, in preparation for by Dan Gohman · 16 years ago
  50. d0a90b9 Preserve the DominanceFrontier analysis in the LoopDeletion pass. by Dan Gohman · 16 years ago
  51. 002ec14 gdb uses DW_AT_prototyped to identify K&R style in C based languages. by Devang Patel · 16 years ago
  52. d1d1c8b Un-XFAIL this test. by Bill Wendling · 16 years ago
  53. 5622f07 While folding unconditional return move DbgRegionEndInst into the predecessor, instead of removing it. This fixes following tests from llvmgcc42 testsuite. by Devang Patel · 16 years ago
  54. 53cac18 If there is not any debug info available for any global variables and any subprograms then there is not any debug info to emit. by Devang Patel · 16 years ago
  55. 15cab28 Back out the change in 64918 that used sign-extensions when promoting by Dan Gohman · 16 years ago
  56. e986594 Fast-isel can't do TLS yet, so it should fall back to SDISel by Dan Gohman · 16 years ago
  57. 638b8b4 Correctly implement ImmutableMap::getMaxElement() by getting the actual <key, value> pair. by Ted Kremenek · 16 years ago
  58. 1c7a666 Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair in a ImmutableMap that has the highest ranked key. by Ted Kremenek · 16 years ago
  59. e2abdd3 LoopDeletion needs to inform ScalarEvolution when a loop is deleted, by Dan Gohman · 16 years ago
  60. 834db73 Use the -stack-alignment option instead of using a target triple by Dan Gohman · 16 years ago
  61. 474cecf IndVarSimplify preserves ScalarEvolution. In the by Dan Gohman · 16 years ago
  62. 5397775 Add test case for checkin @r65314. by Zhou Sheng · 16 years ago
  63. 8313ef4 Should reset DBI_Prev if DBI_Next == 0. by Zhou Sheng · 16 years ago
  64. 242b38b Only v1i16 (i.e. _m64) is returned via RAX / RDX. by Evan Cheng · 16 years ago
  65. 932be21 Make this test use darwin targe triple, to avoid stack traffic on linux. by Nate Begeman · 16 years ago
  66. b9a47b8 Generate better code for v8i16 shuffles on SSE2 by Nate Begeman · 16 years ago
  67. a9183c8 If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegen by Nick Lewycky · 16 years ago
  68. b0000c3 Changed option name from inline-threshold to basic-inline-threshold because by Mon P Wang · 16 years ago
  69. 2155088 fix some typos that Duncan noticed by Chris Lattner · 16 years ago
  70. ef4cfc7 Propagate debug loc info through prologue/epilogue. by Bill Wendling · 16 years ago
  71. 4214a55 Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR by Scott Michel · 16 years ago
  72. ca42862 Add an option to the gold plugin to make it emit a file with the public api by Nick Lewycky · 16 years ago
  73. bc989d4 Revert the part of 64623 that attempted to align the source in a by Dan Gohman · 16 years ago
  74. a04af43 Properly parenthesize this expression, fixing a real bug in the new by Dan Gohman · 16 years ago
  75. 3d3c955 bug 3610: Test case. by Richard Pennington · 16 years ago
  76. 58207f1 If a use operand is marked isKill, don't forget to add kill to its live interval as well. by Evan Cheng · 16 years ago
  77. 779aee1 Add a note. by Evan Cheng · 16 years ago
  78. 6140a8b Be bug compatible with gcc by returning MMX values in RAX. by Evan Cheng · 16 years ago
  79. c94ebef Do not consider MMX_MOVD64rr a move instructions. The source register is in GR32, the destination is VR64. They are not compatible. by Evan Cheng · 16 years ago
  80. 3cd389d Only try to sink immediate when TLI is not null. It needs to check if immediate would fit in target addressing field. by Evan Cheng · 16 years ago
  81. bdf0d7c Regenerate. by Nick Lewycky · 16 years ago
  82. 5992175 Remove tests for flex/bison which are no longer needed by LLVM. by Nick Lewycky · 16 years ago
  83. 2ec0dbf Don't sign extend the char when expanding char -> int during by Nick Lewycky · 16 years ago
  84. 92acef0 Add makefile debugging target; use "make print-FOO" to print the by Daniel Dunbar · 16 years ago
  85. 278f83d bug 3610: Floating point vaarg not softened. by Richard Pennington · 16 years ago
  86. 07bf7ef Add version of StringsEqualNoCase that takes two null-terminated C-strings and compares up to 'len' characters. I tend to screw up string comparison functions, so anyone who is interested please review this\! by Ted Kremenek · 16 years ago
  87. b5bd026 Drop bunch of half-working stuff in the ext_weak linkage support. by Anton Korobeynikov · 16 years ago
  88. 8e87e65 Pass different flags on different platforms when building PIC. by Nick Lewycky · 16 years ago
  89. b0ea080 Add AddrModeMatcher.cpp by Evan Cheng · 16 years ago
  90. 28c7ce3 If two-address def is dead and the instruction does not define other registers, and it doesn't produce side effects, just delete the instruction. by Evan Cheng · 16 years ago
  91. d9fb712 Teach LSR sink to sink the immediate portion of the common expression back into uses if they fit in address modes of all the uses. by Evan Cheng · 16 years ago
  92. 5a45d76 Make sure this doesn't access .end() too. by Bill Wendling · 16 years ago
  93. 67a2743 fix and clean up a comment by Gabor Greif · 16 years ago
  94. 8aa374b Make sure we don't dereference the .end() of the container. by Bill Wendling · 16 years ago
  95. 36d3e32 rename a function to indicate that it checks for profitability as well by Chris Lattner · 16 years ago
  96. 3d2445f Propagate more debug loc infos. This also includes some code cleaning. by Bill Wendling · 16 years ago
  97. 2625f9b We need to propagate the debug location information even when dealing with the by Bill Wendling · 16 years ago
  98. 9259905 * Fixed spelling by Misha Brukman · 16 years ago
  99. 1ba519b Fix a bug that David Greene found in the DAGCombiner's logic by Dan Gohman · 16 years ago
  100. d3ff4a1 Removed trailing whitespace. by Misha Brukman · 16 years ago