summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* ARM: Thumb ldr(literal) base address alignment is 32-bits.Jim Grosbach2012-04-26
* Trivial change to set UseLeaForSP flag in addition to togglingPreston Gurd2012-04-26
* [Support/YAML] Properly fix unitialized variable warning by inserting aMichael J. Spencer2012-04-26
* Use VLD1 in NEON extenting-load patterns instead of VLDR.Tim Northover2012-04-26
* Test commit.Tim Northover2012-04-26
* Enable detection of AVX and AVX2 support through CPUID. Add AVX/AVX2 to corei...Craig Topper2012-04-26
* Teach the reassociate pass to fold chains of multiplies with repeatedChandler Carruth2012-04-26
* If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng2012-04-26
* Don't forget to reset 'first operand' flag when we're setting the MDNodeOpera...Bill Wendling2012-04-26
* Print IV chain numbers while collecting them.Jakob Stoklund Olesen2012-04-25
* Remove more dead code.Jakob Stoklund Olesen2012-04-25
* Unify internal representation of ARM instructions with a register right-shift...Richard Barton2012-04-25
* Remove the -disable-cross-class-join option.Jakob Stoklund Olesen2012-04-25
* Cross-class joining is winning.Jakob Stoklund Olesen2012-04-25
* Add ifdef around getSubtargetFeatureName in tablegen output file so that only...Craig Topper2012-04-25
* Use vector_shuffles instead of target specific unpack nodes for AVX ZERO_EXTE...Craig Topper2012-04-25
* Reverting r155468. Chris and Chandler have convinced me that it's dangerous andLang Hames2012-04-25
* Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2012-04-25
* Simplify the known retain count tracking; use a boolean state insteadDan Gohman2012-04-25
* Build custom predecessor and successor lists for each basic block.Dan Gohman2012-04-24
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-24
* Fix a naughty header include that breaks "installed" builds.Andrew Trick2012-04-24
* ConstantFoldSelectInstruction swapped the operands of the select.Nadav Rotem2012-04-24
* MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng2012-04-24
* Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixesLang Hames2012-04-24
* Fix a crash on valid (if UB) bitcode that is produced for some globalChandler Carruth2012-04-24
* ARM: Nuke remnant bogus code.Jim Grosbach2012-04-24
* AVX: Add additional vbroadcast replacement sequences for integers.Nadav Rotem2012-04-24
* cmake: new fileAndrew Trick2012-04-24
* misched: DAG builder must special case earlyclobberAndrew Trick2012-04-24
* misched: try (not too hard) to place debug values where they belongAndrew Trick2012-04-24
* misched: ignore debug values during schedulingAndrew Trick2012-04-24
* misched: DAG builder support for tracking register pressure within the curren...Andrew Trick2012-04-24
* RegisterPressure: A utility for computing register pressure within aAndrew Trick2012-04-24
* AVX2: The BLENDPW instruction selects between vectors of v16i16 using an i8Nadav Rotem2012-04-24
* Refactor Thumb ITState handling in ARM Disassembler to more efficiently use i...Richard Barton2012-04-24
* AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructionsNadav Rotem2012-04-24
* Look for the 'Is Simulated' module flag. This indicates that the program is c...Bill Wendling2012-04-24
* Remove dangling spaces. Fix some other formatting.Craig Topper2012-04-24
* Simplify code a bit and make it compile better. Remove unused parameters.Craig Topper2012-04-24
* Add a missing cpu subtype.Evan Cheng2012-04-23
* Tidy up. 80 columns, whitespace, et. al.Jim Grosbach2012-04-23
* Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...Nadav Rotem2012-04-23
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-23
* ARM: VSLI two-operand assmebly aliases are tblgen'erated.Jim Grosbach2012-04-23
* ARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand aliases.Jim Grosbach2012-04-23
* ARM: vqdmulh two-operand aliases are tblgen'erated now.Jim Grosbach2012-04-23
* [Support/Unix] Unconditionally include time.h.Michael J. Spencer2012-04-23
* Allow forward declarations to take a context. This helps the debuggerEric Christopher2012-04-23
* Temporarily revert r155364 until the upstream review can complete, perChandler Carruth2012-04-23