1. 74b691e Teach cmake that mk[sd]temp is defined in stdlib.h on some systems. by Benjamin Kramer · 15 years ago
  2. 82c7248 Make AntiDepReg.h internal. by David Goodwin · 15 years ago
  3. 8d4de5a Add a Thumb BRIND pattern. Change the ARM BRIND assembly to separate the by Bob Wilson · 15 years ago
  4. 30c8021 fconsts and fconstd are obviously re-materializable. by Evan Cheng · 15 years ago
  5. ca5dfb7 Cleanup now that frame index scavenging via post-pass is working for ARM and Thumb2. by Jim Grosbach · 15 years ago
  6. cd0fee8 llvm.dbg.global_variables do not exist anymore. by Devang Patel · 15 years ago
  7. 70197a3 add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT by Chris Lattner · 15 years ago
  8. 1507cd0 Don't call SDNode::isPredecessorOf when it isn't necessary. If the load's by Dan Gohman · 15 years ago
  9. b8457a1 Simplify this code: if the unfolded load can't be hoisted, just delete by Dan Gohman · 15 years ago
  10. c359ec7 No newline at end of file. by Edward O'Callaghan · 15 years ago
  11. 3185d70 Update CMake file. by Benjamin Kramer · 15 years ago
  12. a5b6f45 use metavariable <result> instead of SSA name %result for consistency by Gabor Greif · 15 years ago
  13. ec58f75 ooops, SSA name should not be part of the link by Gabor Greif · 15 years ago
  14. 6a29201 advertise new syntax for unnamed instructions by Gabor Greif · 15 years ago
  15. b62f792 Treat lifetime begin/end markers as allocations/frees respectively for the by Owen Anderson · 15 years ago
  16. 40cc524 Add ABCD, a generalized implementation of the Elimination of Array Bounds by Nick Lewycky · 15 years ago
  17. c594208 Give ARMISD::EH_SJLJ_LONGJMP and EH_SJLJ_SETJMP names. by Evan Cheng · 15 years ago
  18. a85a664 Be more careful about invariance reasoning on "store" queries. Stores still need by Owen Anderson · 15 years ago
  19. 8932116 X86 palignr intrinsics immediate field is in bits. ISel must transform it into bytes. by Evan Cheng · 15 years ago
  20. 4bc737c Add trivial support for the invariance intrinsics to memdep. This logic is by Owen Anderson · 15 years ago
  21. 50b136d add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 15 years ago
  22. 837e04a bitcode writer support for blockaddress. by Chris Lattner · 15 years ago
  23. 0eeb913 Previously, all operands to Constant were themselves constant. by Chris Lattner · 15 years ago
  24. 46b3abc doc bug spotted by apinski by Chris Lattner · 15 years ago
  25. 5d81bef 'static const void *X = &&y' can only be put in the by Chris Lattner · 15 years ago
  26. 6688d61 Rewrite SelectionDAG::isPredecessorOf to be iterative instead of by Dan Gohman · 15 years ago
  27. 09d9ef4 full asmparser support for blockaddress. We can now do: by Chris Lattner · 15 years ago
  28. 73050e1 asmprinter support for BlockAddress. by Chris Lattner · 15 years ago
  29. 1e0dc8e when we tear down a module, we need to be careful to zap BlockAddress values. by Chris Lattner · 15 years ago
  30. 6d013fc basic blocks can now have non-instruction users. by Chris Lattner · 15 years ago
  31. 589f1f5 Teach MachineLICM to unfold loads from constant memory from by Dan Gohman · 15 years ago
  32. 3938242 Use fconsts and fconstd to materialize small fp constants. by Evan Cheng · 15 years ago
  33. a1eaa3c Add a second ValueType argument to isFPImmLegal. by Evan Cheng · 15 years ago
  34. a104d1e Mark dead physregdefs dead immediately. This helps MachineSink and by Dan Gohman · 15 years ago
  35. 83f6120 Allow constants of different types to share constant pool entries by Dan Gohman · 15 years ago
  36. c5a7552 Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed. by Evan Cheng · 15 years ago
  37. aa12322 Update SystemZ to use PSW following the way x86 uses EFLAGS. Besides by Dan Gohman · 15 years ago
  38. 04ea6e5 Add an indirect branch pattern for ARM. Testcase will be coming soon. by Bob Wilson · 15 years ago
  39. b235224 Fix the ModuleDeletion test on PPC and ARM. by Jeffrey Yasskin · 15 years ago
  40. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
  41. 2ee11ec IR support for the new BlockAddress constant kind. This is by Chris Lattner · 15 years ago
  42. cd4f04d Record CodeGen optimization level in the BranchFolding pass so that we can by Bob Wilson · 15 years ago
  43. 0323614 Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoid by Jeffrey Yasskin · 15 years ago
  44. c872e9c Add new note. by Bill Wendling · 15 years ago
  45. 1239c96 Fixed a bug in the coalescer where intervals were occasionally merged despite a real interference. This fixes rdar://problem/7157961. by Lang Hames · 15 years ago
  46. a6a99b4 Enable virtual register based frame index scavenging by default for ARM & T2. by Jim Grosbach · 15 years ago
  47. 5a56927 Move and clarify note. by Bill Wendling · 15 years ago
  48. 3dab277 Infrastructure for dynamic stack realignment on ARM. For now, this is off by by Jim Grosbach · 15 years ago
  49. de02073 Note corrected. by Bill Wendling · 15 years ago
  50. d8499c9 Modify note. by Bill Wendling · 15 years ago
  51. 18fec73 Revert the API changes from r85295 to make it easier for people to build by Jeffrey Yasskin · 15 years ago
  52. 1ff2c48 Add a note. by Bill Wendling · 15 years ago
  53. 50b6e33 Factor out redundancy from clone() implementations. by Devang Patel · 15 years ago
  54. eef55dc Update the MachineBasicBlock CFG for an indirect branch. by Dan Gohman · 15 years ago
  55. 6482515 Add CodeGen support for indirect branches. by Dan Gohman · 15 years ago
  56. 569d9d9 typo by Chris Lattner · 15 years ago
  57. 2dfdf2a you can't take the address of the entry block of a function. by Chris Lattner · 15 years ago
  58. 3fd77ce improvements from gabor. by Chris Lattner · 15 years ago
  59. 7b876e4 make the build build. by Chris Lattner · 15 years ago
  60. 99ebfa5 Add new APFloat methods that return sign, exp, and mantissa of ieee float and double values. by Evan Cheng · 15 years ago
  61. 2688bcb Random updates to passes for indbr, I need blockaddress before I can do much more. by Chris Lattner · 15 years ago
  62. 627b470 cppbackend support for indbr by Chris Lattner · 15 years ago
  63. f0dca28 CBE support for indbr. by Chris Lattner · 15 years ago
  64. f9d078e fix things pointed out by Dan! by Chris Lattner · 15 years ago
  65. c6f4436 document the forthcoming blockaddress constant. by Chris Lattner · 15 years ago
  66. 90d7dcf Similar to r85280, do not clear the "S" bit for RSBri and RSBrs. by Johnny Chen · 15 years ago
  67. bdf45cb Do not held on to DenseMap slot accross map insertion. The insertion may cause the map to grow rending the slot invalid. by Devang Patel · 15 years ago
  68. eadeffb Set condition code bits of BL and BLr9 to 0b1110 (ALways) to distinguish between by Johnny Chen · 15 years ago
  69. 98eef86 don't use stdio by Chris Lattner · 15 years ago
  70. dc85724 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 15 years ago
  71. 5f75cf5 fix pasto pointed out by Rafael by Chris Lattner · 15 years ago
  72. e69ed95 Add radar number. by Dale Johannesen · 15 years ago
  73. 4fc1231 Testcase for llvm-gcc patch 85284. by Dale Johannesen · 15 years ago
  74. f006b18 Rename MallocFreeHelper as MemoryBuiltins by Victor Hernandez · 15 years ago
  75. a2281e7 CMake: Install .inc files too. by Oscar Fuentes · 15 years ago
  76. 1d7c43b Rather than excluding quite some things, and still installing by Oscar Fuentes · 15 years ago
  77. eb2f969 Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which returns true if the fp immediate can be natively codegened by target. by Evan Cheng · 15 years ago
  78. f3b0d1a Do not clear the "S" bit for RSCri and RSCrs. They inherit from the "sI" by Bob Wilson · 15 years ago
  79. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
  80. 76b39e8 Explicitly specify 0b00, i.e, zero rotation, as the rotate filed (Inst{11-10}) by Johnny Chen · 15 years ago
  81. 2bda533 Add missing testcase. by Rafael Espindola · 15 years ago
  82. 7a034b1 change of mind :) by Chris Lattner · 15 years ago
  83. e70b897 Remove unnecessary gotos to fall-thru successors. by Sanjiv Gupta · 15 years ago
  84. 9357754 rename test. by Chris Lattner · 15 years ago
  85. 6a3b5ee Test commit. Added '.' to the comment line. by Johnny Chen · 15 years ago
  86. f352359 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 15 years ago
  87. 75c478a pseudosourcevalue is also still using getGlobalContext(), so it isn't by Chris Lattner · 15 years ago
  88. 1995051 apparently the X86 JIT isn't fully contextized, it is still using getGlobalContext() :( by Chris Lattner · 15 years ago
  89. 8d33659 Fix reversed logic spotted by Owen Anderson. by Nick Lewycky · 15 years ago
  90. 37459e5 trim another #include by Chris Lattner · 15 years ago
  91. 4b12293 remove an unneeded #include. by Chris Lattner · 15 years ago
  92. 4ea7d4c Convert Analysis tests to FileCheck in regards to PR5307. by Edward O'Callaghan · 15 years ago
  93. f876112 Correctly align double arguments in the stack. by Rafael Espindola · 15 years ago
  94. d5a72d9 80-col violation. by Mikhail Glushenkov · 15 years ago
  95. 3798605 Fix Thumb2 failures by converting them to FileCheck. by Bob Wilson · 15 years ago
  96. b935031 Fix the rest of the ARM failures by converting them to FileCheck. by Bob Wilson · 15 years ago
  97. 13e80bd Fix some more failures by converting to FileCheck. by Bob Wilson · 15 years ago
  98. c581acb Fix a pretty serious misfeature of the inliner: if it inlines a function by Chris Lattner · 15 years ago
  99. 744f19a convert to filecheck. by Chris Lattner · 15 years ago
  100. 8bb080e Convert to FileCheck, fixing failure due to tab change in the process. by Bob Wilson · 15 years ago