1. b92ef12 Add description of how to build docs by Joel Jones · 12 years ago
  2. e95ed2b PowerPC: Lowering floor intrinsic for Altivec by Adhemerval Zanella · 12 years ago
  3. 71e5ea8 PathV2: Fix a possible infinite loop. by Daniel Dunbar · 12 years ago
  4. c984657 Add assertions in MipsLongBranch which check the size of basic blocks. by Akira Hatanaka · 12 years ago
  5. 1c1c493 Return 0 instead of false. by Jakub Staszak · 12 years ago
  6. f38aa42 Use std::stable_sort instead of std::sort when sorting stack slots by Ulrich Weigand · 12 years ago
  7. 7c66949 Clarify my code ownership by Evan Cheng · 12 years ago
  8. d822805 by Sergei Larin · 12 years ago
  9. 8112351 Add ARM EABI to my list of responsibilities. by Anton Korobeynikov · 12 years ago
  10. eaf7725 Simplify code. by Jakub Staszak · 12 years ago
  11. c2aa003 misspell by Andrew Trick · 12 years ago
  12. df523d4 whitespace by Andrew Trick · 12 years ago
  13. 4823be3 [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false by Chad Rosier · 12 years ago
  14. 009cf9e Fix indeterminism in MI scheduler DAG construction. by Sergei Larin · 12 years ago
  15. 79c07d2 Use empty parens for empty function parameter list instead of '(void)'. by Dmitri Gribenko · 12 years ago
  16. 65f3f32 FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. by Dmitri Gribenko · 12 years ago
  17. b983f5d Do not handle void types in DataLayout. Patch by Patrick Hägglund. by Duncan Sands · 12 years ago
  18. 1839858 Make GlobalOpt be conservative with TLS variables (PR14309) by Hans Wennborg · 12 years ago
  19. ac39a03 Add support for SPIR64 target - the 64bit counterpart of SPIR. by Guy Benyei · 12 years ago
  20. 7ecfcc1 Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree, by Duncan Sands · 12 years ago
  21. 116bd16 Revert changing FNEG of v4f32 to Expand. It's legal. by Craig Topper · 12 years ago
  22. b916904 Make FNEG and FABS of v4f32 Expand. by Craig Topper · 12 years ago
  23. 44e394c Make a bunch of floating point operations on vectors Expand so that instruction selection won't fail. by Craig Topper · 12 years ago
  24. f48ef55 Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2. by Craig Topper · 12 years ago
  25. 4901047 Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics. by Craig Topper · 12 years ago
  26. c6d6aeb Fix an obvious merge bug in -join-globalcopies (disabled). by Andrew Trick · 12 years ago
  27. 6b88e2a Add some release notes that say we removed the CellSPU port. by Eric Christopher · 12 years ago
  28. 45fc0b6 InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  29. b61a11f Use LLVM_DELETED_FUNCTION. by Jakub Staszak · 12 years ago
  30. 40b6fdb Add doInitialization and doFinalization methods to ModulePass's, to allow them to be re-initialized and reused on multiple Module's. by Owen Anderson · 12 years ago
  31. 3427f0a Remove unneeded #includes. by Jakub Staszak · 12 years ago
  32. e8b0ae1 NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  33. 527388d This patch is in preparation for adding medium code model support to the by Bill Schmidt · 12 years ago
  34. 791ebec docs: Improve typographical correctness. by Sean Silva · 12 years ago
  35. d5f4b4c docs: Sphinxify TestSuiteMakefileGuide by Sean Silva · 12 years ago
  36. 8762a6b Use reserve() to avoid vector reallocation. by Jakub Staszak · 12 years ago
  37. 0e52f46e Make sure to not get AVX code on an AVX-capable host. Revealed in r167967. by Jakub Staszak · 12 years ago
  38. d0a4a4b test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the failure on i686 hosts. by NAKAMURA Takumi · 12 years ago
  39. 1a35292 Few more small CellSPU removals. by Eric Christopher · 12 years ago
  40. 66ce3da Fix CMake build. by Eric Christopher · 12 years ago
  41. 06b4234 Remove the CellSPU port. by Eric Christopher · 12 years ago
  42. ac99eed docs: Sphinxify TestingGuide by Sean Silva · 12 years ago
  43. 70a870a Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in by Alexander Kornienko · 12 years ago
  44. 7454fc2 Fix invalid asserts, use llvm_unreachable instead. by Jakub Staszak · 12 years ago
  45. 9292136 llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx. by NAKAMURA Takumi · 12 years ago
  46. cb02fa9 Added multiclass for post-increment load instructions. by Jyotsna Verma · 12 years ago
  47. 7c6e8cd Force CPU in test so we don't accidentally get AVX code on an AVX-capable host. by Benjamin Kramer · 12 years ago
  48. 39c71da canJoinPhys method doesn't modify CoalescerPair. Make it const. by Jakub Staszak · 12 years ago
  49. 0863998 Added %(line), %(line+<number>), %(line-<number>) substitutions to lit by Alexander Kornienko · 12 years ago
  50. 984639b Remove dead code. by Chad Rosier · 12 years ago
  51. 05ad7eb Fix comment. by Jakub Staszak · 12 years ago
  52. de7c853 Remove DOS line endings. by Jakub Staszak · 12 years ago
  53. 2dbe929 X86: Enable SSE memory intrinsics even when stack alignment is less than 16 bytes. by Benjamin Kramer · 12 years ago
  54. 97d19eb Replace std::vector -> SmallVector in BBVectorize by Hal Finkel · 12 years ago
  55. c7d1802 Update my email address and update the code ownership by Nadav Rotem · 12 years ago
  56. 0fab191 FileCheck.rst: change formatting of code-like constructs to use a monospaced by Dmitri Gribenko · 12 years ago
  57. 50b6638 The code pattern "imm0_255_neg" is used for checking if an immediate value is a small negative number. by Nadav Rotem · 12 years ago
  58. 714a587 Add myself as code owner for NVPTX target by Justin Holewinski · 12 years ago
  59. 17e7b5c docs: nuke GCCFEBuildInstrs.html by Sean Silva · 12 years ago
  60. a20067b [NVPTX] Implement custom lowering of loads/stores for i1 by Justin Holewinski · 12 years ago
  61. 2337dd7 Fix comment by Anton Korobeynikov · 12 years ago
  62. 062a6c8 Fix really stupid ARM EHABI info generation bug: we should not emit by Anton Korobeynikov · 12 years ago
  63. 2d80fb2 Claim ownership. by Chad Rosier · 12 years ago
  64. d7a3425 Fix the largest offender of determinism in BBVectorize by Hal Finkel · 12 years ago
  65. 6a7e85c Sort the code owner list alphabetically. Add myself as lib/DebugInfo owner. by Benjamin Kramer · 12 years ago
  66. 3ca6382 X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches. by Jim Grosbach · 12 years ago
  67. 7af4b9b s/assert/llvm_unreachable/ by Matt Beaumont-Gay · 12 years ago
  68. 7c8e960 Grab debug information for code ownership. by Eric Christopher · 12 years ago
  69. 659c052 [TSan] fix indentation by Alexey Samsonov · 12 years ago
  70. 15ab115 Emit relocations from .debug_aranges to .debug_info for asm files by Alexey Samsonov · 12 years ago
  71. 1e65676 Revert some redundant parts of r142605. by Patrik Hägglund · 12 years ago
  72. 1ab489a Set FFLOOR of vectors to expand to keep intruction selection from failing. by Craig Topper · 12 years ago
  73. 0e4a167 Mark myself as owner of BBVectorize and PowerPC by Hal Finkel · 12 years ago
  74. 85d6e1d Accepting ownership of scheduling. by Andrew Trick · 12 years ago
  75. 55de339 Factor out an overly replicated typecast. No functional change. by Craig Topper · 12 years ago
  76. 509bd72 Set FFLOOR for vectors to expand on CellSPU to keep instruction selection from failing on llvm.floor of a vector. by Craig Topper · 12 years ago
  77. 32631d1 Add newlines to end of debug messages. by Craig Topper · 12 years ago
  78. 8e2b8ae Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333. by Rafael Espindola · 12 years ago
  79. c35ce70 docs: Fix Sphinx toctree warning. by Sean Silva · 12 years ago
  80. 25efd6d Use TARGET2 relocation for TType references on ARM. by Anton Korobeynikov · 12 years ago
  81. 78e786b docs: chmod -x HowToUseInstrMappings.rst by Sean Silva · 12 years ago
  82. f1c2a6b Fix broken asserts. Also, spell 'indices' correctly. by Matt Beaumont-Gay · 12 years ago
  83. 768a707 [Object] Fix endianess bug by refactoring Archive::Symbol::getMember. by Michael J. Spencer · 12 years ago
  84. e123fd9 use the getSplat API. Patch by Paul Redmond. by Nadav Rotem · 12 years ago
  85. 242343d Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." by Eric Christopher · 12 years ago
  86. b9a350e Acknowledge code ownership of MC. by Jim Grosbach · 12 years ago
  87. f7450a1 by Joe Abbey · 12 years ago
  88. a6aae02 Revert -join-splitedges to a boolean cmd line option. by Andrew Trick · 12 years ago
  89. 3106aa1 The MachineScheduler does not currently require JoinSplitEdges. by Andrew Trick · 12 years ago
  90. 4de5872 [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev! by Michael J. Spencer · 12 years ago
  91. 2aac616 Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.", corresponding to r167849. by NAKAMURA Takumi · 12 years ago
  92. 51abc98 Add test case to verify correct relocs being generated for by Ulrich Weigand · 12 years ago
  93. a8028e5 numerically sort the symbols, so that the testcase result is uniform by Shankar Easwaran · 12 years ago
  94. ed074e9 llvm-nm: Make sort more stable when symbol names are equal. by Daniel Dunbar · 12 years ago
  95. ba60868 Add (some) PowerPC TLS relocation types to ELF.h and by Ulrich Weigand · 12 years ago
  96. 8f88736 Fix wrong PowerPC instruction opcodes for: - lwaux - lhzux - stbu by Ulrich Weigand · 12 years ago
  97. 4ff0981 Fix wrong PowerPC instruction encodings due to by Ulrich Weigand · 12 years ago
  98. 1843043 Fix instruction encoding for "bd(n)z" on PowerPC, by Ulrich Weigand · 12 years ago
  99. bc40df3 Fix instruction encoding for "isel" on PowerPC, by Ulrich Weigand · 12 years ago
  100. 2adc503 X86: when constructing VZEXT_LOAD from other loads, makes sure its output by Manman Ren · 12 years ago