1. 7f85bb6 add a comment by Gabor Greif · 16 years ago
  2. 7f2e381 switch over some other methods from indices to iterators by Gabor Greif · 16 years ago
  3. 7543f7f make comparisons a bist faster by Gabor Greif · 16 years ago
  4. 2d1768c by Devang Patel · 16 years ago
  5. 5aac3d3 Refactor code by Devang Patel · 16 years ago
  6. 959fb88 Testcase for last commit. by Bill Wendling · 16 years ago
  7. 030939c Extend thi by Bill Wendling · 16 years ago
  8. 8e27826 Fix MatchAddress bug that's preventing negative displacement from being folded in 64-bit mode. by Evan Cheng · 16 years ago
  9. 7ab2450 Assign argument type to appropriate DIE. by Devang Patel · 16 years ago
  10. 7e55b3a Remove dead code. by Devang Patel · 16 years ago
  11. 2d91d18 Disable composite type debug info for now. by Devang Patel · 16 years ago
  12. f6a4e2e Temporarily revert my last change. It is causing a bootstrap failure. by Bill Wendling · 16 years ago
  13. 8b8a636 Implement a special algorithm for converting uint_to_fp for i32 values on by Bill Wendling · 16 years ago
  14. 70fd453 CMake: Add lib/Target/IA64/IA64Subtarget.cpp by Oscar Fuentes · 16 years ago
  15. 7b98424 speed up iterative loop by using iterators. changes direction, but functionally equivalent by Gabor Greif · 16 years ago
  16. 1253298 introduce typedef for complicated vector, and use it too by Gabor Greif · 16 years ago
  17. 7ac9cdf Simplify extract element of a scalar to vector. by Mon P Wang · 16 years ago
  18. de62aea typo by Gabor Greif · 16 years ago
  19. 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
  20. 7059d47 Support for multi-valued options in CommandLine by Mikhail Glushenkov · 16 years ago
  21. 01bbc3e Give IA64 a TargetSubtarget subclass, so that it can implement getSubtargetImpl. by Dan Gohman · 16 years ago
  22. f711939 Instead of adding dependence edges between terminator instructions by Dan Gohman · 16 years ago
  23. 49bb50e If an anti-dependence uses a non-allocatable register, set AntiDepReg by Dan Gohman · 16 years ago
  24. b6a6164 Use the getNode() accessor instead of accessing the Node by Dan Gohman · 16 years ago
  25. 3326f16 Disable the post-RA scheduler on this test, since it uses a by Dan Gohman · 16 years ago
  26. 8554449 Fix the check for an empty basic block to check for an empty SUnits by Dan Gohman · 16 years ago
  27. febf71d Avoid triggering an assertion failure when an instruction pattern by Dan Gohman · 16 years ago
  28. df874ee new nodes should be added to the worklist, not old nodes. by Chris Lattner · 16 years ago
  29. 07354e5 Fix comments. by Devang Patel · 16 years ago
  30. 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
  31. a21a860 remove a dead method. by Chris Lattner · 16 years ago
  32. 9029cb8 don't assert and die on out of range (undefined) shifts. This fixes PR3334. by Chris Lattner · 16 years ago
  33. 71759c4 Fix PR3335 by not turning a store to one address space into a store to another. by Chris Lattner · 16 years ago
  34. 1b8eaf5 reduce indentation by using early exits, no functionality change. by Chris Lattner · 16 years ago
  35. 99ec353 Use lightweight DebugInfo objects directly. by Devang Patel · 16 years ago
  36. 64e8732 Add support for non-zero __builtin_return_address values on X86. by Bill Wendling · 16 years ago
  37. 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
  38. 75a46eb use specialized accessor instead of plain getOperand(0) by Gabor Greif · 16 years ago
  39. 7103c6a Align source code. by Devang Patel · 16 years ago
  40. 79ce4ce Fix a "comparison between signed and unsigned integer expressions" warning. by Dan Gohman · 16 years ago
  41. d1f5fab Reinstate r60509 from Dale: Make the debugging dump be a full line. by Nick Lewycky · 16 years ago
  42. 6ea5776 Get this building with gcc-4.4. by Duncan Sands · 16 years ago
  43. 81d05c2 Grammar fix. by Duncan Sands · 16 years ago
  44. 2388a58 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 16 years ago
  45. 0b9d997 This is now passing. by Evan Cheng · 16 years ago
  46. 5c1799b Delete trailing whitespace. by Mikhail Glushenkov · 16 years ago
  47. a10f159 Reverting back 62301. by Sanjiv Gupta · 16 years ago
  48. 65aae00 Few targets do not have a single directive to emit global constants. by Sanjiv Gupta · 16 years ago
  49. bdfc582 ARMCompilationCallback should not save / restore vfp registers if vfp is not available. by Evan Cheng · 16 years ago
  50. 5be9355 Validate debug info values only if DwarfDebug is initialized. by Devang Patel · 16 years ago
  51. 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
  52. 05aae18 Add support for instructions with multiple ComplexPatterns, by by Dan Gohman · 16 years ago
  53. 61c6bf3 Any debug info symbol is only valid if atleast one compile unit is seen. by Devang Patel · 16 years ago
  54. 2836c28 Initial hazard recognizer support in post-pass scheduling. This includes by Dan Gohman · 16 years ago
  55. 153745c Do not stumble over forward declared struct member. by Devang Patel · 16 years ago
  56. cf3a448 by Devang Patel · 16 years ago
  57. fa9c5ea Added missing support to widen an operand from a bit convert. by Mon P Wang · 16 years ago
  58. fc54c55 Generalize the HazardRecognizer interface so that it can be used by Dan Gohman · 16 years ago
  59. c475c36 Simplify the MachineLICM pass by having it only traverse outer by Dan Gohman · 16 years ago
  60. 19caec7 Fix Alpha test and support for private linkage. by Rafael Espindola · 16 years ago
  61. f0fcdd8 Expand insert/extract of a <4 x i32> with a variable index. by Mon P Wang · 16 years ago
  62. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  63. f193ff0 Use lightweight DebugInfo objects directly. by Devang Patel · 16 years ago
  64. 79ce276 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 16 years ago
  65. 6ad2b2a add comment to explain my previous commit, as asked by Chris by Nuno Lopes · 16 years ago
  66. c478e52 avoid using iterators when they get invalidated potentially this fixes PR3332 by Gabor Greif · 16 years ago
  67. 0e5200f Use variable's context to identify respective DbgScope. by Devang Patel · 16 years ago
  68. 41b762a Add load-folding table entries for BT*ri8 instructions. by Dan Gohman · 16 years ago
  69. 65b7f27 Make getWidenVectorType const; this file was missed in the previous commit. by Dan Gohman · 16 years ago
  70. c13cf13 Make getWidenVectorType const. by Dan Gohman · 16 years ago
  71. 661d9c3 Eliminate a redundant check. by Evan Cheng · 16 years ago
  72. f35fd54 - Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zext ty2 by Evan Cheng · 16 years ago
  73. e9530ec More consts on TargetLowering references. by Dan Gohman · 16 years ago
  74. 0d137d7 Use const with TargetLowering references in a few more places. by Dan Gohman · 16 years ago
  75. 73e0914 Const-qualify getPreIndexedAddressParts and friends. by Dan Gohman · 16 years ago
  76. cfb1ae8 Don't fold address calculations which use negative offsets into by Richard Osborne · 16 years ago
  77. 62db116 Update the operands used when building LDAWSP instructions to match the .td by Richard Osborne · 16 years ago
  78. b67e6b3 minor refactoring: use a more specific API by Gabor Greif · 16 years ago
  79. 94bd57e - Convert remaining i64 custom lowering into custom instruction emission by Scott Michel · 16 years ago
  80. f9b1d79 Some small documentation fixes. by Mikhail Glushenkov · 16 years ago
  81. 564b75a Clarify the documentation a bit. by Mikhail Glushenkov · 16 years ago
  82. d9d4624 Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad! by Chris Lattner · 16 years ago
  83. 3731575 xfail for now. by Devang Patel · 16 years ago
  84. 29cab5f Add pseudo instructions to the XCore for (load|store|load address) of a by Richard Osborne · 16 years ago
  85. a8c78a9 fix crash in the case when some arg is null by Nuno Lopes · 16 years ago
  86. 6104626 minor simplification by Gabor Greif · 16 years ago
  87. 2f46bb8 Fix the time regression I introduced in 464.h264ref with by Dale Johannesen · 16 years ago
  88. 15b064d Make -o a prefix option. by Mikhail Glushenkov · 16 years ago
  89. 4548d97 Do not construct debug scope if RootScope *is* null. by Devang Patel · 16 years ago
  90. 07c2a78 Add member template MallocAllocator::Allocate(Num) (to match the same function in BumpPtrAllocator). by Ted Kremenek · 16 years ago
  91. 92c6bd2 rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary by Chris Lattner · 16 years ago
  92. bbdc820 Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy) that were used to handle debug info. by Devang Patel · 16 years ago
  93. bb6382e fix memleaks by Nuno Lopes · 16 years ago
  94. 0746392 BT appears to be available on all >= i386 chips. by Dan Gohman · 16 years ago
  95. 286575c Don't use a BT instruction if the AND has multiple uses. by Dan Gohman · 16 years ago
  96. f31408d Disable the register+memory forms of the bt instructions for now. Thanks by Dan Gohman · 16 years ago
  97. e205162 Keep "has debug info" big in MachineModuleInfo to avoid circular dependency between AsmPrinter and CodeGen. by Devang Patel · 16 years ago
  98. 35fe734 Undo previous checkin. by Devang Patel · 16 years ago
  99. 39fa324 Fix testsuite regressions from recursive inlining. by Dale Johannesen · 16 years ago
  100. c48c550 Use DwarfWriter to record dbg variables. by Devang Patel · 16 years ago