1. de2bcb3 Check that the "don't barf on k8" fix is not accidentally reverted again. by Duncan Sands · 16 years ago
  2. 631bd3c Spacing by Evan Cheng · 16 years ago
  3. c60fbcc Temporarily XFAIL until this can be looked at. r62557 is what caused it to start failing. by Bill Wendling · 16 years ago
  4. f90fb34 If a vector is empty, you're not allowed to access any by Duncan Sands · 16 years ago
  5. e08eb9c Refactor code. No functionality change. by Evan Cheng · 16 years ago
  6. 2039449 Testcase for limited precision stuff. by Bill Wendling · 16 years ago
  7. 6c53334 Shift types need to match. by Bill Wendling · 16 years ago
  8. 63bf29b another fix for PR3354 by Chris Lattner · 16 years ago
  9. 8289b05 Add a README entry noticed while investigating PR3216. by Dan Gohman · 16 years ago
  10. f5add58 Fix a dagcombine to not generate loads of non-round integer types, by Dan Gohman · 16 years ago
  11. c2997f4 Do not use DenseMap because the iterator is invalidated while constructing types. After all there was a reason why std::map was used initially! by Devang Patel · 16 years ago
  12. 2ab1d86 Regenerate. by Nick Lewycky · 16 years ago
  13. f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 16 years ago
  14. d0deec2 Make linear scan's trivial coalescer slightly more aggressive. by Evan Cheng · 16 years ago
  15. 5049fa6 Doxygen-ify comments. by Bill Wendling · 16 years ago
  16. b79b535 Verify debug info. by Devang Patel · 16 years ago
  17. 6ff645b Fix a problem exposed by PR3354: simplifycfg was making a potentially by Chris Lattner · 16 years ago
  18. c533612 Remove SDNode's virtual destructor. This makes it impossible for by Dan Gohman · 16 years ago
  19. 5491702 Move & restructure test per review. by Dale Johannesen · 16 years ago
  20. a14fa71 convert this to an unfoldable potentially trapping constant expr. by Chris Lattner · 16 years ago
  21. 2f39b29 improve compatibility with cygwin, patch by Jay Foad! by Chris Lattner · 16 years ago
  22. c9a0058 div/rem by zero and div/rem overflow are both undefined according to by Chris Lattner · 16 years ago
  23. dbe664a Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when by Dan Gohman · 16 years ago
  24. 2c7ed11 Fix PR3353, infinitely jump threading an infinite loop make from switches. by Chris Lattner · 16 years ago
  25. 1f54f58 compile-time fmod was done incorrectly. PR 3316. by Dale Johannesen · 16 years ago
  26. c15255c DebugInfo is a lightweight APIs and consumers are expected to use light objects directly. There is no need to support isa<>, dyn_cast<> etc... by Devang Patel · 16 years ago
  27. 0153308 Verify Intrinsic::dbg_declare. by Devang Patel · 16 years ago
  28. b76ace3 Add targets to support the installation of clang in isolation. by Mike Stump · 16 years ago
  29. 2722e7b DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instead of sign extending the low part (in AX/EAX/RAX) into it. by Evan Cheng · 16 years ago
  30. c1a168a Fix 80 col violations. by Evan Cheng · 16 years ago
  31. 5fc742d Handle ISD::DECLARE with PIC relocation model. by Evan Cheng · 16 years ago
  32. 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
  33. 4bd4787 Fix typo, sentence fragment. by Nick Lewycky · 16 years ago
  34. bf22bc6 Adding your's truly to CREDITS.TXT by Dan Villiom Podlaski Christiansen · 16 years ago
  35. 13524bf Temporarily revert r62487. It's causing this error during a release bootstrap of by Bill Wendling · 16 years ago
  36. 50c3dfe Minor tweak to LowerUINT_TO_FP_i32. Bias (after scalar_to_vector) has two uses so we should make it the second source operand of ISD::OR so 2-address pass won't have to be smart about commuting. by Evan Cheng · 16 years ago
  37. a06ec9e Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't by Evan Cheng · 16 years ago
  38. c4f85dd Fix PR3016, a bug which can occur do to an invalid assumption: by Chris Lattner · 16 years ago
  39. 9e0dad4 reduce indentation by using 'continue', no functionality change. by Chris Lattner · 16 years ago
  40. 6fe73bb Fix some problems in SpeculativelyExecuteBB. Basically, by Chris Lattner · 16 years ago
  41. 9dd3b61 Make this a bit more explicit about which cases need the by Chris Lattner · 16 years ago
  42. d62284a Fix rdar://6505632, an llc crash on 483.xalancbmk by Chris Lattner · 16 years ago
  43. 15c94d0 Few targets like PIC16 wants libcall generation for illegal type i16. by Sanjiv Gupta · 16 years ago
  44. 2cb560f CMake: Add lib/Analysis/CaptureTracking.cpp by Oscar Fuentes · 16 years ago
  45. 8556d2a BasicAliasAnalysis and FunctionAttrs were both by Duncan Sands · 16 years ago
  46. e3bc6ae Simplify extract element based on comments from Duncan Sands. by Mon P Wang · 16 years ago
  47. b3ec5ba Forgot this in the previous checkin: fopen now has nocapture, realloc is by Nick Lewycky · 16 years ago
  48. 0b6679d Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, by Nick Lewycky · 16 years ago
  49. 7f85bb6 add a comment by Gabor Greif · 16 years ago
  50. 7f2e381 switch over some other methods from indices to iterators by Gabor Greif · 16 years ago
  51. 7543f7f make comparisons a bist faster by Gabor Greif · 16 years ago
  52. 2d1768c by Devang Patel · 16 years ago
  53. 5aac3d3 Refactor code by Devang Patel · 16 years ago
  54. 959fb88 Testcase for last commit. by Bill Wendling · 16 years ago
  55. 030939c Extend thi by Bill Wendling · 16 years ago
  56. 8e27826 Fix MatchAddress bug that's preventing negative displacement from being folded in 64-bit mode. by Evan Cheng · 16 years ago
  57. 7ab2450 Assign argument type to appropriate DIE. by Devang Patel · 16 years ago
  58. 7e55b3a Remove dead code. by Devang Patel · 16 years ago
  59. 2d91d18 Disable composite type debug info for now. by Devang Patel · 16 years ago
  60. f6a4e2e Temporarily revert my last change. It is causing a bootstrap failure. by Bill Wendling · 16 years ago
  61. 8b8a636 Implement a special algorithm for converting uint_to_fp for i32 values on by Bill Wendling · 16 years ago
  62. 70fd453 CMake: Add lib/Target/IA64/IA64Subtarget.cpp by Oscar Fuentes · 16 years ago
  63. 7b98424 speed up iterative loop by using iterators. changes direction, but functionally equivalent by Gabor Greif · 16 years ago
  64. 1253298 introduce typedef for complicated vector, and use it too by Gabor Greif · 16 years ago
  65. 7ac9cdf Simplify extract element of a scalar to vector. by Mon P Wang · 16 years ago
  66. de62aea typo by Gabor Greif · 16 years ago
  67. ee5c2b8 Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::LowerGlobalAddress to check if isVerifiedDebugInfoDesc() is true. Given the recent changes, it would falsely return true for a lot of GlobalAddressSDNode's. by Evan Cheng · 16 years ago
  68. 7059d47 Support for multi-valued options in CommandLine by Mikhail Glushenkov · 16 years ago
  69. 01bbc3e Give IA64 a TargetSubtarget subclass, so that it can implement getSubtargetImpl. by Dan Gohman · 16 years ago
  70. f711939 Instead of adding dependence edges between terminator instructions by Dan Gohman · 16 years ago
  71. 49bb50e If an anti-dependence uses a non-allocatable register, set AntiDepReg by Dan Gohman · 16 years ago
  72. b6a6164 Use the getNode() accessor instead of accessing the Node by Dan Gohman · 16 years ago
  73. 3326f16 Disable the post-RA scheduler on this test, since it uses a by Dan Gohman · 16 years ago
  74. 8554449 Fix the check for an empty basic block to check for an empty SUnits by Dan Gohman · 16 years ago
  75. febf71d Avoid triggering an assertion failure when an instruction pattern by Dan Gohman · 16 years ago
  76. df874ee new nodes should be added to the worklist, not old nodes. by Chris Lattner · 16 years ago
  77. 07354e5 Fix comments. by Devang Patel · 16 years ago
  78. e57187c CreateVirtualRegisters does trivial copy coalescing. If a node def is used by a single CopyToReg, it reuses the virtual register assigned to the CopyToReg. This won't work for SDNode that is a clone or is itself cloned. Disable this optimization for those nodes or it can end up with non-SSA machine instructions. by Evan Cheng · 16 years ago
  79. a21a860 remove a dead method. by Chris Lattner · 16 years ago
  80. 9029cb8 don't assert and die on out of range (undefined) shifts. This fixes PR3334. by Chris Lattner · 16 years ago
  81. 71759c4 Fix PR3335 by not turning a store to one address space into a store to another. by Chris Lattner · 16 years ago
  82. 1b8eaf5 reduce indentation by using early exits, no functionality change. by Chris Lattner · 16 years ago
  83. 99ec353 Use lightweight DebugInfo objects directly. by Devang Patel · 16 years ago
  84. 64e8732 Add support for non-zero __builtin_return_address values on X86. by Bill Wendling · 16 years ago
  85. 4d544a2 Change isGVCompilationDisabled() semantics again. It should abort on any GV that's not constant whether it's "internal" or not. In a server / client environment, GV is returned in the same block of memory as code. However, the memory might not be writable. by Evan Cheng · 16 years ago
  86. 75a46eb use specialized accessor instead of plain getOperand(0) by Gabor Greif · 16 years ago
  87. 7103c6a Align source code. by Devang Patel · 16 years ago
  88. 79ce4ce Fix a "comparison between signed and unsigned integer expressions" warning. by Dan Gohman · 16 years ago
  89. d1f5fab Reinstate r60509 from Dale: Make the debugging dump be a full line. by Nick Lewycky · 16 years ago
  90. 6ea5776 Get this building with gcc-4.4. by Duncan Sands · 16 years ago
  91. 81d05c2 Grammar fix. by Duncan Sands · 16 years ago
  92. 2388a58 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 16 years ago
  93. 0b9d997 This is now passing. by Evan Cheng · 16 years ago
  94. 5c1799b Delete trailing whitespace. by Mikhail Glushenkov · 16 years ago
  95. a10f159 Reverting back 62301. by Sanjiv Gupta · 16 years ago
  96. 65aae00 Few targets do not have a single directive to emit global constants. by Sanjiv Gupta · 16 years ago
  97. bdfc582 ARMCompilationCallback should not save / restore vfp registers if vfp is not available. by Evan Cheng · 16 years ago
  98. 5be9355 Validate debug info values only if DwarfDebug is initialized. by Devang Patel · 16 years ago
  99. 4e56ab2 Clean up previous cast optimization a bit. Also make zext elimination a bit more aggressive: if it's not necessary to emit an AND (i.e. high bits are already zero), it's profitable to evaluate the operand at a different type. by Evan Cheng · 16 years ago
  100. 05aae18 Add support for instructions with multiple ComplexPatterns, by by Dan Gohman · 16 years ago