Remove a bunch of stuff around the edges of the ELF writer.
[oota-llvm.git] / lib /
2010-02-02 Chris LattnerRemove a bunch of stuff around the edges of the ELF...
2010-02-02 Eric ChristopherReformat my last patch slightly.
2010-02-02 Chris Lattnertidy some targets.
2010-02-02 Eric ChristopherRe-add strcmp and known size object size checking optim...
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnerdetemplatize the ppc code emitter.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattneradd a definition for ID.
2010-02-02 Chris Lattnerdetemplatize ARM code emitter.
2010-02-02 Daniel DunbarMCAsmParser/X86: Represent absolute memory operands...
2010-02-02 Daniel DunbarMCCodeEmitter/X86: Handle tied registers better when...
2010-02-02 Daniel DunbarMC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnerdetemplatize alpha code emission, it is now JIT specific.
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnerremove the remnants of TargetMachOWriterInfo.
2010-02-02 Chris LattnerAdd a new top-level MachO.h file for manifest constants...
2010-02-02 Johnny ChenAdded t2BFI (Bitfield Insert) entry for disassembler...
2010-02-02 Chris Lattnerremove PPCMachOWriterInfo.
2010-02-02 Chris Lattnereliminate all forms of addPassesToEmitMachineCode except
2010-02-02 Dale JohannesenTest revert 95050; there's a good chance it's causing
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-02-02 Duncan SandsAdding missing methods for creating Add, Mul, Neg and...
2010-02-02 Devang PatelApparently gdb is not amused by empty lines in pubtypes...
2010-02-02 Devang PatelNULL terminate name in pubtypes sections.
2010-02-02 Chris Lattnerdon't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0...
2010-02-02 Chris Lattnerfix a crash in loop unswitch on a loop invariant vector...
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-02 Dale JohannesenMake local RA smarter about reusing input register...
2010-02-02 Dan GohmanLangRef.html says that inttoptr and ptrtoint always...
2010-02-02 Dan GohmanFactor out alignof expression folding into a separate...
2010-02-02 Dan GohmanVarious code simplifications.
2010-02-02 Daniel DunbarUpdate CMake.
2010-02-02 Eric ChristopherDon't need to check the last argument since it'll alway...
2010-02-02 Eric ChristopherMore indentation/tabification fixes.
2010-02-02 Eric ChristopherUntabify previous commit.
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-02-01 Eric ChristopherFormatting.
2010-02-01 Johnny ChenMOVi16 should also be marked as a UnaryDP instruction...
2010-02-01 Bill WendlingAdd "dump" method to IVUsersOneStride.
2010-02-01 Evan ChengFix PR6196. GV callee may not be a function.
2010-02-01 Mon P WangImprove EXTRACT_VECTOR_ELT patch based on comments...
2010-02-01 Bob WilsonAdd an option to GVN to remove all partially redundant...
2010-02-01 Chris Lattnereliminate a bunch of pointless LLVMContext arguments.
2010-02-01 Duncan SandsFix typo "of" -> "or" and change the way a line was...
2010-02-01 Chris Lattnerfix PR6195, a bug constant folding scalar -> vector...
2010-02-01 Dale Johannesenfix PR 6157. Testcase pending.
2010-02-01 Chris Lattnercleanups.
2010-02-01 Chris Lattnerfix PR6197 - infinite recursion in ipsccp due to block...
2010-02-01 Mon P WangFixed a couple of optimization with EXTRACT_VECTOR_ELT...
2010-02-01 Dan GohmanGeneralize target-independent folding rules for sizeof...
2010-02-01 Chris Lattnerfix rdar://7590304, a miscompilation of objc apps on...
2010-02-01 Chris Lattnerfix rdar://7590304, an infinite loop in instcombine...
2010-02-01 Bob WilsonFix pr6198 by moving the isSized() check to an outer...
2010-02-01 Dan GohmanAdd a getNUWMul function.
2010-02-01 Dan GohmanAdd a generalized form of ConstantExpr::getOffsetOf...
2010-02-01 Bruno Cardoso LopesMulOp is actually a Mips specific node, so do the match...
2010-02-01 Evan ChengUndo r94946 now all the tests are passing again.
2010-02-01 Bruno Cardoso LopesFix stack size bug while using o32 abi
2010-01-31 Johnny ChenFor MVNr and MVNs, we need to set Inst{25} = 0 so as...
2010-01-31 Evan ChengChange TAILJMP's to be varargs and transfer implicit...
2010-01-31 Evan ChengFix a missing check from my last commit.
2010-01-31 Evan ChengAvoid recursive sibcall's.
2010-01-31 Eli FriedmanRemove a completed item, add a couple new ones.
2010-01-31 Eli FriedmanSimplify/generalize the xor+add->sign-extend instcombine.
2010-01-31 Eli FriedmanAdd a small transform: transform -(X<<Y) to (-X<<Y...
2010-01-31 Sean CallananMoved InstallLexer() from the X86-specific AsmLexer
2010-01-31 Evan ChengDo not mark no-return calls tail calls. It'll screw...
2010-01-30 Bruno Cardoso LopesFix PR6144. Reload GP before the emission of CALLSEQ_EN...
2010-01-30 Bruno Cardoso LopesFix mov.d out register by using the FFR register class...
2010-01-30 Anton KorobeynikovFix a gross typo: ARMv6+ may or may not support unalign...
2010-01-30 Bob WilsonCheck alignment of loads when deciding whether it is...
2010-01-30 Evan ChengAllow more tailcall optimization: calls with inputs...
2010-01-30 Evan ChengDon't forget to transfer target flag when inserting...
2010-01-30 Devang PatelEmit declaration DIE for the class static variables.
2010-01-30 Daniel DunbarMC/X86 AsmParser: Handle absolute memory operands corre...
2010-01-30 Dale JohannesenFix a case where debug_value could affect codegen.
2010-01-30 Bob WilsonUse more specific types to avoid casts. No functionali...
2010-01-30 Daniel DunbarX86.td: Refactor to bring operands that use print_pcrel...
2010-01-30 Daniel DunbarAsmMatcher/X86: Separate out sublass for memory operand...
2010-01-29 Jakob Stoklund OlesenKeep iterating over all uses when meeting a phi node...
2010-01-29 Johnny ChenModified encoding bits specification for VFP instructio...
2010-01-29 Dan GohmanPrint a comment next to "materializable" global values...
2010-01-29 Evan ChengPPC is not ready for sibcall optimization.
2010-01-29 Bob WilsonPreserve load alignment in instcombine transformations...
2010-01-29 Dale JohannesenAdd assertion to humor the paranoid.
2010-01-29 Victor HernandezWe were not writing bitcode for function-local metadata...
2010-01-29 Eric ChristopherRevert my last couple of patches. They appear to have...
2010-01-29 Bob WilsonUse uint64_t instead of unsigned for offsets and sizes.
2010-01-29 Bob WilsonImprove isSafeToLoadUnconditionally to recognize that...
2010-01-29 Devang PatelAdd size and location info in DW_TAG_class_type descriptor.
2010-01-29 Devang PatelBefore inserting llvm.dbg.declare intrinsic at the...
2010-01-29 Benjamin KramerFix MSVC build.
2010-01-29 Benjamin KramerConvert some users of ftostr to raw_ostream.
2010-01-29 Benjamin KramerUse llvm::format instead of ftostr (which just calls...
2010-01-29 Duncan SandsChange the SREM case to match the logic in the IR versi...
2010-01-29 Evan ChengCatch more trivial tail call opportunities: no inputs...
2010-01-29 Duncan SandsHaving RHSKnownZero and RHSKnownOne be alternative...
next