summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap.Andrew Trick2013-07-14
* Teach indvars to generate nsw/nuw flags when widening an induction variable.Andrew Trick2013-07-14
* Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...Stephen Lin2013-07-14
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Modify two Transforms tests to explicitly check for full function names in so...Stephen Lin2013-07-14
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-13
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-13
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* LoopVectorizer: Disallow reductions whose header phi is used outside the loopArnold Schwaighofer2013-07-13
* Reduce large list of macros to the primary platform macros. DistingiushJoerg Sonnenberger2013-07-13
* Convert a couple of grep tests to FileCheck.Benjamin Kramer2013-07-13
* Only verify the length in archive test, we can't make assumptions on the spac...Benjamin Kramer2013-07-13
* Attempt at fixing a mingw bot.Rafael Espindola2013-07-13
* Remove unneeded forward declarations.Craig Topper2013-07-13
* Pass SmallVector by const reference instead of by value.Craig Topper2013-07-13
* Make the new vectorizer test immune to TTIAndrew Trick2013-07-13
* LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander.Andrew Trick2013-07-13
* Try to open the file before use data from stat.Rafael Espindola2013-07-13
* Remove unused file. Thanks to Sean Silva for noticing it.Rafael Espindola2013-07-13
* Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola2013-07-13
* Add a microoptimization for urem.Nick Lewycky2013-07-13
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Revert commit r186216 -- it's breaking bots:Chandler Carruth2013-07-13
* [mips] Remove trailing whitespace.Akira Hatanaka2013-07-12
* Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.Nick Lewycky2013-07-12
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-12
* Fix ARM paired GPR COPY loweringJF Bastien2013-07-12
* Fixed 80+ violation and added C++ to header.Michael Gottesman2013-07-12
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-12
* [mips] Add instruction itinerary classes for mult, seb and slt instructions.Akira Hatanaka2013-07-12
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-12
* LFTR improvement to avoid truncation.Andrew Trick2013-07-12
* Cleanup LFTR logic.Andrew Trick2013-07-12
* Cleanup: rename a variable to make the logic easier to follow.Andrew Trick2013-07-12
* Remove extraneous braces.Eric Christopher2013-07-12
* R600: Reapply testcase from r186178, the big endian issue should be fixed by ...Benjamin Kramer2013-07-12
* Change archive-update.test to create a new file on the fly.Rafael Espindola2013-07-12
* Remove empty directory.Rafael Espindola2013-07-12
* Rename directory to avoid problems on windows.Rafael Espindola2013-07-12
* fix autoconf buildRafael Espindola2013-07-12
* Fix the build with c++03.Rafael Espindola2013-07-12
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* R600: Remove unsafe type punning. No intended functionality change.Benjamin Kramer2013-07-12
* Add a test for llvm-ar's u option.Rafael Espindola2013-07-12
* R600: Remove the fpconst64.ll test which was failing on non-x86 buildbotsTom Stellard2013-07-12
* X86 cost model: Add cost for vectorized gather/scatherArnold Schwaighofer2013-07-12
* ARM cost model: Add cost for gather/scatherArnold Schwaighofer2013-07-12