summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Add back commit r210029.Rafael Espindola2014-06-02
* Revert "Add the nsw flag when we detect that an add will not signed overflow."Rafael Espindola2014-06-02
* InitLibcallNames can take a Triple instead of a TargetMachine.Eric Christopher2014-06-02
* Added support to optimize comparisons with "lshr exact" of a constant.Rafael Espindola2014-06-02
* Remove sanitizer blacklist from ASan/TSan/MSan function passes.Alexey Samsonov2014-06-02
* Omit else branch after return.Eric Christopher2014-06-02
* [X86] Fix checked arithmetic for i8 on X86.Andrea Di Biagio2014-06-02
* Add the nsw flag when we detect that an add will not signed overflow.Rafael Espindola2014-06-02
* [msan] Remove an out-of-date comment.Evgeniy Stepanov2014-06-02
* [msan] Handle x86 vector pack intrinsics.Evgeniy Stepanov2014-06-02
* Added inst combine tarnsform for (1 << X) & C pattrens where C is (some Power...Dinesh Dwivedi2014-06-02
* Added inst combine transforms for single bit tests from Chris's noteDinesh Dwivedi2014-06-02
* Silence -Wreturn-type warningAlp Toker2014-06-02
* GraphWriter: tweak the program fallback orderAlp Toker2014-06-02
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-02
* Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of...NAKAMURA Takumi2014-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
* [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
* 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
* [ASan] Behave the same for functions w/o sanitize_address attribute and black...Alexey 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
* Roll DbgVariable::setMInsn into the constructor. No functional changes.Adrian Prantl2014-05-30
* Make bitcast, extractelement, and insertelement considered cheap for speculat...Matt Arsenault2014-05-30
* Fix MIPS exception personality encoding.Logan Chien2014-05-30
* PR19753: Optimize comparisons with "ashr exact" of a constanst.Rafael Espindola2014-05-30