Suppress warning "switch statement contains 'default' but no 'case' labels" on MSVC.
[oota-llvm.git] / lib /
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...
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2011-01-14 Anton KorobeynikovCleanup
2011-01-14 Anton KorobeynikovAdd CFI directives-based frame information emission...
2011-01-14 Anton KorobeynikovSplit stuff as a preparation for CFI directives-based...
2011-01-14 Anton KorobeynikovUse common style for .cfi directives
2011-01-14 Andrew TrickSupport for precise scheduling of the instruction selec...
2011-01-14 Chris Lattnerswitch SRoA to use LoadAndStorePromoter instead of...
2011-01-14 Chris LattnerAdd a new LoadAndStorePromoter class, which implements...
2011-01-14 Duncan SandsTurn X-(X-Y) into Y. According to my auto-simplifier...
2011-01-14 Duncan SandsFactorize common code out of the InstructionSimplify...
2011-01-14 Chris Lattnersplit SROA into two passes: one that uses DomFrontiers...
2011-01-14 Jay FoadRemove casts between Value** and Constant**, which...
2011-01-14 Chris LattnerImplement full support for promoting allocas to registe...
2011-01-14 Jakob Stoklund OlesenTry for the third time to teach getFirstTerminator...
2011-01-14 Chris Lattnerrevert my fastisel patch again which apparently still...
2011-01-14 Chris Lattnerreapply r123414 now that the botz are calmed down and...
2011-01-14 Chris Lattnerindentation
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-14 Jakob Stoklund OlesenRevert r123419. It still breaks llvm-gcc-i386-linux...
2011-01-14 Chris Lattnerr123414 broke llvm-gcc bootstrap apparently, revert
2011-01-14 Chris LattnerSet the insertion point correctly for instructions...
2011-01-14 Jakob Stoklund OlesenTry again to teach getFirstTerminator() about debug...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2011-01-14 Chris Lattnerfix PR8961 - a fast isel miscompilation where we'd...
2011-01-13 Jakob Stoklund OlesenBetter terminator avoidance.
2011-01-13 Evan ChengAdd comment about Thumb2 fixup comments being completel...
2011-01-13 Tobias GrosserAdd single entry / single exit accessors.
2011-01-13 Owen AndersonRecognize alternative register names like ip -> r12.
2011-01-13 Jakob Stoklund OlesenFix a few more places that should use MBB::getLastNonDe...
2011-01-13 Chris Lattnertypo
2011-01-13 Chris Lattnermemcpy + metadata = bliss :)
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2011-01-13 Evan ChengRelax an assertion. On archs like ARM, an immediate...
2011-01-13 Jakob Stoklund OlesenTemporary workaround for an i386 crash in LiveDebugVari...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
next