McARM: Fill in ASMOperand::dump() for memory operands.
[oota-llvm.git] / lib /
2011-01-18 Daniel DunbarMcARM: Fill in ASMOperand::dump() for memory operands.
2011-01-18 Daniel DunbarMcARM: Make ARMOperand use a union where appropriate.
2011-01-18 Cameron ZwarichThere is no point in verifying an analysis that is...
2011-01-18 Daniel DunbarMcARM: Unify ParseMemory() successfull return.
2011-01-18 Daniel DunbarMcARM: Early exit on failure (NEFC).
2011-01-18 Daniel DunbarMcARM: Always keep an offset expression, if used (inste...
2011-01-18 Daniel DunbarMcARM: Add a variety of asserts on the sanity of memory...
2011-01-18 Daniel DunbarMcARM: Use a consistent marker for not-set OffsetRegNum.
2011-01-18 Cameron ZwarichConvert a std::map to a DenseMap for another 1.7% speed...
2011-01-18 Cameron ZwarichMake a std::vector a SmallVector<*, 32> like the other...
2011-01-18 Rafael EspindolaReduce indentation and remove commented out code.
2011-01-18 Cameron ZwarichRemove some now-unused DominanceFrontier methods.
2011-01-18 Cameron ZwarichRemove code for updating dominance frontiers and some...
2011-01-18 Cameron ZwarichRemove outdated references to dominance frontiers.
2011-01-18 Daniel DunbarMcARM: Start marking T2 address operands as such, for...
2011-01-18 Daniel DunbarSupport/CommandLine: Add "Did you mean" print for misma...
2011-01-18 Eric ChristopherThe stub routine that we're calling uses test and so...
2011-01-18 Chris Lattnerminor change to rafael's recent patches: if something is
2011-01-18 Jeffrey YasskinRemove unused variables found by gcc-4.6's -Wunused...
2011-01-18 Stuart HastingsRemove checking that prevented overlapping CALLSEQ_STAR...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: For CryptAcquireContext(), CRYPT_VE...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: MoveFileEx() can behave like Posix...
2011-01-17 NAKAMURA Takumilib/Support/Windows/Signals.inc: "Showstopper" dialogs...
2011-01-17 Owen AndersonRemove dead code, that I apparently wrote a while back...
2011-01-17 Douglas GregorAdd a missing <cctype> include, from Joerg Sonnenberger!
2011-01-17 Benjamin KramerFix an off-by-one error in ctpop combining.
2011-01-17 Cameron ZwarichRoll r123609 back in with two changes that fix test...
2011-01-17 Michael J. SpencerArchive: Fix temp path names.
2011-01-17 Michael J. SpencerSupport/raw_ostream: Fix uninitalized variable in raw_f...
2011-01-17 Jay FoadRemove useless Tag enumeration.
2011-01-17 Kalle RaiskilaSplit up RotateShift itinerary in SPU.
2011-01-17 Benjamin KramerAdd a DAGCombine to turn (ctpop x) u< 2 into (x & x...
2011-01-17 Kalle RaiskilaDon't crash SPU BE with memory accesses with big alignmnet.
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-17 Cameron ZwarichRoll out r123609 due to failures on the llvm-x86_64...
2011-01-17 Cameron ZwarichEliminate the use of dominance frontiers in PromoteMemT...
2011-01-16 Michael J. SpencerUnRevert "Revert "Archive: Replace all internal uses...
2011-01-16 Michael J. SpencerFix rename.
2011-01-16 Anton KorobeynikovProvide instruction sizes for ARMv5 variants of MUL...
2011-01-16 Anders CarlssonUpdate README.txt to remove the DAE enhancement.
2011-01-16 Anders CarlssonTeach DAE to look for functions whose arguments are...
2011-01-16 Michael J. SpencerUnRevert "Revert the archive part of "Support/PathV2...
2011-01-16 Michael J. SpencerRevert the archive part of "Support/PathV2: Add identif...
2011-01-16 Chris Lattnertidy up a comment, as suggested by duncan
2011-01-16 Rafael EspindolaOnly put unnamed_addr constants in mergeable sections...
2011-01-16 Rafael EspindolaDon't merge two constants if we care about the address...
2011-01-16 Jay FoadSimplify the construction and destruction of Uses....
2011-01-16 Chris Lattnerfix PR8514, a bug where the "heroic" transformation...
2011-01-16 Jay FoadMove the implementation of the User class into a new...
2011-01-16 Chris Lattnerfix PR8932, a case where arg promotion could infinitely...
2011-01-16 Chris Lattnersimplify a little
2011-01-16 Chris Lattneradd some commentary
2011-01-16 Chris Lattnerif an alloca is only ever accessed as a unit, and is...
2011-01-16 Chris LattnerUse an irbuilder to get some trivial constant folding...
2011-01-16 Chris Lattnerremove a dead check, this was needed before we had...
2011-01-16 Chris Lattnerenhance FoldOpIntoPhi in instcombine to try harder...
2011-01-16 Evan ChengSpill R4 if it's going to be used to restore SP from FP.
2011-01-16 Chris Lattnerremove the AllowAggressive argument to FoldOpIntoPhi...
2011-01-16 Chris Lattnermore cleanups: use the IR builder.
2011-01-16 Chris Lattnertidy up code.
2011-01-16 Owen AndersonImprove the safety of my globalopt enhancement by ensur...
2011-01-16 Chris Lattnerfix PR8983, a broken assertion.
2011-01-16 Venkatraman Govind... Implement AnalyzeBranch in Sparc Backend.
2011-01-16 Chris Lattnerfix PR8981, a crash trying to form a conditional inc...
2011-01-16 Chris Lattnerreapply my fix for PR8961 with a tweak to properly...
2011-01-16 Chris Lattnersimplify this code, it is still broken but will follow...
2011-01-16 Michael J. SpencerRevert "Archive: Replace all internal uses of PathV1...
2011-01-16 Chandler CarruthSimplify a README.txt entry significantly to expose...
2011-01-16 Chris Lattnerremove the partial specialization pass. It is unmainta...
2011-01-15 Michael J. SpencerArchive: Replace all internal uses of PathV1 with PathV...
2011-01-15 Benjamin KramerAdd an assert so we don't silently miscompile ctpop...
2011-01-15 Michael J. SpencerSupport/PathV2: Add identify_magic.
2011-01-15 Benjamin KramerReimplement CTPOP legalization with the "best" algorith...
2011-01-15 Michael J. SpencerSupport/PathV2: Implement has_magic in terms of get_magic.
2011-01-15 Michael J. SpencerSupport/PathV2: Implement get_magic.
2011-01-15 Nick LewyckyAdd missing whitespace.
2011-01-15 Nick LewyckyMake constmerge a two-pass algorithm so that it won...
2011-01-15 Benjamin KramerTry to unbreak selfhost.
2011-01-15 Nick LewyckyAdd a cache that protects mergefunc's internals from...
2011-01-15 Nick LewyckyTeach LazyValueInfo that allocas aren't NULL. Over...
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-15 Chris Lattnertemporarily revert r123526. While working on a follow...
2011-01-15 Chris Lattnerfix rdar://8785296 - -fcatch-undefined-behavior generat...
2011-01-15 Chris Lattnersimplify code, no functionality change.
2011-01-15 Chris LattnerNow that instruction optzns can update the iterator...
2011-01-15 Chris Lattnermake the current instruction iterator an ivar, allowing...
2011-01-15 Chris Lattnerimplement an instcombine xform that canonicalizes casts...
2011-01-15 Chris Lattnerone more instcombine variant that is needed to work...
2011-01-15 Chris Lattnerfix typo
2011-01-15 Chris LattnerCatch ~x < cst just like ~x < ~y, we currently handle...
2011-01-15 Chris Lattnerreduce indentation
2011-01-15 Eric Christopher80-col.
2011-01-15 Chris LattnerGeneralize LoadAndStorePromoter a bit and switch LICM
2011-01-15 Bob WilsonFix a comment.
2011-01-14 Eric ChristopherFix 80-cols.
2011-01-14 Ted KremenekUpdate CMake build.
2011-01-14 Ted Kremenek'HiReg' is written but never read. Nuke its
2011-01-14 Owen AndersonFix a false-positive warning.
2011-01-14 Dan GohmanDelete an assignment to ThisBB which isn't needed,...
2011-01-14 Owen AndersonEnhance GlobalOpt to be able evaluate initializers...
next