summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of...NAKAMURA Takumi2014-06-02
* Support: add 6-parameter formatSaleem Abdulrasool2014-06-02
* Support: add Windows ARM EH data structuresSaleem Abdulrasool2014-06-02
* ARMEB: Fix function return type f64Christian Pirker2014-06-01
* Updates in IntelJITEventListener.cpp - by Arch Robison.Elena Demikhovsky2014-06-01
* R600: Set all float vector expands in the same placeMatt Arsenault2014-06-01
* DebugInfo: Assert that DbgVariables have associated DIEsDavid Blaikie2014-06-01
* Fix typosAlp Toker2014-05-31
* ExecutionEngine: avoid NDEBUG in headersAlp Toker2014-05-31
* Update a couple of header inclusion guardsAlp Toker2014-05-31
* R600/SI: Remove redundant patternsMatt Arsenault2014-05-31
* [SelectionDAG] Force cycle detection in AssignTopologicalOrder before abortingAdam Nemet2014-05-31
* [SelectionDAG] Pass DAG to checkForCyclesAdam Nemet2014-05-31
* [SelectionDAG] Remove duplicate declarationAdam Nemet2014-05-31
* [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".Benjamin Kramer2014-05-31
* R600/SI: Fix [s|u]int_to_fp for i1Matt Arsenault2014-05-31
* Fix typos in tablegen error messagesMatt Arsenault2014-05-31
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-31
* really fix the windows build.Rafael Espindola2014-05-31
* Fix windows build.Rafael Espindola2014-05-31
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-31
* 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