oota-llvm.git
2011-01-15 Nick LewyckyTeach LazyValueInfo that allocas aren't NULL. Over...
2011-01-15 Rafael EspindolaAdd a clarification about merging constants with and...
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 Lattnerfix typo
2011-01-15 Chris LattnerFix m_Not and m_Neg to not match random ConstantInt...
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 Bob WilsonFix some tablegen issues to allow using zero_reg for...
2011-01-14 Ted KremenekFix memory leak found by clang static analyzer.
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 Jay FoadOperandTraits<>::Layout isn't used for anything. Remove it.
2011-01-14 Rafael EspindolaUpdate llvm-gcc's tests.
2011-01-14 Oscar FuentesReorder macros on config.h.cmake to easily compare...
2011-01-14 Devang PatelDisable debug mode.
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 Duncan SandsRename this test.
2011-01-14 Chris Lattnerswitch the second scalarrepl pass to use SSAUpdater...
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 Chris Lattnerrelax testcase a bit.
2011-01-14 Jakob Stoklund... Try 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... Revert 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... Try again to teach getFirstTerminator() about debug...
2011-01-14 Owen AndersonRather than doing early instcombine, try doing early...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2011-01-14 Owen AndersonDon't bother conditionalizing the use of SROA in -O1...
2011-01-14 Chris Lattnerfix PR8961 - a fast isel miscompilation where we'd...
2011-01-13 Jakob Stoklund... Better 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... Fix a few more places that should use MBB::getLastNonDe...
2011-01-13 Owen AndersonAs far as I can tell, unified syntax uses c0-c15 instea...
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... Temporary workaround for an i386 crash in LiveDebugVari...
2011-01-13 Jakob Stoklund... Teach frame lowering to ignore debug values after the...
2011-01-13 Bob WilsonTidy comments, indentation, and 80-column violations.
2011-01-13 Bob WilsonFix whitespace.
2011-01-13 Kevin EnderbyFix ARMAsmParser::ParseOperand() to allow it to parse...
2011-01-13 Devang PatelLittle help to debug the bugpoint itself.
2011-01-13 Devang PatelSpeculatively revert r123384 to make llvm-gcc-i386...
2011-01-13 Oscar FuentesAdd some platform tests.
2011-01-13 Jim GrosbachWhen updating a tSpill/tRestore instruction to be a...
2011-01-13 Jakob Stoklund... Teach MachineBasicBlock::getFirstTerminator to ignore...
2011-01-13 Bob WilsonCheck for empty structs, and for consistency, zero...
2011-01-13 Bob WilsonExtend SROA to handle arrays accessed as homogeneous...
2011-01-13 Bob WilsonMake SROA more aggressive with allocas containing padding.
2011-01-13 Oscar FuentesDisable RTTI when building unit tests. This avoids...
2011-01-13 Oscar FuentesPlatform tests for argz_* functions.
2011-01-13 Duncan SandsRemove some wrong code which fortunately was never...
2011-01-13 Duncan SandsThe most common simplification missed by instsimplify...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-13 Eric ChristopherExperiment with changing the default 32-bit linux stack...
2011-01-13 Rafael EspindolaKeep unnamed_addr when linking.
2011-01-13 Rafael EspindolaReject uses of unnamed_addr in declarations.
2011-01-13 Kevin EnderbyAdd a FIXME and two asserts for now in the ARMAsmParser...
2011-01-13 Dan GohmanFix r123346 to handle scalar types too.
2011-01-13 Jakob Stoklund... Add missing space in debug output
2011-01-13 Jason W KimChange call to Error() to assert()
2011-01-13 Jason W KimStyle clean up - break up the breaks.
2011-01-12 Dan GohmanApply the patch from PR8958, which allows llc to get...
2011-01-12 Michael J.... Support/Path: Deprecate PathV1::IsSymlink and replace...
2011-01-12 Jakob Stoklund... Try again enabling LiveDebugVariables.
2011-01-12 Jason W KimAdded clarifying comment
2011-01-12 Jason W KimJimG sez: "The value-kinds look like masks, but they...
next