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