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