aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FileCheck-ize these tests. Harden some of them.Bill Wendling2012-04-2428-82/+159
* 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-232-0/+105
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-2319-10/+64
* 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: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.Jim Grosbach2012-04-232-0/+209
* Add ARM mode tests for the NEON vector shift-accumulate tests.Jim Grosbach2012-04-231-0/+105
* Tidy up. Reformat for ease of reading.Jim Grosbach2012-04-231-95/+102
* 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-232-9/+10
* Temporarily revert r155364 until the upstream review can complete, perChandler Carruth2012-04-232-68/+67
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-2357-13879/+2472
* Hexagon V5 (floating point) support.Sirish Pande2012-04-2337-1809/+5284
* Support for Hexagon architectural feature, new value jump.Sirish Pande2012-04-2310-5/+743
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-2322-685/+7879
* Hexagon Packetizer's target independent fix.Sirish Pande2012-04-232-67/+68
* Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen2012-04-237-56/+200
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-232-6/+6
* 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
* Don't die with an assertion if the Result bitwidth is already correct. ThisChris Lattner2012-04-231-1/+1
* Cleanup whitespace.Bill Wendling2012-04-231-32/+32
* Limit the number of times we recurse through this algorithm. All of theBill Wendling2012-04-231-5/+17
* Make Extract128BitVector and Insert128BitVector take an unsigned instead of a...Craig Topper2012-04-221-99/+68
* Convert getNode(UNDEF) to getUNDEF.Craig Topper2012-04-221-6/+7
* Make calls to getVectorShuffle more consistent. Use shuffle VT for calls to g...Craig Topper2012-04-221-8/+7
* Tidy up. 80 columns and argument alignment.Craig Topper2012-04-221-18/+17
* Simplify code by converting multiple places that were manually concatenating ...Craig Topper2012-04-221-20/+18
* cleaned line endings in the newly added test fileElena Demikhovsky2012-04-221-68/+68
* ARM: Initialize the HasRAS bit.Benjamin Kramer2012-04-221-0/+1
* Tidy up this test more:Chandler Carruth2012-04-222-22/+23
* FileCheck-ize a test, and tidy it up a touch.Chandler Carruth2012-04-221-9/+14
* ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2Elena Demikhovsky2012-04-225-14/+158
* Remove some potential warnings about variables used uninitialized.Bill Wendling2012-04-222-4/+4
* Add a flag to the struct type finder to collect only those types which haveBill Wendling2012-04-213-8/+12
* No need for "else if" after a return. Autosense "0o123" as octal inChris Lattner2012-04-211-4/+12
* stop hiding SmallVector's append that takes a count + element.Chris Lattner2012-04-211-1/+6
* Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...Nadav Rotem2012-04-212-3/+27