1. 8b50573 Fix format string warning. by Benjamin Kramer · 13 years ago
  2. 1335022 Fix a regression caused by r102515 where explicit alignment on globals is by Cameron Zwarich · 13 years ago
  3. be7cd75 Fix debug message. by Devang Patel · 13 years ago
  4. 9bb386a Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as such. by Johnny Chen · 13 years ago
  5. 65705d5 Remove extra bytes that were added for gdb. We do not have good poiner to understand actual reason behind this fixme. Spot checking suggest that newer gdb does not need this. by Devang Patel · 13 years ago
  6. b90e1d5 Use positive values since the value type is unsigned. Fixes a warning on the by Nick Lewycky · 13 years ago
  7. 119af20 Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was not properly handled. by Johnny Chen · 13 years ago
  8. 6e3ccc3 Forgot to add this change for http://llvm.org/viewvc/llvm-project?view=rev&revision=129387. by Johnny Chen · 13 years ago
  9. 7133b85 Fixed the revision 129449. by Junjie Gu · 13 years ago
  10. 32644d9 Passing unroll parameters (unroll-count, threshold, and partial unroll) via LoopUnroll class's ctor. Doing so by Junjie Gu · 13 years ago
  11. 4f9f41f Load multiple object files and link them via RuntimeDyld in llvm-rtdyld. by Jim Grosbach · 13 years ago
  12. 0d9874b Add the alias analysis to the C api. by Rafael Espindola · 13 years ago
  13. 6b32e7e Allow user-specified program entry point for llvm-rtdyld. by Jim Grosbach · 13 years ago
  14. 69e8132 MCJIT relocation resolution. by Jim Grosbach · 13 years ago
  15. c2475e8 Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this, by Oscar Fuentes · 13 years ago
  16. d30aa5a PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus by Jay Foad · 13 years ago
  17. fd1cced Stop using dead function. by Jakob Stoklund Olesen · 13 years ago
  18. cb53632 Remove some redundant llvm:: prefixes. by Jay Foad · 13 years ago
  19. cda60ce Fix a comment. by Jay Foad · 13 years ago
  20. b81e457 PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. by Jay Foad · 13 years ago
  21. d61895a Fix typo. by Jay Foad · 13 years ago
  22. 715c80a Fix typo in comment. by Jay Foad · 13 years ago
  23. 5b24017 Like the coding standards say, do not use "using namespace std". by Jay Foad · 13 years ago
  24. eb04a33 Fix an obvious problem with an alignment computation. AsmPrinter actually does by Cameron Zwarich · 13 years ago
  25. 5876db7 Fix a typo. by Cameron Zwarich · 13 years ago
  26. d8b88d8 If a global variable has a specified alignment that is less than the preferred by Cameron Zwarich · 13 years ago
  27. 8a7f4ec Use %ull here. by Nick Lewycky · 13 years ago
  28. 87896d9 Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency. by Andrew Trick · 13 years ago
  29. f93f7b2 Reapply r129401 with patch for clang. by Bill Wendling · 13 years ago
  30. d31df87 Temporarily revert r129408 to see if it brings the bots back. by Eric Christopher · 13 years ago
  31. 066c2f4 Be consistent about being virtual and returning void in the cfi methods. by Rafael Espindola · 13 years ago
  32. 55e6419 Add sanity check for Ld/St Dual forms of Thumb2 instructions. by Johnny Chen · 13 years ago
  33. 836a7de Add @earlyclobber constraints to the writeback register of all ARM store instructions. by Jakob Stoklund Olesen · 13 years ago
  34. 8e98de9 Fix a bug where we were counting the alias sets as completely used by Eric Christopher · 13 years ago
  35. 161b2f4 I missed this new file in previous commit. by Devang Patel · 13 years ago
  36. 513edf6 Simplify. There is no need to use static variable. by Devang Patel · 13 years ago
  37. 5d60763 Do not reuse parameter name. by Devang Patel · 13 years ago
  38. ca4cac4 Fix a hole in the definition of "dependence" used by trap values. Trap by Dan Gohman · 13 years ago
  39. f9b2dc6 Revert r129401 for now. Clang is using the old way of doing things. by Bill Wendling · 13 years ago
  40. 3cbee30 This mechanical patch moves type handling into CompileUnit from DwarfDebug. In case of multiple compile unit in one object file, each compile unit is responsible for its own set of type entries anyway. This refactoring makes this obvious. by Devang Patel · 13 years ago
  41. d5f323d Remove the unaligned load intrinsics in favor of using native unaligned loads. by Bill Wendling · 13 years ago
  42. 0b75634 Add more comments... err debug statements to the fast allocator. by Eric Christopher · 13 years ago
  43. 2a2bc5c Fix compiler command line used by lit.py when working with NMake by Oscar Fuentes · 13 years ago
  44. ec51a62 The Thumb2 RFE instructions need to have their second halfword fully specified. by Johnny Chen · 13 years ago
  45. 5db4289 SparseBitVector is SLOW. by Jakob Stoklund Olesen · 13 years ago
  46. f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 13 years ago
  47. 32cefad Add bad register checks for Thumb2 Ld/St instructions. by Johnny Chen · 13 years ago
  48. c558bf3 Revert 129383. It causes some targets to hit a scheduler assert. by Andrew Trick · 13 years ago
  49. e9e7ffa Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format by Nick Lewycky · 13 years ago
  50. 3eb4319 PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency. by Andrew Trick · 13 years ago
  51. 23ba1e4 Document how to build a LLVM pass with CMake out of source. by Oscar Fuentes · 13 years ago
  52. c6d8853d The counters are unsigned. by Nick Lewycky · 13 years ago
  53. fd5c513 Create new intervals for isolated blocks during region splitting. by Jakob Stoklund Olesen · 13 years ago
  54. 5d7dcd3 Remove LastOffset from the asm parser. by Rafael Espindola · 13 years ago
  55. f9ce2cb The Thumb2 Ld, St, and Preload instructions with the i12 forms should have its Inst{23} by Johnny Chen · 13 years ago
  56. e1b43c3 Add SplitKit API to query and select the current interval being worked on. by Jakob Stoklund Olesen · 13 years ago
  57. dfaf0e2 Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accidentally be skipped. by Jakob Stoklund Olesen · 13 years ago
  58. 860cf96 Remove dead typedef. by Devang Patel · 13 years ago
  59. 8b9df62 Refactor CompileUnit into a separate header. by Devang Patel · 13 years ago
  60. 49fdfe3 Print out a debug message when the reglist fails the sanity check for Thumb Ld/St Multiple. by Johnny Chen · 13 years ago
  61. 25f492e Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. by Rafael Espindola · 13 years ago
  62. c575439 Implement .cfi_same_value. by Rafael Espindola · 13 years ago
  63. 18bba84 Added new FIXME note by Garrison Venn · 13 years ago
  64. d0aacbc Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARM by Cameron Zwarich · 13 years ago
  65. 39df9b5 lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340. by NAKAMURA Takumi · 13 years ago
  66. 93b68b2 Add support for line profiling. Very work-in-progress. by Nick Lewycky · 13 years ago
  67. ceb465a Consider ConstantAggregateZero as well as ConstantArray/Struct. by Nick Lewycky · 13 years ago
  68. bbfc3b3 Fix typo. by Eric Christopher · 13 years ago
  69. cb4e4ea Make IRBuilder support StringRef for building strings. by Nick Lewycky · 13 years ago
  70. 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 13 years ago
  71. 163b6ea Add one test case (svc). by Johnny Chen · 13 years ago
  72. 05f9e4e Match case for invalid constant error messages and add a new by Eric Christopher · 13 years ago
  73. e77f72d A8.6.16 B Encoding T1 (tBcc) if cond == '1110' then UNDEFINED; by Johnny Chen · 13 years ago
  74. dac5dba Fix reassociate to use a worklist instead of recursing when new by Dan Gohman · 13 years ago
  75. 164254d Test for invalid constant expr addition - bad octal constant. by Eric Christopher · 13 years ago
  76. f3755b2 To avoid printing out multiple error messages for cases like: by Eric Christopher · 13 years ago
  77. 560ab9e Reuse live interval union between functions. This saves a bit of compile time by Jakob Stoklund Olesen · 13 years ago
  78. de16508 Thumb disassembler was erroneously rejecting "blx sp" instruction. by Johnny Chen · 13 years ago
  79. c8fbc34 comment cleanup, use moveBefore instead of removeFromParent+insertBefore. by Chris Lattner · 13 years ago
  80. bd29073 TableGen: Keep the order of DECL_CONTEXT() for DeclNodes.td. RecordVector may be used instead of RecordSet. by NAKAMURA Takumi · 13 years ago
  81. b5f18f5 remove the StructRetPromotion pass. It is unused, not maintained and by Chris Lattner · 13 years ago
  82. ef9d9fd Fix an error in the MBlaze delay slot filler. by Wesley Peck · 13 years ago
  83. 5819430 build: Add support for a SHOW_DIAGNOSTICS build variable. by Daniel Dunbar · 13 years ago
  84. 3d820ba Add scheduling information for the MBlaze backend. by Wesley Peck · 13 years ago
  85. 120fd2d Lex, and then fail on invalid constants. by Eric Christopher · 13 years ago
  86. 5ea5c61 Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't by Nick Lewycky · 13 years ago
  87. a61842b Implement cfi_rel_offset by Rafael Espindola · 13 years ago
  88. 3f5bedf Speed up eviction by stopping collectInterferingVRegs as soon as the spill by Jakob Stoklund Olesen · 13 years ago
  89. 787d41a Add test for previous commit. by Rafael Espindola · 13 years ago
  90. e53060f Don't crash on invalid instructions when disassembling MBlaze code. by Wesley Peck · 13 years ago
  91. cc88595 The default of the dispatch switch statement was to branch to a BB that executed by Bill Wendling · 13 years ago
  92. 35563fe Fix the bug where the immediate shift amount for Thumb logical shift instructions are incorrectly disassembled. by Johnny Chen · 13 years ago
  93. d67705f Look pass copies when determining whether hoisting would end up inserting more copies. rdar://9266679 by Evan Cheng · 13 years ago
  94. 53abbe5 implement .cfi_adjust_cfa_offset. by Rafael Espindola · 13 years ago
  95. 2227f15 Get rid of useless comment; if a file uses functions from a given header, by Eli Friedman · 13 years ago
  96. 78a5469 Fix another using-CPSR-twice bug in my ADCS/SBCS cleanups, and make proper use of the Commutable bit. by Owen Anderson · 13 years ago
  97. 3d32202 Skip a binary search when possible. by Jakob Stoklund Olesen · 13 years ago
  98. 6d73c7d Use a faster algorithm for computing MBB live-in registers after register allocation. by Jakob Stoklund Olesen · 13 years ago
  99. 2a7d4ad Because some systems have reported that this example would not build the by Garrison Venn · 13 years ago
  100. f18dfc3 Trivial comment fix. by Johnny Chen · 13 years ago