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 |
2010-03-08 |
Daniel Dunbar | X86: Fix encoding for TEST{8,16,32}rr. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Evan Cheng | Add documentation on sibling call optimization. Rename... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | isNull() is not used any more. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Avoid using DIDescriptor.isNull(). |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Andrew Lenharth | Iterator traits and swap. closes PR6548 and PR6549 |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Erick Tryzelaar | Don't always run the ocaml kaleidoscope tutorials. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
John McCall | Revert r97726 and r97728 at ddunbar's request; we want... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Erick Tryzelaar | Add OCaml tutorial to the examples. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Erick Tryzelaar | Update the OCaml Kaleidoscope tutorial. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Revert r97947. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | disambiguate some types, add a fixme about some |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | fix some more ambiguous patterns, remove another nontem... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | Correct immediate sizes. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | fix a type compatibility bug. imm is i32 in the input |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | fix a bunch of partially ambiguous patterns on ARM... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | Fix a bunch of ambiguous patterns which tblgen happens... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | Node arguments to type casts can have names too. This... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Avoid using DIDescriptor.isNull(). |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Dale Johannesen | Add Order to SDDbgValue |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Dale Johannesen | Fix dbg value handling in tail merging. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | remove a non-temporal store pattern which is not tested and |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Revert r97917, which was causing Clang Debug self-host... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | Roll back r97918 again. Just configuring against llvm... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | Reapply r97788 to free MDNodes when the LLVMContext... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | Roll r97906 forward again, without double-deleting... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tobias Grosser | Add findNearestCommonDominator() for PostDominators. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | Use Other as a sentinel instead of iAny. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | turn off debug spew |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | more factoring. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | _2_ gcc crashes, ah, ah, ah... |
commit | commitdiff | tree | snapshot |
next |