1. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  2. a3438cf Add another missing pattern. llvm-gcc likes f64 but clang likes i64 so it was generating poor code for some SSE builtins. by Evan Cheng · 13 years ago
  3. ed1f83f Enable some VST1 tests and add a few more. by Jim Grosbach · 13 years ago
  4. d5ca201 ARM assembly parsing and encoding for three-register VST1. by Jim Grosbach · 13 years ago
  5. 0edd83b Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions. by Jakob Stoklund Olesen · 13 years ago
  6. be4c844 Potential bug in RewriteLoopBodyWithConditionConstant: use iterator should not be changed inside the uses enumeration loop. by Stepan Dyatkovskiy · 13 years ago
  7. fe2cb3e Update the docs for some of the test-suite configure changes and by Eric Christopher · 13 years ago
  8. ae6f2cb If fast-isel fails, remove dead instructions generated during the failed by Chad Rosier · 13 years ago
  9. dda8c6f grammar. by Rafael Espindola · 13 years ago
  10. 7d8867d comment. by Andrew Trick · 13 years ago
  11. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago
  12. 6e7a13d Add a link to Bill's blog post. by Benjamin Kramer · 13 years ago
  13. bdef6fe Release notes for segmented stacks. Patch by Sanjoy Das. by Rafael Espindola · 13 years ago
  14. d3a38cc Fix a theoretical problem (not seen in the wild): if different instances of a by Duncan Sands · 13 years ago
  15. 116bc79 MC/X86/COFF: Allow quotes in names when targeting MS/Windows, by Michael J. Spencer · 13 years ago
  16. b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  17. f68b214 Fixed vsqrt.ss intrinsic usage - order of input operands was wrong. by Elena Demikhovsky · 13 years ago
  18. f267972 Fix shuffle decoding for memory forms for (V)SHUFPS/D. by Craig Topper · 13 years ago
  19. 36e36ac Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decoding for VSHUFPS/D for 256-bit types. Add pattern matching for memory forms of VPERMILPS/VPERMILPD. by Craig Topper · 13 years ago
  20. 5d2f8c3 [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the driver. by NAKAMURA Takumi · 13 years ago
  21. ebb57cc lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too. by NAKAMURA Takumi · 13 years ago
  22. 9712f84 Install llvmCore to /usr/local. <rdar://problem/10390708> by Bob Wilson · 13 years ago
  23. fe2a6c5 Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution dependency fix pass to convert them to their integer equivalents when AVX2 is enabled. by Craig Topper · 13 years ago
  24. 108126c Correctly mark VPERM2F128 as being an FP instruction and add execution domain fixing support to convert it to VPERM2I128 for AVX2. by Craig Topper · 13 years ago
  25. 6ea0467 MachO doesn't support the protected visibility. Don't default to 'global' here. <rdar://problem/10396775> by Bill Wendling · 13 years ago
  26. ecb35ec SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW. by Andrew Trick · 13 years ago
  27. 121d78f Make SCEV print <nsw><nuw> for Add/MulExpr. by Andrew Trick · 13 years ago
  28. d2b5e2d Filecheckize. by Andrew Trick · 13 years ago
  29. e6e7362 Remove content that has been moved to Clang release notes. by Peter Collingbourne · 13 years ago
  30. f0a6605 Fix grammar. by Peter Collingbourne · 13 years ago
  31. d7c2494 On MachO, the pointer to the personality function should always be in the by Bill Wendling · 13 years ago
  32. 288bc5c build/cmake: Switch to using llvm-build computed dependencies. by Daniel Dunbar · 13 years ago
  33. ba78c88 Zap some completely ridiculous code. There's probably a miscompile here, but I don't really want to try to write a testcase involving an invoke returning a pointer to a varargs function... by Eli Friedman · 13 years ago
  34. 6200611 Better fix for ARM MOVT relocation encoding of thumb bit. by Jim Grosbach · 13 years ago
  35. 45d7963 Reenable this IndVars unit test. by Andrew Trick · 13 years ago
  36. 4d36f6a build: Update CMakeLists.txt. by Daniel Dunbar · 13 years ago
  37. cc966de Add a link from the LLVM release notes to the Clang release notes. by Chandler Carruth · 13 years ago
  38. 5a93995 edis: Sink EDMain.cpp into lib/MC/MCDisassembler. by Daniel Dunbar · 13 years ago
  39. 36e1ac7 edis: Don't do the target initialization in EDGetDisassembler, this is contrary by Daniel Dunbar · 13 years ago
  40. 72736d1 llvm-c: Add a few missing InitializeAll* functions. by Daniel Dunbar · 13 years ago
  41. e68c29b build/Make: edis isn't built as a shared library anymore, remove related cruft from the Makefile. by Daniel Dunbar · 13 years ago
  42. 5086de6 llvmbuild/CMake: Update CMake output fragment to include explicit library by Daniel Dunbar · 13 years ago
  43. 7ca7b53 Expand the part about CFI a bit. by Rafael Espindola · 13 years ago
  44. 5e19c1f Add documentation for llvm-cov. by Devang Patel · 13 years ago
  45. 958da85 Thumb2 only force the fixup thumb bit for data relocations. by Jim Grosbach · 13 years ago
  46. 54b9211 Add a missing safety check to ProcessUGT_ADDCST_ADD. Fixes PR11438. by Eli Friedman · 13 years ago
  47. 4544da4 Remove obsolete FIXME. by Jim Grosbach · 13 years ago
  48. c4c2a02 Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of duplicating the logic for globals. Make llvm::ComputeMaskedBits handle GlobalVariables slightly more aggressively, to match what InferPtrAlignment knew how to do. by Eli Friedman · 13 years ago
  49. ed1c0c7 Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead. by Evan Cheng · 13 years ago
  50. a483fc8 Fix some possible gcc-4.2 may be used uninitialized warnings. by Daniel Dunbar · 13 years ago
  51. a3980cc Don't define these unless we plan to use them. by Nick Lewycky · 13 years ago
  52. 54d3b83 Merging two bullet points into one by Joe Abbey · 13 years ago
  53. 1c48786 DAG combine should not increase alignment of loads / stores with alignment less by Evan Cheng · 13 years ago
  54. 678cda0 Add missing avx pattern. by Evan Cheng · 13 years ago
  55. f7fea72 Add OpenCL blurb to release notes. by Peter Collingbourne · 13 years ago
  56. aa5656c 80-column. by Chad Rosier · 13 years ago
  57. c803830 Remove dead llvm.eh.sjlj.dispatchsetup intrinsic. by Bill Wendling · 13 years ago
  58. ed38f1c Remove the temporary flag -disable-unroll-scev and dead code. by Andrew Trick · 13 years ago
  59. f9b1cd0 Add back a line I deleted by accident in r145141. Fixes uninitialized variable warnings and runtime failures. by Eli Friedman · 13 years ago
  60. 60f790c Add object file related release notes. by Michael J. Spencer · 13 years ago
  61. 87f95dc Explain what ExeDepsFix does. by Jakob Stoklund Olesen · 13 years ago
  62. 30c5fa2 Fix spelling/grammar errors found by Duncan. by Rafael Espindola · 13 years ago
  63. 39a2eb7 Handle more cases in APInt::getLowBitsSet's fast path. by Benjamin Kramer · 13 years ago
  64. 64acc57 Support a 'final' release candidate tag. by Bill Wendling · 13 years ago
  65. 4c0c545 Silence wrong warnings from GCC about variables possibly being used by Duncan Sands · 13 years ago
  66. 70b883b Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPERMILPS/VPERMILPD detection since they are pretty similar. by Craig Topper · 13 years ago
  67. ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
  68. f86186e test/lit.cfg: Enable the feature 'asserts' to check output of llc -version. by NAKAMURA Takumi · 13 years ago
  69. b0c95fb lit/TestRunner.py: Use RemoveForce(). by NAKAMURA Takumi · 13 years ago
  70. fc1a187 lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file handles to be released by children. by NAKAMURA Takumi · 13 years ago
  71. 09e61ca Add a blurb about the new ExecutionDepsFix pass. by Jakob Stoklund Olesen · 13 years ago
  72. 71c4c12 Make isCommutedVSHUFP more like the way isCommutedSHUFP is handled. by Craig Topper · 13 years ago
  73. c73f3d1 configure, config.h.in: Regenerate. config.h.cmake: Synchronize to config.h.in. by NAKAMURA Takumi · 13 years ago
  74. 38831b0 use llvm-config.h in public header by Dylan Noblesmith · 13 years ago
  75. 08b73a3 rename ENABLE_THREADS to LLVM_ENABLE_THREADS by Dylan Noblesmith · 13 years ago
  76. 81818fc update description of LLVM_DEFAULT_TARGET_TRIPLE by Dylan Noblesmith · 13 years ago
  77. bba40db Place the "cfg checksum" around a test. This was recently added in April 2011 to by Nick Lewycky · 13 years ago
  78. 7c22446 dwarf parsing stuff. by Chris Lattner · 13 years ago
  79. d6cc2c2 first pass of writing complete! by Chris Lattner · 13 years ago
  80. 1cc489b arm and carve out a place ot mention segmented stacks. by Chris Lattner · 13 years ago
  81. 70d2b17 Add a description of the status of segmented stacks. by Rafael Espindola · 13 years ago
  82. 2f20602 optimize, mc, x86 by Chris Lattner · 13 years ago
  83. 9d7025b Merge detecting and handling for VSHUFPSY and VSHUFPDY since a lot of the code was similar for both. by Craig Topper · 13 years ago
  84. 064caf9 some writing. by Chris Lattner · 13 years ago
  85. f5a3c42 fix some out-of-date attribution. by Chris Lattner · 13 years ago
  86. 1c80fbf distribute various bullets to different sections. by Chris Lattner · 13 years ago
  87. 51901d8 Prevent rotating the blocks of a loop (and thus getting a backedge to be by Chandler Carruth · 13 years ago
  88. 70e2201 rewrite the known problems section. Including a short list of individual bugs per target isn't particularly useful. Link to the target features matrix. by Chris Lattner · 13 years ago
  89. 4f0fe43 move the detailed information about the EH rewrite to a comment, Bill is by Chris Lattner · 13 years ago
  90. 9e89671 tweak subprojects' section by Chris Lattner · 13 years ago
  91. 1ab8ce9 some random notes. by Chris Lattner · 13 years ago
  92. c608b70 remove a test that is using old-style llvm.dbg intrinsics, apparently only by Chris Lattner · 13 years ago
  93. fac1305 Take two on rotating the block ordering of loops. My previous attempt by Chandler Carruth · 13 years ago
  94. 790552c Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 13 years ago
  95. 7096692 Fix an impressive type-o / spell-o Duncan noticed. by Chandler Carruth · 13 years ago
  96. 9b24738 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  97. 2eb5a74 Rework a bit of the implementation of loop block rotation to not rely so by Chandler Carruth · 13 years ago
  98. b5dd9de Eli managed to kill off llvm.membarrier in llvm 3.0 also, this means by Chris Lattner · 13 years ago
  99. 5a1731d add some final random notes, I've completed my pass over all the commits. by Chris Lattner · 13 years ago
  100. 875882a The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the by Chris Lattner · 13 years ago