summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reverting r155468. Chris and Chandler have convinced me that it's dangerous andLang Hames2012-04-251-35/+0
* Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2012-04-251-2/+2
* Simplify the known retain count tracking; use a boolean state insteadDan Gohman2012-04-251-41/+34
* Build custom predecessor and successor lists for each basic block.Dan Gohman2012-04-241-115/+101
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-242-23/+42
* Fix a naughty header include that breaks "installed" builds.Andrew Trick2012-04-241-2/+12
* ConstantFoldSelectInstruction swapped the operands of the select.Nadav Rotem2012-04-241-1/+1
* MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng2012-04-241-0/+5
* Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixesLang Hames2012-04-241-0/+35
* Fix a crash on valid (if UB) bitcode that is produced for some globalChandler Carruth2012-04-241-3/+11
* ARM: Nuke remnant bogus code.Jim Grosbach2012-04-241-2/+0
* AVX: Add additional vbroadcast replacement sequences for integers.Nadav Rotem2012-04-241-3/+30
* cmake: new fileAndrew Trick2012-04-241-0/+1
* misched: DAG builder must special case earlyclobberAndrew Trick2012-04-241-0/+9
* misched: try (not too hard) to place debug values where they belongAndrew Trick2012-04-241-0/+25
* misched: ignore debug values during schedulingAndrew Trick2012-04-241-6/+31
* misched: DAG builder support for tracking register pressure within the curren...Andrew Trick2012-04-242-5/+58
* RegisterPressure: A utility for computing register pressure within aAndrew Trick2012-04-242-0/+718
* AVX2: The BLENDPW instruction selects between vectors of v16i16 using an i8Nadav Rotem2012-04-241-6/+0
* Refactor Thumb ITState handling in ARM Disassembler to more efficiently use i...Richard Barton2012-04-241-31/+69
* AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructionsNadav Rotem2012-04-241-1/+42
* Look for the 'Is Simulated' module flag. This indicates that the program is c...Bill Wendling2012-04-241-4/+5
* Remove dangling spaces. Fix some other formatting.Craig Topper2012-04-241-8/+10
* Simplify code a bit and make it compile better. Remove unused parameters.Craig Topper2012-04-241-21/+10
* Add a missing cpu subtype.Evan Cheng2012-04-231-0/+4
* Tidy up. 80 columns, whitespace, et. al.Jim Grosbach2012-04-234-59/+65
* Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...Nadav Rotem2012-04-231-0/+56
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-2316-5/+54
* ARM: VSLI two-operand assmebly aliases are tblgen'erated.Jim Grosbach2012-04-231-19/+0
* ARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand aliases.Jim Grosbach2012-04-231-58/+4
* ARM: vqdmulh two-operand aliases are tblgen'erated now.Jim Grosbach2012-04-231-11/+0
* [Support/Unix] Unconditionally include time.h.Michael J. Spencer2012-04-231-8/+2
* Allow forward declarations to take a context. This helps the debuggerEric Christopher2012-04-231-7/+8
* Temporarily revert r155364 until the upstream review can complete, perChandler Carruth2012-04-231-36/+55
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-2335-11849/+2126
* Hexagon V5 (floating point) support.Sirish Pande2012-04-2320-1463/+3374
* Support for Hexagon architectural feature, new value jump.Sirish Pande2012-04-238-5/+680
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-2319-685/+7822
* Hexagon Packetizer's target independent fix.Sirish Pande2012-04-231-55/+36
* Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen2012-04-231-39/+35
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-231-4/+4
* Fix issue 67 by checking that the interface functions weren't redefined in th...Alexander Potapenko2012-04-231-4/+18
* [tsan] use llvm/ADT/Statistic.h for tsan statsKostya Serebryany2012-04-231-40/+17
* Use MVT instead of EVT through all of LowerVECTOR_SHUFFLEtoBlend and not just...Craig Topper2012-04-231-2/+2
* Make getZeroVector and getOnesVector more alike as far as how they detect 128...Craig Topper2012-04-231-13/+16
* Tidy up by removing some 'else' after 'return'Craig Topper2012-04-231-44/+60
* Tidy up spacing in LowerVECTOR_SHUFFLEtoBlend. Remove code that checks if shu...Craig Topper2012-04-231-39/+34
* Add a couple llvm_unreachables.Craig Topper2012-04-231-0/+2
* Remove some tab characers.Craig Topper2012-04-231-8/+8
* Remove some 'else' after 'return'. No functional change.Craig Topper2012-04-231-3/+7