Fix a whitespace difference between CMPSSrr and CMPSDrr.
[oota-llvm.git] / lib /
2007-07-26 Dan GohmanFix a whitespace difference between CMPSSrr and CMPSDrr.
2007-07-26 Christopher LambAdd a MachineFunction pass, which runs post register...
2007-07-26 Christopher LambTeach DAG scheduling how to properly emit subreg insert...
2007-07-26 Christopher LambAdd target independent MachineInstr's to represent...
2007-07-26 Evan ChengSame goes for constantpool, etc.
2007-07-26 Christopher LambAdd selection DAG nodes for subreg insert/extract....
2007-07-26 Christopher LambRemove subreg index from MachineInstr's and also keep...
2007-07-26 Christopher LambFix infinite recursion for when extract_vector_elt...
2007-07-26 Christopher LambAdd support for 3 element 32-bit vector ValueTypes.
2007-07-26 Dan GohmanRemove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associ...
2007-07-25 Owen AndersonFix what is _hopefully_ the last corner case for loops.
2007-07-25 Evan ChengMac OS X x86-64 lower 4G address is not available.
2007-07-25 Evan ChengMac OS X should use 0x90 to fill in gaps to satisfy...
2007-07-25 Evan ChengEmitAlignment() also emits optional fill value.
2007-07-25 Evan ChengFunctions with LinkOnce and weak linkage still need...
2007-07-25 Owen AndersonMy last commit was not correct for nested loops. Fix...
2007-07-25 Owen AndersonFix an infinite loop on 300.twolf.
2007-07-25 Owen AndersonFix a bug in non-local memdep that was causing an infin...
2007-07-25 Owen AndersonFix a bug that was causing GVN to crash on 252.eon.
2007-07-25 Owen AndersonAdd basic support for performing whole-function RLE.
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-25 Devang PatelAdd BasicInliner interface.
2007-07-25 Nick LewyckyFix debug info and globals filled with zeros.
2007-07-25 Anton KorobeynikovMinor cleanup:
2007-07-24 Dan GohmanAdd const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.
2007-07-24 Dan GohmanUse movaps to load a v4f32 build_vector of all-constant...
2007-07-24 Owen AndersonAdd initial support for non-local memory dependence...
2007-07-24 Owen AndersonMake the copy constructor of SmallPtrSet much faster.
2007-07-24 Anton KorobeynikovHeal EH handling stuff by emitting correct offsets...
2007-07-24 Owen AndersonAdd a GVN pass, using the value numbering code I develo...
2007-07-24 Reid SpencerMake output match actual condition tested. Thanks,...
2007-07-24 Devang PatelUnreachable block is not a root node in post dominator...
2007-07-24 Owen AndersonRename a lot of things to change FastDLE to RedundantLo...
2007-07-24 Owen AndersonRename FastDLE as RedundantLoadElimination.
2007-07-23 Reid Spencer1. Make sure we print the Function Value for parameter...
2007-07-23 Reid SpencerAdd better verification of attributes on function types...
2007-07-23 Owen AndersonDon't delete volatile loads. Doing so is not safe.
2007-07-23 Owen AndersonAdd FastDLE, the load-elimination counterpart of FastDSE.
2007-07-23 Dan GohmanFix some uses of dyn_cast to be uses of cast.
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-07-23 Owen AndersonFix file header.
2007-07-23 Chris Lattnercompletely remove a transformation that is unsafe in...
2007-07-23 Bill WendlingAdd missing SSE builtins:
2007-07-22 Reid SpencerReport an error if one occurs in releaseModule.
2007-07-21 Devang PatelApply temporary work around to fix llvm mis-compilation
2007-07-21 Evan ChengNo more noResults.
2007-07-20 Dan GohmanDon't assume that only Uses can be kills. Defs are...
2007-07-20 Chris Lattnerzext(undef) = 0 and sext(undef) = 0, not undef.
2007-07-20 Chris Lattnerthis xform is already done by the constant folder.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-20 Devang PatelUse SmallVector instead of std::vector.
2007-07-20 Dan GohmanOptimize alignment of loads and stores.
2007-07-20 Duncan SandsPlace SCCPSolver also in the anonymous namespace. ...
2007-07-20 Owen AndersonFix a bug where we were marking GEP expressions with...
2007-07-20 Owen AndersonWhen removing instructions from the analysis, be sure...
2007-07-20 Evan ChengBecause we promote SSE logical ops and loads to v2i64...
2007-07-20 Evan ChengOops. These stores actually produce results.
2007-07-19 Evan ChengFix custom lowering of SSE FXOR.
2007-07-19 Evan ChengFix patterns so we isel the xorps, etc. for floating...
2007-07-19 Reid SpencerFor PR1553:
2007-07-19 Reid SpencerHush a noisy warning from GCC 4.2 about overflow during...
2007-07-19 Owen AndersonMake val_replace fail early, which reduces the time...
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Duncan SandsReplace mysterious code causing a g++-4.2 warning
2007-07-19 Duncan SandsAs pointed out by g++-4.2, the original code didn't do
2007-07-19 Owen AndersonRemember to free the heap allocated array if we're...
2007-07-19 Owen AndersonUse SmallVector and DenseMap in even more places.
2007-07-19 Owen AndersonChange ValueTable to use a DenseMap for mapping express...
2007-07-19 Devang PatelSet up ground work to verify preserved analysis info.
2007-07-19 Owen AndersonMove some sets and maps to SmallPtrSet and DenseMap...
2007-07-19 Devang PatelAfter a basic block is split into two parts,
2007-07-19 Devang PatelNow this temp. fix is not required.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-19 Evan ChengOnly adjust esp around calls in presence of alloca.
2007-07-19 Evan ChengOnly adjust esp around calls in presence of alloca.
2007-07-18 Devang PatelFix typo.
2007-07-18 Devang PatelFix dominator info update to accommodate CFG changes.
2007-07-18 Evan ChengAdd comment.
2007-07-18 Evan ChengUse MOV instead of LEA to restore ESP if callee-saved...
2007-07-18 Dan GohmanAdd constructor overloads for LoadInst and StoreInst...
2007-07-18 Dan GohmanImplement initial memory alignment awareness for SSE...
2007-07-18 Owen AndersonFix an issue where assignments that caused a SmallPtrSe...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-07-18 Evan ChengNew entry.
2007-07-17 Evan ChengFold prologue esp update when possible.
2007-07-17 Evan ChengDead code.
2007-07-17 Evan ChengMake sure not to break eh_return.
2007-07-17 Evan ChengUpdate.
2007-07-17 Evan ChengMissed the case where alloca is used but the stack...
2007-07-17 Rafael Espindoladetect invalid combination of sret and byval
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-07-17 Chris Lattnerno email addrs in file headers
2007-07-17 Reid SpencerUnbreak the build by putting calls to free into the...
2007-07-16 Owen AndersonTake advantage of undefined behavior if the source...
2007-07-16 Owen AndersonAdd support for walking up memory def chains, which...
2007-07-16 Owen AndersonUse realloc() to (potentially) resize the contents...
2007-07-16 Reid SpencerReturn Undef if the block has no dominator. This was...
2007-07-16 Dan GohmanUse ConstantFoldFP for folding all unary floating-point...
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-16 Chris LattnerRepair a regression in Transforms/InstCombine/mul.ll...
next