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 |
2010-03-07 |
Chris Lattner | teach tblgen to be more aggressive when factoring Check... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Jeffrey Yasskin | Avoid leaking CompileUnits and DbgScopes from DwarfDebu... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | add some helper functions and implement isContradictory |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Wesley Peck | Re-committing the failed r97807 commit with changes... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Nick Lewycky | Add verification of union types. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Anton Korobeynikov | Describe what's going on with mingw alloca and why... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Anton Korobeynikov | Initial bits of ARMv4-only support. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Anton Korobeynikov | Lower dynamic stack allocation on mingw32 to separate... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | make APFloat::toString be const. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | disable this for mingw as well, we really need a 'has... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Anton Korobeynikov | Do not use '&' prefix for globals when register base... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eric Christopher | Let the fallthrough handle whether or not we've changed... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eric Christopher | Migrate _chk call lowering from SimplifyLibCalls to... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Rafael Espindola | Add static methods to handle Linkage Types. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | clean this up. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | revert r97807, it introduced build warnings. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Jim Grosbach | Thumb1 epilogue code generation needs to take into... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eric Christopher | Temporarily revert: |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Dale Johannesen | Fix another case where LSR was affected by debug info. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Evan Cheng | Don't update physical register def. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Evan Cheng | Transform @llvm.objectsize to integer if the argument... |
commit | commitdiff | tree | snapshot |
next |