summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [asan] Disable asm instrumentation on unsupported platforms.Evgeniy Stepanov2014-04-30
* ARM64: print lsr instead of lsrv for variable shifts (etc)Tim Northover2014-04-30
* ARM64: use 32-bit operations for uxtb & uxthTim Northover2014-04-30
* AArch64/ARM64: allow smaller granule relocations on MOVZ/MOVNTim Northover2014-04-30
* AArch64/ARM64: copy support for bCC instead of b.CC across.Tim Northover2014-04-30
* AArch64/ARM64: expunge CPSR from the sourcesTim Northover2014-04-30
* AArch64/ARM64: use HS instead of CS & LO instead of CC.Tim Northover2014-04-30
* Grammar fix.Rafael Espindola2014-04-30
* [mips][msa] Fix vector insertions where the index is variableDaniel Sanders2014-04-30
* ARM64: accept ELF-relocated load/store insts without a #.Tim Northover2014-04-30
* ARM64: remove duplication by templating InstPrinter methodsTim Northover2014-04-30
* [mips] Add support for .cpload.Matheus Almeida2014-04-30
* ARM64: use hex immediates for movz/movk instructionsTim Northover2014-04-30
* ARM64: hexify printing various immediate operandsTim Northover2014-04-30
* ARM64: print canonical syntax for add/sub (imm) instructions.Tim Northover2014-04-30
* [LCG] Add the really, *really* boring edge insertion case: adding anChandler Carruth2014-04-30
* [ARM64] Simplify if condition.James Molloy2014-04-30
* [ARM64] Fix stupid copy-pasto in ARM64MCAsmInfo.cpp - aarch64_be -> arm64_beJames Molloy2014-04-30
* [ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.James Molloy2014-04-30
* [ARM64] Ensure arm64_be is dealt with when emitting debug info.James Molloy2014-04-30
* ARM64: make sure FastISel uses a GPR64 source in 64-bit extensions.Tim Northover2014-04-30
* [LCG] Actually test the *basic* edge removal bits (IE, the non-SCCChandler Carruth2014-04-30
* Add a <tuple> include to more files that aren't getting it transitively on MSVC.Benjamin Kramer2014-04-30
* Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...Craig Topper2014-04-30
* ARM: support stack probe emission for Windows on ARMSaleem Abdulrasool2014-04-30
* ConstantHoisting.cpp: Add <tuple> for std::tie, since r207593 removed FileSys...NAKAMURA Takumi2014-04-30
* ARM: print COFF function header for Windows on ARMSaleem Abdulrasool2014-04-30
* De-virtualize or remove some methods that have no overrides nor override anyt...Craig Topper2014-04-30
* ARM: move llvm_unreachable useSaleem Abdulrasool2014-04-30
* ARM: partially handle 32-bit relocations for WoASaleem Abdulrasool2014-04-30
* Simplify getSymbolOffset.Rafael Espindola2014-04-30
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-30
* Implement X86 code generation for musttailReid Kleckner2014-04-29
* Fix the build with MSVC 2013 by explicitly requesting llvm::make_uniqueReid Kleckner2014-04-29
* Another missing include for MSVC.Benjamin Kramer2014-04-29
* Fix some 80 cols violations committed in r207539David Blaikie2014-04-29
* Try to fix the msvc build.Benjamin Kramer2014-04-29
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* R600: Remove duplicate setting of SELECT expansion.Tom Stellard2014-04-29
* R600/SI: Custom lower SI_IF and SI_ELSE to avoid machine verifier errorsTom Stellard2014-04-29
* R600/SI: Only select SALU instructions in the entry or exit blockTom Stellard2014-04-29
* R600: optimize the UDIVREM 64 algorithmTom Stellard2014-04-29
* R600: Implement iterative algorithm for udivremTom Stellard2014-04-29
* R600: Change UDIV/UREM to UDIVREM when legalizing typesTom Stellard2014-04-29
* R600: remove unused variableTom Stellard2014-04-29
* Tidy up.Jim Grosbach2014-04-29
* Spelling.Jim Grosbach2014-04-29
* Tidy up whitespace.Jim Grosbach2014-04-29
* Also handle ConstantAggregateZero when optimizing vpermilvar*.Rafael Espindola2014-04-29
* Fix MSVC build broken by r207580David Blaikie2014-04-29