1. 4bc737c Add trivial support for the invariance intrinsics to memdep. This logic is by Owen Anderson · 15 years ago
  2. 50b136d add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 15 years ago
  3. 837e04a bitcode writer support for blockaddress. by Chris Lattner · 15 years ago
  4. 0eeb913 Previously, all operands to Constant were themselves constant. by Chris Lattner · 15 years ago
  5. 46b3abc doc bug spotted by apinski by Chris Lattner · 15 years ago
  6. 5d81bef 'static const void *X = &&y' can only be put in the by Chris Lattner · 15 years ago
  7. 6688d61 Rewrite SelectionDAG::isPredecessorOf to be iterative instead of by Dan Gohman · 15 years ago
  8. 09d9ef4 full asmparser support for blockaddress. We can now do: by Chris Lattner · 15 years ago
  9. 73050e1 asmprinter support for BlockAddress. by Chris Lattner · 15 years ago
  10. 1e0dc8e when we tear down a module, we need to be careful to zap BlockAddress values. by Chris Lattner · 15 years ago
  11. 6d013fc basic blocks can now have non-instruction users. by Chris Lattner · 15 years ago
  12. 589f1f5 Teach MachineLICM to unfold loads from constant memory from by Dan Gohman · 15 years ago
  13. 3938242 Use fconsts and fconstd to materialize small fp constants. by Evan Cheng · 15 years ago
  14. a1eaa3c Add a second ValueType argument to isFPImmLegal. by Evan Cheng · 15 years ago
  15. a104d1e Mark dead physregdefs dead immediately. This helps MachineSink and by Dan Gohman · 15 years ago
  16. 83f6120 Allow constants of different types to share constant pool entries by Dan Gohman · 15 years ago
  17. c5a7552 Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed. by Evan Cheng · 15 years ago
  18. aa12322 Update SystemZ to use PSW following the way x86 uses EFLAGS. Besides by Dan Gohman · 15 years ago
  19. 04ea6e5 Add an indirect branch pattern for ARM. Testcase will be coming soon. by Bob Wilson · 15 years ago
  20. b235224 Fix the ModuleDeletion test on PPC and ARM. by Jeffrey Yasskin · 15 years ago
  21. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
  22. 2ee11ec IR support for the new BlockAddress constant kind. This is by Chris Lattner · 15 years ago
  23. cd4f04d Record CodeGen optimization level in the BranchFolding pass so that we can by Bob Wilson · 15 years ago
  24. 0323614 Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoid by Jeffrey Yasskin · 15 years ago
  25. c872e9c Add new note. by Bill Wendling · 15 years ago
  26. 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
  27. a6a99b4 Enable virtual register based frame index scavenging by default for ARM & T2. by Jim Grosbach · 15 years ago
  28. 5a56927 Move and clarify note. by Bill Wendling · 15 years ago
  29. 3dab277 Infrastructure for dynamic stack realignment on ARM. For now, this is off by by Jim Grosbach · 15 years ago
  30. de02073 Note corrected. by Bill Wendling · 15 years ago
  31. d8499c9 Modify note. by Bill Wendling · 15 years ago
  32. 18fec73 Revert the API changes from r85295 to make it easier for people to build by Jeffrey Yasskin · 15 years ago
  33. 1ff2c48 Add a note. by Bill Wendling · 15 years ago
  34. 50b6e33 Factor out redundancy from clone() implementations. by Devang Patel · 15 years ago
  35. eef55dc Update the MachineBasicBlock CFG for an indirect branch. by Dan Gohman · 15 years ago
  36. 6482515 Add CodeGen support for indirect branches. by Dan Gohman · 15 years ago
  37. 569d9d9 typo by Chris Lattner · 15 years ago
  38. 2dfdf2a you can't take the address of the entry block of a function. by Chris Lattner · 15 years ago
  39. 3fd77ce improvements from gabor. by Chris Lattner · 15 years ago
  40. 7b876e4 make the build build. by Chris Lattner · 15 years ago
  41. 99ebfa5 Add new APFloat methods that return sign, exp, and mantissa of ieee float and double values. by Evan Cheng · 15 years ago
  42. 2688bcb Random updates to passes for indbr, I need blockaddress before I can do much more. by Chris Lattner · 15 years ago
  43. 627b470 cppbackend support for indbr by Chris Lattner · 15 years ago
  44. f0dca28 CBE support for indbr. by Chris Lattner · 15 years ago
  45. f9d078e fix things pointed out by Dan! by Chris Lattner · 15 years ago
  46. c6f4436 document the forthcoming blockaddress constant. by Chris Lattner · 15 years ago
  47. 90d7dcf Similar to r85280, do not clear the "S" bit for RSBri and RSBrs. by Johnny Chen · 15 years ago
  48. 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
  49. eadeffb Set condition code bits of BL and BLr9 to 0b1110 (ALways) to distinguish between by Johnny Chen · 15 years ago
  50. 98eef86 don't use stdio by Chris Lattner · 15 years ago
  51. dc85724 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 15 years ago
  52. 5f75cf5 fix pasto pointed out by Rafael by Chris Lattner · 15 years ago
  53. e69ed95 Add radar number. by Dale Johannesen · 15 years ago
  54. 4fc1231 Testcase for llvm-gcc patch 85284. by Dale Johannesen · 15 years ago
  55. f006b18 Rename MallocFreeHelper as MemoryBuiltins by Victor Hernandez · 15 years ago
  56. a2281e7 CMake: Install .inc files too. by Oscar Fuentes · 15 years ago
  57. 1d7c43b Rather than excluding quite some things, and still installing by Oscar Fuentes · 15 years ago
  58. 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
  59. f3b0d1a Do not clear the "S" bit for RSCri and RSCrs. They inherit from the "sI" by Bob Wilson · 15 years ago
  60. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
  61. 76b39e8 Explicitly specify 0b00, i.e, zero rotation, as the rotate filed (Inst{11-10}) by Johnny Chen · 15 years ago
  62. 2bda533 Add missing testcase. by Rafael Espindola · 15 years ago
  63. 7a034b1 change of mind :) by Chris Lattner · 15 years ago
  64. e70b897 Remove unnecessary gotos to fall-thru successors. by Sanjiv Gupta · 15 years ago
  65. 9357754 rename test. by Chris Lattner · 15 years ago
  66. 6a3b5ee Test commit. Added '.' to the comment line. by Johnny Chen · 15 years ago
  67. f352359 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 15 years ago
  68. 75c478a pseudosourcevalue is also still using getGlobalContext(), so it isn't by Chris Lattner · 15 years ago
  69. 1995051 apparently the X86 JIT isn't fully contextized, it is still using getGlobalContext() :( by Chris Lattner · 15 years ago
  70. 8d33659 Fix reversed logic spotted by Owen Anderson. by Nick Lewycky · 15 years ago
  71. 37459e5 trim another #include by Chris Lattner · 15 years ago
  72. 4b12293 remove an unneeded #include. by Chris Lattner · 15 years ago
  73. 4ea7d4c Convert Analysis tests to FileCheck in regards to PR5307. by Edward O'Callaghan · 15 years ago
  74. f876112 Correctly align double arguments in the stack. by Rafael Espindola · 15 years ago
  75. d5a72d9 80-col violation. by Mikhail Glushenkov · 15 years ago
  76. 3798605 Fix Thumb2 failures by converting them to FileCheck. by Bob Wilson · 15 years ago
  77. b935031 Fix the rest of the ARM failures by converting them to FileCheck. by Bob Wilson · 15 years ago
  78. 13e80bd Fix some more failures by converting to FileCheck. by Bob Wilson · 15 years ago
  79. c581acb Fix a pretty serious misfeature of the inliner: if it inlines a function by Chris Lattner · 15 years ago
  80. 744f19a convert to filecheck. by Chris Lattner · 15 years ago
  81. 8bb080e Convert to FileCheck, fixing failure due to tab change in the process. by Bob Wilson · 15 years ago
  82. 1711bcb lang points out that the comment is out of date with the code. by Chris Lattner · 15 years ago
  83. fe134fe Fix VS build, patch by Marius Wachtler. by Mike Stump · 15 years ago
  84. 8138122 VS build fix, patch by Marius Wachtler. by Mike Stump · 15 years ago
  85. ee4eb33 Fix OProfileJITEventListener after r85182. by Jeffrey Yasskin · 15 years ago
  86. 7b5e617 Add objectsize intrinsic and hook it up through codegen. Doesn't by Eric Christopher · 15 years ago
  87. dd22a45 Now VFP instructions. by Evan Cheng · 15 years ago
  88. 7f712a1 Add braces to avoid ambiguous else. by Dan Gohman · 15 years ago
  89. 699beba Change Thumb1 and Thumb2 instructions to separate opcode from operands with a tab instead of a space. by Evan Cheng · 15 years ago
  90. 7a9034c Automatically do the equivalent of freeMachineCodeForFunction(F) when F is by Jeffrey Yasskin · 15 years ago
  91. f2becca Rename MallocHelper as MallocFreeHelper, since it now also identifies calls to free() by Victor Hernandez · 15 years ago
  92. 8b251c2 Forgot to commit these. by Owen Anderson · 15 years ago
  93. 6f55630 Add a straight-forward implementation of SCCVN for aggressively eliminating scalar redundancies. by Owen Anderson · 15 years ago
  94. 162e309 Change ARM asm strings to separate opcode from operands with a tab instead of a space. by Evan Cheng · 15 years ago
  95. 2fee294 Remove all references to MallocInst and FreeInst by Victor Hernandez · 15 years ago
  96. 046e78c Remove FreeInst. by Victor Hernandez · 15 years ago
  97. dda9583 Try to get ahead of Johnny Chen and pro-actively add some more ARM encoding by Bob Wilson · 15 years ago
  98. d2d438e Convert a few tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  99. d9ecd31 Fix ARM encoding typo: Opcod3 is not passed to ASuI parent class. by Bob Wilson · 15 years ago
  100. 7e053bb Add more ARM instruction encodings for 's' bit set and "rs" register encoding by Bob Wilson · 15 years ago