1. 3139422 Revert r112934, "- Use specific nodes to match unpckl masks.", which introduced by Daniel Dunbar · 14 years ago
  2. 78541f2 Revert r112938 "Fix comment", which depends on r112934, which introduced some by Daniel Dunbar · 14 years ago
  3. a87ccce Revert r112942, "Use punpckh and unpckh family of nodes instead of using unpckh by Daniel Dunbar · 14 years ago
  4. ef134d0 Add a missing check when legalizing a vector extending load. This doesn't by Bob Wilson · 14 years ago
  5. 7d49f2b Get rid of "passing signed into unsigned parameter" warning on PPC. by Bill Wendling · 14 years ago
  6. 1593dd6 Add support for simplifying a load from a computed value to a load from a global when it by Owen Anderson · 14 years ago
  7. ac53061 Quiesce warning about non-virtual d'tor in virtual class. by Bill Wendling · 14 years ago
  8. 65482b1 Re-apply r112883: by Jim Grosbach · 14 years ago
  9. 1e3aeef VirtRegRewriter checks for early clobbers before it reuses an available stack by Jakob Stoklund Olesen · 14 years ago
  10. 82de2e1 Add a test for PR4413, which was apparently fixed at some point in the past. by Owen Anderson · 14 years ago
  11. fc63300 Check the local frame alignment for determining whether dynamic stack by Jim Grosbach · 14 years ago
  12. 260fbf2 Add 'const' to getter function. by Jim Grosbach · 14 years ago
  13. f572191 Finish converting the rest of the NEON VLD instructions to use pseudo- by Bob Wilson · 14 years ago
  14. 2465dcf Remove a TODO comment; this is now filed in bugzilla (PR8005). by Dan Gohman · 14 years ago
  15. 9a7570c Fix Windows stuff to follow the existing source organization. by Dan Gohman · 14 years ago
  16. ba4d0a0 Add PR number to test. by Owen Anderson · 14 years ago
  17. a7236d3 Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'. by Mikhail Glushenkov · 14 years ago
  18. d46bd6ef Revert "Rules for win32 ld shouldn't fire when cross-compiling." by Mikhail Glushenkov · 14 years ago
  19. 6a87003 Revert "For ARM stack frames that utilize variable sized objects and have either", it is breaking oggenc with Clang for ARMv6. by Daniel Dunbar · 14 years ago
  20. df3f256 Zap dead code. by Benjamin Kramer · 14 years ago
  21. 41d0a77 Rules for win32 ld shouldn't fire when cross-compiling. by Mikhail Glushenkov · 14 years ago
  22. 850fcd4 Reapply commit 112702 which was speculatively reverted by echristo. by Duncan Sands · 14 years ago
  23. d846684 Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc by Owen Anderson · 14 years ago
  24. 9dceb13 test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host. by NAKAMURA Takumi · 14 years ago
  25. e1967a7 Fix cmake build without native target selected. by Oscar Fuentes · 14 years ago
  26. 95f1e2d AVX doesn't support mm operations neither its instrinsics. by Bruno Cardoso Lopes · 14 years ago
  27. 4b0c9f3 Use punpckh and unpckh family of nodes instead of using unpckh mask pattern fragment by Bruno Cardoso Lopes · 14 years ago
  28. eb0c3d3 Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the by Bob Wilson · 14 years ago
  29. 01f0847 Fix comment by Bruno Cardoso Lopes · 14 years ago
  30. 5e5342b - Use specific nodes to match unpckl masks. by Bruno Cardoso Lopes · 14 years ago
  31. ecf93e4 Stop emitting predicate functions. They are no longer used. by Jakob Stoklund Olesen · 14 years ago
  32. e573410 Simple branch instruction support. by Eric Christopher · 14 years ago
  33. 3061c44 Don't call Predicate_* from X86 target. by Jakob Stoklund Olesen · 14 years ago
  34. 7853cd0 Remove Predicate_* calls from MBlaze and XCore by Jakob Stoklund Olesen · 14 years ago
  35. 7fa846f Remove Predicate_* calls from Mips by Jakob Stoklund Olesen · 14 years ago
  36. 56d2b72 Add basic support for materializing constants (including fp) and stores. by Eric Christopher · 14 years ago
  37. 7dd123d update one more test by Chris Lattner · 14 years ago
  38. 2295b5a this is a release note worthy change. by Chris Lattner · 14 years ago
  39. 6cd71f0 add a new "llvm-dis -show-annotations" option, which causes it to print by Chris Lattner · 14 years ago
  40. 1dbb387 lets get crazy and name the header file the exact class name, by Chris Lattner · 14 years ago
  41. a11a6a0 AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter by Chris Lattner · 14 years ago
  42. ace53f2 Properly emit __chkstk call instead of __alloca on non-mingw windows targets. by Anton Korobeynikov · 14 years ago
  43. 831c8ec stop forcing a noop AssemblyAnnotationWriter to silence #uses by Chris Lattner · 14 years ago
  44. a660be7 There is no need to use .set here. Thanks Chris! by Devang Patel · 14 years ago
  45. 91fb407 reapply 112894: by Chris Lattner · 14 years ago
  46. ed5c711 Move insertps mask decoding to header file by Bruno Cardoso Lopes · 14 years ago
  47. 7e5c1a9 revert patch, need to update clang tests too by Chris Lattner · 14 years ago
  48. 39653a4 Remove #uses comments from functions: they we're padded out to column 50 by Chris Lattner · 14 years ago
  49. 571c15c more test cleanup by Chris Lattner · 14 years ago
  50. 042ff03 remove some noise from tests. by Chris Lattner · 14 years ago
  51. 776339e Use the FindProgramByName fallback only with known absolute paths. by Dan Gohman · 14 years ago
  52. 514ca3a we are past the point where these tests are useful. by Chris Lattner · 14 years ago
  53. 74f9cb2 Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version. by Bill Wendling · 14 years ago
  54. c7c62bb Revert win64 changes. They seem to be incomplete by Anton Korobeynikov · 14 years ago
  55. 1755b39 For ARM stack frames that utilize variable sized objects and have either by Jim Grosbach · 14 years ago
  56. bc54ee9 - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang. by Bill Wendling · 14 years ago
  57. 9c28201 fix more AST updating bugs, correcting miscompilation in PR8041 by Chris Lattner · 14 years ago
  58. 4caef60 Remove incorrect and poorly tested code for trying to reason about values on default edges of by Owen Anderson · 14 years ago
  59. 2f4fad9 Properly allocate win64 shadow reg area. Patch by Jan Sjodin! by Anton Korobeynikov · 14 years ago
  60. df782a7 Remove obsolete comments about throwing exceptions. by Dan Gohman · 14 years ago
  61. 2a9a2db After some discussion with djg, teach SmallVector to grow from a zero by John McCall · 14 years ago
  62. 5594560 Move decoding of insertps back to avoid unused warnings in x86 isel lowering, and fix movlhps/movhlps to decode 4 elements shuffles by Bruno Cardoso Lopes · 14 years ago
  63. 3f74a11 Detect undef value early and save unnecessary NodeMap query. by Devang Patel · 14 years ago
  64. 24bde5b Don't narrow the load and store in a load+twiddle+store sequence unless by Dan Gohman · 14 years ago
  65. 8e741ed Tidy up. by Devang Patel · 14 years ago
  66. b7a11b5 Fix an unnecessary XFAIL by Sandeep Patel · 14 years ago
  67. 5c33f5b trailing whitespace by Jim Grosbach · 14 years ago
  68. df0b94b Fix typo. I accidentally edited the wrong file before my last commit. by Owen Anderson · 14 years ago
  69. 1674b0b Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. by Benjamin Kramer · 14 years ago
  70. 3e234e7 remove trailing whitespace by Jim Grosbach · 14 years ago
  71. 6b1d0a3 Move x86 specific shuffle mask decoding to its own header, it's also going to be used elsewhere. Also trim trailing whitespaces by Bruno Cardoso Lopes · 14 years ago
  72. 9204dda The scavenger should just use getAllocatableSet() rather than reinventing it by Jim Grosbach · 14 years ago
  73. 86759ac Apply a patch from Kees van Reeuwijk to add support for Minix. by Dan Gohman · 14 years ago
  74. 66048c2 Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LVI lattice, undef and the full set ConstantRange should not by Owen Anderson · 14 years ago
  75. bb5a039 handle case where a register class is specified by Jim Grosbach · 14 years ago
  76. e7c1416 Now that register allocation properly considers reserved regs, simplify the by Jim Grosbach · 14 years ago
  77. 040bbcc Add a comment. by Dan Gohman · 14 years ago
  78. 230c274 Allow MCSA_WeakRef in ELF. Patch by Roman Divacky. by Benjamin Kramer · 14 years ago
  79. 9b041c9 Anti-dependency breaking needs to be careful not to use reserved regs by Jim Grosbach · 14 years ago
  80. b1fcfbe Fix .debug_range for linux. Patch by Krister Wombell. by Devang Patel · 14 years ago
  81. 5a0faba Mask out reserved registers when constructing the set of allocatable regs. by Jim Grosbach · 14 years ago
  82. 82a9c84 Fill in a missing comment. by Bob Wilson · 14 years ago
  83. ffde080 Convert VLD1 and VLD2 instructions to use pseudo-instructions until by Bob Wilson · 14 years ago
  84. 743547f llvmc: .dylib support. by Mikhail Glushenkov · 14 years ago
  85. 8cf2663 Print the number of uses of a function in the .ll since it can be informative by Duncan Sands · 14 years ago
  86. 3319839 Added support for register allocators to record which intervals are spill intervals, and where the uses and defs of the original intervals were in the original code. by Lang Hames · 14 years ago
  87. fc6e29d Reapply commit 112699, speculatively reverted by echristo, since by Duncan Sands · 14 years ago
  88. 4315093 Silence an ambiguous else warning from GCC. by Chandler Carruth · 14 years ago
  89. 59b4d2a Fix compile errors. by Nick Lewycky · 14 years ago
  90. 7642572 Added counters for PBQP reduction rules. by Lang Hames · 14 years ago
  91. 3722f00 Replace unpckl_undef and unpckh_undef matching with target specific opcodes by Bruno Cardoso Lopes · 14 years ago
  92. dd69db8 Move condition out to prepare for more matching by Bruno Cardoso Lopes · 14 years ago
  93. ad10fb2 Remove checking for isUNPCKL_v_undef_Mask, the specific node is already emitted for it by Bruno Cardoso Lopes · 14 years ago
  94. 1b68af4 llvm::FindExecutable(): Retrieve the name with suffix.exe, if available. by NAKAMURA Takumi · 14 years ago
  95. b51633b test/loop-strength-reduce4: Add explicit triplet for Win32 host. by NAKAMURA Takumi · 14 years ago
  96. fd03a51 test/twoaddr-coalesce: Do not use @main. by NAKAMURA Takumi · 14 years ago
  97. d00bfe1 become more strict about when it's safe to use X86ISD::MOVLPS by Bruno Cardoso Lopes · 14 years ago
  98. 1f58741 Clang's -ccc-host-triple was ignoring the arch specifier on my triple, by Eric Christopher · 14 years ago
  99. 1b61ef4 This should be TargetMaterializeConstant instead. by Eric Christopher · 14 years ago
  100. eaa204b One definition of isThumb is plenty, thanks. by Eric Christopher · 14 years ago