1. 6adcd58 AVX-512: Added GATHER and SCATTER instructions. by Elena Demikhovsky · 12 years ago
  2. 5510728 Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  3. b83c66e Make sure we don't generate stubs for any of these functions because they by Reed Kotler · 12 years ago
  4. f53e9b4 Mark an unreachable code path with llvm_unreachable. Pacifies GCC. by Benjamin Kramer · 12 years ago
  5. 4af4cbb Free PressureDiffs instead of leaking. by Benjamin Kramer · 12 years ago
  6. bc87003 SimplifyLibCalls: When emitting an overloaded fp function check that it's available. by Benjamin Kramer · 12 years ago
  7. c94e7b5 Fix my previous checkin to updatePressureDiffs. by Andrew Trick · 12 years ago
  8. cda04f9 [PowerPC] Fast-isel cleanup patch. by Bill Schmidt · 12 years ago
  9. 9d2238c [PowerPC] Add integer truncation support to fast-isel. by Bill Schmidt · 12 years ago
  10. 9056dd4 Correct partially defined variable by Bill Schmidt · 12 years ago
  11. af069a8 Remove the suggestion to not duplicate comments in header and by Chris Lattner · 12 years ago
  12. 11addd2 [PowerPC] Call support for fast-isel. by Bill Schmidt · 12 years ago
  13. 06f9db0 Build fix by Richard Mitton · 12 years ago
  14. d4b3168 Fixed a bug where diassembling an instruction that had a prefix would cause LLVM to identify a 1-byte instruction, but then upon querying it for that 1-byte instruction would cause an undefined opcode. by Richard Mitton · 12 years ago
  15. 86d4956 Compulsive reformatting. by Bill Wendling · 12 years ago
  16. e179b31 [conf] Add config variable to disable crash related overrides. by Daniel Dunbar · 12 years ago
  17. c673f9c Fix a problem with dual mips16/mips32 mode. When the underlying processor by Reed Kotler · 12 years ago
  18. 846b31d Use LiveRangeQuery for instruction-level liveness queries. by Andrew Trick · 12 years ago
  19. 9bc9427 [PowerPC] Add handling for conversions to fast-isel. by Bill Schmidt · 12 years ago
  20. 2cc396b Checking commit access; removed one space added in previous test checkin by Jim by Andrey Churbanov · 12 years ago
  21. a8517ee InstCombine: Check for zero shift amounts before subtracting one causing integer overflow. by Benjamin Kramer · 12 years ago
  22. d7a178e X86: Add a description of the Intel Atom Silvermont CPU. by Benjamin Kramer · 12 years ago
  23. e7d0b1d Restore llvm-ranlib expansion in RUN-lines removed in r184019 by Alexey Samsonov · 12 years ago
  24. a908065 Fixup BZHI selection to remove an unneeded zero extension. by Craig Topper · 12 years ago
  25. 74f2691 Remove unused X86andn_flag node. by Craig Topper · 12 years ago
  26. b6ac30a Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, Y), -1)). Fixes PR17038. by Craig Topper · 12 years ago
  27. 5de35bc Revert "ARM: Improve pattern for isel mul of vector by scalar." by Michael Gottesman · 12 years ago
  28. 663bd99 mi-sched: update PressureDiffs on-the-fly for liveness. by Andrew Trick · 12 years ago
  29. 1362dcb Replace LiveInterval::killedAt with isKilledAtInstr. by Andrew Trick · 12 years ago
  30. da6fc15 mi-sched: improve the generic register pressure comparison. by Andrew Trick · 12 years ago
  31. 4c60b8a mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness later. by Andrew Trick · 12 years ago
  32. e206efd3 [PowerPC] Handle selection of compare instructions in fast-isel. by Bill Schmidt · 12 years ago
  33. 40433e5 Remove bogus debug statement. Sheesh. by Bill Schmidt · 12 years ago
  34. 118eb58 [PowerPC] Miscellaneous fast-isel test cases. by Bill Schmidt · 12 years ago
  35. 7248968 [PowerPC] Add loads, stores, and related things to fast-isel. by Bill Schmidt · 12 years ago
  36. 6dc6a89 comment typo by Andrew Trick · 12 years ago
  37. 6e4d93b Random cleanup: No need to use a std::vector here, since createInternalizePass uses an ArrayRef. by Bill Wendling · 12 years ago
  38. 2612354 Don't bother emitting the pubtypes section on darwin since there aren't by Eric Christopher · 12 years ago
  39. ab6cd83 Reformat slightly. by Eric Christopher · 12 years ago
  40. 1053a0b Change default # of digits for APFloat::toString by Eli Friedman · 12 years ago
  41. 3a0e9b5 DIBuilder: retain a type when created with a unique identifier. by Manman Ren · 12 years ago
  42. 88acef0 ARM: Improve pattern for isel mul of vector by scalar. by Jim Grosbach · 12 years ago
  43. ff372dc Tidy up. Comment grammar. by Jim Grosbach · 12 years ago
  44. dd46230 Tidy up. Trailing whitespace. by Jim Grosbach · 12 years ago
  45. 002062b Substitute LLVM's version into the msbuild property file at config time by Reid Kleckner · 12 years ago
  46. 6d3bbc0 Modified ms-build configuration file to be version locked to the VS2010 toolchain, this avoids conflicts with having VS2012 and by Warren Hunt · 12 years ago
  47. 441c557 Clean up some usage of Triple. The base class has methods for determining if the target is iOS and Linux. by Cameron Esfahani · 12 years ago
  48. 9071f68 Fix the following error when NDEBUG is defined: by Kaelyn Uhrain · 12 years ago
  49. 851bb2c Comment and revise the cyclic critical path code. by Andrew Trick · 12 years ago
  50. 33f4c79 Add unique identifier field to Composite Types and Format. by Manman Ren · 12 years ago
  51. 2f02ded isCharInSet refactoring. by Alexander Kornienko · 12 years ago
  52. 4edfa22 AVX-512: added extend and truncate instructions. by Elena Demikhovsky · 12 years ago
  53. aae60d1 Move StringToOffsetTable into the TableGen include directory so I can use it in clang. by Craig Topper · 12 years ago
  54. f208398 Revert: r189565 - Add getUnrollingPreferences to TTI by Hal Finkel · 12 years ago
  55. 32f258b Add getUnrollingPreferences to TTI by Hal Finkel · 12 years ago
  56. 253acef Use TargetSubtargetInfo::useAA() in DAGCombine by Hal Finkel · 12 years ago
  57. 738073c Add useAA() to TargetSubtargetInfo by Hal Finkel · 12 years ago
  58. e0ff96c1 [lit] [tests] Add missing test input file. by Daniel Dunbar · 12 years ago
  59. b1975a8 [tests] Use multiple statements instead of 'echo -e', which is not part of BSD echo. by Daniel Dunbar · 12 years ago
  60. cb4bfb3 [lit] Fix internal shell's argv[0] handling. by Daniel Dunbar · 12 years ago
  61. 4ac723b [lit] Add support for multiprocessing, under --use-processes for now. by Daniel Dunbar · 12 years ago
  62. df44de6 [lit] Implement --max-time support by using provider cancel method. by Daniel Dunbar · 12 years ago
  63. 07f0f16 [lit] Refactor test execution logic into lit.run.Run. by Daniel Dunbar · 12 years ago
  64. b11b690 [lit] Put display lock inside the ThreadResultsConsumer. by Daniel Dunbar · 12 years ago
  65. ec8e059 [lit] Factor out a results consumer interface for test execution. by Daniel Dunbar · 12 years ago
  66. 8c59003 [lit] Move top-level execute code into Run object. by Daniel Dunbar · 12 years ago
  67. 5b2efc2 [lit] Factor out Run class to capture configuration + discovered tests. by Daniel Dunbar · 12 years ago
  68. 8253cc0 [lit] Change lit.Test.ResultCode to be unique across pickling. by Daniel Dunbar · 12 years ago
  69. aee279d Fix a test to not fail for users with my name. :) by Daniel Dunbar · 12 years ago
  70. 6f25e87 [lit] Add a TODO. by Daniel Dunbar · 12 years ago
  71. 501cba3 [lit] Update shtest format to return lit.Test.Result objects. by Daniel Dunbar · 12 years ago
  72. 8a1d9b2 [lit] Update LitTestCase to support lit.Test.Result. by Daniel Dunbar · 12 years ago
  73. e54726a The darwin integrated assembler for X86 in 64-bit mode is not rejecting by Kevin Enderby · 12 years ago
  74. c08bd51 [Object/COFF] Add coff_aux_weak_external. by Rui Ueyama · 12 years ago
  75. f1cd798 Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC passes. This patch moves the SLP-vectorizer and BB-vectorizer back into SCC passes for two reasons: by Nadav Rotem · 12 years ago
  76. 9fd438f Convert tests to FileCheck by Matt Arsenault · 12 years ago
  77. 09174f8 Adding VCIncludeDir and WindowsSDKDir to the msbuild configuration file. This allows clang to find windows.h and other files in the by Warren Hunt · 12 years ago
  78. f9355c8 Handle address spaces in TargetTransformInfo by Matt Arsenault · 12 years ago
  79. 2b884bc Fix a typo and coding style of a previous commit. No functional change. by Juergen Ributzka · 12 years ago
  80. b70d79e Fix typo. by Matt Arsenault · 12 years ago
  81. 4cff093 [doxygen] Use correct variable names for external variable configuration and make EXTRA_SEARCH_MAPPINGS a "dumb" variable. by Michael Gottesman · 12 years ago
  82. 98b5be8 Fix name matching to work on windows. by Rafael Espindola · 12 years ago
  83. b5011bd Period. by David Blaikie · 12 years ago
  84. 02ae44f r189495: Pull out some debug logic into a function for legibility by David Blaikie · 12 years ago
  85. 1800b66 [doxygen] Added support for doxygen external search. by Michael Gottesman · 12 years ago
  86. b7cb635 [cmake] Created an aggregate doxygen target for generating doxygen documentation for llvm/all subprojects. Renamed llvm's doxygen generation command to doxygen-llvm. by Michael Gottesman · 12 years ago
  87. 2957273 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  88. 435798e Disable unrolling in the loop vectorizer when disabled in the pass manager by Hal Finkel · 12 years ago
  89. 4f066b6 The integrated darwin assembler can hang in an infinite loop (or get an assert by Kevin Enderby · 12 years ago
  90. 980879e PR16995: DebugInfo: Don't overwrite existing member lists when adding template arguments by David Blaikie · 12 years ago
  91. cfe7a7c cmake: Prevent semicolon separated lists in llvm-config (PR17020) by Hans Wennborg · 12 years ago
  92. b2e5453 [ARMv8] Fix a few things in one swoop. by Joey Gouly · 12 years ago
  93. aeb0f0c Add a minimal implementation of ranlib. by Rafael Espindola · 12 years ago
  94. 22266c1 ARM: Use "dmb sy" for barriers on M-class CPUs by Tim Northover · 12 years ago
  95. bafb5f8 [ARMv8] Add a missing IsThumb to t2LDAEXD. by Joey Gouly · 12 years ago
  96. d3128a4 ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. by Tim Northover · 12 years ago
  97. c85bb78 ARM: add patterns for vqdmlal with separate vqdmull and vqadds by Tim Northover · 12 years ago
  98. 3c380d5 [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v by Daniel Sanders · 12 years ago
  99. 2fd3e67 [mips][msa] Added load/store intrinsics. by Daniel Sanders · 12 years ago
  100. f1db2a6 80 cols by Alexey Samsonov · 12 years ago