Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc.
[oota-llvm.git] / lib /
2010-02-16 Sanjiv GuptaThe code section for an ISR has a specific address.
2010-02-16 Dale JohannesenHandle DBG_VALUE mixed with labels when doing PHI
2010-02-16 Rafael EspindolaDrop support for the InReg attribute on the ppc backend...
2010-02-16 Dan GohmanSplit the main for-each-use loop again, this time for...
2010-02-16 Dale JohannesenReapply 96294; now that I've gotten around to looking
2010-02-16 Bill WendlingApply patch from llvm.org/bugs/attachment.cgi?id=4136...
2010-02-16 Dale JohannesenSomething broke. Hard to believe it was this patch
2010-02-16 Dan GohmanWhen reusing an existing PHI node in a loop, be even...
2010-02-15 Bob WilsonPut repeated empty pattern into the AQI instruction...
2010-02-15 Evan ChengFix a memory leak. Patch by Nicolas Geoffray.
2010-02-15 Dale JohannesenMore handling of DBG_VALUE.
2010-02-15 Anton KorobeynikovAdd missed entry to cmake build list file
2010-02-15 Anton KorobeynikovUse ttype encoding consistently
2010-02-15 Anton KorobeynikovFix a silly darwin-only typo introduced during merge.
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovIt turns out that we emitted completely wrong common...
2010-02-15 Anton KorobeynikovAdd suffix for stubs, so we won't have name clashes...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Nick LewyckyTeach the verifier to check the condition on a branch...
2010-02-15 Jakob Stoklund OlesenFix PR6300.
2010-02-15 Nick LewyckyFix crash in VerifyType when checking Contexts. Because...
2010-02-15 Nick LewyckyDon't try to materialize a function that isn't material...
2010-02-15 Nick LewyckyA function with no Module owner isn't materializable...
2010-02-15 Daniel DunbarSimplify.
2010-02-15 Chris Lattnerrevert r96241. It breaks two regression tests, isn...
2010-02-15 Chris Lattnerfix PR6305 by handling BlockAddress in a helper function
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-15 David GreeneAdd non-temporal flags and remove an assumption of...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneAdd non-temporal flags to MachineMemOperand.
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-15 Andrew LenharthFix changes from r75027
2010-02-15 Dan GohmanWhen testing whether a given SCEV depends on a temporar...
2010-02-15 Chris Lattnerno need to add the instruction count anymore.
2010-02-15 Chris Lattnerenhance raw_svector_ostream::write_impl to work with...
2010-02-15 Chris Lattnermake PadToColumn return the stream so you can use:
2010-02-15 Dale JohannesenIgnore DBG_VALUE in a couple more places.
2010-02-15 Dan GohmanWhen restoring a saved insert location, check to see...
2010-02-14 Chris Lattnermark "addr" as having type "iPTR", eliminating some...
2010-02-14 Dan GohmanFix whitespace.
2010-02-14 Dan GohmanFix a comment.
2010-02-14 Dan GohmanWhen complicated expressions are broken down into subex...
2010-02-14 Sanjiv Guptafixes to pagesel/banksel inserter.
2010-02-14 Anton KorobeynikovForgot to commit the header
2010-02-14 Chris Lattnerfollow-on to PR6280
2010-02-14 Anton KorobeynikovDrop winmcasminfo and use normal AT&T COFF for all...
2010-02-14 Johnny ChenTry to factorize the specification of saturating add...
2010-02-14 Dan GohmanActually, this code doesn't have to be quite so conserv...
2010-02-14 Dan GohmanIn rememberInstruction, if the value being remembered...
2010-02-14 Dan GohmanSimplify this code; no need for a custom subclass if...
2010-02-14 Dan GohmanDon't attempt aggressive post-inc uses if TargetLowerin...
2010-02-13 John McCallMake LSR not crash if invoked without target lowering...
2010-02-13 Eric ChristopherFix a problem where we had bitcasted operands that...
2010-02-13 Chris Lattnerteach the encoder to handle pseudo instructions like...
2010-02-13 Chris Lattnerremove dead code.
2010-02-13 Daniel DunbarMCAssembler: Fix pcrel relocations. Oh and,
2010-02-13 Daniel DunbarMC/Mach-O: Start emitting fixups/relocations for instru...
2010-02-13 Daniel DunbarMCAssembler: Switch MCAsmFixup to storing MCFixupKind...
2010-02-13 Daniel DunbarMCAssembler: Sink fixup list into MCDataFragment.
2010-02-13 Daniel DunbarMCAssembler: Switch MCFillFragment to only taking const...
2010-02-13 Daniel DunbarMC/Mach-O: Implement EmitValue using data fragments...
2010-02-13 Daniel DunbarMCAssembler: Start applying fixups in the data section.
2010-02-13 Daniel DunbarMCAssembler: Add assorted dump() methods.
2010-02-13 Daniel DunbarX86: Move extended MCFixupKinds into X86FixupKinds.h
2010-02-13 Chris LattnerSplit some code out to a helper function (FindReusableP...
2010-02-13 Chris LattnerSpeed up codegen prepare from 3.58s to 0.488s.
2010-02-13 Chris LattnerPHINode::getBasicBlockIndex is O(n) in the number of...
2010-02-13 Chris Lattneriterate over preds using PHI information when available...
2010-02-13 Chris Lattnerspeed up CGP a bit by scanning predecessors through...
2010-02-13 Chris Lattneradd encoder support and tests for rdtscp
2010-02-13 Johnny ChenAdd SETEND and BXJ instructions for disassembly only.
2010-02-13 Sean CallananAdded the rdtscp instruction to the x86 instruction
2010-02-13 Jakob Stoklund OlesenFix PR6283.
2010-02-13 Dan GohmanFix a pruning heuristic which implicitly assumed that...
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-13 Jakob Stoklund OlesenEnable the inlinehint attribute in the Inliner.
2010-02-13 Sean CallananFixed encodings for invlpg, invept, and invvpid.
2010-02-13 Daniel DunbarMC/AsmParser: Attempt to constant fold expressions...
2010-02-13 Johnny ChenAdded a bunch of saturating add/subtract instructions...
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-13 Bob WilsonBesides removing phi cycles that reduce to a single...
2010-02-13 Dan GohmanOverride dominates and properlyDominates for SCEVAddRec...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-13 Jeffrey YasskinMake PassRegistrar thread-safe since it can be modified...
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Chris Lattnerimplement the rest of correct x86-64 encoder support for
next