1. c3f9918 Add a golden data test that I missed somehow the first time around. by Chandler Carruth · 14 years ago
  2. 4fc5bdf Fix bad indenting that was left over from cut/paste of the golden values by Chandler Carruth · 14 years ago
  3. 88c48fa Add a header that was technically missing to see if this gets the by Chandler Carruth · 14 years ago
  4. 4d628e2 We really want to hash pairs of directly-hashable data as directly by Chandler Carruth · 14 years ago
  5. c7384cf Add support for hashing pairs by delegating to each sub-object. There is by Chandler Carruth · 14 years ago
  6. 74bab7f Prevent obscure and incorrect tail-call optimization. by Chad Rosier · 14 years ago
  7. b83e2bb Grammar-o in function name. by Eric Christopher · 14 years ago
  8. 61cafd1 Grammar. by Eric Christopher · 14 years ago
  9. 50e2661 If the linkage name doesn't exist we're supposed to emit a reference by Eric Christopher · 14 years ago
  10. 70e2968 Fix an iterator invalidation problem. operator[] on a DenseMap by Dan Gohman · 14 years ago
  11. 22cc4cc Misc micro-optimizations. by Dan Gohman · 14 years ago
  12. 4166989 Remove the misguided extension here that reserved two special values in by Chandler Carruth · 14 years ago
  13. 7550f7d Revert "Reorder the sections being output to reduce the number of assembler" by Eric Christopher · 14 years ago
  14. fc501a3 Neuter the optimization I implemented with r107852 and r108258 which turn some by Evan Cheng · 14 years ago
  15. 5a491ca Re-disable the debug output. The comment is there explaining why we want by Chandler Carruth · 14 years ago
  16. abe24cf Switch FoldingSet over to the new hashing infrastructure. We might want by Chandler Carruth · 14 years ago
  17. 9731294 Provide the 32-bit variant of the golden tests. Not sure how I forgot to by Chandler Carruth · 14 years ago
  18. b24b820 Handle regmasks in Thumb1RegisterInfo::saveScavengerRegister(). by Jakob Stoklund Olesen · 14 years ago
  19. 12313a5 Reorder the sections being output to reduce the number of assembler by Eric Christopher · 14 years ago
  20. e751c00 ARM use the right opcode for FP<->Integer move in fast-isel. by Jim Grosbach · 14 years ago
  21. 647c0ce Minimal changes for LLVM to compile under VS11. by Michael J. Spencer · 14 years ago
  22. b2930b9 Changes for migrating to using register mask operands. by Akira Hatanaka · 14 years ago
  23. 97f7787 [Object] by David Meyer · 14 years ago
  24. b057851 Change ARMInstPrinter::printPredicateOperand() so it will not abort if it by Kevin Enderby · 14 years ago
  25. dfa27ae Fix bugs which were introduced when support for base+index floating point loads by Akira Hatanaka · 14 years ago
  26. 97e910e BumpPtrAllocator: Make sure threshold cannot be initialized with a value smaller than the slab size. by Benjamin Kramer · 14 years ago
  27. b4d0235 Fix two warnings in this code that I missed. by Chandler Carruth · 14 years ago
  28. 6804582 If BumpPtrAllocator is requested to allocate a size that exceeds the slab size, by Argyrios Kyrtzidis · 14 years ago
  29. fa2ab3e Trivial change to make the test use Use –mcpu=generic, by Preston Gurd · 14 years ago
  30. 925c3f0 Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.h by Argyrios Kyrtzidis · 14 years ago
  31. 53930f6 Add the source file with trivial definitions in it that was missing from by Chandler Carruth · 14 years ago
  32. 0b66c6f Rewrite LLVM's generalized support library for hashing to follow the API by Chandler Carruth · 14 years ago
  33. 4b1212b Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it. by Benjamin Kramer · 14 years ago
  34. b537276 Revert r151816 as Jim has the appropriate fix. by Chad Rosier · 14 years ago
  35. 0affe8a Fix testcases from r151807. by Chad Rosier · 14 years ago
  36. b3acdcc Move TargetRegisterInfo::getSubReg() to MCRegisterInfo. by Jim Grosbach · 14 years ago
  37. 194f3fa Revert "Emit the SubRegTable with the smallest possible integer type." by Jim Grosbach · 14 years ago
  38. 1e33b46 Add missing triple for tests. by Jim Grosbach · 14 years ago
  39. b373647 rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj by Jia Liu · 14 years ago
  40. 3910160 Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even though they could have sideeffects. by James Molloy · 14 years ago
  41. ccc8d3b Make TargetRegisterClasses non-virtual by making the only virtual function a function pointer. by Benjamin Kramer · 14 years ago
  42. 54d42a7 llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check". by NAKAMURA Takumi · 14 years ago
  43. 36a2138 Emit the "is an intrinsic overloaded" table as a bitfield. by Benjamin Kramer · 14 years ago
  44. e9e520f Pass endian information to constructors. Define separate functions to create by Akira Hatanaka · 14 years ago
  45. 66c994c Make InlineSpiller bundle-aware. by Jakob Stoklund Olesen · 14 years ago
  46. 5c2b4ea [Object] by David Meyer · 14 years ago
  47. 741981a Move getBundleStart() into MachineInstrBundle.h. by Jakob Stoklund Olesen · 14 years ago
  48. b519a0f Emit the intrinsic modref info as a lookup table instead of a huge switch. by Benjamin Kramer · 14 years ago
  49. 275ff9b Don't redundantly copy implicit operands when rematerializing. by Lang Hames · 14 years ago
  50. 562a67d Fix flags for test in MC/MachO/ARM/empty-function-nop.ll by Richard Trieu · 14 years ago
  51. 996d6fd Fixed the 32-bit runtime dynamic loader to allocate by Sean Callanan · 14 years ago
  52. 6c449eb Implement getSubRegIndex as a linear search on the SubRegTable instead of using a big switch. by Benjamin Kramer · 14 years ago
  53. 8bee081 Added annotations for x86 pc relative loads to llvm's 'C' disassembler. by Kevin Enderby · 14 years ago
  54. 9c826d2 Tidy up. 80 columns. by Jim Grosbach · 14 years ago
  55. b9ace02 Emit the SubRegTable with the smallest possible integer type. by Benjamin Kramer · 14 years ago
  56. eea8715 Tidy up. Spelling. by Jim Grosbach · 14 years ago
  57. 5d9651d Move the subregister indicies enum into the REGINFO_ENUM section. by Jim Grosbach · 14 years ago
  58. 88e48e7 BitstreamWriter: Use SmallVector::append instead of multiple push_back calls. by Daniel Dunbar · 14 years ago
  59. 95b38ae Switch TargetRegisterInfo::getSubReg() to use a lookup table. by Jim Grosbach · 14 years ago
  60. acbceea BitstreamWriter: Change primary output buffer to be a SmallVector instead of an by Daniel Dunbar · 14 years ago
  61. a8d16bb BitstreamWriter: Isolate access to the underlying buffer. by Daniel Dunbar · 14 years ago
  62. 02a248a BitcodeWriter: Expose less implementation details -- make BackpatchWord private by Daniel Dunbar · 14 years ago
  63. fdc8f78 Bitcode: Don't expose WriteBitcodeToStream to clients. by Daniel Dunbar · 14 years ago
  64. 9fd58f0 Intel Atom instruction itineraries for mov sign extension and mov zero extension. by Andrew Trick · 14 years ago
  65. f1c4206 Add myself to the credits file by Hal Finkel · 14 years ago
  66. f1820b5 LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" optimization, making the lives of later passes easier. by Benjamin Kramer · 14 years ago
  67. 2b4f491 Have GVN also do condition propagation when the right-hand side is not by Duncan Sands · 14 years ago
  68. 84a1d23 Where the alloca'd space actually lives in ram is undefined, and attempting to by Nick Lewycky · 14 years ago
  69. 2c67727 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 14 years ago
  70. 37c02bc Testcase for r151691. by Bill Wendling · 14 years ago
  71. e1b66f1 Restrict this transformation to equality conditions. by Bill Wendling · 14 years ago
  72. a36fe73 Add an analyzeVirtReg() function. by Jakob Stoklund Olesen · 14 years ago
  73. adef06a Make MemoryObject accessor members const again by Derek Schuff · 14 years ago
  74. 95fe7b9 Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32. by Daniel Dunbar · 14 years ago
  75. 30e98a0 Move the operand iterator into MachineInstrBundle.h where it belongs. by Jakob Stoklund Olesen · 14 years ago
  76. d1d7216 Support/PathV2: Fix make_absolute() to match is_absolute() and not expect to by Daniel Dunbar · 14 years ago
  77. b6f0625 Fix some stray semi-colons. by Daniel Dunbar · 14 years ago
  78. 0ffe698 Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode by Derek Schuff · 14 years ago
  79. d0fff18 [PathV2] Fix bug in relative_path. by Michael J. Spencer · 14 years ago
  80. c01810e ARM implement TargetInstrInfo::getNoopForMachoTarget() by Jim Grosbach · 14 years ago
  81. b62fbc5 Instructions inside a bundle have the same number as the bundle itself. by Jakob Stoklund Olesen · 14 years ago
  82. c46255a In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 14 years ago
  83. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 14 years ago
  84. 1485455 Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. These by Lang Hames · 14 years ago
  85. 489d679 On ELF, create relocations to the abbreviation and line sections when producing by Rafael Espindola · 14 years ago
  86. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 14 years ago
  87. c94206e ARM vbit/vbif/vbsl assembly optional size suffix. by Jim Grosbach · 14 years ago
  88. 4bfcd4a Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call. by Evan Cheng · 14 years ago
  89. a3b2121 Fix off-by one in comment. by Benjamin Kramer · 14 years ago
  90. 21a1401 Properly MCize the section switch, removing a FIXME. by Roman Divacky · 14 years ago
  91. 3bf15ce LegalizeIntegerTypes: Reenable the large shift with small amount optimization. by Benjamin Kramer · 14 years ago
  92. 20bd529 Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack prediction. ...", it is breaking the Clang build during the Compiler-RT part. by Daniel Dunbar · 14 years ago
  93. ed12421 Remove stray semi-colon. by Daniel Dunbar · 14 years ago
  94. 1c23920 Code cleanup following CR by Duncan. by Nadav Rotem · 14 years ago
  95. 21ef70e Fix a bug in the code that builds SDNodes from vector GEPs. by Nadav Rotem · 14 years ago
  96. bb481f8 remove blanks, and some code format by Jia Liu · 14 years ago
  97. ec52aaa Some ARM implementaions, e.g. A-series, does return stack prediction. That is, by Evan Cheng · 14 years ago
  98. 1f59523 Convert generated intrinsic attributes to use an array lookup as Chris suggested in PR11951. by Craig Topper · 14 years ago
  99. 9e1154c Reverted r152620 - DSE: Shorten memset when a later store overwrites the start of it. There were all sorts of buildbot issues by Pete Cooper · 14 years ago
  100. a116623 DSE: Shorten memset when a later store overwrites the start of it by Pete Cooper · 14 years ago