Add InlineCost class for represent the estimated cost of inlining a
[oota-llvm.git] / lib /
2008-10-30 Daniel DunbarAdd InlineCost class for represent the estimated cost...
2008-10-30 Duncan SandsShift amounts should have the type given by
2008-10-30 Mon P WangAdd missing vsetcc expansion for widening
2008-10-30 Evan ChengARM JIT should observe -relocation-model command line...
2008-10-30 Mon P WangAdd initial support for vector widening. Logic is...
2008-10-30 Scott MichelResolve bug 2947: vararg-marked functions must spill...
2008-10-29 Evan ChengCorrect way to handle CONSTPOOL_ENTRY instructions.
2008-10-29 Evan ChengAdd debugging support.
2008-10-29 Evan ChengLet target resolve some relocation results.
2008-10-29 Nate BegemanFix PEXTRQ encoding
2008-10-29 Dale JohannesenAdd a RM pseudoreg for the rounding mode, which
2008-10-29 Duncan SandsUniformize capitalization of NodeId.
2008-10-29 Chris LattnerFix PR2967 by not deleting volatile load/stores that...
2008-10-29 Duncan SandsFix PR2977: LegalizeTypes support for expanding
2008-10-29 Duncan SandsAdd sanity checking for BUILD_PAIR (I noticed the
2008-10-29 Evan Cheng- More pre-split fixes: spill slot live interval comput...
2008-10-29 Duncan SandsFix a FIXME: in ReplaceNodeWith, if the new node
2008-10-29 Duncan SandsFix 80 column violations.
2008-10-29 Duncan SandsFix 80 column violations.
2008-10-29 Evan Cheng- Rewrite code that update register live interval that...
2008-10-29 Daniel DunbarFactor shouldInline method out of Inliner.
2008-10-28 Daniel DunbarAssorted comment/naming fixes, 80-col violations, and...
2008-10-28 Dan Gohman(A & sext(C)) | (B & ~sext(C) -> C ? A : B
2008-10-28 Dan GohmanTake Chris' suggestion and define EnableFastISelVerbose and
2008-10-28 Daniel DunbarReuse PrintEscapedString for printing names in .ll
2008-10-28 Dan GohmanProtect the code for fast-isel debugging with #ifndef...
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-28 Duncan SandsFix a testcase provided by Bill in which the node
2008-10-28 Chris LattnerDon't produce invalid comparisons after legalize.
2008-10-28 Chris Lattnerfix some whitespace stuff
2008-10-28 Chris LattnerFix a nasty miscompilation of 176.gcc on linux/x86...
2008-10-28 Evan ChengIf def is in the same mbb as the barrier, spilt the...
2008-10-28 Evan ChengAdd command line option to limit the number splits...
2008-10-28 Evan ChengAvoid putting a split past the end of the live range...
2008-10-27 Evan ChengSilence a bogus compile time warning.
2008-10-27 David GreeneRe-apply 55137 with fixes.
2008-10-27 Evan ChengRemove val# defined by a remat'ed def that is now dead.
2008-10-27 Ted KremenekFix bogus comparison of "const char *" with c-string...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-27 David GreeneAdd setSubgraphColor to color an entire portion of...
2008-10-27 David GreeneFix PR2634. Create new virtual registers from spills...
2008-10-27 Duncan SandsFix UpdateNodeOperands so that it does CSE of calls
2008-10-27 Duncan SandsFix a bug in which a node could be added to the
2008-10-27 Torok EdwinAvoid crashing if instruction is not part of a loop.
2008-10-27 Torok Edwinexport an ID for the instructionNamer, allowing analysi...
2008-10-27 Duncan SandsTurn on LegalizeTypes, the new type legalization
2008-10-27 Nick LewyckyFix an obvious copy/pasto.
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-27 Chris LattnerRewrite all the 'PromoteLocallyUsedAlloca[s]' logic...
2008-10-27 Chris LattnerAdd a new LargeBlockInfo helper, which is just a wrappe...
2008-10-27 Dale JohannesenIncrease default setting of tail-merge-threshold to
2008-10-26 Chris Lattnerfix PR2953, an off-by-one error handling formatted...
2008-10-26 Evan ChengDo not shrink wrap live interval in a mbb if it's livei...
2008-10-26 Bill WendlingFix type-o in ExprMapKeyType::operator ==(). The "...
2008-10-25 Evan ChengHandle cases where there aren't uses in the barrier...
2008-10-25 Dan GohmanMake comments and code for QuietWarnings and QuietErrors
2008-10-25 Dan GohmanSDNodes may have at most one Flag result. Update this...
2008-10-25 Dan GohmanMove the code that adds the DeadMachineInstructionElimP...
2008-10-25 Gordon HenriksenRelated to PR2911, reject as invalid non-pointer GC...
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-25 Nicolas GeoffrayGenerate code for TLS instructions.
2008-10-25 Oscar FuentesCMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.
2008-10-25 Oscar FuentesCMake: Cross-platform support for using pre-generated...
2008-10-25 Evan ChengIf val# def is ~0U, meaning it's defined by a PHI,...
2008-10-24 Dale JohannesenMark MFCR as reading all condition code registers.
2008-10-24 Dale JohannesenRewrite logic to figure out whether LR needs to
2008-10-24 Torok Edwinmove the note to the correct README
2008-10-24 Torok Edwinadd note about va_arg code on x86 and x86-64
2008-10-24 Evan ChengFix a pasto.
2008-10-24 Duncan SandsFix translateX86CC: if SetCCOpcode is SETULE and
2008-10-24 Cedric VenetModify the cmake build system so that if it doesn't...
2008-10-24 Nick LewyckyDon't try to create a mask when we don't need one....
2008-10-24 Evan ChengFix a end() dereference; remove an abort() that wasn...
2008-10-24 Nick LewyckyAdd value range analyzing of Add and Sub.
2008-10-24 Evan ChengAvoid splitting an interval multiple times; avoid split...
2008-10-24 Dan GohmanFix constant-offset emission for x86-64 absolute addres...
2008-10-24 Dale JohannesenInitialize uninitialized variable.
2008-10-23 Ted KremenekAdded raw_fd_ostream::close().
2008-10-23 Evan ChengCommitting a good chunk of the pre-register allocation...
2008-10-23 Dale JohannesenMark defs and uses of CTR and LR correctly.
2008-10-23 Daniel DunbarMake sure to set stdout to binary when writing bitcode...
2008-10-23 Duncan SandsFix thinko - the operand number has nothing to do
2008-10-22 Daniel DunbarChange create*Pass factory functions to return Pass...
2008-10-22 Jim Grosbachremove extraneous #ifdef's
2008-10-22 Daniel DunbarAdd raw_ostream versions of WriteBitcodeToFile and...
2008-10-22 Dale JohannesenRemove allocation of unused stack slot.
2008-10-22 Julien LerougeFix for PR2881: fix a small leak exposed by valgrind...
2008-10-22 Duncan SandsLegalizeTypes soft-float support for fpow.
2008-10-22 Duncan SandsGet this working with LegalizeTypes: (1) don't
2008-10-22 Duncan SandsBe nice to CellSPU: for this target getSetCCResultType
2008-10-22 Duncan SandsPort from LegalizeDAG the logic to only generate
2008-10-22 Duncan SandsAdd some comments explaining the meaning of a boolean
2008-10-22 Duncan SandsTemporarily allow the operands of a BUILD_VECTOR
2008-10-22 Chris LattnerFix PR2907 by digging through constant expressions...
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-22 Dale JohannesenAdjust comments for pedantic satisfaction.
2008-10-21 Oscar FuentesCMake: updated lib/VMCore/CMakeLists.txt
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
next