1. 85e3af9 Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 16 years ago
  2. 713adbc Add getter for the index. by Bill Wendling · 16 years ago
  3. eacf2dc Need this file too. by Dale Johannesen · 16 years ago
  4. 0f502f6 Add some DL propagation to places that didn't have it yet. More coming. by Dale Johannesen · 16 years ago
  5. 383d7ed by Devang Patel · 16 years ago
  6. 28aa5de If "optimize for size" attribute is set then block non-trivial loop unswitches but allow trivial loop unswitches. by Devang Patel · 16 years ago
  7. d839254 DebugLoc propgation by Dale Johannesen · 16 years ago
  8. ef7e18e More whitespace fixin'. by Bill Wendling · 16 years ago
  9. b9dcef2 Whitespace and comment changes. No functionality change. by Bill Wendling · 16 years ago
  10. 1aa7056 teach "convert from scalar" to handle loads of fca's. by Chris Lattner · 16 years ago
  11. 6e01115 refactor the interface to ConvertUsesOfLoadToScalar, by Chris Lattner · 16 years ago
  12. e4d209d DebugLoc propagation. done with file. by Dale Johannesen · 16 years ago
  13. 6268d69 Remove dead code. by Devang Patel · 16 years ago
  14. 9bc67da convert ConvertUsesOfLoadToScalar to use IRBuilder, no functionality change. by Chris Lattner · 16 years ago
  15. 65a6502 switch ConvertScalar_InsertValue to use an IRBuilder, no functionality change. by Chris Lattner · 16 years ago
  16. ace1610 DebugLoc propagation. 2/3 through file. by Dale Johannesen · 16 years ago
  17. 9b872db make scalar conversion handle stores of first class by Chris Lattner · 16 years ago
  18. 43f07fb Change the post-RA scheduler to iterate through the by Dan Gohman · 16 years ago
  19. 605679f Tevert part of the x86 subtarget logic changes: when -march=x86-64 by Dan Gohman · 16 years ago
  20. b51d40c First initialize DAG otherwise dwarf writer is used uninitialized. by Devang Patel · 16 years ago
  21. 1a3257b Make SROA produce a vector only when the alloca is actually by Chris Lattner · 16 years ago
  22. 67e3ba3 this produces an undefined result, just check that the alloca is gone by Chris Lattner · 16 years ago
  23. 95c5f05 Fix PR3411. When replacing values, nodes are analyzed by Duncan Sands · 16 years ago
  24. 388df62 APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than 64 elements. by Evan Cheng · 16 years ago
  25. 6038840 add a method to BumpPtrAllocator that allows allocating elements by Chris Lattner · 16 years ago
  26. 3e62b2d Add LLVM plugin for gold. by Nick Lewycky · 16 years ago
  27. e792b1d Regenerate configure. by Nick Lewycky · 16 years ago
  28. e2be5d5 Add the ability to pass the path to binutils source to configure. This is by Nick Lewycky · 16 years ago
  29. 55a683d add another case of undefined behavior without crashing, PR3466. by Chris Lattner · 16 years ago
  30. 2eafb8b Revert r63600. It didn't fix the bug, it just moved it a bit. by Nick Lewycky · 16 years ago
  31. cd89525 Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference their arguments. by Owen Anderson · 16 years ago
  32. dac5c4b Update the callgraph when replacing InvokeInst with CallInst when inlining. by Nick Lewycky · 16 years ago
  33. d62e06c Explicitly pass in debug location information to BuildMI. by Bill Wendling · 16 years ago
  34. 6a8a0d7 Pass in something sensible for the debug location information when creating the by Bill Wendling · 16 years ago
  35. ba120aa fix a bitcode reader bug where it can't handle extractelement correctly: by Chris Lattner · 16 years ago
  36. 3d730f7 Teach ConvertUsesToScalar to handle memset, allowing it to handle by Chris Lattner · 16 years ago
  37. dbfd8db Fill in some missing DL propagation in getNode()s. by Dale Johannesen · 16 years ago
  38. b288487 Use SDL->getCurDebugLoc() instead of unknown loc for landing pads. by Bill Wendling · 16 years ago
  39. ec37e98 Explicitly pass in the "unknown" debug location. This is probably not by Bill Wendling · 16 years ago
  40. 50bd558 Delete these two tests. They are specific to x86-64, and there's no by Dan Gohman · 16 years ago
  41. 0eb96fd Alphabetize includes. by Bill Wendling · 16 years ago
  42. 7809ecd rearrange how SRoA handles promotion of allocas to vectors. by Chris Lattner · 16 years ago
  43. a5f81bb Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since by Dan Gohman · 16 years ago
  44. d91a61a this test produces an undefined value, we don't care by Chris Lattner · 16 years ago
  45. f2ad58d Propagate debug loc info during SDNode -> machine instr creation. by Bill Wendling · 16 years ago
  46. 9bc96a5 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 16 years ago
  47. ff97d4f Propagation in TargetLowering. Includes passing a DL by Dale Johannesen · 16 years ago
  48. 4d4c3da It fails on Linux. XFAIL that machine. by Bill Wendling · 16 years ago
  49. 1fa3b4b This is passing for us. Should it have been reenabled? by Bill Wendling · 16 years ago
  50. 7a01d0e Add explicit -march=x86 to these tests so that they don't by Dan Gohman · 16 years ago
  51. a7ce741 Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode by Dan Gohman · 16 years ago
  52. f75e5b4 Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware has by Dan Gohman · 16 years ago
  53. ca57b84 Last DebugLoc propagation for this file. by Dale Johannesen · 16 years ago
  54. 2ee39de Fix another test to not use -mcpu=yonah with 64-bit code. by Dan Gohman · 16 years ago
  55. e7f5be7 Yonah does not support x86-64. Change the -mcpu value to one that does. by Dan Gohman · 16 years ago
  56. c6be110 More DebugLoc propagation. This should be everything except LegalizeOp itself. by Dale Johannesen · 16 years ago
  57. d64e0eb Improve -fno-opt style option processing to not require an extra by Mike Stump · 16 years ago
  58. 5b93f6f MergeValueInto is too smart: it might choose to do the merge the opposite direction. by Owen Anderson · 16 years ago
  59. 8a782a2 DebugLoc propagation. ExpandOp and PromoteOp, among others. by Dale Johannesen · 16 years ago
  60. b68a88b Only force SSE level if it is not correct. by Torok Edwin · 16 years ago
  61. 6748f04 Run dsymutil on darwin, when it is expected, before running gdb test. by Devang Patel · 16 years ago
  62. 54c9452 Commit missing files. by Dale Johannesen · 16 years ago
  63. 15c8277 inline SROA::ConvertToScalar, no functionality change. by Chris Lattner · 16 years ago
  64. bb5da91 More DebugLoc propagation. by Dale Johannesen · 16 years ago
  65. 38870ed remove #if 0 code on Bill's request. by Torok Edwin · 16 years ago
  66. 7fb0858 Remove trailing spaces. by Duncan Sands · 16 years ago
  67. 34ca888 Update hand-crafted VC++ build. by Steve Naroff · 16 years ago
  68. af43527 DebugLoc propagation for int<->fp conversions. by Dale Johannesen · 16 years ago
  69. 19a7258 Refactor PerformPHIConstruction, no functionality changes. by Evan Cheng · 16 years ago
  70. 3f9495a xfail this for now, will fix shortly. by Chris Lattner · 16 years ago
  71. 006336d update test by Chris Lattner · 16 years ago
  72. 8f1174d Reposition the DebugLoc field to reduce padding space on LP64 hosts. by Dan Gohman · 16 years ago
  73. 996d7a9 Fix a bug which caused us to miscompile a couple of Ada by Chris Lattner · 16 years ago
  74. d5863dd Do not add redundant arguments in a method definition DIE. by Devang Patel · 16 years ago
  75. d61051f Make this test case smaller. by Devang Patel · 16 years ago
  76. 55467af Duncan's patch. Further to 64382. Takes care of illegal types for shift amount. by Sanjiv Gupta · 16 years ago
  77. 3b020fe Made the common case of default address space directive as non-virtual for performance reasons. Provide a single virtual interface for directives of all sizes in non-default address spaces. by Sanjiv Gupta · 16 years ago
  78. 4b3dfbd Fix a comment (bytes -> bits), reformat a comment by Duncan Sands · 16 years ago
  79. 0e7c46b Fix an obvious thinko. by Duncan Sands · 16 years ago
  80. 97d0e0e ADD / SUB / SMUL / UMUL with overflow second result top bits must be zero. by Evan Cheng · 16 years ago
  81. 781f2fb This passes on x86-32 linux at least. by Duncan Sands · 16 years ago
  82. 15d2598 Make the XFAIL line actually match x86-32 targets. by Duncan Sands · 16 years ago
  83. 961d6d4 Add comment. by Evan Cheng · 16 years ago
  84. 67ad9db Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condition. It's normally transformed by the dag combiner, unless the condition is set by a arithmetic op with overflow. by Evan Cheng · 16 years ago
  85. 585c51e reject things like: zext <4 x i32> %tmp to i256 by Chris Lattner · 16 years ago
  86. ef56ce1 validation error fix. by Chris Lattner · 16 years ago
  87. 242d61d Document type upreferences (PR3380), patch by Stein Roger Skafløtten by Chris Lattner · 16 years ago
  88. 91dad87 Fix PR3372 by Chris Lattner · 16 years ago
  89. f5db1fb reduce indentation, (~XorCST->getValue()).isSignBit() -> isMaxSignedValue() by Chris Lattner · 16 years ago
  90. d42bd99 reduce testcase. by Chris Lattner · 16 years ago
  91. c82bf9b Preserve more SourceValue information. by Mon P Wang · 16 years ago
  92. 0c3c021 add 2 more testcases for -mattr=-sse (r63495). by Torok Edwin · 16 years ago
  93. 3f142c3 Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack for by Torok Edwin · 16 years ago
  94. b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 16 years ago
  95. fc4b677 Forgot some more DebugLoc propagations. by Bill Wendling · 16 years ago
  96. 4a6d13e Fix test failures causes by my previous commit. by Owen Anderson · 16 years ago
  97. 5caedc0 Fix an issue in PHI construction that was exposed by GCC 4.2 producing a different set iteration order for the reg_iterator. by Owen Anderson · 16 years ago
  98. 2d5424d Fix PR3423: Link llvm on ARM EABI machines. Patch by Robert Schuster. by Evan Cheng · 16 years ago
  99. 644f6f8 DebugLoc propagation. by Dale Johannesen · 16 years ago
  100. 4333f49 Reinstate this optimization to fold icmp of xor when possible. Don't try to by Nick Lewycky · 16 years ago