summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Fix standard integer definitions for MSVC in DataTypes.hReid Kleckner2014-05-28
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* remove BasePointer before delinearizingSebastian Pop2014-05-27
* remove constant termsSebastian Pop2014-05-27
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-27
* [ARM] Emit correct build attributes for the relocation models.Amara Emerson2014-05-27
* Make the LoopRotate pass's maximum header size configurable both programmatic...Owen Anderson2014-05-26
* Reformat linefeeds.NAKAMURA Takumi2014-05-26
* Trailing whitespace.NAKAMURA Takumi2014-05-26
* Add an extension point for peephole optimizers.Peter Collingbourne2014-05-25
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-24
* CodeGen: Make MachineBasicBlock::back skip to the beginning of the last bundle.Benjamin Kramer2014-05-24
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-23
* Typedef NumeredTypesMapTy is not used anywhere.Yaron Keren2014-05-23
* Attempt to placate compilers that warn on casts between pointer-to-object andRichard Smith2014-05-23
* [Graph Writer] Limit the length of the graph name because Windows can't handl...Michael J. Spencer2014-05-22
* Make these bool bitfields.Eric Christopher2014-05-22
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-22
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-22
* ARM: introduce llvm.arm.undefined intrinsicSaleem Abdulrasool2014-05-22
* MC: formalise some assertions into proper errorsSaleem Abdulrasool2014-05-22
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-21
* Group the scheduling functions together.Eric Christopher2014-05-21
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* MC: introduce ability to restrict recorded relocationsSaleem Abdulrasool2014-05-21
* Remove getTargetLowering from TargetPassConfig as the target loweringEric Christopher2014-05-21
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-21