merge of use-diet branch to trunk
[oota-llvm.git] / include / llvm / CodeGen /
2008-05-07 Bill WendlingMake the use of the "noinline" attribute conditional...
2008-05-06 Bill WendlingWorkaround for a compiler bug (see <rdar://problem...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-06 Dan GohmanFix a broken doxygen comment, and reword it for clarity.
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-29 Roman LevensteinUse std::set instead of std::priority_queue for the...
2008-04-28 Dan GohmanFix the SVOffset values for loads and stores produced by
2008-04-24 Evan Cheng- Check if a register is livein before removing it...
2008-04-23 Dan GohmanFix some whitespace.
2008-04-20 Dale JohannesenCheck we aren't trying to convert PPC long double.
2008-04-17 Dan GohmanRemove the implicit conversion from SDOperandPtr to...
2008-04-17 Roman LevensteinMinor clean-up based on Dan's comments.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-04-16 Roman LevensteinOngoing work on improving the instruction selection...
2008-04-16 Evan ChengRewrite LiveVariable liveness computation. The new...
2008-04-15 Dale JohannesenMake 64-to-32 bit truncations explicit (prevent warnings).
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 GohmanFix const-correctness issues with the SrcValue handling...
2008-04-13 Nicolas GeoffrayAdd a divided flag for the first piece of an argument...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-11 Evan ChengUse of implicit_def is not part of live interval. Creat...
2008-04-10 Evan ChengAllow registers defined by implicit_def to be clobbered.
2008-04-10 Dan GohmanFix a typo in a comment.
2008-04-09 Dan GohmanUpdate comments to use 2.0 syntax type names.
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-05 Evan ChengForgot this.
2008-04-03 Evan ChengSpecial handling of zero-sized live intervals.
2008-04-03 Evan Cheng- Treat a live range defined by an implicit_def as...
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 Evan ChengNow that I am told MachineRegisterInfo also tracks...
2008-04-02 Evan ChengRemove #include<map> from LiveVariables.h. Not referenced.
2008-04-02 Anton KorobeynikovAdd new CC lowering rule: provide a list of registers...
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Chris Lattnerupdate comment.
2008-03-29 Evan ChengCosmetic change.
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-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-22 Evan ChengTeach DAG combiner to commute commutable binary nodes...
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-19 Evan ChengFix live variables issues:
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-14 Evan ChengBack out r48353. Not needed.
2008-03-14 Evan ChengAdd an MO_Undef MachineOperandType, intended for INSERT...
2008-03-14 Evan ChengForgot this.
2008-03-13 Dan GohmanFix a typo in a comment.
2008-03-13 Evan ChengImprove VarInfo::removeKill() by using std::find instea...
2008-03-13 Evan ChengRefactor some code out of MachineSink into a MachineIns...
2008-03-12 Evan ChengExperimental scheduler change to schedule / coalesce...
2008-03-12 Duncan SandsDon't try to extract an i32 from an f64. This
2008-03-12 Evan ChengDocument an implementation detail about EXTRACT_SUBREG...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Dale JohannesenUse uint64_t not unsigned long long.
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-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-06 Bill WendlingWhen setting the "unused" info, take into account somet...
2008-03-05 Dale JohannesenClarify that CALLSEQ_START..END may not be nested,
2008-03-05 Dan GohmanCodegen support for i128 SINT_TO_FP.
2008-03-05 Evan ChengRefactor code. Remove duplicated functions that basical...
2008-03-04 Evan ChengRename isOperand() to isOperandOf() (and other similar...
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-03-01 Dale JohannesenAdd MVT::is128BitVector and is64BitVector. Shrink
2008-02-29 Evan ChengDon't fill eh frames even though these are text sections.
2008-02-28 Duncan SandsDocument that the shuffle mask may contain undef
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Evan ChengFix a bug in dead spill slot elimination.
2008-02-27 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT.
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-26 Bill WendlingDetabify
2008-02-25 Dan GohmanFactor the assert for indexed loads/stores out of LoadS...
2008-02-25 Dan GohmanConvert MaskedValueIsZero and all its users to use...
2008-02-25 Chris Lattneradd LSBaseSDNode::getOffset at Dan's request.
2008-02-25 Dan GohmanAdd a new method to SDNode/SDOperand named getValueSize...
2008-02-25 Evan ChengCorrectly determine whether a argument load can be...
2008-02-23 Evan ChengForgot this.
2008-02-22 Evan ChengEnable re-materialization of instructions which have...
2008-02-22 Chris Lattnerminor cleanups to LSBaseSDNode.
2008-02-21 Andrew LenharthBetter names as per Evan's request
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Bill WendlingFixed typo.
2008-02-20 Bill WendlingMore constification of things. More comments added...
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-18 Roman LevensteinNew helper function getMBBFromIndex() that given an...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-16 Dan GohmanRename CountMemOperands to ComputeMemOperandsEnd to...
next