summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13255-1492/+1492
* LoopVectorizer: Disallow reductions whose header phi is used outside the loopArnold Schwaighofer2013-07-132-2/+31
* Reduce large list of macros to the primary platform macros. DistingiushJoerg Sonnenberger2013-07-131-20/+18
* Convert a couple of grep tests to FileCheck.Benjamin Kramer2013-07-136-31/+109
* Only verify the length in archive test, we can't make assumptions on the spac...Benjamin Kramer2013-07-131-2/+2
* Attempt at fixing a mingw bot.Rafael Espindola2013-07-131-2/+0
* Remove unneeded forward declarations.Craig Topper2013-07-131-3/+0
* Pass SmallVector by const reference instead of by value.Craig Topper2013-07-131-2/+2
* Make the new vectorizer test immune to TTIAndrew Trick2013-07-131-1/+1
* LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander.Andrew Trick2013-07-132-18/+131
* Try to open the file before use data from stat.Rafael Espindola2013-07-131-2/+3
* Remove unused file. Thanks to Sean Silva for noticing it.Rafael Espindola2013-07-131-419/+0
* Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola2013-07-132-1/+23
* Add a microoptimization for urem.Nick Lewycky2013-07-132-0/+16
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-136-20/+25
* Revert commit r186216 -- it's breaking bots:Chandler Carruth2013-07-132-23/+1
* [mips] Remove trailing whitespace.Akira Hatanaka2013-07-121-4/+4
* Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.Nick Lewycky2013-07-122-5/+16
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-1211-86/+98
* Fix ARM paired GPR COPY loweringJF Bastien2013-07-122-0/+20
* Fixed 80+ violation and added C++ to header.Michael Gottesman2013-07-121-1/+1
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-122-1/+18
* [mips] Add instruction itinerary classes for mult, seb and slt instructions.Akira Hatanaka2013-07-123-13/+16
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-126-25/+20
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-122-1/+23
* LFTR improvement to avoid truncation.Andrew Trick2013-07-122-6/+76
* Cleanup LFTR logic.Andrew Trick2013-07-121-28/+9
* Cleanup: rename a variable to make the logic easier to follow.Andrew Trick2013-07-121-7/+7
* Remove extraneous braces.Eric Christopher2013-07-121-6/+3
* R600: Reapply testcase from r186178, the big endian issue should be fixed by ...Benjamin Kramer2013-07-121-0/+12
* Change archive-update.test to create a new file on the fly.Rafael Espindola2013-07-122-3/+6
* Remove empty directory.Rafael Espindola2013-07-120-0/+0
* Rename directory to avoid problems on windows.Rafael Espindola2013-07-122-2/+2
* fix autoconf buildRafael Espindola2013-07-121-1/+1
* Fix the build with c++03.Rafael Espindola2013-07-121-4/+2
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-1210-1212/+376
* R600: Remove unsafe type punning. No intended functionality change.Benjamin Kramer2013-07-121-6/+4
* Add a test for llvm-ar's u option.Rafael Espindola2013-07-122-0/+26
* R600: Remove the fpconst64.ll test which was failing on non-x86 buildbotsTom Stellard2013-07-121-12/+0
* X86 cost model: Add cost for vectorized gather/scatherArnold Schwaighofer2013-07-122-0/+101
* ARM cost model: Add cost for gather/scatherArnold Schwaighofer2013-07-122-0/+97
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-125-9/+69
* Relax the test a bit more to handle different UIDs and GIDs.Rafael Espindola2013-07-121-1/+1
* Relax test a bit to handle umask differences.Rafael Espindola2013-07-121-1/+1
* Add a test for the 'o' option in llvm-ar.Rafael Espindola2013-07-121-0/+10
* R600/SI: Add support for f64 kernel argumentsTom Stellard2013-07-122-1/+10
* R600/SI: Implement select and compares for SITom Stellard2013-07-122-6/+97
* R600/SI: Add fsqrt pattern for SITom Stellard2013-07-122-2/+30
* R600/SI: Add double precision fsub pattern for SITom Stellard2013-07-123-3/+42
* R600/SI: SI support for 64bit ConstantFPTom Stellard2013-07-123-0/+31