1. 9bc2c99 Move part of APInt implementation from header to cpp file. These methods by Jakub Staszak · 12 years ago
  2. 9e7924d clear new map and initialize new variable by Pedro Artigas · 12 years ago
  3. 2bb471f Add the function attributes from an inline asm call. These don't have declarations that set the attribute groups, so we must do it on our own. by Bill Wendling · 12 years ago
  4. b86f1e5 [ms-inline asm] Force the use of a base pointer if the MachineFunction includes by Chad Rosier · 12 years ago
  5. 2f87fed Update a portability kludge to keep it in sync with changes in the code by Dan Gohman · 12 years ago
  6. 5cdeca8 ELF symbol table field st_other support, excluding visibility bits. by Jack Carter · 12 years ago
  7. bcff7b7 Remove unused variable. by Jakub Staszak · 12 years ago
  8. 50573b1 Minor cleanups. No functionality change. by Jakub Staszak · 12 years ago
  9. c989c61 ELF symbol table field st_other support, excluding visibility bits. by Jack Carter · 12 years ago
  10. 4263ed3 Remove unneeded #includes. by Jakub Staszak · 12 years ago
  11. ccb3c9c ELF symbol table field st_other support, excluding visibility bits. by Jack Carter · 12 years ago
  12. ba6f722 Fix typos. by Jakub Staszak · 12 years ago
  13. 77afbdc ELF symbol table field st_other support, excluding visibility bits. by Jack Carter · 12 years ago
  14. 608e355 Add obvious constantness. by Jakub Staszak · 12 years ago
  15. fef8b70 Simplify code. No functionality change. by Jakub Staszak · 12 years ago
  16. 909a0e0 ARM NEON: Don't need COPY_TO_REGCLASS in pattern by Arnold Schwaighofer · 12 years ago
  17. 03544ec by Nadav Rotem · 12 years ago
  18. a175396 Fix a bug that was found by the clang static analyzer. The var "AT" is null so we cant deref it. by Nadav Rotem · 12 years ago
  19. a8eae3e Whitelist files and block devices instead of blacklisting fifos and by Dan Gohman · 12 years ago
  20. 2b49dec Don't trust st_size of a character device. This fixes using by Dan Gohman · 12 years ago
  21. 4fd4c91 ARM: Allocation hints must make sure to be in the alloc order. by Jim Grosbach · 12 years ago
  22. da5f1ed Assert that the target provided hints are in the allocation order. by Jakob Stoklund Olesen · 12 years ago
  23. 1f1713f Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a unit test. by Douglas Gregor · 12 years ago
  24. 383c6fc Hexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo.h with by Jyotsna Verma · 12 years ago
  25. b1e1d5d Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks. by Benjamin Kramer · 12 years ago
  26. e5a83d1 Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to by Rafael Espindola · 12 years ago
  27. a4a4008 Fix typo by Eli Bendersky · 12 years ago
  28. 0633373 Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris. by Benjamin Kramer · 12 years ago
  29. 26a5c4d Make ARMAsmPrinter pass name more precise and fix comment. by Eli Bendersky · 12 years ago
  30. faec9a3 Make pass name more precise and fix comment. by Eli Bendersky · 12 years ago
  31. 2e750c1 ARM NEON: Merge a f32 bitcast of a v2i32 extractelt by Arnold Schwaighofer · 12 years ago
  32. e5839d0 R600: Add AR_X to the R600_TReg_X register class. by Tom Stellard · 12 years ago
  33. 2b4b68d R600: Mark all members of the TRegMem register class as reserved by Tom Stellard · 12 years ago
  34. 23339b6 R600: Fix scheduler crash caused by invalid MachinePointerInfo by Tom Stellard · 12 years ago
  35. 403554c R600: Fix tracking of implicit defs in the IndirectAddressing pass by Tom Stellard · 12 years ago
  36. 9f306bd Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is explicitly called during module initialization of lib/Support/Process.cpp. It reads the field of global object PosixZeroTime, which is not guaranteed to be initialized at this point. Found by AddressSanitizer with -fsanitize=init-order option. by Alexey Samsonov · 12 years ago
  37. 6ecccdb [asan] instrument memory accesses with unusual sizes by Kostya Serebryany · 12 years ago
  38. c61e83e Simplify code. No functionality change. by Jakub Staszak · 12 years ago
  39. ff3139f Fix capitalization in comment to match function name. by Craig Topper · 12 years ago
  40. 4913d7b Grammar. by Eric Christopher · 12 years ago
  41. 261abf5 More const correcting of stack coloring. by Craig Topper · 12 years ago
  42. 04fbcb5 Const-correct the stack coloring code. by Craig Topper · 12 years ago
  43. cede038 Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness. by Craig Topper · 12 years ago
  44. 8a20844 Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16, by Reed Kotler · 12 years ago
  45. cbc6d79 Make the dump() function const and reduce the number of hash lookups it performs. by Craig Topper · 12 years ago
  46. 252d798 Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookups in collectMarkers. by Craig Topper · 12 years ago
  47. 2878b7d Remove some unused private fields from the AArch64MCCodeEmitter. These by Chandler Carruth · 12 years ago
  48. df8a668 Temporarily revert r175470 for more review. by Bill Wendling · 12 years ago
  49. f801675 Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16. by Reed Kotler · 12 years ago
  50. 56f58ad Use array_pod_sort instead of std::sort. by Jakub Staszak · 12 years ago
  51. 2af5035 Check to see if the 'no-builtin' attribute is set before simplifying a library call. by Bill Wendling · 12 years ago
  52. 5b0a8d9 Add some convenience methods for querying function attributes. by Bill Wendling · 12 years ago
  53. 9d7c53a X86FrameLowering.cpp: Fixup. Sorry for the breakage. by NAKAMURA Takumi · 12 years ago
  54. a39058a Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments. by David Blaikie · 12 years ago
  55. 82f7815 X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  56. 20ea2bc Remove a useless assert. by Chad Rosier · 12 years ago
  57. 69c65b0 Comment out the rdar number. by Chad Rosier · 12 years ago
  58. 848c25d [fast-isel] Remove an invalid assert. by Chad Rosier · 12 years ago
  59. 6228999 Fix a 32/64 bit incompatibility in the HiPE prologue generation. by Benjamin Kramer · 12 years ago
  60. 98fbe27 Support for HiPE-compatible code emission, patch by Yiannis Tsiouris. by Benjamin Kramer · 12 years ago
  61. b875acd [ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function. by Chad Rosier · 12 years ago
  62. fbed855 Use llvm::cast instead of reinterpret_cast. by Jakub Staszak · 12 years ago
  63. 888fae7 Add front/back/erase to MapVector. by Douglas Gregor · 12 years ago
  64. e311196 R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern by Vincent Lejeune · 12 years ago
  65. bbbef49 R600: Support for TBO by Vincent Lejeune · 12 years ago
  66. 628f6d5 R600: Increase number of ArrayBase Reg to 32 by Vincent Lejeune · 12 years ago
  67. 605ff66 [asan] revert r175266 as it breaks code with packed structures. supporting long double will require a more general solution by Kostya Serebryany · 12 years ago
  68. 3f213e7 Futureproof AttrBuild if we ever have more than 64 attr enum values. by Benjamin Kramer · 12 years ago
  69. 32d0b2a Revert CMake version bump since we don't actually need 2.8.6 any more. by Tim Northover · 12 years ago
  70. e741c65 Note minimum required version of CMake by Tim Northover · 12 years ago
  71. f13a7e2 AArch64: adjust tests which rely on a default JIT by Tim Northover · 12 years ago
  72. e2952f9 Add `unsigned DISubprogram::getFlags() const` for DragonEgg. by David Blaikie · 12 years ago
  73. 4293f4e Add `DIFile DISubprogram::getFile() const` for DragonEgg. by David Blaikie · 12 years ago
  74. d4f92fd DIBuilder: Correct the null/0 type of trailing fields in struct debug info. by David Blaikie · 12 years ago
  75. 139f7e5 DIBuilder: Add function and method definitions to the list of all subprograms by David Blaikie · 12 years ago
  76. 3ef669c [ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of SelectAllBasicBlocks(). by NAKAMURA Takumi · 12 years ago
  77. d67c5ca Narrow the return types of a few DIBuilder utility functions. by David Blaikie · 12 years ago
  78. bb01b3c Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16. by Reed Kotler · 12 years ago
  79. 139748f Expand pseudo/macro BteqzT8SltuX16 . There is no test case because by Reed Kotler · 12 years ago
  80. dabfebb Expand pseudo/macro BteqzT8SltX16. by Reed Kotler · 12 years ago
  81. a8601bb Expand macro/pseudo BteqzT8CmpX16. by Reed Kotler · 12 years ago
  82. becdd3a Spelling corrections by Alex Rosenberg · 12 years ago
  83. da4afa7 Beginning of expanding all current mips16 macro/pseudo instruction sequences. by Reed Kotler · 12 years ago
  84. 774ec7b X86: Add a note. by Benjamin Kramer · 12 years ago
  85. 8dc741e [XCore] Add missing 2r instructions. by Richard Osborne · 12 years ago
  86. 763c858 [XCore] Add TSETR instruction. by Richard Osborne · 12 years ago
  87. a970dde [XCore] Add missing u10 / lu10 instructions. by Richard Osborne · 12 years ago
  88. cbe6c88 [XCore] Add missing u6 / lu6 instructions. by Richard Osborne · 12 years ago
  89. d61932b Return false instead of 0. by Jakub Staszak · 12 years ago
  90. 5d0c794 Force a cpu for test. It failed on atom due to different scheduling decisions. by Benjamin Kramer · 12 years ago
  91. 9831bf0 AArch64: Avoid shifts by 64, that's undefined behavior. by Benjamin Kramer · 12 years ago
  92. 906727d Add multithreading functions and shutdown to the C API. Patch by Moritz by Duncan Sands · 12 years ago
  93. f79f136 BBVectorize: Fix an invalid reference bug by Hal Finkel · 12 years ago
  94. a79cbb1 Make the visibility of LLVMPPCCompilationCallback work with GCC. by Benjamin Kramer · 12 years ago
  95. 680c98f Remove use of reverse iterators in repairIntervalsInRange(). While they were by Cameron Zwarich · 12 years ago
  96. 7324d4e Use ArrayRef instead of a reference to a SmallVectorImpl. by Cameron Zwarich · 12 years ago
  97. 0c22283 Fix a conversion from a forward iterator to a reverse iterator in by Cameron Zwarich · 12 years ago
  98. f0b2535 Add support for updating the LiveIntervals of registers used by 'exotic' by Cameron Zwarich · 12 years ago
  99. cc54889 The transform is: by Bill Wendling · 12 years ago
  100. 5be5fa4 Clean up mips16 td file in preparation for massive pseudo lowering work. by Reed Kotler · 12 years ago