2010-03-14 |
Chris Lattner | change SrcLineInfo to contain a label instead of a... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | Now that DBG_LABEL is updated, we can finally make... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | change the DBG_LABEL MachineInstr to always be created |
tree | commitdiff |
2010-03-14 |
Chris Lattner | unbreak the build, grr symlinks. |
tree | commitdiff |
2010-03-14 |
Chris Lattner | Change this code to allocate temporary labels from... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | switch GC_LABEL to use an MCSymbol operand instead... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | Fix some EH failures on NNT I introduced in r98461 |
tree | commitdiff |
2010-03-14 |
Chris Lattner | fix a bug I introduced in r98459, causing some NNT... |
tree | commitdiff |
2010-03-14 |
Evan Cheng | Do not force indirect tailcall through fixed registers... |
tree | commitdiff |
2010-03-14 |
Daniel Dunbar | MC: Fix a crash on invalid, attempting to evaluate... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | change the LabelSDNode to be EHLabelSDNode and make... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | eliminate InvalidateLabel and LabelIDList from MMI... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | use Label->isDefined() instead of isLabelDeleted()... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | fix some pointless layering violations. |
tree | commitdiff |
2010-03-14 |
Chris Lattner | change EH related stuff (other than EH_LABEL) to use... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | X86_64: Fix encoding for the rest of the 64i32 instruct... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | X86: Fix ADD64i32 encoding. |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Symbol support. |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | MC/Mach-O: Initial x86_64 support. |
tree | commitdiff |
2010-03-13 |
Chris Lattner | eliminate the now-unneeded context argument of MBB... |
tree | commitdiff |
2010-03-13 |
Chris Lattner | rearrange MCContext ownership. Before LLVMTargetMachin... |
tree | commitdiff |
2010-03-13 |
Jeffrey Yasskin | Allow types that have been forwarded to to be freed. |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Fix matching of leaq. |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Fix matching of callq. |
tree | commitdiff |
2010-03-13 |
Chris Lattner | add a hack to allow parsing negative minint. rdar:... |
tree | commitdiff |
2010-03-13 |
Chris Lattner | add support for MCSymbols as operands to MachineInstrs. |
tree | commitdiff |
2010-03-13 |
Chris Lattner | simplify EmitFrameMoves to take BaseLabel in as a symbol |
tree | commitdiff |
2010-03-13 |
Chris Lattner | simplify some overly general code. The stack always... |
tree | commitdiff |
2010-03-13 |
Benjamin Kramer | Fix another warning. There is a functionality change... |
tree | commitdiff |
2010-03-13 |
Chris Lattner | factor some labels, simplify some code. |
tree | commitdiff |
2010-03-13 |
Bob Wilson | Attempt to appease the arm-linux buildbot by fixing... |
tree | commitdiff |
2010-03-13 |
Chris Lattner | various cleanups. |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | MC/Mach-O: PCrel relocations weren't using the right... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -n, useful for comparing -integrated... |
tree | commitdiff |
2010-03-13 |
Evan Cheng | Fix a typo in ValueTracking that's causing instcombine... |
tree | commitdiff |
2010-03-13 |
Chris Lattner | reimplement the string pool used for inlined function |
tree | commitdiff |
2010-03-13 |
Chris Lattner | switch to the text section at the start of the .s file... |
tree | commitdiff |
2010-03-13 |
Jeffrey Yasskin | Delete MDNodes when LLVMContext is destroyed. Previous... |
tree | commitdiff |
2010-03-13 |
Bob Wilson | Change ARM ld/st multiple instructions to have variant... |
tree | commitdiff |
2010-03-13 |
Devang Patel | Do not ignore arg_size() impact while counting bb... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | MC/X86: Add temporary hack to match shrl $1,%eax correc... |
tree | commitdiff |
2010-03-13 |
Devang Patel | Remove extra parameter. |
tree | commitdiff |
2010-03-13 |
Bob Wilson | Combine the code to build VLDM and VSTM instructions... |
tree | commitdiff |
2010-03-13 |
Devang Patel | Do not overestimate code size reduction in presense... |
tree | commitdiff |
2010-03-12 |
Bob Wilson | Tidy up. No functional changes. |
tree | commitdiff |
2010-03-12 |
Daniel Dunbar | MC/Mach-O: Implement initial support for relaxation. |
tree | commitdiff |
2010-03-12 |
Bob Wilson | Remove obsolete comments. VLDM is implemented in ARMIn... |
tree | commitdiff |
2010-03-12 |
Jeffrey Yasskin | Fix LLVM build when the user specifies CPPFLAGS on... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | remove gone method, grr symlinks. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | remove special case code that isn't needed anymore. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | inline GetGlobalValueSymbol into the rest its callers and |
tree | commitdiff |
2010-03-12 |
Chris Lattner | inline the now-trivial implementation of GetGlobalValue... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | eliminate the X86 version of GetGlobalValueSymbol,... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | prune #includes, this file should be removed pending... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | move fastcall/stdcall mangling up into Mangler. |
tree | commitdiff |
2010-03-12 |
Daniel Dunbar | MC: Factor out MCAssembler::EvaluateFixup, and simplify. |
tree | commitdiff |
2010-03-12 |
Daniel Dunbar | MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... |
tree | commitdiff |
2010-03-12 |
Daniel Dunbar | MC: Add MCAssembler::addFixup, which enforces that... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | give Mangler access to TargetData. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | make DecorateCygMingName a static method. |
tree | commitdiff |
2010-03-12 |
Benjamin Kramer | Add a virtual destructor and give vtable a home. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | minor tidying, only do work if a function is |
tree | commitdiff |
2010-03-12 |
Chris Lattner | eliminate the string form of DecorateCygMingName |
tree | commitdiff |
2010-03-12 |
Chris Lattner | remove the FnArgWords cache to make way for future... |
tree | commitdiff |
2010-03-12 |
Bill Wendling | Add a beta-test for placing the LSDA into the TEXT... |
tree | commitdiff |
2010-03-12 |
Devang Patel | Fix llc crash on invalid input. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | Remove some dead code. This method only gets called on |
tree | commitdiff |
2010-03-12 |
Chris Lattner | use Mang->getSymbol instead of duplicating the logic... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | finally give Mangler a getSymbol method, which returns... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | remove dead code. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | simplify code to use OutContext.GetOrCreateTemporarySym... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | make the mangler take an MCContext instead of an MAI. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | remove MAI argument from createAsmStreamer since it |
tree | commitdiff |
2010-03-12 |
Chris Lattner | fix a bug emitting .secrel32 that I introduced, PR6587... |
tree | commitdiff |
2010-03-12 |
Duncan Sands | When constant folding GEP of GEP, do not crash if an... |
tree | commitdiff |
2010-03-12 |
Jeffrey Yasskin | Free DbgScopes in DwarfDebug::endFunction(). Also... |
tree | commitdiff |
2010-03-12 |
Duncan Sands | Revert turning copysignl into a COPYSIGN node for the... |
tree | commitdiff |
2010-03-12 |
Kovarththanan Raja... | Remove superfluous NULL assignment |
tree | commitdiff |
2010-03-12 |
Benjamin Kramer | Use StringRef::substr instead of std::string::substr... |
tree | commitdiff |
2010-03-12 |
Duncan Sands | Now that it's supported, turn copysignl into a COPYSIGN... |
tree | commitdiff |
2010-03-12 |
Duncan Sands | Fix PR6522: implement copysign expansion for x86 long... |
tree | commitdiff |
2010-03-12 |
Benjamin Kramer | Factor checked library call optimization into a common... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | fix PR6577, a bug in sdbuilder lowering select instructions |
tree | commitdiff |
2010-03-12 |
Bill Wendling | The same situation that effected ARM effects PPC with... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | make TargetLoweringObjectFile::getExprForDwarfReference |
tree | commitdiff |
2010-03-11 |
Devang Patel | There is no need to create specification DIE for defini... |
tree | commitdiff |
2010-03-11 |
Bill Wendling | MC-ize PPC's asm printing of stubs. |
tree | commitdiff |
2010-03-11 |
Nate Begeman | Whoops this already existed. |
tree | commitdiff |
2010-03-11 |
Nate Begeman | Add a handful of additional useful pass manager things... |
tree | commitdiff |
2010-03-11 |
Jakob Stoklund Olesen | Extract methods from LocalRewriter::RewriteMBB bringing... |
tree | commitdiff |
2010-03-11 |
Chris Lattner | enhance MCContext::GetOrCreateTemporarySymbol() to... |
tree | commitdiff |
2010-03-11 |
Chris Lattner | change MCContext to always have an MCAsmInfo. |
tree | commitdiff |
2010-03-11 |
Chris Lattner | fix a fixme in TargetLoweringObjectFile::getExprForDwar... |
tree | commitdiff |
2010-03-11 |
Dan Gohman | Remove getWidenVectorType, which is no longer used. |
tree | commitdiff |
2010-03-11 |
Chris Lattner | empty symbols aren't possible, the mcsymbol ctor aborts... |
tree | commitdiff |
2010-03-11 |
Johnny Chen | Set the (Format)F filed of t2Int_MemBarrierV7 & t2Int_S... |
tree | commitdiff |
2010-03-11 |
Benjamin Kramer | stpcpy is so similar to strcpy, it doesn't deserve... |
tree | commitdiff |
2010-03-11 |
Bill Wendling | revert r98270. |
tree | commitdiff |
2010-03-11 |
Chris Lattner | rename getSymbolForDwarf* to getExprForDwarf* since... |
tree | commitdiff |
2010-03-11 |
Evan Cheng | In case of tail call size of Ins and InVals may not... |
tree | commitdiff |
next |