Add the code generation options.
[oota-llvm.git] / lib /
2007-08-07 David GreeneFix comment typo
2007-08-07 David GreeneFix GLIBCXX_DEBUG error triggered by incrementing erase...
2007-08-07 David GreeneAdd a missing forward declaration.
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
2007-08-07 Dale JohannesenLong double patch 7 of N, unless I lost count:).
2007-08-07 Owen AndersonClean up a bunch of caching stuff in memdep. This...
2007-08-07 Devang PatelBegin loop index split pass.
2007-08-06 Owen AndersonImprove the accuracy of memdep for determining the...
2007-08-06 Dale JohannesenReplace 4-line function with 10-line version per review...
2007-08-06 Dale JohannesenMove lengthy conditional down 1 level per review comment.
2007-08-06 Dale JohannesenGet X86 long double calling convention to work
2007-08-06 Chris Lattnerregenerate
2007-08-06 Chris LattnerFix PR1577, a crash on invalid bug.
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
2007-08-06 Nick LewyckyIt's safe to fold not of fcmp.
2007-08-06 Dale JohannesenMake 80-bit store maintain simulated FP stack correctly.
2007-08-06 Nick LewyckyLet scalar-evolution analyze loops with an unsigned...
2007-08-06 Nick LewyckyDon't assume it's safe to transform a loop just because...
2007-08-06 Chris LattnerFix a regression compiling 2005-05-11-Popcount-ffs...
2007-08-06 Christopher LambImplement review feedback. No functionality change.
2007-08-06 David GreeneMake this code more efficient.
2007-08-06 Chris Lattnerremove some dead lines
2007-08-06 Chris Lattner1. Random tidiness cleanups
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-05 Reid SpencerSilence some warnings from doxygen about @param argumen...
2007-08-05 Reid SpencerEscape some escapes that confuse doxygen.
2007-08-05 Reid SpencerFix a doxygen directive.
2007-08-05 Dale JohannesenLong double patch 4 of N: initial x87 implementation.
2007-08-05 Chris Lattnershorten this name
2007-08-05 Chris Lattnerat the end of instcombine, explicitly clear WorklistMap.
2007-08-05 Chris LattnerUpgrade BasicAliasAnalysis::getModRefBehavior to not...
2007-08-05 Chris LattnerWhen clearing a SmallPtrSet, if the set had a huge...
2007-08-05 Chris LattnerFix an iterator invalidation bug I induced.
2007-08-05 Chris LattnerSwitch some std::sets to SmallPtrSet. This speeds up
2007-08-05 Chris LattnerSwitch DomTreeNode::assignDFSNumber from using a std...
2007-08-05 Chris LattnerSwitch the internal "Info" map from an std::map to...
2007-08-04 Chris Lattnerswitch the DomTreeNodes and IDoms maps in idom/postidom...
2007-08-04 Chris Lattnerrewrite the code used to construct pruned SSA form...
2007-08-04 Chris LattnerFactor out a whole bunch of code into it's own method.
2007-08-04 Chris LattnerUse getNumPreds(BB) instead of computing them manually...
2007-08-04 Chris LattnerChange the rename pass to be "tail recursive", only...
2007-08-04 Chris Lattnercache computation of #preds for a BB. This speeds up
2007-08-04 Chris Lattnerreserve operand space for phi nodes when we insert...
2007-08-04 Chris Lattneruse continue to avoid nesting, no functionality change.
2007-08-04 Chris LattnerPromoting allocas with the 'single store' fastpath is
2007-08-04 Chris LattnerWhen PromoteLocallyUsedAllocas promoted allocas, it...
2007-08-04 Chris Lattnerstd::map -> DenseMap
2007-08-04 Nick LewyckyClean up comments, fix up some confusing code logic.
2007-08-04 Chris Lattnerfix a logic bug where we wouldn't promote single store...
2007-08-04 Chris LattnerWhen we do the single-store optimization, delete both...
2007-08-04 Chris LattnerThree improvements:
2007-08-04 Chris Lattnerswitch from using a std::set to using a SmallPtrSet...
2007-08-04 Chris LattnerIn mem2reg, when handling the single-store case, make...
2007-08-04 Chandler CarruthRegenerating.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-04 Chris Lattnersplit rewriting of single-store allocas into its own
2007-08-04 Chris Lattnerrefactor some code to shrink PromoteMem2Reg::run a bit
2007-08-04 Chris Lattneradd a typedef, no other change.
2007-08-04 Chris Lattneravoid an unneeded vector copy. This speeds up mem2reg...
2007-08-04 Chris Lattnermake RenamePassWorkList a local var instead of an ivar.
2007-08-03 Dale JohannesenMake x86 long double alignment 32 for everything but
2007-08-03 Dale Johannesenlong double patch 3 of N. Add to MVT.
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-08-03 Owen AndersonFix a subtle miscompilation. This allows 197.parser...
2007-08-03 Owen AndersonFix a subtle iterator invalidation bug in a recursive...
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-08-03 Chris Lattneradd an observation
2007-08-02 Chris LattnerFix an accidental commit.
2007-08-02 Dan GohmanMore explicit keywords.
2007-08-02 Dan GohmanFix the alignment requirements of several unpck and...
2007-08-02 Dan GohmanFix pastos in vector arithmetic intrinsics.
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-02 Chris Lattnerdon't redefine a parameter
2007-08-02 Owen AndersonFix a bug that was causing several miscompilations...
2007-08-02 Christopher LambImplement review feedback.
2007-08-02 Chris LattnerReplacing a cast with another one does not reduce the...
2007-08-02 Chris LattnerDisable an xform that causes an infinite loop. This...
2007-08-02 Chris Lattnerwrap some long lines. Major offenders that are left...
2007-08-02 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-02 Dan GohmanMark the SSE and MMX load instructions that
2007-08-02 Chris LattnerEnhance instcombine to be more aggressive about folding...
2007-08-02 Evan ChengSwitch some multiplication instructions over to the...
2007-08-02 Evan ChengDo not emit copies for physical register output if...
2007-08-02 Chris LattnerFix PR1575 and test/Transforms/CondProp/2007-08-01...
2007-08-02 Scott MichelStyle police: Expand the tabs to spaces!
2007-08-02 Christopher LambTeach BasicAA about noalias parameter attributes, but...
2007-08-02 Evan ChengInstead of adding copyfromreg's to handle physical...
2007-08-01 Evan ChengCan't handle offset and scale if rip-relative addressin...
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-08-01 Devang PatelUndo previous check-in.
2007-08-01 Evan ChengSome out operands were incorrectly specified as input...
2007-08-01 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-01 Owen AndersonMake non-local memdep not be recursive, and fix a bug...
2007-08-01 Evan ChengMissing Requires.
2007-08-01 Evan ChengBe more precise.
2007-08-01 Evan ChengBugs: missing partial uses and redundant partial defs.
2007-08-01 Lauro Ramos VenancioExpand unaligned loads/stores when the target doesn...
next