1. 25d5837 simplify this code, return only ever has zero or one operands. by Chris Lattner · 15 years ago
  2. 165e96b Properly clear all the extra bits in a significand when making a NaN from an by John McCall · 15 years ago
  3. 1e7ad39 Add an override to StringRef::getAsInteger which parses into an APInt. by John McCall · 15 years ago
  4. 8e130b1 Add support for global variables in an address space for llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  5. c59286b Add indirect br support to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  6. 46c80e0 Add metadata functions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  7. e0d2753 remove redundant instruction. by Chris Lattner · 15 years ago
  8. 19f047f Add the new builder arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  9. 1940dd1 Add the new union arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  10. abbcc5e Add generic binary op and cast builder functions. by Erick Tryzelaar · 15 years ago
  11. b29d7d2 Revert r97245 which seems to be causing performance problems. by Bob Wilson · 15 years ago
  12. e12b738 Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width by John McCall · 15 years ago
  13. 6ac33b4 Don't try to replace physical registers when doing CSE. by Dan Gohman · 15 years ago
  14. 8772f50 Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 15 years ago
  15. 874cada Implement XMM subregs. by Dan Gohman · 15 years ago
  16. a363a9b Don't unconditionally suppress hoisting of instructions with implicit by Dan Gohman · 15 years ago
  17. bc9d98b The mayHaveSideEffects flag is no longer used. by Dan Gohman · 15 years ago
  18. 9fa200d remove a bogus pattern, which had the same pattern as STDU by Chris Lattner · 15 years ago
  19. 4446c3f fix an incorrect (overly conservative) predicate. by Chris Lattner · 15 years ago
  20. 9fcd72b fix grammaro's pointed out by daniel by Chris Lattner · 15 years ago
  21. 2c755ba Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. by Evan Cheng · 15 years ago
  22. 4933a37 The TType is always absptr on Mach-O...at least for now. by Bill Wendling · 15 years ago
  23. d38cdb0 fix PR6414, a nondeterminism issue in IPSCCP which was because by Chris Lattner · 15 years ago
  24. e9fd444 Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday, by Chris Lattner · 15 years ago
  25. c6a669b remove dead code, by this point all uses of CI are gone. by Chris Lattner · 15 years ago
  26. 8b3f330 Make APFloat's string-parsing routines a bit safer against very large exponents. by John McCall · 15 years ago
  27. 1869ac8 A much cleaner (and less code!) way of inserting the correct amount of padding by Bill Wendling · 15 years ago
  28. adc7733 Added the follwoing 32-bit Thumb instructions for disassembly only: by Johnny Chen · 15 years ago
  29. baafcbb4 Merge PPC instructions FMRS and FMRD into a single FMR instruction. by Jakob Stoklund Olesen · 15 years ago
  30. 6507eca Comment typo. by Bill Wendling · 15 years ago
  31. 2432966 Use the right floating point load/store instructions in PPCInstrInfo::foldMemoryOperandImpl(). by Jakob Stoklund Olesen · 15 years ago
  32. 66df66c Remove dead code by Jakob Stoklund Olesen · 15 years ago
  33. aabc26c Replace a temporary std::string with SmallString. by Benjamin Kramer · 15 years ago
  34. 45df761 Move dbg_value generation to target-independent FastISel, by Dale Johannesen · 15 years ago
  35. 350df33 Add type printing for Metadata pseudo. by Dale Johannesen · 15 years ago
  36. 8561dcd Move the EnableFullLoadPRE flag from a separate command-line option to an by Bob Wilson · 15 years ago
  37. 60df907 Remove unused "NoPRE" parameter in GVN and createGVNPass(). by Bob Wilson · 15 years ago
  38. f60e9bb pass in more section kinds, enough to get the .align 0x90 by Chris Lattner · 15 years ago
  39. 20c51be The cloner has nothing to do if any of the main or ISR entrypoints are not by Sanjiv Gupta · 15 years ago
  40. 3f5e0b8 fix PR6435 another bug from the MallocInst elimination work. by Chris Lattner · 15 years ago
  41. 2b00702 Reapply things reverted back in 97220, with the fixed test case. by Sanjiv Gupta · 15 years ago
  42. 6fe0df2 movl is a cheaper way to materialize 0 without clobbering EFLAGS than movabsq. by Dan Gohman · 15 years ago
  43. d712783 Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. by Richard Osborne · 15 years ago
  44. 727cf62 Revert r97211 and r97213 to get the build green again. by Chandler Carruth · 15 years ago
  45. 651d85c Currently in LLVM, names of libcalls are assigned during TargetLowering by Sanjiv Gupta · 15 years ago
  46. 917733e Before converting an operand to mem, check if it is legal to do so. by Sanjiv Gupta · 15 years ago
  47. e13709a Delete a bunch of redundant predicates. by Dan Gohman · 15 years ago
  48. 0b1d2f3 Fix comments. by Bill Wendling · 15 years ago
  49. bb4283e Add another (and hopefully the last) exception case, where once we recalculate by Bill Wendling · 15 years ago
  50. fdb2be8 And should use the correct variable. by Bill Wendling · 15 years ago
  51. a888645 Got assertion check backwards. by Bill Wendling · 15 years ago
  52. 86f0d33 Catch a corner case where adding the padding to the "TType base offset" field by Bill Wendling · 15 years ago
  53. a687465 rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs by Chris Lattner · 15 years ago
  54. f7e90ae Make comment more meaningful. by Bill Wendling · 15 years ago
  55. 9949dd6 Fix ExpandVectorBuildThroughStack for the case where the by Dan Gohman · 15 years ago
  56. 6341c5a Added the following 32-bit Thumb instructions for disassembly only: SMC, RFE, by Johnny Chen · 15 years ago
  57. ce6275f Added the 32-bit Thumb instructions (BXJ) for disassembly only. by Johnny Chen · 15 years ago
  58. 2333655 Added the 32-bit Thumb instructions (MRS and MSR) for disassembly only. by Johnny Chen · 15 years ago
  59. d74acb0 This is a patch to the assembler frontend to detect when aligning a text by Kevin Enderby · 15 years ago
  60. 010b1b2 Fix TextAlignFillValue in a few places by Daniel Dunbar · 15 years ago
  61. d86d269 Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE, by Johnny Chen · 15 years ago
  62. 9ee0d8a Teach the constant folder about union types. by Dan Gohman · 15 years ago
  63. 2440cf1 Remove code which assumes it knows how vectors are stored in memory. by Dan Gohman · 15 years ago
  64. aa9d854 Revert r97064. Duncan pointed out that bitcasts are defined in by Dan Gohman · 15 years ago
  65. 9a49f15 Make the side-numbering of instructions used by metadata (which is needed to by Nick Lewycky · 15 years ago
  66. 8566963 Make LoopSimplify change conditional branches in loop exiting blocks by Dan Gohman · 15 years ago
  67. fa0c54e Dump the presence of attached metadata even if we don't know what it is. This by Nick Lewycky · 15 years ago
  68. e7ee59b Modernize comment. by Nick Lewycky · 15 years ago
  69. 813636a Correct whitespace. by Nick Lewycky · 15 years ago
  70. e6ba0b5 Each field of auxiliary debug entry is only 1 byte long. by Sanjiv Gupta · 15 years ago
  71. bd2c623 Added tNOP for disassembly only. by Johnny Chen · 15 years ago
  72. 377fbc0 Truncate from i64 to i32 is "free" on x86-32, because it involves by Dan Gohman · 15 years ago
  73. 0d08401 Revert this patch for the time being. Needs more testing. by Scott Michel · 15 years ago
  74. 4c61cdd Added tSVC and tTRAP for disassembly only. by Johnny Chen · 15 years ago
  75. 3ce2b09 Large stack frame patch for the CellSPU: handle stack frames that exceed 8176 by Scott Michel · 15 years ago
  76. f0bd4cc MC'ize padding when padding the ULEB128 value. by Bill Wendling · 15 years ago
  77. 3dc9b48 LLVM puts padding bytes in the __gcc_except_tab section after the by Bill Wendling · 15 years ago
  78. 5cf0b6e clean up various VT manipulations, patch by Micah Villmow! PR6337 by Chris Lattner · 15 years ago
  79. 657baec Create a stack frame on ARM when by Jakob Stoklund Olesen · 15 years ago
  80. e742bb5 Check for comparisons of +/- zero when optimizing less-than-or-equal and by Bob Wilson · 15 years ago
  81. c382bc3 Make getTypeSizeInBits work correctly for array types; it should return by Dan Gohman · 15 years ago
  82. 46ca5ef convert cycle checker to smallptrset, add comments and make it more elegant. by Chris Lattner · 15 years ago
  83. a1461cc revert david's patch which does not even build. by Chris Lattner · 15 years ago
  84. 2f9b685 by David Greene · 15 years ago
  85. 173c5c4 Adding function "lookupGCCName" to MBlazeIntrinsicInfo by Wesley Peck · 15 years ago
  86. d883604 Added Vector Swap (VSWPd and VSWPq) instructions for disassembly only. by Johnny Chen · 15 years ago
  87. e177c9a ConstantFoldInstOperands can theoretically return null if it by Dan Gohman · 15 years ago
  88. 8f767d9 Simplify this code; these casts aren't necessary. by Dan Gohman · 15 years ago
  89. 9e6396d Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understand by Jakob Stoklund Olesen · 15 years ago
  90. 39b0316 Fixed typo of opcodestr, should be "vst1", not "vld1". by Johnny Chen · 15 years ago
  91. f6d009f Convert a few more backedge-taken count functions to use BackedgeTakenInfo. by Dan Gohman · 15 years ago
  92. cfe30ef Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in by Daniel Dunbar · 15 years ago
  93. 6d8f2ca Reapply r97010, the speculative revert failed. by Daniel Dunbar · 15 years ago
  94. 8c0c990 Speculatively revert r97010, "Add an argument to PHITranslateValue to specify by Daniel Dunbar · 15 years ago
  95. e832693 When forming SSE min and max nodes for UGE and ULE comparisons, it's by Dan Gohman · 15 years ago
  96. 39516a6 Fix indentation. by Dan Gohman · 15 years ago
  97. 736a6ea Change the scheduler from adding nodes in allnodes order by Chris Lattner · 15 years ago
  98. ff28103 Remove an unused variable. Was this intentional? by Chandler Carruth · 15 years ago
  99. 91ff7f7 add node #'s to debug dumps. by Chris Lattner · 15 years ago
  100. f50e83f Added for disassembly VST1 (multiple single elements) which stores elements to by Johnny Chen · 15 years ago