2010-03-13 |
Daniel Dunbar | MC/X86: Add an XFAIL test where we aren't matching... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Devang Patel | Remove extra parameter. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bob Wilson | Combine the code to build VLDM and VSTM instructions... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Devang Patel | Do not overestimate code size reduction in presense... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Bob Wilson | Tidy up. No functional changes. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Daniel Dunbar | MC/Mach-O: Implement initial support for relaxation. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Bob Wilson | Remove obsolete comments. VLDM is implemented in ARMIn... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jeffrey Yasskin | Fix LLVM build when the user specifies CPPFLAGS on... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | remove gone method, grr symlinks. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | remove special case code that isn't needed anymore. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | inline GetGlobalValueSymbol into the rest its callers and |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | inline the now-trivial implementation of GetGlobalValue... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | eliminate the X86 version of GetGlobalValueSymbol,... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | prune #includes, this file should be removed pending... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | move fastcall/stdcall mangling up into Mangler. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Daniel Dunbar | MC: Factor out MCAssembler::EvaluateFixup, and simplify. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Daniel Dunbar | MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Daniel Dunbar | MC: Add MCAssembler::addFixup, which enforces that... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | give Mangler access to TargetData. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | make DecorateCygMingName a static method. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Benjamin Kramer | Add a virtual destructor and give vtable a home. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | minor tidying, only do work if a function is |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | eliminate the string form of DecorateCygMingName |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | remove the FnArgWords cache to make way for future... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Bill Wendling | Add a beta-test for placing the LSDA into the TEXT... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Devang Patel | Fix llc crash on invalid input. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | Remove some dead code. This method only gets called on |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | use Mang->getSymbol instead of duplicating the logic... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | finally give Mangler a getSymbol method, which returns... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | remove dead code. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | simplify code to use OutContext.GetOrCreateTemporarySym... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | make the mangler take an MCContext instead of an MAI. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | remove MAI argument from createAsmStreamer since it |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | fix a bug emitting .secrel32 that I introduced, PR6587... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Duncan Sands | When constant folding GEP of GEP, do not crash if an... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jeffrey Yasskin | Free DbgScopes in DwarfDebug::endFunction(). Also... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Duncan Sands | Revert turning copysignl into a COPYSIGN node for the... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Kovarththanan... | Remove superfluous NULL assignment |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Benjamin Kramer | Use StringRef::substr instead of std::string::substr... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Duncan Sands | Now that it's supported, turn copysignl into a COPYSIGN... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Duncan Sands | Fix PR6522: implement copysign expansion for x86 long... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Benjamin Kramer | Factor checked library call optimization into a common... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | fix PR6577, a bug in sdbuilder lowering select instructions |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | update mkpatch for MC, patch by Aaron Gray |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Bill Wendling | The same situation that effected ARM effects PPC with... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | make TargetLoweringObjectFile::getExprForDwarfReference |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Devang Patel | There is no need to create specification DIE for defini... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Bill Wendling | MC-ize PPC's asm printing of stubs. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nate Begeman | Whoops this already existed. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nate Begeman | Add a handful of additional useful pass manager things... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Jakob Stoklund... | Extract methods from LocalRewriter::RewriteMBB bringing... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Chris Lattner | enhance MCContext::GetOrCreateTemporarySymbol() to... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Chris Lattner | change MCContext to always have an MCAsmInfo. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Chris Lattner | fix a fixme in TargetLoweringObjectFile::getExprForDwar... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Dan Gohman | Remove getWidenVectorType, which is no longer used. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Chris Lattner | empty symbols aren't possible, the mcsymbol ctor aborts... |
commit | commitdiff | tree | snapshot |
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 |
next |