| Commit message (Expand) | Author | Age | Files | Lines |
* | mcize the rest of EH emission, only one more directive missing | Chris Lattner | 2010-03-10 | 1 | -12/+17 |
* | add missing filename! | Chris Lattner | 2010-03-10 | 1 | -0/+2 |
* | set the temporary bit on MCSymbols correctly. | Chris Lattner | 2010-03-10 | 17 | -53/+87 |
* | Fix a comment. | Dan Gohman | 2010-03-10 | 1 | -1/+1 |
* | Add a couple more heuristics to neuter machine cse some more. | Evan Cheng | 2010-03-10 | 1 | -13/+57 |
* | MC/Mach-O: Resolve a FIXME; these relocation types are no longer semanticaly ... | Daniel Dunbar | 2010-03-10 | 1 | -3/+5 |
* | Clarify the documentation for MachineFunctionPasses. | Dan Gohman | 2010-03-10 | 1 | -4/+10 |
* | eliminate MCContext::CreateSymbol and CreateTemporarySymbol. | Chris Lattner | 2010-03-10 | 3 | -25/+17 |
* | inline away a form of IsPCRelative, eliminating the | Chris Lattner | 2010-03-10 | 4 | -29/+14 |
* | add some fixme's for MCizing. EH still has a few things that | Chris Lattner | 2010-03-10 | 3 | -13/+9 |
* | MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is... | Daniel Dunbar | 2010-03-10 | 2 | -8/+66 |
* | Clear up the last (famous last words) frame index value reuse issues for Thumb1. | Jim Grosbach | 2010-03-10 | 3 | -8/+12 |
* | Speculatively revert 98104; could be what's causing crashes | Dale Johannesen | 2010-03-10 | 1 | -56/+3 |
* | mcize uses of PrintRelDirective and eliminate it. | Chris Lattner | 2010-03-10 | 3 | -21/+9 |
* | inline the bool form of PrintRelDirective away, leaving just the unsigned form. | Chris Lattner | 2010-03-09 | 2 | -9/+4 |
* | eliminate EOL, adding all comments with the OutStreamer.AddComment | Chris Lattner | 2010-03-09 | 4 | -131/+143 |
* | Ever more complicated DEBUG_VALUE fixes for branch folding. | Dale Johannesen | 2010-03-09 | 1 | -3/+56 |
* | Avoid analyzing instructions in blocks not reachable from the entry block. | Dan Gohman | 2010-03-09 | 2 | -2/+22 |
* | eliminate a bunch of \n's that are being printed to O. Next up is to kill | Chris Lattner | 2010-03-09 | 2 | -35/+19 |
* | convert the non-"ispcrel" case of EmitReference to MC, | Chris Lattner | 2010-03-09 | 1 | -0/+8 |
* | make the NullStreamer set the section on a label when emitted so that isDefin... | Chris Lattner | 2010-03-09 | 1 | -1/+5 |
* | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen | 2010-03-09 | 6 | -6/+63 |
* | MC/X86: Rename alternate spellings of ADD{8,16,32} and mark as "code gen only... | Daniel Dunbar | 2010-03-09 | 2 | -9/+14 |
* | MC/X86: Rename alternate spellings of CMP{8,16,32} and mark as "code gen only... | Daniel Dunbar | 2010-03-09 | 2 | -6/+15 |
* | Continue propagating the GoogleTest flags until we can update our version to | Chandler Carruth | 2010-03-09 | 2 | -1/+8 |
* | Revert r98089, it was breaking a clang test. | Jakob Stoklund Olesen | 2010-03-09 | 6 | -57/+6 |
* | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen | 2010-03-09 | 6 | -6/+57 |
* | Permit inlining into huge functions. This heuristic is ancient, and inlining | Jakob Stoklund Olesen | 2010-03-09 | 1 | -5/+0 |
* | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach | 2010-03-09 | 30 | -33/+40 |
* | MSR (Move to Special Register from ARM core register) requires a mask to specify | Johnny Chen | 2010-03-09 | 2 | -12/+12 |
* | MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm... | Daniel Dunbar | 2010-03-09 | 2 | -5/+71 |
* | MC/Mach-O: Also set the PCrel bit in the second half of paired relocation ent... | Daniel Dunbar | 2010-03-09 | 1 | -4/+2 |
* | MC/Mach-O: Don't generate relocations for PCrel fixups to local labels. | Daniel Dunbar | 2010-03-09 | 1 | -9/+19 |
* | The address of an indirect call must be in R12 on Darwin. | Dale Johannesen | 2010-03-09 | 2 | -0/+29 |
* | Consolidate GoogleTest make options and duplicate them to its own makefile. | Chandler Carruth | 2010-03-09 | 2 | -8/+19 |
* | scavenged frame index value re-use gets confused when more than one base | Jim Grosbach | 2010-03-09 | 2 | -1/+8 |
* | The ARM EH experiment worked! | Bill Wendling | 2010-03-09 | 4 | -50/+78 |
* | In cases where the carry / borrow unused converted ladd / lsub | Richard Osborne | 2010-03-09 | 2 | -0/+69 |
* | Canonicalize ladd constant to RHS. | Richard Osborne | 2010-03-09 | 1 | -0/+4 |
* | Add DAG combine for ladd / lsub. | Richard Osborne | 2010-03-09 | 3 | -0/+98 |
* | Attempt to fix random build failures seen when doing highly | Duncan Sands | 2010-03-09 | 1 | -2/+1 |
* | Allow more cross-rc coalescing. | Evan Cheng | 2010-03-09 | 1 | -10/+13 |
* | reapply r98035: | Chris Lattner | 2010-03-09 | 5 | -28/+29 |
* | add some extra checks. I'm not sure why, but this does unbreak a | Chris Lattner | 2010-03-09 | 1 | -0/+3 |
* | Revert accidental commit. | Evan Cheng | 2010-03-09 | 1 | -1/+1 |
* | Don't do illegal cross-class coalescing. | Jakob Stoklund Olesen | 2010-03-09 | 1 | -1/+1 |
* | - Make the machine cse dumb coalescer (as opposed to the more awesome simple | Evan Cheng | 2010-03-09 | 2 | -15/+59 |
* | Don't try to fold V_SET0 and V_SETALLONES to loads in medium and | Dan Gohman | 2010-03-09 | 1 | -0/+5 |
* | This is part of an LLC-beta test used to test <rdar://problem/6804645>. Please | Bill Wendling | 2010-03-09 | 1 | -1/+31 |
* | Speculatively revert r98035. It appears to have caused a set of buildbot | Eric Christopher | 2010-03-09 | 5 | -29/+28 |