- 5585db0 Enable target tripple. by Devang Patel · 16 years ago
- de9e4ce Linux and other target's encoding for DW_AT_declaration may not match. by Devang Patel · 16 years ago
- d234e59 Add DW_AT_declaration for class methods. by Devang Patel · 16 years ago
- af399a6 XFAIL this test. It only worked before because of a bug in the spill point selection code. Not deleting because by Owen Anderson · 16 years ago
- d5a4802 Local register allocator shouldn't assume only the entry and landing pad basic blocks have live-ins. by Evan Cheng · 16 years ago
- 197e88f In the case of an extractelement on an insertelement value, by Dan Gohman · 16 years ago
- b691b70 Add a always_inline test case. by Evan Cheng · 16 years ago
- 6db3612 Add a test case for Chris lvalue alignment fixes. by Evan Cheng · 16 years ago
- 5a3c6a8 Exit with nice warnings when register allocator run out of registers. by Evan Cheng · 16 years ago
- e5af2d3 Make x86's BT instruction matching more thorough, and add some by Dan Gohman · 16 years ago
- e91a000 Fixed lowering of v816 shuffles. by Mon P Wang · 16 years ago
- 7540561 Make test platform agnostic. by Bill Wendling · 16 years ago
- ef42a3b Give this test an explicit target, to make it host-independent. by Dan Gohman · 16 years ago
- f923574 by Devang Patel · 16 years ago
- 6e733d3 Fix some issues with volatility, move "CanConvertToScalar" check by Chris Lattner · 16 years ago
- 6c8e35f strengthen this test. by Chris Lattner · 16 years ago
- 1632782 The memory alignment requirement on some of the mov{h|l}p{d|s} patterns are 16-byte. That is overly strict. These instructions read / write f64 memory locations without alignment requirement. by Evan Cheng · 16 years ago
- f4646d9 Added sse test patterns for r62979 and r63193. by Mon P Wang · 16 years ago
- 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
- ac7de20 Add testcase for r63142. by Bill Wendling · 16 years ago
- 6a86bd7 Implement multiple with overflow by 2 with an add instruction. by Evan Cheng · 16 years ago
- ccc497f Forgot this test case. by Evan Cheng · 16 years ago
- 49237f0 Add a FrontendC testcase for the x86-64 Red Zone feature, by Dan Gohman · 16 years ago
- ad165be by Devang Patel · 16 years ago
- 4e1fae5 Add a regression test for x86-64 red zone usage. by Dan Gohman · 16 years ago
- 8bca3b7 Testcase for 6522054. by Dale Johannesen · 16 years ago
- 5bb11b8 Fix PR3393, which amounts to a bug in the expensive by Duncan Sands · 16 years ago
- 4699934 At Nick Lewycky's request, rename this test with a more informative name. by Dan Gohman · 16 years ago
- 5b2e589 Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside callseq_start to allow it to be folded into a call. It was not considering the cases where a token factor is between the load and the callseq_start. by Evan Cheng · 16 years ago
- fe6d2cd Fixed optimization of combining two shuffles where the first shuffle inputs by Mon P Wang · 16 years ago
- c9c8b2a CellSPU: by Scott Michel · 16 years ago
- 18f0231 Handle single-entry phi nodes gracefully in condprop. by Chris Lattner · 16 years ago
- 3796a26 Fix PR3408 by making a non-obvious assumption very obvious, and by Chris Lattner · 16 years ago
- 51a0437 Map address space 256 to gs; similar mappings could be supported for the by Nate Begeman · 16 years ago
- c8ad2d2 revert this patch for now, because Codegen does still want to generate SSE code, by Torok Edwin · 16 years ago
- a10b879 testcase for llvm-gcc part of PR3402. by Torok Edwin · 16 years ago
- 7f1d525 If user explicitly asks not to use SSE, don't force it. This fixes LLVM part of PR3402. by Torok Edwin · 16 years ago
- 67e1f49 Actually run the test in this directory. by Nick Lewycky · 16 years ago
- 9d49791 The function that does nothing but call malloc is noalias return. by Nick Lewycky · 16 years ago
- 1902a12 Private linkage support for PPC / Darwin. by Evan Cheng · 16 years ago
- d498c8f Teach 2addr pass to be do more commuting. If both uses of a two-address instruction are killed, but the first operand has a use before and after the def, commute if the second operand does not suffer from the same issue. by Evan Cheng · 16 years ago
- 54e853a Add a PR comment to this test. by Dan Gohman · 16 years ago
- 08ffee5 testcase for PR3381. Also it was an empty struct, not a void after all. by Torok Edwin · 16 years ago
- 3914f72 Make InstCombineStoreToCast handle aggregates more aggressively, by Chris Lattner · 16 years ago
- e591b20 Fix test case. Use valid file name and directory in global variable's debug info entry. by Devang Patel · 16 years ago
- 95900f2 fix two more cases where we could let the NLPDI cache get unsorted. by Chris Lattner · 16 years ago
- 3e2351f Update test to reflect command line option name change. by Evan Cheng · 16 years ago
- 760f86f Don't create ISD::FNEG nodes after legalize if they aren't legal. by Dan Gohman · 16 years ago
- 5e3c013 Do not use buggy llvm-gcc to generate testcases. by Devang Patel · 16 years ago
- 10dfea8 Remove no-longer relevant comment. Pointed out by Gabor. by Duncan Sands · 16 years ago
- 4be3a22 This passes on linux. by Duncan Sands · 16 years ago
- 1c2ad9f fix a testcase. by Chris Lattner · 16 years ago
- 12a7db3 Fix PR3358, a really nasty bug where recursive phi translated by Chris Lattner · 16 years ago
- 708f5a8 Now with RUN line. by Bill Wendling · 16 years ago
- e3b014a Run this through -simplifycfg and -mem2reg to test only what we need to test. by Bill Wendling · 16 years ago
- 541ed9f Do not use host floating point types when emitting by Dale Johannesen · 16 years ago
- 764fd0c Simplify ReduceLoadWidth's logic: it doesn't need several different by Dan Gohman · 16 years ago
- 1ef4d8f Fix a recent regression. ClrOpcode is not set for i8; for i8, if by Dan Gohman · 16 years ago
- a298bb7 Allow hooks with arguments. by Mikhail Glushenkov · 16 years ago
- 8f7c2e6 This was causing invalid memory accesses when by Duncan Sands · 16 years ago
- bf0fb17 Let's try to have our cake and eat it to: move by Duncan Sands · 16 years ago
- 74789ea Don't rely on grep -w working. by Duncan Sands · 16 years ago
- d1e8d9c CellSPU: by Scott Michel · 16 years ago
- aaf414c Favors generating "not" over "xor -1". For example. by Evan Cheng · 16 years ago
- 677eae3 Disable on x86_64 until I figure out what's wrong. by Dale Johannesen · 16 years ago
- ed6af24 Make special cases (0 inf nan) work for frem. by Dale Johannesen · 16 years ago
- 6cf7c39 Be more aggressive about renumbering vregs after splitting them. by Owen Anderson · 16 years ago
- 2a57466 Appropriately mark fowrad decls. by Devang Patel · 16 years ago
- eeb90e3 Need compile unit to find location. by Devang Patel · 16 years ago
- 67e1e7c Calls to fmod, it turns out, are constant-folded by by Dale Johannesen · 16 years ago
- 1d5ee5c Don't bother running the assembler, we don't know that it will be configured by Chris Lattner · 16 years ago
- a894ae1 Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether the last reference is also the last def (i.e. dead def), it should also check if last reference is the current machine instruction being processed. This can happen when it is processing a physical register use and setting the current machine instruction as sub-register's last ref. by Evan Cheng · 16 years ago
- c99031b Add test case for PR3154. by Evan Cheng · 16 years ago
- de2bcb3 Check that the "don't barf on k8" fix is not accidentally reverted again. by Duncan Sands · 16 years ago
- c60fbcc Temporarily XFAIL until this can be looked at. r62557 is what caused it to start failing. by Bill Wendling · 16 years ago
- 2039449 Testcase for limited precision stuff. by Bill Wendling · 16 years ago
- 63bf29b another fix for PR3354 by Chris Lattner · 16 years ago
- f5add58 Fix a dagcombine to not generate loads of non-round integer types, by Dan Gohman · 16 years ago
- d0deec2 Make linear scan's trivial coalescer slightly more aggressive. by Evan Cheng · 16 years ago
- 6ff645b Fix a problem exposed by PR3354: simplifycfg was making a potentially by Chris Lattner · 16 years ago
- 5491702 Move & restructure test per review. by Dale Johannesen · 16 years ago
- a14fa71 convert this to an unfoldable potentially trapping constant expr. by Chris Lattner · 16 years ago
- dbe664a Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when by Dan Gohman · 16 years ago
- 2c7ed11 Fix PR3353, infinitely jump threading an infinite loop make from switches. by Chris Lattner · 16 years ago
- 1f54f58 compile-time fmod was done incorrectly. PR 3316. by Dale Johannesen · 16 years ago
- 0153308 Verify Intrinsic::dbg_declare. by Devang Patel · 16 years ago
- 2722e7b DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instead of sign extending the low part (in AX/EAX/RAX) into it. by Evan Cheng · 16 years ago
- 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
- 13524bf Temporarily revert r62487. It's causing this error during a release bootstrap of by Bill Wendling · 16 years ago
- a06ec9e Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't by Evan Cheng · 16 years ago
- c4f85dd Fix PR3016, a bug which can occur do to an invalid assumption: by Chris Lattner · 16 years ago
- d62284a Fix rdar://6505632, an llc crash on 483.xalancbmk by Chris Lattner · 16 years ago
- b3ec5ba Forgot this in the previous checkin: fopen now has nocapture, realloc is by Nick Lewycky · 16 years ago
- 959fb88 Testcase for last commit. by Bill Wendling · 16 years ago
- 8e27826 Fix MatchAddress bug that's preventing negative displacement from being folded in 64-bit mode. by Evan Cheng · 16 years ago
- 7ac9cdf Simplify extract element of a scalar to vector. by Mon P Wang · 16 years ago
- ee5c2b8 Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::LowerGlobalAddress to check if isVerifiedDebugInfoDesc() is true. Given the recent changes, it would falsely return true for a lot of GlobalAddressSDNode's. by Evan Cheng · 16 years ago
- 3326f16 Disable the post-RA scheduler on this test, since it uses a by Dan Gohman · 16 years ago
- e57187c CreateVirtualRegisters does trivial copy coalescing. If a node def is used by a single CopyToReg, it reuses the virtual register assigned to the CopyToReg. This won't work for SDNode that is a clone or is itself cloned. Disable this optimization for those nodes or it can end up with non-SSA machine instructions. by Evan Cheng · 16 years ago
- 71759c4 Fix PR3335 by not turning a store to one address space into a store to another. by Chris Lattner · 16 years ago