summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-06
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-06
* config.h: remove clang-specific macro definitionsAlp Toker2014-06-06
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-05
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Add missing const specifier to a const method.Evgeniy Stepanov2014-06-05
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* Add a Constant version of stripPointerCasts.Rafael Espindola2014-06-04
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-04
* Support: style/documentation cleanup for formatSaleem Abdulrasool2014-06-04
* Support: add additional comment for ARM EH structureSaleem Abdulrasool2014-06-04
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-04
* Move GenericScheduler and PostGenericScheduler into a header.Andrew Trick2014-06-04
* [Object][ELF] Range-based loop simplification.Simon Atanasyan2014-06-04
* config.h: fix layering and don't duplicate definitionsAlp Toker2014-06-04
* Calculate dead instructions when a live interval is created.Pete Cooper2014-06-03
* Remove some redundant doc commentsAlp Toker2014-06-03
* Implement one operator== with another.Rafael Espindola2014-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
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Remove sanitizer blacklist from ASan/TSan/MSan function passes.Alexey Samsonov2014-06-02
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-02
* Support: add 6-parameter formatSaleem Abdulrasool2014-06-02
* Support: add Windows ARM EH data structuresSaleem Abdulrasool2014-06-02
* ExecutionEngine: avoid NDEBUG in headersAlp Toker2014-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
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-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
* delete dead code.Rafael Espindola2014-05-31
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-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
* [X86] Remove AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* [ADT] Delete the Twine assignment operatorReid Kleckner2014-05-29
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-29
* [LoadCombine] Missed a file.Michael J. Spencer2014-05-29
* Add LoadCombine pass.Michael J. Spencer2014-05-29
* Add a simple helper function to create a 64-bit integer.Reid Kleckner2014-05-28