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