summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* InstCombine: Improvement to check if signed addition overflows.Rafael Espindola2014-06-04
* [AArch64] clang-format the load/store optimizer.Tilmann Scheller2014-06-04
* [AArch64] Fix some LLVM Coding Standards violations in the load/store optimizer.Tilmann Scheller2014-06-04
* Fix gcc -Wparentheses warning.Patrik Hagglund2014-06-04
* Fix a use of uninitialized value. OldCC is set when IsCmpZero || IsSwapped an...Nick Lewycky2014-06-04
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-04
* Move GenericScheduler and PostGenericScheduler into a header.Andrew Trick2014-06-04
* GraphWriter: try gv before xdg-openAlp Toker2014-06-04
* GraphWriter: support the XDG open utilityAlp Toker2014-06-04
* DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...David Blaikie2014-06-04
* Fix typosMatt Arsenault2014-06-03
* Calculate dead instructions when a live interval is created.Pete Cooper2014-06-03
* Revert r209381 as it isn't a local variable. Add a testcase so thatEric Christopher2014-06-03
* Fixup formatting in the pass.Eric Christopher2014-06-03
* Update comments to match reality.Rafael Espindola2014-06-03
* Fix a small bug in the parsing of anonymous globals.Rafael Espindola2014-06-03
* Simplify the parsing of unnamed globals. No functionality changed.Rafael Espindola2014-06-03
* Update comment. This should have been part of r210062.Rafael Espindola2014-06-03
* [AArch64] Fix typo in load/store optimizer.Tilmann Scheller2014-06-03
* [asan] Fix coverage instrumentation with -asan-globals=0.Evgeniy Stepanov2014-06-03
* AArch64: mark small types (i1, i8, i16) as promotedTim Northover2014-06-03
* Use an enum class.Rafael Espindola2014-06-03
* Use an enum class.Rafael Espindola2014-06-03
* Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren...Nick Lewycky2014-06-03
* [AArch64] Correctly deal with VPR stack parameter passing.Jiangning Liu2014-06-03
* Process::GetRandomNumber(): fix insecure RNGAlp Toker2014-06-03
* 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