Cosmetic.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2008-04-16 Roman LevensteinOngoing work on improving the instruction selection...
2008-04-15 Dan GohmanFix the new scheduler assertion checks to work when
2008-04-15 Nicolas GeoffrayChange Divided flag to Split, as suggested by Evan
2008-04-15 Dan GohmanTreat EntryToken nodes as "passive" so that they aren...
2008-04-14 Dan GohmanIn -view-sunit-dags, display "special" chain dependenci...
2008-04-14 Dan GohmanAvoid creating MERGE_VALUES nodes for single values.
2008-04-14 Dan GohmanFix const-correctness issues with the SrcValue handling...
2008-04-14 Nicolas GeoffrayFix /test/CodeGen/PowerPC/big-endian-actual-args.ll...
2008-04-14 Duncan SandsInitial libcall support for LegalizeTypes. This is
2008-04-13 Duncan SandsLegalizeTypes can sometimes have deleted nodes
2008-04-13 Nicolas GeoffrayAdd a divided flag for the first piece of an argument...
2008-04-12 Duncan SandsFactor some libcall code.
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-11 Gabor Greifdetabify
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...
2008-04-07 Roman LevensteinRe-commit of the r48822, where the infinite looping...
2008-04-06 Torok EdwinPrefer to expand mask for xor to -1, so we have a chanc...
2008-04-04 Dale JohannesenMake sure both PendingLoads and PendingExports are...
2008-04-03 Evan ChengStart of a series of patches related to implicit_def.
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-04-01 Evan ChengMore soft fp fixes.
2008-04-01 Evan ChengPasto.
2008-04-01 Evan ChengAdd comment.
2008-04-01 Evan ChengUnbreak ARM / Thumb soft FP support.
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-31 Dan GohmanFix a DAGCombiner optimization to respect volatile...
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-29 Evan ChengCosmetic changes.
2008-03-28 Chris Lattnerifdef out a dead function. Should this be removed?
2008-03-28 Duncan SandsRename getAnyLoad to getLoad is suggested by Evan.
2008-03-27 Duncan SandsImplement LegalizeTypes support for softfloat LOAD.
2008-03-27 Dan GohmanAvoid creating chain dependencies from CopyToReg nodes...
2008-03-27 Roman LevensteinFix spelling. Thanks, Duncan! :-)
2008-03-27 Roman LevensteinSpeed-up the SumOfUnscheduledPredsOfSuccs by introducin...
2008-03-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-26 Roman LevensteinFixed some spelling errors. Thanks, Duncan!
2008-03-26 Roman LevensteinSome improvements related to the computation of isReach...
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-25 Evan ChengHandle a special case xor undef, undef -> 0. Technicall...
2008-03-25 Dan GohmanFix typos.
2008-03-24 Evan ChengRemove an unneeded test.
2008-03-24 Dan GohmanAPIntify SelectionDAG's EXTRACT_ELEMENT code.
2008-03-22 Anton KorobeynikovAnother comments fixing
2008-03-22 Evan ChengTeach DAG combiner to commute commutable binary nodes...
2008-03-21 Dan GohmanFix -view-sunit-dags to support cross-rc-copy nodes.
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-20 Christopher LambCheck even more carefully before applying this DAGCombi...
2008-03-20 Evan ChengFix this xform: (sra (shl X, m), result_size) -> (sign_...
2008-03-20 Chris Lattnerdetabify llvm, patch by Mike Stump!
2008-03-19 Christopher LambFix X86's isTruncateFree to not claim that truncate...
2008-03-18 Bill WendlingTemporarily revert r48491. It's breaking test/CodeGen...
2008-03-18 Dale JohannesenMake conversions of i8/i16 to ppcf128 work.
2008-03-18 Christopher LambTarget independent DAG transform to use truncate for...
2008-03-16 Christopher LambMake insert_subreg a two-address instruction, vastly...
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-14 Duncan SandsDo not generate special entries in the dwarf eh
2008-03-14 Duncan SandsSimplify using getIntPtrConstant.
2008-03-14 Nate BegemanTabs -> spaces
2008-03-14 Evan ChengLivein copy scheduling fixes: do not coalesce physical...
2008-03-13 Dan GohmanMore APInt-ification.
2008-03-12 Evan ChengExperimental scheduler change to schedule / coalesce...
2008-03-12 Duncan SandsInitial soft-float support for LegalizeTypes. I rewrote
2008-03-12 Duncan SandsFix typo.
2008-03-12 Duncan SandsDon't try to extract an i32 from an f64. This
2008-03-12 Evan ChengClean up my own mess.
2008-03-12 Evan ChengTotal brain cramp.
2008-03-11 Anton KorobeynikovCorrectly propagate thread-local flag from aliasee...
2008-03-11 Dan GohmanUse the correct value for InSignBit.
2008-03-11 Dan GohmanInitial codegen support for functions and calls with...
2008-03-11 Christopher LambRecommitting parts of r48130. These do not appear to...
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-03-11 Duncan SandsSome LegalizeTypes code factorization and minor
2008-03-11 Chris Lattnercompile: double test() {}
2008-03-11 Chris Lattnervariadic instructions don't have operand info for varia...
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-11 Chris LattnerIf a register operand comes from the variadic part...
2008-03-11 Dan GohmanMore APInt-ification.
2008-03-10 Dan GohmanCorrectly clone FlaggedNodes.
2008-03-10 Dan GohmanAPInt-ify this.
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Dan GohmanFix mul expansion to check the correct number of bits for
2008-03-10 Evan ChengSomewhat better solution.
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-10 Evan ChengDoh
2008-03-10 Evan ChengAvoid creating BUILD_VECTOR of all zero elements of...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-09 Chris Lattnerremove an extraneous (and ugly) default argument, thank...
2008-03-09 Chris Lattnerfp_round's produced by getCopyFromParts should always...
2008-03-09 Chris Lattnerteach X86InstrInfo::copyRegToReg how to copy into ST...
2008-03-09 Chris LattnerAdd ScheduleDAG support for copytoreg where the src...
2008-03-09 Chris Lattnerfix 80 col violation
2008-03-09 Chris Lattnerextend fp values with FP_EXTEND not FP_ROUND.
2008-03-09 Chris LattnerFix two problems in SelectionDAGLegalize::ExpandBUILD_V...
2008-03-08 Chris LattnerTeach SD some vector identities, allowing us to compile...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
next