Update the documentation of CellSPU, in case it gets removed in 3.1.
[oota-llvm.git] / lib /
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-28 Jakob Stoklund OlesenDon't update spill weights when joining intervals.
2012-04-28 Jakob Stoklund OlesenSpring cleaning - Delete dead code.
2012-04-28 Jakob Stoklund OlesenFix 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 OlesenTrack 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. Spencer[Support/YAMLParser] Fix ASan found bugs.
2012-04-27 Craig TopperTidy up spacing.
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 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 Benjamin KramerX86: Don't emit conditional floating point moves on...
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 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 OlesenBreak up getProfitableChainIncrement().
2012-04-26 Jakob Stoklund OlesenTurn IVChain into a struct.
2012-04-26 Chad RosierAdd instcombine patterns for the following transformations:
2012-04-26 Andrew TrickFix the SD scheduler to avoid gluing the same node...
2012-04-26 Jim GrosbachARM: Thumb ldr(literal) base address alignment is 32...
2012-04-26 Preston GurdTrivial change to set UseLeaForSP flag in addition...
2012-04-26 Michael J. Spencer[Support/YAML] Properly fix unitialized variable warnin...
2012-04-26 Tim NorthoverUse VLD1 in NEON extenting-load patterns instead of...
2012-04-26 Tim NorthoverTest commit.
2012-04-26 Craig TopperEnable detection of AVX and AVX2 support through CPUID...
2012-04-26 Chandler CarruthTeach the reassociate pass to fold chains of multiplies...
2012-04-26 Evan ChengIf triple is armv7 / thumbv7 and a CPU is specified...
2012-04-26 Bill WendlingDon't forget to reset 'first operand' flag when we...
2012-04-25 Jakob Stoklund OlesenPrint IV chain numbers while collecting them.
2012-04-25 Jakob Stoklund OlesenRemove more dead code.
2012-04-25 Richard BartonUnify internal representation of ARM instructions with...
2012-04-25 Jakob Stoklund OlesenRemove the -disable-cross-class-join option.
2012-04-25 Jakob Stoklund OlesenCross-class joining is winning.
2012-04-25 Craig TopperAdd ifdef around getSubtargetFeatureName in tablegen...
2012-04-25 Craig TopperUse vector_shuffles instead of target specific unpack...
2012-04-25 Lang HamesReverting r155468. Chris and Chandler have convinced...
2012-04-25 Akira HatanakaDo not use $gp as a dedicated global register if the...
2012-04-25 Dan GohmanSimplify the known retain count tracking; use a boolean...
2012-04-24 Dan GohmanBuild custom predecessor and successor lists for each...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-24 Andrew TrickFix a naughty header include that breaks "installed...
2012-04-24 Nadav RotemConstantFoldSelectInstruction swapped the operands...
2012-04-24 Evan ChengMachineBasicBlock::SplitCriticalEdge() should follow...
2012-04-24 Lang HamesAdd support for llvm.arm.neon.vmull* intrinsics to...
2012-04-24 Chandler CarruthFix a crash on valid (if UB) bitcode that is produced...
2012-04-24 Jim GrosbachARM: Nuke remnant bogus code.
2012-04-24 Nadav RotemAVX: Add additional vbroadcast replacement sequences...
2012-04-24 Andrew Trickcmake: new file
2012-04-24 Andrew Trickmisched: DAG builder must special case earlyclobber
2012-04-24 Andrew Trickmisched: try (not too hard) to place debug values where...
2012-04-24 Andrew Trickmisched: ignore debug values during scheduling
2012-04-24 Andrew Trickmisched: DAG builder support for tracking register...
2012-04-24 Andrew TrickRegisterPressure: A utility for computing register...
2012-04-24 Nadav RotemAVX2: The BLENDPW instruction selects between vectors...
2012-04-24 Richard BartonRefactor Thumb ITState handling in ARM Disassembler...
2012-04-24 Nadav RotemAVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes...
2012-04-24 Bill WendlingLook for the 'Is Simulated' module flag. This indicates...
2012-04-24 Craig TopperRemove dangling spaces. Fix some other formatting.
2012-04-24 Craig TopperSimplify code a bit and make it compile better. Remove...
2012-04-23 Evan ChengAdd a missing cpu subtype.
2012-04-23 Jim GrosbachTidy up. 80 columns, whitespace, et. al.
2012-04-23 Nadav RotemOptimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SI...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-23 Jim GrosbachARM: VSLI two-operand assmebly aliases are tblgen'erated.
2012-04-23 Jim GrosbachARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand...
2012-04-23 Jim GrosbachARM: vqdmulh two-operand aliases are tblgen'erated...
2012-04-23 Michael J. Spencer[Support/Unix] Unconditionally include time.h.
2012-04-23 Eric ChristopherAllow forward declarations to take a context. This...
2012-04-23 Chandler CarruthTemporarily revert r155364 until the upstream review...
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Sirish PandeHexagon V5 (floating point) support.
2012-04-23 Sirish PandeSupport for Hexagon architectural feature, new value...
2012-04-23 Sirish PandeSupport for Hexagon VLIW Packetizer.
2012-04-23 Sirish PandeHexagon Packetizer's target independent fix.
2012-04-23 Jakob Stoklund OlesenReapply r155136 after fixing PR12599.
2012-04-23 Sylvestre LedruConflict with st_dev/st_ino identifiers under Debian...
2012-04-23 Alexander PotapenkoFix issue 67 by checking that the interface functions...
2012-04-23 Kostya Serebryany[tsan] use llvm/ADT/Statistic.h for tsan stats
2012-04-23 Craig TopperUse MVT instead of EVT through all of LowerVECTOR_SHUFF...
2012-04-23 Craig TopperMake getZeroVector and getOnesVector more alike as...
2012-04-23 Craig TopperTidy up by removing some 'else' after 'return'
2012-04-23 Craig TopperTidy up spacing in LowerVECTOR_SHUFFLEtoBlend. Remove...
2012-04-23 Craig TopperAdd a couple llvm_unreachables.
next