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