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 |
2010-03-08 |
Chris Lattner | move .set generation out of DwarfPrinter into AsmPrinte... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Evan Cheng | Don't waste time trying to CSE labels, phis, inline... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Evan Cheng | Restrict machine cse to really trivial coalescing.... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | simplify EmitSectionOffset to always use .set if it is |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | don't reset defaults. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | Remove a version of EmitDifference. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Bob Wilson | Fix a crash compiling 254.gap for Thumb2. The Thumb2... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Evan Cheng | Re-commit 97860 with fix. getMallocAllocatedType may... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | eliminate a form of PrintLabelName. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | remove another form of EmitReference. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | eliminate the non-MCSymbol versions of EmitReference. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | mc'ize EmitLabel. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Introduce DIFile. This will be used to represent header... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | elimiante the DWLabel class, using MCSymbol instead... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Kevin Enderby | Fix the vmxon entry in the X86InstrInfo.td so it has... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Daniel Dunbar | MC/Macho-O: Align the zerofill section itself to the... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Derive DIType from DIScope. This simplifies getContext... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Remove DbgNode checks in constructor. Debug descriptors... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Daniel Dunbar | MC/Mach-O: Fix address compution for zero fill sections. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Daniel Dunbar | MC/Mach-O: Error out instead of crashing on invalid... |
commit | commitdiff | tree | snapshot |
next |