More work to allow dag combiner to promote 16-bit ops to 32-bit.
[oota-llvm.git] / lib /
2010-04-17 Evan ChengMore work to allow dag combiner to promote 16-bit ops...
2010-04-17 Evan ChengAnother 80 col violation.
2010-04-17 Bob WilsonRevise my previous change to ExpandBIT_CONVERT. I...
2010-04-17 Bob WilsonRe-commit my previous SSAUpdater changes. The previous...
2010-04-17 Bob WilsonAs a temporary workaround for post-RA not handling...
2010-04-17 Jakob Stoklund OlesenRevert "Use a simpler data structure to calculate the...
2010-04-17 Chris Lattnerdisable r101565: an assert is getting triggered. More...
2010-04-16 Chris Lattneradd a note
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Devang PatelAdd support to emit dwarf ranges.
2010-04-16 Jakob Stoklund OlesenUse a simpler data structure to calculate the least...
2010-04-16 Johnny ChenCast to (uint64_t) instead of relying on the "ul" suffix.
2010-04-16 Chris Lattnerbuilding on the new CallGraphSCC abstraction, teach...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2010-04-16 Johnny ChenFixed logic error. Should check Builder for validity...
2010-04-16 Chris Lattnermove ReplaceNode out of line, rename scc_iterator:...
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-04-16 Johnny ChenFixed a bug in DisassembleN1RegModImmFrm() where a...
2010-04-16 Evan Cheng(i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext...
2010-04-16 Chris Lattnermove PrintCallGraphPass out of the middle of CGPassManager.
2010-04-16 Chris Lattneradd a missing break back, patch by Nico Schmidt!
2010-04-16 Dan GohmanCreate a new TargetSelectionDAGInfo class. This will...
2010-04-16 Dan GohmanCommit this, which should have accompanied 101531.
2010-04-16 Dan GohmanEliminate an unnecessary SelectionDAG dependency in...
2010-04-16 Johnny ChenIn the same spirit of r101524, which removed the assert...
2010-04-16 Johnny ChenMulticlass LdStCop was using pre-UAL syntax LDC<c>L...
2010-04-16 Johnny ChenRemove the assert() from printAddrMode2OffsetOperand...
2010-04-16 Evan Cheng80 col.
2010-04-16 Evan Cheng80 col.
2010-04-16 Dan GohmanAvoid creating virtual registers for unused values.
2010-04-16 Dan GohmanFix an assertion string.
2010-04-16 Dan GohmanFix a comment.
2010-04-16 Dan GohmanDisable inlining of recursive calls. It can complicate...
2010-04-16 Dan GohmanRefine the detection of seemingly infinitely recursive...
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Dan GohmanMake callIsSmall accessible as a utility function.
2010-04-16 Dan GohmanFix SCEVCommutativeExpr::print to be robust in the...
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
2010-04-16 Evan ChengAdding support for dag combiner to promote operations...
2010-04-16 Evan ChengUse getAL() rather than a major constant.
2010-04-16 Dan GohmanRefine further the scope where the global DebugLoc...
2010-04-16 Eric ChristopherSilence an unused variable warning.
2010-04-16 Chris Lattnerfix comment noticed by Bob
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-16 Chris Lattnerfix PR6832: we were using the alignment of a pointer...
2010-04-16 Chris Lattnerimprove comments.
2010-04-16 Chris Lattnerpull all the ConvertToScalarInfo code together into one
2010-04-16 Chris Lattnermore refactoring: suck some stuff out of SRoA into
2010-04-16 Gabor Greifshift intrinsic operand
2010-04-15 Chris Lattnerintroduce a new ConvertToScalarInfo struct to simplify
2010-04-15 Jakob Stoklund OlesenAvoid sinking machine instructions into a loop.
2010-04-15 Johnny ChenFixed a bug in ARM disassembly where LDRSBT should...
2010-04-15 Evan ChengUse default lowering of DYNAMIC_STACKALLOC. As far...
2010-04-15 Chris Lattnertidy interface to isOnlyCopiedFromConstantGlobal
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Jakob Stoklund OlesenFix PR6847. RegScavenger should ignore DebugValues.
2010-04-15 Nicolas GeoffrayMake sure the initialization of a GC root is after...
2010-04-15 Anton KorobeynikovRevert r100896 and around - this breaks the only mingw3...
2010-04-15 Gabor Greifprune includes
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-04-15 Johnny ChenDEBUG() print out "Unknown format" msg.
2010-04-15 Dan GohmanReuseFrameIndexVals is used in multiple files, so it...
2010-04-15 Dan GohmanEnablePPC64RS and EnablePPC32RS are used in multiple...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanFix namespace polution.
2010-04-15 Dan GohmanMake getPredecessorWithUniqueSuccessorForBB return...
2010-04-15 Gabor Greiftypos
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris Lattneradd a simple dag combine to replace trivial shl+lshr...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Anders CarlssonFix build.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-15 Eric ChristopherAllow lowering for palignr instructions for mmx sized...
2010-04-15 Evan ChengMore 80 violations.
2010-04-15 Johnny ChenWrap the error msgs in DEBUG() macro so that they won...
2010-04-15 Evan Cheng80 col violations.
2010-04-15 Devang PatelAdd comment.
2010-04-14 Devang PatelThere is no need to track compile unit offsets if there...
2010-04-14 Devang PatelRemove dead code.
2010-04-14 Tobias GrosserIPO needs ScalarOpts and InstCombine in its libs
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, the...
2010-04-14 Jim GrosbachAdd -arm-long-calls option to force calls to be indirec...
2010-04-14 Dan GohmanConstify GetConstantStringInfo.
2010-04-14 Nicolas GeoffrayDon't use DILocation when processing a DebugLoc.
2010-04-14 Johnny ChenFor t2BFI disassembly, apply the same error checking...
2010-04-14 Dan GohmanMove a bunch of methods from CallSite to CallSiteBase...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. The utility...
2010-04-14 Evan Cheng- Code clean up to reduce indentation.
2010-04-14 Bob WilsonDon't custom lower bit converts to ARM VMOVDRRD or...
2010-04-14 Dan GohmanDelete unneeeded arguments.
2010-04-14 Dan GohmanDelete unused arguments.
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-14 Dan GohmanReset the debug location even if the instruction was...
2010-04-14 Dan GohmanRefine #includes.
2010-04-14 Dan GohmanPull utility routines with no SelectionDAG dependence...
2010-04-14 Dan GohmanFix typos in comments.
next