| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split -enable-finite-only-fp-math to two options: | Evan Cheng | 2010-07-15 | 11 | -38/+39 |
| | | | | | | | -enable-no-nans-fp-math and -enable-no-infs-fp-math. All of the current codegen fp math optimizations only care whether the fp arithmetics arguments and results can never be NaN. llvm-svn: 108465 | ||||
| * | build/Darwin: Add a missing directory dependency. | Daniel Dunbar | 2010-07-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 108463 | ||||
| * | remove some unneeded overloads that were causing | Chris Lattner | 2010-07-15 | 1 | -20/+0 |
| | | | | | | | ambiguity problems on some systems. llvm-svn: 108462 | ||||
| * | fix the definitions of ConstTextCoalSection/ConstDataCoalSection | Chris Lattner | 2010-07-15 | 2 | -4/+5 |
| | | | | | | | | | | | | to keep "Text" in sync with the "pure instructions" section attribute. Lack of this attribute was preventing the assembler from emitting multibyte noops instructions for templates (and inlines, and other coalesced stuff) and was causing the assembler to mismatch .o files. This fixes rdar://8018335 llvm-svn: 108461 | ||||
| * | fix indentation and 80 cols | Chris Lattner | 2010-07-15 | 1 | -2/+3 |
| | | | | | llvm-svn: 108460 | ||||
| * | Revert 108456. i.e. bring back r108444. | Devang Patel | 2010-07-15 | 1 | -0/+21 |
| | | | | | llvm-svn: 108458 | ||||
| * | Revert 108444. It breaks a build. | Devang Patel | 2010-07-15 | 1 | -21/+0 |
| | | | | | llvm-svn: 108456 | ||||
| * | Don't merge uses when they are targetting fixup sites with | Dan Gohman | 2010-07-15 | 1 | -1/+20 |
| | | | | | | | | | | | | | | different widths. In a use with a narrower fixup, formulae may be wider than the fixup, in which case the high bits aren't necessarily meaningful, so it isn't safe to reuse them for uses with wider fixups. This fixes PR7618, though the testcase is too large for a reasonable regression test, since it heavily dependes on hitting LSR's heuristics in a certain way. llvm-svn: 108455 | ||||
| * | fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3, | Chris Lattner | 2010-07-15 | 1 | -1/+1 |
| | | | | | | | | | this fixes rdar://8192860. Unfortunately it can only be triggered with llc because llvm-mc matches another (correctly encoded) version of this, so no testcase. llvm-svn: 108454 | ||||
| * | Use dbgs() instead of errs() in a DEBUG. | Dan Gohman | 2010-07-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 108453 | ||||
| * | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -3/+3 |
| | | | | | llvm-svn: 108452 | ||||
| * | Teach ScalarEvolution how to fold trunc(undef) and anyext(undef) to undef. | Dan Gohman | 2010-07-15 | 1 | -0/+14 |
| | | | | | | | This helps LSR behave more consistently on bugpoint-reduced testcases. llvm-svn: 108451 | ||||
| * | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -2/+3 |
| | | | | | llvm-svn: 108450 | ||||
| * | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time | Bill Wendling | 2010-07-15 | 3 | -18/+24 |
| | | | | | | | make sure to allocate enough space in the std::vector. llvm-svn: 108449 | ||||
| * | Reserve a goodly amount of room for the vectors. | Bill Wendling | 2010-07-15 | 1 | -2/+4 |
| | | | | | llvm-svn: 108448 | ||||
| * | build/Darwin: Add support for embedding version information in tool executables. | Daniel Dunbar | 2010-07-15 | 1 | -0/+21 |
| | | | | | llvm-svn: 108444 | ||||
| * | Fix crash reported in PR7653. | Devang Patel | 2010-07-15 | 2 | -1/+13 |
| | | | | | llvm-svn: 108441 | ||||
| * | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 2 | -14/+14 |
| | | | | | llvm-svn: 108440 | ||||
| * | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 108438 | ||||
| * | Speculatively revert r108429 to fix the clang self-host. | Owen Anderson | 2010-07-15 | 2 | -19/+28 |
| | | | | | llvm-svn: 108436 | ||||
| * | Per Chris' suggestion, get rid of the select canonicalization and just add | Owen Anderson | 2010-07-15 | 2 | -28/+19 |
| | | | | | | | | | the corresponding or-icmp-and pattern. This has the added benefit of doing the matching earlier, and thus being less susceptible to being confused by earlier transforms. llvm-svn: 108429 | ||||
| * | Remove unneeded check, and correct style. | Owen Anderson | 2010-07-15 | 1 | -3/+2 |
| | | | | | llvm-svn: 108427 | ||||
| * | Watch out for a constant offset cancelling out a base register, forming | Dan Gohman | 2010-07-15 | 2 | -2/+53 |
| | | | | | | | | a zero. This situation arrises in Fortran code with induction variables that start at 1 instead of 0. This fixes PR7651. llvm-svn: 108424 | ||||
| * | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson | 2010-07-15 | 3 | -0/+62 |
| | | | | | | | This now passes LIT, nighty test, and llvm-gcc bootstrap on my machine. llvm-svn: 108422 | ||||
| * | cache another dereferenced iterator | Gabor Greif | 2010-07-15 | 1 | -4/+6 |
| | | | | | llvm-svn: 108421 | ||||
| * | 80-col. | Eric Christopher | 2010-07-15 | 1 | -5/+5 |
| | | | | | llvm-svn: 108420 | ||||
| * | revert bill's patches in an attempt to fix the buildbot. | Chris Lattner | 2010-07-15 | 4 | -27/+22 |
| | | | | | llvm-svn: 108419 | ||||
| * | This is a full sentence. | Nick Lewycky | 2010-07-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 108418 | ||||
| * | Disable aliases on all platforms. | Nick Lewycky | 2010-07-15 | 1 | -0/+5 |
| | | | | | llvm-svn: 108417 | ||||
| * | Correctly set rpath on Mac OS X for executable tools. Note that I am not ↵ | Ted Kremenek | 2010-07-15 | 1 | -0/+5 |
| | | | | | | | certain this is the best fix; the code immediately above looks confused, as it first checks to see if we are NOT on Darwin and then checks the Darwin version number. This fix allows c-index-test (in Clang) to run outside of running the regression test suite. I would appreciate if someone reviewed this. llvm-svn: 108416 | ||||
| * | Fix PR7647, handling the case when 'To' ends up being | Chris Lattner | 2010-07-15 | 2 | -14/+81 |
| | | | | | | | | | | | mutated by recursive simplification. This also enhances ReplaceAndSimplifyAllUses to actually do a real RAUW at the end of it, which updates any value handles pointing to "From" to start pointing to "To". This seems useful for debug info and random other VH users. llvm-svn: 108415 | ||||
| * | make various clients of ReplaceAndSimplifyAllUses tolerate | Chris Lattner | 2010-07-15 | 1 | -2/+3 |
| | | | | | | | | | it *changing* the things it replaces, not just causing them to drop to null. There is no functionality change yet, but this is required for a subsequent patch. llvm-svn: 108414 | ||||
| * | Fix headers. | Bill Wendling | 2010-07-15 | 2 | -1/+1 |
| | | | | | llvm-svn: 108413 | ||||
| * | Use std::vector instead of a hard-coded array. The length of that array could | Bill Wendling | 2010-07-15 | 2 | -17/+20 |
| | | | | | | | get *very* large, but we only need it to be the size of the number of pregs. llvm-svn: 108412 | ||||
| * | Use std::vector instead of a hard-coded array. The length of that array could | Bill Wendling | 2010-07-15 | 2 | -6/+8 |
| | | | | | | | get *very* large, but we only need it to be the size of thenumber of pregs. llvm-svn: 108411 | ||||
| * | see comment. | Chris Lattner | 2010-07-15 | 1 | -0/+4 |
| | | | | | llvm-svn: 108409 | ||||
| * | add an accessor. | Chris Lattner | 2010-07-15 | 1 | -0/+4 |
| | | | | | llvm-svn: 108408 | ||||
| * | Revert r108401; it breaks bootstrap :( | Eli Friedman | 2010-07-15 | 1 | -3/+1 |
| | | | | | llvm-svn: 108407 | ||||
| * | Add AssertingVH which makes PR7647 break consistently. | Eli Friedman | 2010-07-15 | 1 | -1/+3 |
| | | | | | llvm-svn: 108401 | ||||
| * | Random note about bswap. | Eli Friedman | 2010-07-15 | 1 | -0/+26 |
| | | | | | llvm-svn: 108396 | ||||
| * | a more graceful fix for test/Other/inline-asm-newline-terminator.ll, | Chris Lattner | 2010-07-15 | 2 | -15/+1 |
| | | | | | | | follow on to r103765 llvm-svn: 108390 | ||||
| * | Speculatively revert r108378; may be causing bootstrap failures. | Eli Friedman | 2010-07-15 | 2 | -43/+0 |
| | | | | | llvm-svn: 108389 | ||||
| * | Last COPY conversion. | Jakob Stoklund Olesen | 2010-07-14 | 1 | -3/+2 |
| | | | | | llvm-svn: 108387 | ||||
| * | Remove restriction on NEON alignment values. Some of the NEON ld/st | Bob Wilson | 2010-07-14 | 3 | -9/+4 |
| | | | | | | | | instructions use different values (e.g., 2-byte or 4-byte alignment). Also fix ARMInstPrinter to print these alignments as bits instead of bytes. llvm-svn: 108386 | ||||
| * | Use TargetOpcode::COPY instead of X86-native register copy instructions when | Jakob Stoklund Olesen | 2010-07-14 | 2 | -30/+27 |
| | | | | | | | | lowering atomics. This will allow those copies to still be coalesced after TII::isMoveInstr is removed. llvm-svn: 108385 | ||||
| * | Remove the entire docs directory from Apple-style builds. | Bob Wilson | 2010-07-14 | 1 | -2/+2 |
| | | | | | | | This fixes a "usr_junk" verification failure when installing into /usr. llvm-svn: 108384 | ||||
| * | Try to get embedded build of llvmCore to pass verification. | Bob Wilson | 2010-07-14 | 2 | -17/+9 |
| | | | | | | | Simplify some things in the process. llvm-svn: 108382 | ||||
| * | 80-col. | Eric Christopher | 2010-07-14 | 1 | -2/+3 |
| | | | | | llvm-svn: 108381 | ||||
| * | Add instcombine transforms to optimize tests of multiple bits of the same ↵ | Owen Anderson | 2010-07-14 | 2 | -0/+43 |
| | | | | | | | value into a single larger comparison. llvm-svn: 108378 | ||||
| * | Temporarily disable this test. | Eric Christopher | 2010-07-14 | 1 | -1/+2 |
| | | | | | llvm-svn: 108371 | ||||

