oota-llvm.git
2008-09-13 Evan ChengRevert 56176. All those instruction formats are still...
2008-09-13 Evan ChengAccidentially flipped the condition.
2008-09-13 Evan ChengAdd debug dumps.
2008-09-12 Evan ChengEliminate unnecessary instruction formats.
2008-09-12 Evan ChengAddrmode 1 S bit can be dynamically set. Look for CPSR...
2008-09-12 Evan ChengRewrite address mode 1 code emission routines.
2008-09-12 Duncan SandsThe "alias" keyword comes first.
2008-09-12 Evan ChengOn some targets, non-move instructions can become move...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dale JohannesenPass "earlyclobber" bit through to machine
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-12 Duncan SandsGive GlobalsModRef a whirl in the nightly testers.
2008-09-12 Duncan SandsRather than marking all internal globals "Ref"
2008-09-12 Dale JohannesenThe sequence for ppcf128 compares was not IEEE
2008-09-11 Dan GohmanOn 64-bit targets, change 32-bit getelementptr indices...
2008-09-11 Dan GohmanFix a vectorshuffle instcombine bug introduced by r55995.
2008-09-11 Arnold SchwaighoferAdd indirect tail call (function pointer) examples.
2008-09-11 Jim Grosbachudpate header comment: s/VP/VFP/
2008-09-11 Arnold SchwaighoferWhen tailcallopt is enabled all fastcc calls must have...
2008-09-11 Evan ChengFix PR2748. Avoid coalescing physical register with...
2008-09-11 Owen AndersonFix a bug in ANY_EXTEND handling that was breaking...
2008-09-11 Duncan SandsFix comment typo.
2008-09-11 Duncan SandsIntrinsics don't touch internal global variables
2008-09-11 Dan GohmanFix a copy+paste bug that Duncan spotted. For several
2008-09-11 Evan ChengFix PR2783 - coalescer bug. Missing a TargetRegisterInf...
2008-09-11 Evan ChengEliminate some unused methods.
2008-09-11 Evan ChengIndentation.
2008-09-11 Jim Grosbachlib/Target/SubtargetFeature.cpp asserts that the Featur...
2008-09-11 Duncan SandsIntrinsics don't read these kinds of global
2008-09-11 Evan ChengChange getSubReg semantics. It now returns zero if...
2008-09-11 Evan ChengFix a 80 column violation.
2008-09-11 Dale JohannesenThe version of AtomicSDNode::AtomicSDNode used (only...
2008-09-11 Owen AndersonIf ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and...
2008-09-11 Dale JohannesenSuccumb utterly to compatibility and implement
2008-09-11 Evan ChengPropagate subreg index when promoting a load to a copy.
2008-09-11 Dan GohmanIn my analysis for r56076 I missed the case where the...
2008-09-10 Dan GohmanFix an icmp+sdiv optimization to check for and handle...
2008-09-10 Dan GohmanAdd more documentation advertising the -view-*-dags...
2008-09-10 Dan GohmanX86FastISel support for double->float and float->double...
2008-09-10 Dan GohmanFastISel support for i1 PHI nodes.
2008-09-10 Dan GohmanFastISel support for i1 constants.
2008-09-10 Owen AndersonFix a bug in the coalescer where it didn't check if...
2008-09-10 Dan GohmanAdd X86FastISel support for static allocas, and refences
2008-09-10 Evan ChengFix PR2664 - spiller GetRegForReload wasn't respecting...
2008-09-10 Evan ChengFix a fastcc + sret bug. If fastcc and sret, callee...
2008-09-10 Dale JohannesenHandle new intrinsics with vector arguments.
2008-09-10 Dan GohmanAdd a break statement that I accidentally deleted when
2008-09-10 Devang Patelfix white spaces.
2008-09-10 Duncan SandsFix name.
2008-09-10 Duncan SandsAdd trampoline support for the new FastCC calling
2008-09-10 Duncan SandsTurn off the new FastCC for the moment. It causes
2008-09-10 Bill WendlingRemove unnecessary bit-wise AND from the limited precis...
2008-09-10 Daniel DunbarFix 80 col violation.
2008-09-10 Dan GohmanFix a warning about comparing signed and unsigned values.
2008-09-10 Evan ChengFix typo.
2008-09-10 Bill WendlingCheck that both operands are f32 before attempting...
2008-09-10 Bill WendlingImplement "visitPow". This is mainly used to see if...
2008-09-09 Evan ChengA few more places where FPOW is being ignored.
2008-09-09 Dan GohmanChange -fast-isel-no-abort to -fast-isel-abort, which...
2008-09-09 Evan ChengLegalizer was missing code that expand fpow to a libcall.
2008-09-09 Bill WendlingAdding 6-, 12-, and 18-bit limited-precision floating...
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-09-09 Bill WendlingAdd support for 6-, 12-, and 18-bit limited precision...
2008-09-09 Dan GohmanFix a minor wording ambiguity in the Developer Policy.
2008-09-09 Dan GohmanAdd a new option, -fast-isel-verbose, that can be used...
2008-09-09 Evan ChengClear preference when it no longer makes sense.
2008-09-09 Devang PatelRemove.
2008-09-09 Devang Patelif loop induction variable is always sign or zero exten...
2008-09-09 Devang PatelAdd assertion check.
2008-09-09 Devang Patelfix overflow check.
2008-09-09 Owen AndersonClean this up, based on Evan's suggestions.
2008-09-09 Bill Wendling- Add support for 6-, 12-, and 18-bit limited precision...
2008-09-09 Evan ChengFix PR2757. Ignore liveinterval register allocation...
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Duncan SandsSimplify this some more. No functionality change.
2008-09-09 Anton KorobeynikovResolve aliases, when possible
2008-09-09 Bill WendlingAdd limited precision floating-point conversions of...
2008-09-09 Dan GohmanMark IMPLICIT_DEF as being rematerializable and cheap...
2008-09-09 Anton KorobeynikovFix typo
2008-09-09 Anton KorobeynikovFix incorrect linker behaviour: we shouldn't resolve...
2008-09-09 Anton KorobeynikovReplace explicit pointer-size constants to TargetData...
2008-09-09 Dan GohmanMake SimplifyDemandedVectorElts simplify vectors with...
2008-09-09 Devang PatelSimplify.
2008-09-09 Gabor Greiffit in 80 cols, minor tweaks
2008-09-09 Duncan SandsOptimization suggested by Matthijs Kooijman.
2008-09-09 Duncan SandsCorrect callgraph construction. It has two problems:
2008-09-09 Argyrios KyrtzidisUpdate VC++ project files.
2008-09-09 Owen AndersonCheck for type legality before materializing integer...
2008-09-09 Evan ChengAllow use of ssh to perform remote execution.
2008-09-09 Dan GohmanRemove the code that protected FastISel from aborting in
2008-09-09 Dan GohmanTemporarily disable vector select in the bitcode reader...
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-09 Dan GohmanUpdate generated files.
2008-09-09 Devang PatelFix simplifycfg crash in handing block merge.
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-09 Bill WendlingAdd support for floating-point calculations of log2...
2008-09-08 Devang Patels/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
2008-09-08 Dale JohannesenDon't suppress no-dead-strip for used static functions.
2008-09-08 Anton KorobeynikovReapply 55902: Add test for checking proper lowering...
next