oota-llvm.git
2012-05-01 Sirish PandeTarget independent Hexagon Packetizer fix.
2012-05-01 Jim GrosbachARM: Add a few missing add->sub aliases w/ 'w' suffix.
2012-05-01 Jim GrosbachARM: allow vanilla expressions for movw/movt.
2012-05-01 Preston GurdThis patch marks the X86 floating point stack registers...
2012-05-01 Jim GrosbachMC: Unknown assembler directives are now hard errors.
2012-05-01 Jim GrosbachMC: Remove errant EatToEndOfStatement() in asm parser.
2012-05-01 Manman RenX86: optimization for max-like struct
2012-05-01 Alexey SamsonovX86: Use StackRegister instead of FrameRegister in...
2012-05-01 Benjamin KramerMove MipsDisassembler classes into an anonymous namespace.
2012-05-01 Jay FoadRegression test for PR2960.
2012-05-01 Benjamin KramerValue-initialize global to avoid global construction.
2012-05-01 Eli BenderskyRuntimeDyld cleanup:
2012-05-01 Benjamin KramerYAMLParser: get rid of global ctors & dtors.
2012-05-01 Bill WendlingChange the PassManager from a reference to a pointer.
2012-05-01 Craig TopperAllow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be...
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-05-01 Craig TopperMake XOP and FMA4 require SSE4A to match GCC behavior...
2012-05-01 Craig TopperAttempt to handle MRMInitReg in emitVEXOpcodePrefix...
2012-05-01 Eli BenderskyRemoved examples of stack frame inspection which no...
2012-05-01 Craig TopperMake XOP imply AVX as its needed to legalize the regist...
2012-05-01 Craig TopperRemove HasSSE2 from AES and CLMUL predicates. It's...
2012-05-01 Craig TopperMake CLMUL and AES imply SSE2 since its needed to legal...
2012-05-01 Craig TopperEnable AVX and FMA4 for AMD Bulldozer processors.
2012-05-01 Nick LewyckyAn instruction in a loop is not guaranteed to be execut...
2012-05-01 Lang HamesAdd support for llvm.arm.neon.vmull* intrinsics to...
2012-04-30 Jakub StaszakAdd some constantness. No functionality change.
2012-04-30 Manman RenX86: optimization for -(x != 0)
2012-04-30 Jim GrosbachARM: Diagnostics for out of range fixups.
2012-04-30 Jakob Stoklund... Fix address calculation error from r155744.
2012-04-30 Sebastian Popfix typo
2012-04-30 Manman Rentest/CodeGen/X86/select.ll: remove spaces
2012-04-30 Chad RosierTidy up. No functional change intended.
2012-04-30 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-30 Bob WilsonDon't introduce illegal types when creating vmull opera...
2012-04-30 Eli BenderskyIt doesn't make sense to move symbol relocations to...
2012-04-30 Duncan SandsJust mark the sign bit as known zero, rather than any...
2012-04-30 Bill WendlingSecond attempt at PR12573:
2012-04-30 Bill WendlingUse an ArrayRef instead of explicit vector type.
2012-04-30 Eli BenderskyCode cleanup in RuntimeDyld:
2012-04-30 Bill WendlingRemove hack from r154987. The problem persists even...
2012-04-30 Craig TopperNo need to normalize index before calling Extract128Bit...
2012-04-30 Pete CooperCopied all the VEX prefix encoding code from X86MCCodeE...
2012-04-30 Rafael EspindolaMake sure HoistInsertPosition finds a position that...
2012-04-29 Jakub StaszakRemove unneeded casts. No functionality change.
2012-04-29 Craig TopperRemove superfluous 'inline'
2012-04-29 Craig TopperSimplify code a bit. No functional change intended.
2012-04-29 Kalle RaiskilaUpdate the documentation of CellSPU, in case it gets...
2012-04-29 Benjamin KramerRegisterPressure: ArrayRefize some functions for better...
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-29 Eli BenderskyRemove redundant line (the memory manager is set above...
2012-04-29 Benjamin KramerSmallVector: Don't rely on having an assignment operato...
2012-04-29 Eli BenderskyFix comments from copy-paste to a more relevant meaning
2012-04-29 Craig TopperAdd constants for first and last integer vector types...
2012-04-29 Craig TopperRemove tab characters
2012-04-29 Craig TopperMark the default cases of MVT::getVectorElementType...
2012-04-28 Jakob Stoklund... Don't update spill weights when joining intervals.
2012-04-28 Jakob Stoklund... Spring cleaning - Delete dead code.
2012-04-28 Benjamin KramerIf the __is_trivially_copyable type trait is available...
2012-04-28 Benjamin KramerUse the most basic superclass of SmallVector in ArrayRef.
2012-04-28 Jakob Stoklund... Fix a problem with blocks that need to be split twice.
2012-04-28 Andrew TrickReapply 155668: Fix the SD scheduler to avoid gluing...
2012-04-27 Jim GrosbachARM: Thumb add(sp plus register) asm constraints.
2012-04-27 Jim GrosbachARM: Tweak tADDrSP definition for consistent operand...
2012-04-27 Derek SchuffRevert r155745
2012-04-27 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-27 Jakob Stoklund... Track worst case alignment padding more accurately.
2012-04-27 Andrew TrickTemporarily revert r155668: Fix the SD scheduler to...
2012-04-27 Craig TopperUse 'unsigned' instead of 'int' in several places when...
2012-04-27 Chad RosierAdd x86-specific DAG combine to simplify:
2012-04-27 Michael J.... [Support/YAMLParser] Fix ASan found bugs.
2012-04-27 Craig TopperTidy up spacing.
2012-04-27 Evan ChengMake test less fragile.
2012-04-27 Hal FinkelDon't vectorize target-specific types (ppc_fp128, x86_f...
2012-04-27 David BlaikieChange recurse depth limit to uint32 to fix warning.
2012-04-27 David BlaikieSwitch to c-style comments in a C file.
2012-04-27 Dan GohmanMiscellaneous accumulated cleanups.
2012-04-27 Lang HamesFix the order of the operands in the llvm.fma intrinsic...
2012-04-27 Mon P WangAdd an early bailout to IsValueFullyAvailableInBlock...
2012-04-27 Dan GohmanReapply r155682, making constant folding more consisten...
2012-04-27 Richard BartonFix ARM assembly parsing for upper case condition codes...
2012-04-27 Jim GrosbachRemove a docs reference to the CBackend.
2012-04-27 Benjamin KramerMissed some register numbers.
2012-04-27 Benjamin KramerUpdate edis test for r155704.
2012-04-27 Benjamin KramerX86: Don't emit conditional floating point moves on...
2012-04-27 Evgeniy StepanovUpdate config.sub in the sample project.
2012-04-27 Kostya Serebryany[asan] small optimization: do not emit "x+0" instructions
2012-04-27 Richard BartonRefactor IT handling not to store the bottom bit of...
2012-04-27 NAKAMURA TakumiRevert r155682, "Use ConstantExpr::getExtractElement...
2012-04-27 Kostya Serebryany[tsan] Atomic support for ThreadSanitizer, patch by...
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2012-04-27 Evan ChengImplement a bastardized ABI.
2012-04-27 Evan Cheng- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn...
2012-04-27 Dan GohmanUse ConstantExpr::getExtractElement when constant-foldi...
2012-04-26 Jakob Stoklund... Break up getProfitableChainIncrement().
2012-04-26 Jakob Stoklund... Turn IVChain into a struct.
2012-04-26 Chad RosierAdd instcombine patterns for the following transformations:
2012-04-26 Evan ChengDumpSegment64Command() wasn't returning correct result...
2012-04-26 Andrew TrickFix the SD scheduler to avoid gluing the same node...
2012-04-26 Ted KremenekDefensively guard against calling malloc() with a size...
2012-04-26 Jim GrosbachARM: Thumb ldr(literal) base address alignment is 32...
next