2010-03-10 |
Jim Grosbach | comment why we use custom epilogue for t1 functions... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dale Johannesen | Fix another place where DEBUG_VALUE affected codegen. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dan Gohman | Add a DominatorTree argument to isLCSSA so that it... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dan Gohman | Constant-fold GEP-of-GEP into a single GEP. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dan Gohman | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Johnny Chen | Factored out the disassembly printing of CPS option... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Tobias Grosser | Fix make check with cmake/lit |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | The backend now makes a reasonable job of targeting... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Handle MVT::i64 type in DAG combine for ISD::ADD. Fold... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Daniel Dunbar | Remove unneeded includes. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Bob Wilson | Testcase for pr6552. I changed the code to use "ip... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Fix checking of intermediates having one use in isADDADDMUL |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Extract recognition of patterns such as add(add(mul... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Fix thinko. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Benjamin Kramer | Remove duplicated code. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dale Johannesen | Fix a bug in DEBUG_VALUE handling Devang ran into. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Prefer LMUL to MACCU as LMUL has no tied operands. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Custom lower (S|U)MUL_LOHI -> MACC(S|U) |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Fix indentation |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Lower add (mul a, b), c into MACCU / MACCS nodes which... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Richard Osborne | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | move three lowering hooks from MAI to TLOF and make... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Evan Cheng | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Evan Cheng | Unbreak test on Linux. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dale Johannesen | This survived a bootstrap, so let's try 98104 again. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Evan Cheng | Enable machine cse pass. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | mcize the rest of EH emission, only one more directive... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | add missing filename! |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | set the temporary bit on MCSymbols correctly. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dan Gohman | Fix a comment. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Evan Cheng | Add a couple more heuristics to neuter machine cse... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Daniel Dunbar | MC/Mach-O: Resolve a FIXME; these relocation types... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dan Gohman | Clarify the documentation for MachineFunctionPasses. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | eliminate MCContext::CreateSymbol and CreateTemporarySy... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | inline away a form of IsPCRelative, eliminating the |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | add some fixme's for MCizing. EH still has a few thing... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Daniel Dunbar | MC/Mach-O: Use the SECTDIFF relocation type for (A... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Jim Grosbach | Clear up the last (famous last words) frame index value... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dale Johannesen | Speculatively revert 98104; could be what's causing... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | mcize uses of PrintRelDirective and eliminate it. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | inline the bool form of PrintRelDirective away, leaving... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | eliminate EOL, adding all comments with the OutStreamer... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dale Johannesen | Ever more complicated DEBUG_VALUE fixes for branch... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dan Gohman | Avoid analyzing instructions in blocks not reachable... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | eliminate a bunch of \n's that are being printed to... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | convert the non-"ispcrel" case of EmitReference to MC, |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | make the NullStreamer set the section on a label when... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Jakob Stoklund... | Try to keep the cached inliner costs around for a bit... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Daniel Dunbar | MC/X86: Rename alternate spellings of ADD{8,16,32}... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Daniel Dunbar | MC/X86: Rename alternate spellings of CMP{8,16,32}... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chandler Carruth | Continue propagating the GoogleTest flags until we... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Jakob Stoklund... | Revert r98089, it was breaking a clang test. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Jakob Stoklund... | Try to keep the cached inliner costs around for a bit... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Jakob Stoklund... | Permit inlining into huge functions. This heuristic... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Jim Grosbach | Change the Value argument to eliminateFrameIndex to... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Johnny Chen | MSR (Move to Special Register from ARM core register... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Daniel Dunbar | MC/Mach-O: For PCrel relocations, we need to compensate... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Daniel Dunbar | MC/Mach-O: Also set the PCrel bit in the second half... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Daniel Dunbar | MC/Mach-O: Don't generate relocations for PCrel fixups... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dale Johannesen | The address of an indirect call must be in R12 on Darwin. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chandler Carruth | Consolidate GoogleTest make options and duplicate them... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Jim Grosbach | scavenged frame index value re-use gets confused when... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Bill Wendling | The ARM EH experiment worked! |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Richard Osborne | In cases where the carry / borrow unused converted... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Richard Osborne | Canonicalize ladd constant to RHS. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Richard Osborne | Add DAG combine for ladd / lsub. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Duncan Sands | Attempt to fix random build failures seen when doing... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Evan Cheng | Allow more cross-rc coalescing. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | reapply r98035: |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | add some extra checks. I'm not sure why, but this... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Evan Cheng | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Jakob Stoklund... | Don't do illegal cross-class coalescing. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Evan Cheng | - Make the machine cse dumb coalescer (as opposed to... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dan Gohman | Don't try to fold V_SET0 and V_SETALLONES to loads... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Bill Wendling | This is part of an LLC-beta test used to test <rdar... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Eric Christopher | Speculatively revert r98035. It appears to have caused... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dan Gohman | Attempt to make this debug output meaningful, both... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | Now that setStartLabel takes an MCSymbol, we can de... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | change DbgScope to keep track of the start/end label... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dan Gohman | Make isLCSSA ignore uses in blocks not reachable from... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | remove a useless optimization: now that label replaceme... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | inline RemapLabel into its only caller and simplify. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Daniel Dunbar | MC/Mach-O: Tweak .dump() formatting. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Daniel Dunbar | MC/Mach-O: Don't adjust section sizes when aligning... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dale Johannesen | Another place where debug info affected codegen. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | mcstreamerize AsmPrinter::printLabel. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Jakob Stoklund... | Add inlining threshold to log output. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Jakob Stoklund... | Disable physical register coalescing when the number... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Devang Patel | Start using DIFile. See updated SourceLevelDebugging... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Bill Wendling | Print blank line and clear stubs vector. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Bill Wendling | MC-ize the stub printing in ARM. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | add a EmitSymbolValue convenience method to MCStreamer. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | make InlineInfoLabels hold MCSymbol*'s, avoiding |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | mc'ize the last use of PrintLabelName and eliminate... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | eliminate an argument from PrintRelDirective, sinking |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Dan Gohman | Print the correct index in the "match failed at index... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | remove the suffix form of PrintLabelName, which was... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Chris Lattner | now that the debug and eh emitters use a common .set... |
commit | commitdiff | tree | snapshot |
next |