1. 2039449 Testcase for limited precision stuff. by Bill Wendling · 16 years ago
  2. 6c53334 Shift types need to match. by Bill Wendling · 16 years ago
  3. 63bf29b another fix for PR3354 by Chris Lattner · 16 years ago
  4. 8289b05 Add a README entry noticed while investigating PR3216. by Dan Gohman · 16 years ago
  5. f5add58 Fix a dagcombine to not generate loads of non-round integer types, by Dan Gohman · 16 years ago
  6. 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
  7. 2ab1d86 Regenerate. by Nick Lewycky · 16 years ago
  8. f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 16 years ago
  9. d0deec2 Make linear scan's trivial coalescer slightly more aggressive. by Evan Cheng · 16 years ago
  10. 5049fa6 Doxygen-ify comments. by Bill Wendling · 16 years ago
  11. b79b535 Verify debug info. by Devang Patel · 16 years ago
  12. 6ff645b Fix a problem exposed by PR3354: simplifycfg was making a potentially by Chris Lattner · 16 years ago
  13. c533612 Remove SDNode's virtual destructor. This makes it impossible for by Dan Gohman · 16 years ago
  14. 5491702 Move & restructure test per review. by Dale Johannesen · 16 years ago
  15. a14fa71 convert this to an unfoldable potentially trapping constant expr. by Chris Lattner · 16 years ago
  16. 2f39b29 improve compatibility with cygwin, patch by Jay Foad! by Chris Lattner · 16 years ago
  17. c9a0058 div/rem by zero and div/rem overflow are both undefined according to by Chris Lattner · 16 years ago
  18. dbe664a Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when by Dan Gohman · 16 years ago
  19. 2c7ed11 Fix PR3353, infinitely jump threading an infinite loop make from switches. by Chris Lattner · 16 years ago
  20. 1f54f58 compile-time fmod was done incorrectly. PR 3316. by Dale Johannesen · 16 years ago
  21. 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
  22. 0153308 Verify Intrinsic::dbg_declare. by Devang Patel · 16 years ago
  23. b76ace3 Add targets to support the installation of clang in isolation. by Mike Stump · 16 years ago
  24. 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
  25. c1a168a Fix 80 col violations. by Evan Cheng · 16 years ago
  26. 5fc742d Handle ISD::DECLARE with PIC relocation model. by Evan Cheng · 16 years ago
  27. 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
  28. 4bd4787 Fix typo, sentence fragment. by Nick Lewycky · 16 years ago
  29. bf22bc6 Adding your's truly to CREDITS.TXT by Dan Villiom Podlaski Christiansen · 16 years ago
  30. 13524bf Temporarily revert r62487. It's causing this error during a release bootstrap of by Bill Wendling · 16 years ago
  31. 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
  32. a06ec9e Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't by Evan Cheng · 16 years ago
  33. c4f85dd Fix PR3016, a bug which can occur do to an invalid assumption: by Chris Lattner · 16 years ago
  34. 9e0dad4 reduce indentation by using 'continue', no functionality change. by Chris Lattner · 16 years ago
  35. 6fe73bb Fix some problems in SpeculativelyExecuteBB. Basically, by Chris Lattner · 16 years ago
  36. 9dd3b61 Make this a bit more explicit about which cases need the by Chris Lattner · 16 years ago
  37. d62284a Fix rdar://6505632, an llc crash on 483.xalancbmk by Chris Lattner · 16 years ago
  38. 15c94d0 Few targets like PIC16 wants libcall generation for illegal type i16. by Sanjiv Gupta · 16 years ago
  39. 2cb560f CMake: Add lib/Analysis/CaptureTracking.cpp by Oscar Fuentes · 16 years ago
  40. 8556d2a BasicAliasAnalysis and FunctionAttrs were both by Duncan Sands · 16 years ago
  41. e3bc6ae Simplify extract element based on comments from Duncan Sands. by Mon P Wang · 16 years ago
  42. b3ec5ba Forgot this in the previous checkin: fopen now has nocapture, realloc is by Nick Lewycky · 16 years ago
  43. 0b6679d Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, by Nick Lewycky · 16 years ago
  44. 7f85bb6 add a comment by Gabor Greif · 16 years ago
  45. 7f2e381 switch over some other methods from indices to iterators by Gabor Greif · 16 years ago
  46. 7543f7f make comparisons a bist faster by Gabor Greif · 16 years ago
  47. 2d1768c by Devang Patel · 16 years ago
  48. 5aac3d3 Refactor code by Devang Patel · 16 years ago
  49. 959fb88 Testcase for last commit. by Bill Wendling · 16 years ago
  50. 030939c Extend thi by Bill Wendling · 16 years ago
  51. 8e27826 Fix MatchAddress bug that's preventing negative displacement from being folded in 64-bit mode. by Evan Cheng · 16 years ago
  52. 7ab2450 Assign argument type to appropriate DIE. by Devang Patel · 16 years ago
  53. 7e55b3a Remove dead code. by Devang Patel · 16 years ago
  54. 2d91d18 Disable composite type debug info for now. by Devang Patel · 16 years ago
  55. f6a4e2e Temporarily revert my last change. It is causing a bootstrap failure. by Bill Wendling · 16 years ago
  56. 8b8a636 Implement a special algorithm for converting uint_to_fp for i32 values on by Bill Wendling · 16 years ago
  57. 70fd453 CMake: Add lib/Target/IA64/IA64Subtarget.cpp by Oscar Fuentes · 16 years ago
  58. 7b98424 speed up iterative loop by using iterators. changes direction, but functionally equivalent by Gabor Greif · 16 years ago
  59. 1253298 introduce typedef for complicated vector, and use it too by Gabor Greif · 16 years ago
  60. 7ac9cdf Simplify extract element of a scalar to vector. by Mon P Wang · 16 years ago
  61. de62aea typo by Gabor Greif · 16 years ago
  62. 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
  63. 7059d47 Support for multi-valued options in CommandLine by Mikhail Glushenkov · 16 years ago
  64. 01bbc3e Give IA64 a TargetSubtarget subclass, so that it can implement getSubtargetImpl. by Dan Gohman · 16 years ago
  65. f711939 Instead of adding dependence edges between terminator instructions by Dan Gohman · 16 years ago
  66. 49bb50e If an anti-dependence uses a non-allocatable register, set AntiDepReg by Dan Gohman · 16 years ago
  67. b6a6164 Use the getNode() accessor instead of accessing the Node by Dan Gohman · 16 years ago
  68. 3326f16 Disable the post-RA scheduler on this test, since it uses a by Dan Gohman · 16 years ago
  69. 8554449 Fix the check for an empty basic block to check for an empty SUnits by Dan Gohman · 16 years ago
  70. febf71d Avoid triggering an assertion failure when an instruction pattern by Dan Gohman · 16 years ago
  71. df874ee new nodes should be added to the worklist, not old nodes. by Chris Lattner · 16 years ago
  72. 07354e5 Fix comments. by Devang Patel · 16 years ago
  73. 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
  74. a21a860 remove a dead method. by Chris Lattner · 16 years ago
  75. 9029cb8 don't assert and die on out of range (undefined) shifts. This fixes PR3334. by Chris Lattner · 16 years ago
  76. 71759c4 Fix PR3335 by not turning a store to one address space into a store to another. by Chris Lattner · 16 years ago
  77. 1b8eaf5 reduce indentation by using early exits, no functionality change. by Chris Lattner · 16 years ago
  78. 99ec353 Use lightweight DebugInfo objects directly. by Devang Patel · 16 years ago
  79. 64e8732 Add support for non-zero __builtin_return_address values on X86. by Bill Wendling · 16 years ago
  80. 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
  81. 75a46eb use specialized accessor instead of plain getOperand(0) by Gabor Greif · 16 years ago
  82. 7103c6a Align source code. by Devang Patel · 16 years ago
  83. 79ce4ce Fix a "comparison between signed and unsigned integer expressions" warning. by Dan Gohman · 16 years ago
  84. d1f5fab Reinstate r60509 from Dale: Make the debugging dump be a full line. by Nick Lewycky · 16 years ago
  85. 6ea5776 Get this building with gcc-4.4. by Duncan Sands · 16 years ago
  86. 81d05c2 Grammar fix. by Duncan Sands · 16 years ago
  87. 2388a58 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 16 years ago
  88. 0b9d997 This is now passing. by Evan Cheng · 16 years ago
  89. 5c1799b Delete trailing whitespace. by Mikhail Glushenkov · 16 years ago
  90. a10f159 Reverting back 62301. by Sanjiv Gupta · 16 years ago
  91. 65aae00 Few targets do not have a single directive to emit global constants. by Sanjiv Gupta · 16 years ago
  92. bdfc582 ARMCompilationCallback should not save / restore vfp registers if vfp is not available. by Evan Cheng · 16 years ago
  93. 5be9355 Validate debug info values only if DwarfDebug is initialized. by Devang Patel · 16 years ago
  94. 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
  95. 05aae18 Add support for instructions with multiple ComplexPatterns, by by Dan Gohman · 16 years ago
  96. 61c6bf3 Any debug info symbol is only valid if atleast one compile unit is seen. by Devang Patel · 16 years ago
  97. 2836c28 Initial hazard recognizer support in post-pass scheduling. This includes by Dan Gohman · 16 years ago
  98. 153745c Do not stumble over forward declared struct member. by Devang Patel · 16 years ago
  99. cf3a448 by Devang Patel · 16 years ago
  100. fa9c5ea Added missing support to widen an operand from a bit convert. by Mon P Wang · 16 years ago