summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Try to fix MSan bootstrap bot: make ARM64Disassembler::getInstruction() alway...Alexey Samsonov2014-03-31
* Correct OS conditionals following r204977 and r204978.Yaron Keren2014-03-31
* [C++11] Mark more classes in the X86 target as 'final'.Craig Topper2014-03-31
* Mark a couple of the X86 target classes as final. Allows the compiler to de-v...Craig Topper2014-03-31
* ARM64CollectLOH.cpp: Tweak \param. [-Wdocumentation]NAKAMURA Takumi2014-03-31
* [ARM64] Fix materialization of an fp128 zero immediate. There currentlyChandler Carruth2014-03-31
* [X86] Adjust cost of FP_TO_UINT v8f32->v8i32Adam Nemet2014-03-30
* PR18929:Stepan Dyatkovskiy2014-03-30
* Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...Hal Finkel2014-03-30
* [PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREGHal Finkel2014-03-30
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-30
* Don't mark the declarations of the TSan annotation functions as weak.Chandler Carruth2014-03-30
* [ARM64] Fix a heap-use-after-free spotted by ASan.Chandler Carruth2014-03-30
* ARM64: uncopy/paste helper functionTim Northover2014-03-30
* ARM64: remove unused variablesTim Northover2014-03-30
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-30
* ARM64: override all the things.Tim Northover2014-03-30
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-30
* X86Subtarget.h: isTargetWindows() should tell whether he is targeting msvc.NAKAMURA Takumi2014-03-30
* [MC] Remove an unused (and broken) variant of the setupForSymbolicDisassemblyLang Hames2014-03-30
* Add a missing break.Rafael Espindola2014-03-30
* Support: normalize the default triple on UnixSaleem Abdulrasool2014-03-30
* Fix a few -Wdocumentation warningsDmitri Gribenko2014-03-29
* Detemplatize LOHDirective.Benjamin Kramer2014-03-29
* ARM64: Remove unused helper function, make others static.Benjamin Kramer2014-03-29
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-29
* Avoid storing Twines.Benjamin Kramer2014-03-29
* [PowerPC] Handle v2i64 comparisonsHal Finkel2014-03-29
* ARM64: format register strings without creating a local Twine.Tim Northover2014-03-29
* [PowerPC] VSX instruction latency correctionsHal Finkel2014-03-29
* Recommitted fix for PR18931, with extended tests set.Stepan Dyatkovskiy2014-03-29
* ARM64: use 64-bit constant even on 32-bit machinesTim Northover2014-03-29
* ARM64: change format specifier to work on 32-bit targetsTim Northover2014-03-29
* [ARM64] Fix 'assert("...")' to be 'assert(0 && "...")'. Otherwise, it isChandler Carruth2014-03-29
* ARM64: initial backend importTim Northover2014-03-29
* CodeGen: add sensible defaults for the ISD::FROUND operationTim Northover2014-03-29
* MC-exceptions: add support for compact-unwind without .eh_frameTim Northover2014-03-29
* CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst.Tim Northover2014-03-29
* MC: add a RefKind field to MCValueTim Northover2014-03-29
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* MachO: actually set linker-private prefix at MC level.Tim Northover2014-03-29
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-29
* Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* [PowerPC] Add subregister classes for f64 VSX valuesHal Finkel2014-03-29
* Windows: canonicalise the default windows tripleSaleem Abdulrasool2014-03-29
* [x86] Fix printing of register operands with q modifier.Akira Hatanaka2014-03-28
* Debug Compression: Avoid compression debug_frame for nowDavid Blaikie2014-03-28
* X86: Disable IsLegalToCallImmediateAddr for Win32David Majnemer2014-03-28
* [PowerPC] Fix VSX permutation iselHal Finkel2014-03-28