oota-llvm.git
2009-01-16 Devang PatelDo not stumble over forward declared struct member.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-15 Mon P WangAdded missing support to widen an operand from a bit...
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2009-01-15 Dan GohmanSimplify the MachineLICM pass by having it only travers...
2009-01-15 Rafael EspindolaFix Alpha test and support for private linkage.
2009-01-15 Mon P WangExpand insert/extract of a <4 x i32> with a variable...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Nuno Lopesadd comment to explain my previous commit, as asked...
2009-01-15 Gabor Greifavoid using iterators when they get invalidated potentially
2009-01-15 Devang PatelUse variable's context to identify respective DbgScope.
2009-01-15 Dan GohmanAdd load-folding table entries for BT*ri8 instructions.
2009-01-15 Dan GohmanMake getWidenVectorType const; this file was missed...
2009-01-15 Dan GohmanMake getWidenVectorType const.
2009-01-15 Evan ChengEliminate a redundant check.
2009-01-15 Evan Cheng- Teach CanEvaluateInDifferentType of this xform: sext...
2009-01-15 Dan GohmanMore consts on TargetLowering references.
2009-01-15 Dan GohmanUse const with TargetLowering references in a few more...
2009-01-15 Dan GohmanConst-qualify getPreIndexedAddressParts and friends.
2009-01-15 Richard OsborneDon't fold address calculations which use negative...
2009-01-15 Richard OsborneUpdate the operands used when building LDAWSP instructi...
2009-01-15 Gabor Greifminor refactoring: use a more specific API
2009-01-15 Scott Michel- Convert remaining i64 custom lowering into custom...
2009-01-15 Mikhail GlushenkovSome small documentation fixes.
2009-01-15 Mikhail GlushenkovClarify the documentation a bit.
2009-01-14 Chris LattnerFix PR3325, a miscompilation of invokes by IPSCCP....
2009-01-14 Devang Patelxfail for now.
2009-01-14 Richard OsborneAdd pseudo instructions to the XCore for (load|store...
2009-01-14 Nuno Lopesfix crash in the case when some arg is null
2009-01-14 Gabor Greifminor simplification
2009-01-14 Dale JohannesenFix the time regression I introduced in 464.h264ref...
2009-01-14 Mikhail GlushenkovMake -o a prefix option.
2009-01-14 Devang PatelDo not construct debug scope if RootScope *is* null.
2009-01-14 Ted KremenekAdd member template MallocAllocator::Allocate(Num)...
2009-01-14 Chris Lattnerrewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid...
2009-01-13 Devang PatelRemovoe MachineModuleInfo methods (and related DebugInf...
2009-01-13 Nuno Lopesfix memleaks
2009-01-13 Dan GohmanBT appears to be available on all >= i386 chips.
2009-01-13 Dan GohmanDon't use a BT instruction if the AND has multiple...
2009-01-13 Dan GohmanDisable the register+memory forms of the bt instruction...
2009-01-13 Devang PatelKeep "has debug info" big in MachineModuleInfo to avoid...
2009-01-13 Devang PatelUndo previous checkin.
2009-01-13 Dale JohannesenFix testsuite regressions from recursive inlining.
2009-01-13 Devang PatelUse DwarfWriter to record dbg variables.
2009-01-13 Devang PatelUse dwarf writer to decide whether the module has debug...
2009-01-13 Dan GohmanAdd bt instructions that take immediate operands.
2009-01-13 Dan GohmanFix a few more JIT encoding issues in the BT instructions.
2009-01-13 Dan GohmanUse assertions to check for conditions that should...
2009-01-13 Dan GohmanThe list-td and list-tdrr schedulers don't yet support...
2009-01-13 Dan GohmanMake instcombine ensure that all allocas are explicitly...
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2009-01-13 Dan GohmanAvoid referring to edge D after the Succs or Preds...
2009-01-13 Duncan SandsWhen replacing uses and the same node is reached
2009-01-13 Duncan SandsMark this XFAIL for the moment.
2009-01-13 Duncan SandsFix some typos. Also, the WidenedVectors map
2009-01-13 Duncan SandsCorrect a comment - this is not a sign extension.
2009-01-13 Duncan SandsCorrect a comment.
2009-01-13 Nick LewyckyWind SCEV back in time, to Nov 18th. This 'fixes' PR327...
2009-01-13 Chris Lattneradd a new insertAfter method, patch by Tom Jablin!
2009-01-13 Chris Lattnermake -march=cpp handle the nocapture attribute, make...
2009-01-13 Evan ChengUn-tabify.
2009-01-13 Owen AndersonFix fallout from r62144. Evan, please double check...
2009-01-13 Evan ChengFIX llvm-gcc bootstrap on x86_64 linux. If a virtual...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-13 Devang PatelStart using DebugInfo API to emit debug info.
2009-01-12 Dan GohmanDocument several current CodeGen limitations in LangRef...
2009-01-12 Devang PatelEmit debug info, only if at least one compile unit...
2009-01-12 Devang PatelIf multiple compile units are seen then emit them indep...
2009-01-12 Devang PatelAvoid cast<>, use light weith wrapper directly.
2009-01-12 Devang PatelUse SrcLineInfo from DwarfWriter. The MachineModuleInfo...
2009-01-12 Dale JohannesenEnable recursive inlining. Reduce inlining threshold
2009-01-12 Devang PatelAdd classof() methods to support isa<> and other relate...
2009-01-12 Dan GohmanThe LLVM Assembly Language Reference incorrectly stated...
2009-01-12 Dan GohmanFix the instructions to work even when PATH does not...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Devang PatelAdd DwarfWriter interface to mainipulate source locatio...
2009-01-12 Chris Lattnerremove some dead options.
2009-01-12 Devang PatelClear debug info at the end of function processing.
2009-01-12 Devang PatelThere is no need to maintain separate labelid list...
2009-01-12 Rafael EspindolaRemove some dead code from the days llvm had type...
2009-01-12 Evan ChengSecond test is only valid in 32-bit mode.
2009-01-12 Evan ChengTest for r62076.
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-12 Owen AndersonMore two-address fixes. This gets lua working with...
2009-01-12 Chris Lattnermake tblgen autogenerate the nocapture intrinsics for
2009-01-12 Chris Lattneradd scaffolding to emit argument attributes. No functi...
2009-01-12 Chris Lattnermake tblgen emit the entire Intrinsic::getAttributes...
2009-01-12 Chris Lattneradd nocapture attribute to llvm.mem* intrinsics and...
2009-01-11 Dale JohannesenIncrease default inlining aggressiveness in partial
2009-01-11 Gabor Greifdrats! remove tabs
2009-01-11 Gabor Greifsimplify CallSite helper class to not consult the Instr...
2009-01-11 Chris LattnerImplement PR3313, and while I'm at it address a very...
2009-01-11 Chris LattnerDuncan is nervous about undefinedness of % with negativ...
2009-01-11 Chris Lattnerdo not generated GEPs into vectors where they don't...
2009-01-11 Chris LattnerMake a couple of cleanups to the instcombine bitcast/gep
2009-01-11 Nick LewyckyUse the spiffy new getAlignmentFromAttrs function.
2009-01-11 Evan ChengCheckForPhysRegDependency should not return copy cost...
next