1. 1e42c5b add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! PR3364 by Chris Lattner · 16 years ago
  2. 455e9ab Remove uses of uint32_t in favor of 'unsigned' for better by Chris Lattner · 16 years ago
  3. 764fd0c Simplify ReduceLoadWidth's logic: it doesn't need several different by Dan Gohman · 16 years ago
  4. 1ef4d8f Fix a recent regression. ClrOpcode is not set for i8; for i8, if by Dan Gohman · 16 years ago
  5. 1421b7b Mimic gcc behaviour with regard to response files. by Mikhail Glushenkov · 16 years ago
  6. e441b83 Fix 'llvm-config --libs' output. by Mikhail Glushenkov · 16 years ago
  7. b6b5141 Change the hook API back to prevent memory leaks. by Mikhail Glushenkov · 16 years ago
  8. a298bb7 Allow hooks with arguments. by Mikhail Glushenkov · 16 years ago
  9. 8f7c2e6 This was causing invalid memory accesses when by Duncan Sands · 16 years ago
  10. bf0fb17 Let's try to have our cake and eat it to: move by Duncan Sands · 16 years ago
  11. 74789ea Don't rely on grep -w working. by Duncan Sands · 16 years ago
  12. 2530566 Fixed build warnings. Restoring changes done in 62600, they were lost in 62655. by Sanjiv Gupta · 16 years ago
  13. 9fbc7e2 Cleanup whitespace and comments, and tweak some by Duncan Sands · 16 years ago
  14. d3be462 I accidentally removed this check in an earlier commit, which cause breakage in the pre alloc splitter. by Owen Anderson · 16 years ago
  15. 08b9b05 Implement LowerOperationWrapper for legalizer. by Sanjiv Gupta · 16 years ago
  16. d1e8d9c CellSPU: by Scott Michel · 16 years ago
  17. bb326bb Allow targets to legalize operations (with illegal operands) that produces multiple values. For example, a load with an illegal operand (a load produces two values, a value and chain). by Sanjiv Gupta · 16 years ago
  18. aaf414c Favors generating "not" over "xor -1". For example. by Evan Cheng · 16 years ago
  19. 677eae3 Disable on x86_64 until I figure out what's wrong. by Dale Johannesen · 16 years ago
  20. ed6af24 Make special cases (0 inf nan) work for frem. by Dale Johannesen · 16 years ago
  21. 6cf7c39 Be more aggressive about renumbering vregs after splitting them. by Owen Anderson · 16 years ago
  22. 4766159 Encode member accessibility. by Devang Patel · 16 years ago
  23. 2a57466 Appropriately mark fowrad decls. by Devang Patel · 16 years ago
  24. eeb90e3 Need compile unit to find location. by Devang Patel · 16 years ago
  25. 67e1e7c Calls to fmod, it turns out, are constant-folded by by Dale Johannesen · 16 years ago
  26. 1d5ee5c Don't bother running the assembler, we don't know that it will be configured by Chris Lattner · 16 years ago
  27. a894ae1 Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether the last reference is also the last def (i.e. dead def), it should also check if last reference is the current machine instruction being processed. This can happen when it is processing a physical register use and setting the current machine instruction as sub-register's last ref. by Evan Cheng · 16 years ago
  28. 9c70819 Fix typo. Patch by Alexei Svitkine. by Duncan Sands · 16 years ago
  29. e9a7286 Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was by Bill Wendling · 16 years ago
  30. 2be5893 Fix struct member's debug info. by Devang Patel · 16 years ago
  31. c99031b Add test case for PR3154. by Evan Cheng · 16 years ago
  32. 018ec84 indentation... by Devang Patel · 16 years ago
  33. 6906ba5 Need only one set of debug info versions enum. by Devang Patel · 16 years ago
  34. 04ee5a1 Change TargetInstrInfo::isMoveInstr to return source and destination sub-register indices as well. by Evan Cheng · 16 years ago
  35. a913f4f zap white spaces. by Devang Patel · 16 years ago
  36. 9ec50ab Fix global variable's address in a DIE. by Devang Patel · 16 years ago
  37. eab4a2e Enable debug info for enums. by Devang Patel · 16 years ago
  38. 24b66a8 Add an IEEE remainder function, which is not by Dale Johannesen · 16 years ago
  39. ccb3ab4 improve compatibility with various versions of graphviz, patch by by Chris Lattner · 16 years ago
  40. 9981b1f eliminate use of uint32_t to improve compatibility with cygwin by Chris Lattner · 16 years ago
  41. 79abedb Eliminate use of uint32_t to improve compatibility with cygwin by Chris Lattner · 16 years ago
  42. ce31b02 Enable debug info for composite types. by Devang Patel · 16 years ago
  43. de2bcb3 Check that the "don't barf on k8" fix is not accidentally reverted again. by Duncan Sands · 16 years ago
  44. 631bd3c Spacing by Evan Cheng · 16 years ago
  45. c60fbcc Temporarily XFAIL until this can be looked at. r62557 is what caused it to start failing. by Bill Wendling · 16 years ago
  46. f90fb34 If a vector is empty, you're not allowed to access any by Duncan Sands · 16 years ago
  47. e08eb9c Refactor code. No functionality change. by Evan Cheng · 16 years ago
  48. 2039449 Testcase for limited precision stuff. by Bill Wendling · 16 years ago
  49. 6c53334 Shift types need to match. by Bill Wendling · 16 years ago
  50. 63bf29b another fix for PR3354 by Chris Lattner · 16 years ago
  51. 8289b05 Add a README entry noticed while investigating PR3216. by Dan Gohman · 16 years ago
  52. f5add58 Fix a dagcombine to not generate loads of non-round integer types, by Dan Gohman · 16 years ago
  53. 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
  54. 2ab1d86 Regenerate. by Nick Lewycky · 16 years ago
  55. f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 16 years ago
  56. d0deec2 Make linear scan's trivial coalescer slightly more aggressive. by Evan Cheng · 16 years ago
  57. 5049fa6 Doxygen-ify comments. by Bill Wendling · 16 years ago
  58. b79b535 Verify debug info. by Devang Patel · 16 years ago
  59. 6ff645b Fix a problem exposed by PR3354: simplifycfg was making a potentially by Chris Lattner · 16 years ago
  60. c533612 Remove SDNode's virtual destructor. This makes it impossible for by Dan Gohman · 16 years ago
  61. 5491702 Move & restructure test per review. by Dale Johannesen · 16 years ago
  62. a14fa71 convert this to an unfoldable potentially trapping constant expr. by Chris Lattner · 16 years ago
  63. 2f39b29 improve compatibility with cygwin, patch by Jay Foad! by Chris Lattner · 16 years ago
  64. c9a0058 div/rem by zero and div/rem overflow are both undefined according to by Chris Lattner · 16 years ago
  65. dbe664a Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when by Dan Gohman · 16 years ago
  66. 2c7ed11 Fix PR3353, infinitely jump threading an infinite loop make from switches. by Chris Lattner · 16 years ago
  67. 1f54f58 compile-time fmod was done incorrectly. PR 3316. by Dale Johannesen · 16 years ago
  68. 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
  69. 0153308 Verify Intrinsic::dbg_declare. by Devang Patel · 16 years ago
  70. b76ace3 Add targets to support the installation of clang in isolation. by Mike Stump · 16 years ago
  71. 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
  72. c1a168a Fix 80 col violations. by Evan Cheng · 16 years ago
  73. 5fc742d Handle ISD::DECLARE with PIC relocation model. by Evan Cheng · 16 years ago
  74. 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
  75. 4bd4787 Fix typo, sentence fragment. by Nick Lewycky · 16 years ago
  76. bf22bc6 Adding your's truly to CREDITS.TXT by Dan Villiom Podlaski Christiansen · 16 years ago
  77. 13524bf Temporarily revert r62487. It's causing this error during a release bootstrap of by Bill Wendling · 16 years ago
  78. 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
  79. a06ec9e Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't by Evan Cheng · 16 years ago
  80. c4f85dd Fix PR3016, a bug which can occur do to an invalid assumption: by Chris Lattner · 16 years ago
  81. 9e0dad4 reduce indentation by using 'continue', no functionality change. by Chris Lattner · 16 years ago
  82. 6fe73bb Fix some problems in SpeculativelyExecuteBB. Basically, by Chris Lattner · 16 years ago
  83. 9dd3b61 Make this a bit more explicit about which cases need the by Chris Lattner · 16 years ago
  84. d62284a Fix rdar://6505632, an llc crash on 483.xalancbmk by Chris Lattner · 16 years ago
  85. 15c94d0 Few targets like PIC16 wants libcall generation for illegal type i16. by Sanjiv Gupta · 16 years ago
  86. 2cb560f CMake: Add lib/Analysis/CaptureTracking.cpp by Oscar Fuentes · 16 years ago
  87. 8556d2a BasicAliasAnalysis and FunctionAttrs were both by Duncan Sands · 16 years ago
  88. e3bc6ae Simplify extract element based on comments from Duncan Sands. by Mon P Wang · 16 years ago
  89. b3ec5ba Forgot this in the previous checkin: fopen now has nocapture, realloc is by Nick Lewycky · 16 years ago
  90. 0b6679d Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, by Nick Lewycky · 16 years ago
  91. 7f85bb6 add a comment by Gabor Greif · 16 years ago
  92. 7f2e381 switch over some other methods from indices to iterators by Gabor Greif · 16 years ago
  93. 7543f7f make comparisons a bist faster by Gabor Greif · 16 years ago
  94. 2d1768c by Devang Patel · 16 years ago
  95. 5aac3d3 Refactor code by Devang Patel · 16 years ago
  96. 959fb88 Testcase for last commit. by Bill Wendling · 16 years ago
  97. 030939c Extend thi by Bill Wendling · 16 years ago
  98. 8e27826 Fix MatchAddress bug that's preventing negative displacement from being folded in 64-bit mode. by Evan Cheng · 16 years ago
  99. 7ab2450 Assign argument type to appropriate DIE. by Devang Patel · 16 years ago
  100. 7e55b3a Remove dead code. by Devang Patel · 16 years ago