summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-04
* Two small enhancements for the JIT.Yaron Keren2014-06-04
* XFAIL: test/DebugInfo/missing-abstract-variable.ll on mips and ppc64 due to a...David Blaikie2014-06-04
* tools: fix parenthesis warning from GCCSaleem Abdulrasool2014-06-04
* tools: fix silly typo in llvm-readobjSaleem Abdulrasool2014-06-04
* tools: initial implementation of WoA EH decodingSaleem Abdulrasool2014-06-04
* tools: introduce StreamWriter::printBooleanSaleem Abdulrasool2014-06-04
* Support: style/documentation cleanup for formatSaleem Abdulrasool2014-06-04
* Support: add additional comment for ARM EH structureSaleem Abdulrasool2014-06-04
* 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
* docs: Remove documentation for legacy PGO optionsJustin Bogner2014-06-04
* [Object][ELF] Range-based loop simplification.Simon Atanasyan2014-06-04
* GraphWriter: try gv before xdg-openAlp Toker2014-06-04
* GraphWriter: support the XDG open utilityAlp Toker2014-06-04
* config.h: fix layering and don't duplicate definitionsAlp 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
* Remove some redundant doc commentsAlp Toker2014-06-03
* [AArch64] Fix typo in load/store optimizer.Tilmann Scheller2014-06-03
* [AArch64] Add regression tests for the load/store optimizer which cover post-...Tilmann Scheller2014-06-03
* Implement one operator== with another.Rafael Espindola2014-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
* Add operator== and operator!= to compare with nullptr.Rafael Espindola2014-06-03
* Use an enum class.Rafael Espindola2014-06-03
* Use an enum class.Rafael Espindola2014-06-03
* Remove the last unspecified_bool_type from llvm.Rafael Espindola2014-06-03
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-03
* Make this operator bool() explicit to match the standard library.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
* Convert test to FileCheck.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