2010-03-14 |
Daniel Dunbar | MC: Fix a crash on invalid, attempting to evaluate... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | change the LabelSDNode to be EHLabelSDNode and make... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | eliminate InvalidateLabel and LabelIDList from MMI... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | use Label->isDefined() instead of isLabelDeleted()... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | fix some pointless layering violations. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | change EH related stuff (other than EH_LABEL) to use... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | X86_64: Fix encoding for the rest of the 64i32 instruct... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | X86: Fix ADD64i32 encoding. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Symbol support. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/Mach-O: Initial x86_64 support. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | macho-dump: Basic Mach 64 support. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | eliminate the now-unneeded context argument of MBB... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | rearrange MCContext ownership. Before LLVMTargetMachin... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Make lit pay attention to --vg for unittests too. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Allow types that have been forwarded to to be freed. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Lewycky | Teach this test not to leak. Also, clean up all the... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | llvm-mc: Delete output files on error. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Fix matching of leaq. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Fix matching of callq. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | add a hack to allow parsing negative minint. rdar:... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | add builder support for mcsymbol operands. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | add support for MCSymbols as operands to MachineInstrs. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | simplify EmitFrameMoves to take BaseLabel in as a symbol |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | simplify some overly general code. The stack always... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Benjamin Kramer | Fix another warning. There is a functionality change... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | factor some labels, simplify some code. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Benjamin Kramer | Add some parens and silence a warning. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bob Wilson | Attempt to appease the arm-linux buildbot by fixing... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | various cleanups. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/Mach-O: PCrel relocations weren't using the right... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -n, useful for comparing -integrated... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -arch as a simplified form of -triple. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Evan Cheng | Fix a typo in ValueTracking that's causing instcombine... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | reimplement the string pool used for inlined function |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Remove the last memory leak from the VMCore unit tests. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | switch to the text section at the start of the .s file... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Remove a memory leak from MetadataTest. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Remove a memory leak from VerifierTest. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Delete MDNodes when LLVMContext is destroyed. Previous... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bob Wilson | Change ARM ld/st multiple instructions to have variant... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Devang Patel | Do not ignore arg_size() impact while counting bb... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/X86: Add temporary hack to match shrl $1,%eax correc... |
commit | commitdiff | tree | snapshot |
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 |
next |