summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne2014-05-31
* Make blend tests more specificFilipe Cabecinhas2014-05-31
* [ASan] Behave the same for functions w/o sanitize_address attribute and black...Alexey Samsonov2014-05-31
* [TSan] Fixup a test case after r209939Alexey Samsonov2014-05-31
* [TSan] Behave the same for functions w/o sanitize_thread attribute and blackl...Alexey Samsonov2014-05-31
* delete dead code.Rafael Espindola2014-05-31
* Have the TLOF creation take a Triple rather than needing a subtarget.Eric Christopher2014-05-31
* [X86] Add two combine rules to simplify dag nodes introduced during type lega...Andrea Di Biagio2014-05-30
* Convert a vselect into a concat_vector if possibleFilipe Cabecinhas2014-05-30
* isSVR4ABI() returned !isDarwin() so just move that to the elseEric Christopher2014-05-30
* Rename CreateTLOF->createTLOF to match the rest of the file and theEric Christopher2014-05-30
* Separate the check for blend shuffle_vector masksFilipe Cabecinhas2014-05-30
* fixed more typosSanjay Patel2014-05-30
* Roll DbgVariable::setMInsn into the constructor. No functional changes.Adrian Prantl2014-05-30
* added link to CMake pageSanjay Patel2014-05-30
* fixed typoSanjay Patel2014-05-30
* Make bitcast, extractelement, and insertelement considered cheap for speculat...Matt Arsenault2014-05-30
* Fix MIPS exception personality encoding.Logan Chien2014-05-30
* MachO: move test to ARM directory.Tim Northover2014-05-30
* PR19753: Optimize comparisons with "ashr exact" of a constanst.Rafael Espindola2014-05-30
* [pr19636] Fix known bit computation in urem instruction with power of two.Rafael Espindola2014-05-30
* SelectionDAG: skip barriers for unordered atomic operationsTim Northover2014-05-30
* ARM: use AAPCS-style prologues for embedded MachO.Tim Northover2014-05-30
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* AArch64 & ARM: disable generic test that relies on no CFG changes.Tim Northover2014-05-30
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* AArch64 & ARM: remove undefined behaviour from some tests.Tim Northover2014-05-30
* Test cases named with dates is a legacy rule not used now. Rename several tes...Hao Liu2014-05-30
* Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ...Karthik Bhat2014-05-30
* Add a trivial ArrayRef helper overload to the SelectionDAG interface.Chandler Carruth2014-05-30
* Remove use of comma operator.Richard Trieu2014-05-30
* When analyzing params/args for readnone/readonly, don't forget to consider th...Nick Lewycky2014-05-30
* [X86] Move test from r209863 to CodeGen/X86Adam Nemet2014-05-29
* [X86] Remove AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* [X86] Auto-upgrade AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* And fix my fix to sink down through the type at the right time. MyChandler Carruth2014-05-29
* Fix one bug in the latest incarnation of r209843 -- combining GEPsChandler Carruth2014-05-29
* Sync list of targets with configure's realityJeroen Ketema2014-05-29
* LoopVectorizer: Add a check that the backedge taken count + 1 does not overflowArnold Schwaighofer2014-05-29
* Added tests for shufflevector lowering to blend instrs.Filipe Cabecinhas2014-05-29
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-29
* Update Credits.Chad Rosier2014-05-29
* implement missing SCEVDivision caseSebastian Pop2014-05-29
* fail to find dimensions when ElementSize is nullptrSebastian Pop2014-05-29
* Use range-based for loops in ASan, TSan and MSanAlexey Samsonov2014-05-29
* [ADT] Delete the Twine assignment operatorReid Kleckner2014-05-29
* Debug Info: Remove unused code. The MInsn of an _abstract_ variable isAdrian Prantl2014-05-29
* Rename alias variables to make it easier to add new tests to the file.Rafael Espindola2014-05-29
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-29