1. 41d0a77 Rules for win32 ld shouldn't fire when cross-compiling. by Mikhail Glushenkov · 14 years ago
  2. 850fcd4 Reapply commit 112702 which was speculatively reverted by echristo. by Duncan Sands · 14 years ago
  3. d846684 Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc by Owen Anderson · 14 years ago
  4. 9dceb13 test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host. by NAKAMURA Takumi · 14 years ago
  5. e1967a7 Fix cmake build without native target selected. by Oscar Fuentes · 14 years ago
  6. 95f1e2d AVX doesn't support mm operations neither its instrinsics. by Bruno Cardoso Lopes · 14 years ago
  7. 4b0c9f3 Use punpckh and unpckh family of nodes instead of using unpckh mask pattern fragment by Bruno Cardoso Lopes · 14 years ago
  8. eb0c3d3 Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the by Bob Wilson · 14 years ago
  9. 01f0847 Fix comment by Bruno Cardoso Lopes · 14 years ago
  10. 5e5342b - Use specific nodes to match unpckl masks. by Bruno Cardoso Lopes · 14 years ago
  11. ecf93e4 Stop emitting predicate functions. They are no longer used. by Jakob Stoklund Olesen · 14 years ago
  12. e573410 Simple branch instruction support. by Eric Christopher · 14 years ago
  13. 3061c44 Don't call Predicate_* from X86 target. by Jakob Stoklund Olesen · 14 years ago
  14. 7853cd0 Remove Predicate_* calls from MBlaze and XCore by Jakob Stoklund Olesen · 14 years ago
  15. 7fa846f Remove Predicate_* calls from Mips by Jakob Stoklund Olesen · 14 years ago
  16. 56d2b72 Add basic support for materializing constants (including fp) and stores. by Eric Christopher · 14 years ago
  17. 7dd123d update one more test by Chris Lattner · 14 years ago
  18. 2295b5a this is a release note worthy change. by Chris Lattner · 14 years ago
  19. 6cd71f0 add a new "llvm-dis -show-annotations" option, which causes it to print by Chris Lattner · 14 years ago
  20. 1dbb387 lets get crazy and name the header file the exact class name, by Chris Lattner · 14 years ago
  21. a11a6a0 AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter by Chris Lattner · 14 years ago
  22. ace53f2 Properly emit __chkstk call instead of __alloca on non-mingw windows targets. by Anton Korobeynikov · 14 years ago
  23. 831c8ec stop forcing a noop AssemblyAnnotationWriter to silence #uses by Chris Lattner · 14 years ago
  24. a660be7 There is no need to use .set here. Thanks Chris! by Devang Patel · 14 years ago
  25. 91fb407 reapply 112894: by Chris Lattner · 14 years ago
  26. ed5c711 Move insertps mask decoding to header file by Bruno Cardoso Lopes · 14 years ago
  27. 7e5c1a9 revert patch, need to update clang tests too by Chris Lattner · 14 years ago
  28. 39653a4 Remove #uses comments from functions: they we're padded out to column 50 by Chris Lattner · 14 years ago
  29. 571c15c more test cleanup by Chris Lattner · 14 years ago
  30. 042ff03 remove some noise from tests. by Chris Lattner · 14 years ago
  31. 776339e Use the FindProgramByName fallback only with known absolute paths. by Dan Gohman · 14 years ago
  32. 514ca3a we are past the point where these tests are useful. by Chris Lattner · 14 years ago
  33. 74f9cb2 Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version. by Bill Wendling · 14 years ago
  34. c7c62bb Revert win64 changes. They seem to be incomplete by Anton Korobeynikov · 14 years ago
  35. 1755b39 For ARM stack frames that utilize variable sized objects and have either by Jim Grosbach · 14 years ago
  36. bc54ee9 - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang. by Bill Wendling · 14 years ago
  37. 9c28201 fix more AST updating bugs, correcting miscompilation in PR8041 by Chris Lattner · 14 years ago
  38. 4caef60 Remove incorrect and poorly tested code for trying to reason about values on default edges of by Owen Anderson · 14 years ago
  39. 2f4fad9 Properly allocate win64 shadow reg area. Patch by Jan Sjodin! by Anton Korobeynikov · 14 years ago
  40. df782a7 Remove obsolete comments about throwing exceptions. by Dan Gohman · 14 years ago
  41. 2a9a2db After some discussion with djg, teach SmallVector to grow from a zero by John McCall · 14 years ago
  42. 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
  43. 3f74a11 Detect undef value early and save unnecessary NodeMap query. by Devang Patel · 14 years ago
  44. 24bde5b Don't narrow the load and store in a load+twiddle+store sequence unless by Dan Gohman · 14 years ago
  45. 8e741ed Tidy up. by Devang Patel · 14 years ago
  46. b7a11b5 Fix an unnecessary XFAIL by Sandeep Patel · 14 years ago
  47. 5c33f5b trailing whitespace by Jim Grosbach · 14 years ago
  48. df0b94b Fix typo. I accidentally edited the wrong file before my last commit. by Owen Anderson · 14 years ago
  49. 1674b0b Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. by Benjamin Kramer · 14 years ago
  50. 3e234e7 remove trailing whitespace by Jim Grosbach · 14 years ago
  51. 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
  52. 9204dda The scavenger should just use getAllocatableSet() rather than reinventing it by Jim Grosbach · 14 years ago
  53. 86759ac Apply a patch from Kees van Reeuwijk to add support for Minix. by Dan Gohman · 14 years ago
  54. 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
  55. bb5a039 handle case where a register class is specified by Jim Grosbach · 14 years ago
  56. e7c1416 Now that register allocation properly considers reserved regs, simplify the by Jim Grosbach · 14 years ago
  57. 040bbcc Add a comment. by Dan Gohman · 14 years ago
  58. 230c274 Allow MCSA_WeakRef in ELF. Patch by Roman Divacky. by Benjamin Kramer · 14 years ago
  59. 9b041c9 Anti-dependency breaking needs to be careful not to use reserved regs by Jim Grosbach · 14 years ago
  60. b1fcfbe Fix .debug_range for linux. Patch by Krister Wombell. by Devang Patel · 14 years ago
  61. 5a0faba Mask out reserved registers when constructing the set of allocatable regs. by Jim Grosbach · 14 years ago
  62. 82a9c84 Fill in a missing comment. by Bob Wilson · 14 years ago
  63. ffde080 Convert VLD1 and VLD2 instructions to use pseudo-instructions until by Bob Wilson · 14 years ago
  64. 743547f llvmc: .dylib support. by Mikhail Glushenkov · 14 years ago
  65. 8cf2663 Print the number of uses of a function in the .ll since it can be informative by Duncan Sands · 14 years ago
  66. 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
  67. fc6e29d Reapply commit 112699, speculatively reverted by echristo, since by Duncan Sands · 14 years ago
  68. 4315093 Silence an ambiguous else warning from GCC. by Chandler Carruth · 14 years ago
  69. 59b4d2a Fix compile errors. by Nick Lewycky · 14 years ago
  70. 7642572 Added counters for PBQP reduction rules. by Lang Hames · 14 years ago
  71. 3722f00 Replace unpckl_undef and unpckh_undef matching with target specific opcodes by Bruno Cardoso Lopes · 14 years ago
  72. dd69db8 Move condition out to prepare for more matching by Bruno Cardoso Lopes · 14 years ago
  73. ad10fb2 Remove checking for isUNPCKL_v_undef_Mask, the specific node is already emitted for it by Bruno Cardoso Lopes · 14 years ago
  74. 1b68af4 llvm::FindExecutable(): Retrieve the name with suffix.exe, if available. by NAKAMURA Takumi · 14 years ago
  75. b51633b test/loop-strength-reduce4: Add explicit triplet for Win32 host. by NAKAMURA Takumi · 14 years ago
  76. fd03a51 test/twoaddr-coalesce: Do not use @main. by NAKAMURA Takumi · 14 years ago
  77. d00bfe1 become more strict about when it's safe to use X86ISD::MOVLPS by Bruno Cardoso Lopes · 14 years ago
  78. 1f58741 Clang's -ccc-host-triple was ignoring the arch specifier on my triple, by Eric Christopher · 14 years ago
  79. 1b61ef4 This should be TargetMaterializeConstant instead. by Eric Christopher · 14 years ago
  80. eaa204b One definition of isThumb is plenty, thanks. by Eric Christopher · 14 years ago
  81. b0739b7 Remove trailing whitespace by Jim Grosbach · 14 years ago
  82. 318b6ee Rework arm fast-isel load and store handling. Move offset computation by Eric Christopher · 14 years ago
  83. d273a00 Add a bit of debug output for register scavenging by Jim Grosbach · 14 years ago
  84. b742ff0 updates to make it clear that this applies to clang and other llvm subprojects. by Chris Lattner · 14 years ago
  85. 7af3a34 trivial cleanup by Jim Grosbach · 14 years ago
  86. 352f235 Simplify the tGPR register class now that the register allocators know not by Jim Grosbach · 14 years ago
  87. d0b69cf Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, by Bob Wilson · 14 years ago
  88. a2259e1 Reword this comment. Don't mention outs(), as that's not what by Dan Gohman · 14 years ago
  89. 72eaa0e deepen my MMX/SRoA hack to avoid hurting non-x86 codegen. by Chris Lattner · 14 years ago
  90. 4783a3e Revert r112689, avoid those kind of checks cause they mess up with mmx by Bruno Cardoso Lopes · 14 years ago
  91. 188da25 Tweak to ignoring reserved regs. The allocator was occasionally still looking by Jim Grosbach · 14 years ago
  92. 97511ce Recommit with changes. Comment out palignr for the by Dale Johannesen · 14 years ago
  93. 29c353b Using target specific nodes for shuffle nodes makes the mask by Bruno Cardoso Lopes · 14 years ago
  94. 543cf05 Some basic store support. by Eric Christopher · 14 years ago
  95. 0077114 Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters. by Jakob Stoklund Olesen · 14 years ago
  96. a314afe Apparently only Darwin passes long double misaligned. Compensate. by Dale Johannesen · 14 years ago
  97. 662fb77 tidy up trailing whitespace and an 80 column violation. by Jim Grosbach · 14 years ago
  98. b0a5721 Fix loop unswitching's assumption that a code path which either by Dan Gohman · 14 years ago
  99. 6e3665b Revert 112740, it broke some clang tests somehow... by Dale Johannesen · 14 years ago
  100. 5a4cbea cleanup per feedback. use a helper function for getting the first non-reserved by Jim Grosbach · 14 years ago