summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [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
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-29
* Remove tabs.Rafael Espindola2014-04-29
* Two fixes to the vpermilvar optimization.Rafael Espindola2014-04-29
* Fix vectorization remarks.Diego Novillo2014-04-29
* Continue slp vectorization even the BB already has vectorized store radar://1...Yi Jiang2014-04-29
* Add slp vectorization to LTO passesYi Jiang2014-04-29
* Reapply r207271 without the testcaseAdam Nemet2014-04-29
* Add Simple return instruction to Mips fast-iselReed Kotler2014-04-29
* [DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.Alexey Samsonov2014-04-29
* BranchProb: Simplify printing codeDuncan P. N. Exon Smith2014-04-29
* [mips] Remove two more redundant 'let Predicates = [HasStdEnc]' statements th...Daniel Sanders2014-04-29
* [mips] Remove more redundant 'let Predicates = [HasStdEnc]' statementsDaniel Sanders2014-04-29
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-29
* [mips] Remove redundant 'let Predicates = [HasStdEnc]' statementsDaniel Sanders2014-04-29