1. 1839858 Make GlobalOpt be conservative with TLS variables (PR14309) by Hans Wennborg · 12 years ago
  2. ac39a03 Add support for SPIR64 target - the 64bit counterpart of SPIR. by Guy Benyei · 12 years ago
  3. 7ecfcc1 Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree, by Duncan Sands · 12 years ago
  4. 116bd16 Revert changing FNEG of v4f32 to Expand. It's legal. by Craig Topper · 12 years ago
  5. b916904 Make FNEG and FABS of v4f32 Expand. by Craig Topper · 12 years ago
  6. 44e394c Make a bunch of floating point operations on vectors Expand so that instruction selection won't fail. by Craig Topper · 12 years ago
  7. f48ef55 Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2. by Craig Topper · 12 years ago
  8. 4901047 Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics. by Craig Topper · 12 years ago
  9. c6d6aeb Fix an obvious merge bug in -join-globalcopies (disabled). by Andrew Trick · 12 years ago
  10. 6b88e2a Add some release notes that say we removed the CellSPU port. by Eric Christopher · 12 years ago
  11. 45fc0b6 InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  12. b61a11f Use LLVM_DELETED_FUNCTION. by Jakub Staszak · 12 years ago
  13. 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
  14. 3427f0a Remove unneeded #includes. by Jakub Staszak · 12 years ago
  15. e8b0ae1 NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  16. 527388d This patch is in preparation for adding medium code model support to the by Bill Schmidt · 12 years ago
  17. 791ebec docs: Improve typographical correctness. by Sean Silva · 12 years ago
  18. d5f4b4c docs: Sphinxify TestSuiteMakefileGuide by Sean Silva · 12 years ago
  19. 8762a6b Use reserve() to avoid vector reallocation. by Jakub Staszak · 12 years ago
  20. 0e52f46e Make sure to not get AVX code on an AVX-capable host. Revealed in r167967. by Jakub Staszak · 12 years ago
  21. d0a4a4b test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the failure on i686 hosts. by NAKAMURA Takumi · 12 years ago
  22. 1a35292 Few more small CellSPU removals. by Eric Christopher · 12 years ago
  23. 66ce3da Fix CMake build. by Eric Christopher · 12 years ago
  24. 06b4234 Remove the CellSPU port. by Eric Christopher · 12 years ago
  25. ac99eed docs: Sphinxify TestingGuide by Sean Silva · 12 years ago
  26. 70a870a Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in by Alexander Kornienko · 12 years ago
  27. 7454fc2 Fix invalid asserts, use llvm_unreachable instead. by Jakub Staszak · 12 years ago
  28. 9292136 llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx. by NAKAMURA Takumi · 12 years ago
  29. cb02fa9 Added multiclass for post-increment load instructions. by Jyotsna Verma · 12 years ago
  30. 7c6e8cd Force CPU in test so we don't accidentally get AVX code on an AVX-capable host. by Benjamin Kramer · 12 years ago
  31. 39c71da canJoinPhys method doesn't modify CoalescerPair. Make it const. by Jakub Staszak · 12 years ago
  32. 0863998 Added %(line), %(line+<number>), %(line-<number>) substitutions to lit by Alexander Kornienko · 12 years ago
  33. 984639b Remove dead code. by Chad Rosier · 12 years ago
  34. 05ad7eb Fix comment. by Jakub Staszak · 12 years ago
  35. de7c853 Remove DOS line endings. by Jakub Staszak · 12 years ago
  36. 2dbe929 X86: Enable SSE memory intrinsics even when stack alignment is less than 16 bytes. by Benjamin Kramer · 12 years ago
  37. 97d19eb Replace std::vector -> SmallVector in BBVectorize by Hal Finkel · 12 years ago
  38. c7d1802 Update my email address and update the code ownership by Nadav Rotem · 12 years ago
  39. 0fab191 FileCheck.rst: change formatting of code-like constructs to use a monospaced by Dmitri Gribenko · 12 years ago
  40. 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
  41. 714a587 Add myself as code owner for NVPTX target by Justin Holewinski · 12 years ago
  42. 17e7b5c docs: nuke GCCFEBuildInstrs.html by Sean Silva · 12 years ago
  43. a20067b [NVPTX] Implement custom lowering of loads/stores for i1 by Justin Holewinski · 12 years ago
  44. 2337dd7 Fix comment by Anton Korobeynikov · 12 years ago
  45. 062a6c8 Fix really stupid ARM EHABI info generation bug: we should not emit by Anton Korobeynikov · 12 years ago
  46. 2d80fb2 Claim ownership. by Chad Rosier · 12 years ago
  47. d7a3425 Fix the largest offender of determinism in BBVectorize by Hal Finkel · 12 years ago
  48. 6a7e85c Sort the code owner list alphabetically. Add myself as lib/DebugInfo owner. by Benjamin Kramer · 12 years ago
  49. 3ca6382 X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches. by Jim Grosbach · 12 years ago
  50. 7af4b9b s/assert/llvm_unreachable/ by Matt Beaumont-Gay · 12 years ago
  51. 7c8e960 Grab debug information for code ownership. by Eric Christopher · 12 years ago
  52. 659c052 [TSan] fix indentation by Alexey Samsonov · 12 years ago
  53. 15ab115 Emit relocations from .debug_aranges to .debug_info for asm files by Alexey Samsonov · 12 years ago
  54. 1e65676 Revert some redundant parts of r142605. by Patrik Hägglund · 12 years ago
  55. 1ab489a Set FFLOOR of vectors to expand to keep intruction selection from failing. by Craig Topper · 12 years ago
  56. 0e4a167 Mark myself as owner of BBVectorize and PowerPC by Hal Finkel · 12 years ago
  57. 85d6e1d Accepting ownership of scheduling. by Andrew Trick · 12 years ago
  58. 55de339 Factor out an overly replicated typecast. No functional change. by Craig Topper · 12 years ago
  59. 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
  60. 32631d1 Add newlines to end of debug messages. by Craig Topper · 12 years ago
  61. 8e2b8ae Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333. by Rafael Espindola · 12 years ago
  62. c35ce70 docs: Fix Sphinx toctree warning. by Sean Silva · 12 years ago
  63. 25efd6d Use TARGET2 relocation for TType references on ARM. by Anton Korobeynikov · 12 years ago
  64. 78e786b docs: chmod -x HowToUseInstrMappings.rst by Sean Silva · 12 years ago
  65. f1c2a6b Fix broken asserts. Also, spell 'indices' correctly. by Matt Beaumont-Gay · 12 years ago
  66. 768a707 [Object] Fix endianess bug by refactoring Archive::Symbol::getMember. by Michael J. Spencer · 12 years ago
  67. e123fd9 use the getSplat API. Patch by Paul Redmond. by Nadav Rotem · 12 years ago
  68. 242343d Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." by Eric Christopher · 12 years ago
  69. b9a350e Acknowledge code ownership of MC. by Jim Grosbach · 12 years ago
  70. f7450a1 by Joe Abbey · 12 years ago
  71. a6aae02 Revert -join-splitedges to a boolean cmd line option. by Andrew Trick · 12 years ago
  72. 3106aa1 The MachineScheduler does not currently require JoinSplitEdges. by Andrew Trick · 12 years ago
  73. 4de5872 [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev! by Michael J. Spencer · 12 years ago
  74. 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
  75. 51abc98 Add test case to verify correct relocs being generated for by Ulrich Weigand · 12 years ago
  76. a8028e5 numerically sort the symbols, so that the testcase result is uniform by Shankar Easwaran · 12 years ago
  77. ed074e9 llvm-nm: Make sort more stable when symbol names are equal. by Daniel Dunbar · 12 years ago
  78. ba60868 Add (some) PowerPC TLS relocation types to ELF.h and by Ulrich Weigand · 12 years ago
  79. 8f88736 Fix wrong PowerPC instruction opcodes for: - lwaux - lhzux - stbu by Ulrich Weigand · 12 years ago
  80. 4ff0981 Fix wrong PowerPC instruction encodings due to by Ulrich Weigand · 12 years ago
  81. 1843043 Fix instruction encoding for "bd(n)z" on PowerPC, by Ulrich Weigand · 12 years ago
  82. bc40df3 Fix instruction encoding for "isel" on PowerPC, by Ulrich Weigand · 12 years ago
  83. 2adc503 X86: when constructing VZEXT_LOAD from other loads, makes sure its output by Manman Ren · 12 years ago
  84. b64e211 Do not consider a machine instruction that uses and defines the same by Ulrich Weigand · 12 years ago
  85. 206252c Adding changes to support GNU style archive library reading by Shankar Easwaran · 12 years ago
  86. f741482 Adding convenience function to ELF Header by Shankar Easwaran · 12 years ago
  87. 2344abc Fix -join-splitedges: my previous "cleanup" broke it. by Andrew Trick · 12 years ago
  88. fc298c7 Revert 167755/167760. We don't want to emit crash diagnostics on command-line syntax errors. by Chad Rosier · 12 years ago
  89. 90c61c4 llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now. by NAKAMURA Takumi · 12 years ago
  90. b2df01a Codegen support for arbitrary vector getelementptrs. by Duncan Sands · 12 years ago
  91. 707276d Fix the instcombine GEP index widening transform to work correctly for vector by Duncan Sands · 12 years ago
  92. 2333e29 Relax the restrictions on vector of pointer types, and vector getelementptr. by Duncan Sands · 12 years ago
  93. 563e8fc DependenceAnalysis: Print all dependency pairs when dumping. Update all testcases. by Benjamin Kramer · 12 years ago
  94. ad1cc1d misched: Allow subtargets to enable misched and dependent options. by Andrew Trick · 12 years ago
  95. 265058d Added RegisterCoalescer support for joining global copies first. by Andrew Trick · 12 years ago
  96. 009c4d8 Figure out <size> argument of llvm.lifetime intrinsics at the moment they are created (during function inlining) by Alexey Samsonov · 12 years ago
  97. 266c473 Test commit. Add a blank line. by Jyotsna Verma · 12 years ago
  98. 1a0be4d BBVectorize: Remove temporary assert used for debugging by Hal Finkel · 12 years ago
  99. 2920a71 instcombine: Migrate math library call simplifications by Meador Inge · 12 years ago
  100. 4712b80 Remove virtual keyword for two routines that should never be overridden. by Evan Cheng · 12 years ago