2010-03-11 |
Johnny Chen | Set the (Format)F filed of t2Int_MemBarrierV7 & t2Int_S... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Benjamin Kramer | stpcpy is so similar to strcpy, it doesn't deserve... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Bill Wendling | revert r98270. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Chris Lattner | rename getSymbolForDwarf* to getExprForDwarf* since... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Evan Cheng | In case of tail call size of Ins and InVals may not... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Eric Christopher | Lower stpcpy_chk when possible. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Evan Cheng | Bad bad bug. x86 force indirect tail call address into... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Richard Osborne | Remove dead code. (S|U)MUL_LO is now lowered to LMUL... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Jeffrey Yasskin | Avoid leaking CompileUnits in DwarfDebug.cpp. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | MC/Mach-O: Add MCSymbolData::getAddress() utility. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Richard Osborne | Add dag combine to simplify lmul(x, 0, a, b) |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Richard Osborne | Switch XCore over to using inline jump table entries. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Richard Osborne | Add a new jump table encoding to indicate jump tables... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Evan Cheng | The check for coalescing a virtual register to a physic... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Eric Christopher | Have fast-isel understand llvm.objectsize. Update... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Jeffrey Yasskin | Make clang bootstrap happier on OSX 10.5 by reducing... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | MC/Mach-O: Implement "absolutizing" semantics of .set... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | MC/Mach-O: Start passing in the basic MCAsmLayout object. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Eric Christopher | Do some final lowering in CodeGenPrepare of _chk calls... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | MC: Sketch initial MCAsmLayout class, which encapsulate... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | Fix (unused) RegisterAsmBackend template, clang++ isn... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | Remove dead include. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dale Johannesen | Fix debug_value handling. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | MC: Provide MCAssembler with a TargetAsmBackend. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | MC: Sketch some TargetAsmBackend hooks we are going... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Daniel Dunbar | MC: Provide the target triple to AsmBackend constructors. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Eric Christopher | Add strncpy libcall creator. Use it when it should... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Bill Wendling | When outputing a non-lazy pointer for a stub, we may... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Johnny Chen | Added Thumb2 LDRD/STRD pre/post variants for disassembl... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dale Johannesen | Make sure HasDebugValue is initialized. This should fix |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Bob Wilson | Fix ARM buildbot breakage. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Chris Lattner | add support, testcases, and dox for the new GHC calling |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Bob Wilson | Lower small memcpys to load/stores on Thumb2. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Jakob Stoklund... | VirtRegRewriter spring cleaning. No functional change. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Chris Lattner | Work around a bug in the openbsd assembler on i386, |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | fix PR6533 by updating the br(xor) code to remember... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dale Johannesen | Cosmetic: lengthen names and improve comments. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Bob Wilson | Fix an obvious typo in an assert. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Bill Wendling | Add a bit along with the MCSymbols stored in the Machin... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dale Johannesen | Progress towards shepherding debug info through Selecti... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | move PR6576 here. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | add DESTDIR support for TOOLALIAS, for PR6557, patch by |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dan Gohman | Fix another bitwidth calculation to handle vector types... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Daniel Dunbar | MC/Mach-O: Use the MCAssembler symbol map instead of... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Daniel Dunbar | MC: Move the backend section and symbol data maps to... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Daniel Dunbar | Remove unneeded declarations. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Jim Grosbach | Make sure the LR gets pushed in functions that use... |
commit | commitdiff | tree | snapshot |
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 |
next |