- f516614 Fix docs typo regarding lit.local.cfg files by Jonathan Roelofs · 11 years ago
- 9c25216 [BasicAA] Try to disambiguate GEPs through arrays of structs into by Ahmed Bougacha · 11 years ago
- 0e0271a SCEV: Compress disposition pairs. by Benjamin Kramer · 11 years ago
- ff53b75 SmallVector: Move emplace_back to SmallVectorImpl. by Benjamin Kramer · 11 years ago
- 3281412 [X86] Force fp stack folding tests to keep to specific domain. by Simon Pilgrim · 11 years ago
- bf4a435 [X86][AVX2] More AVX2 integer stack folding tests. by Simon Pilgrim · 11 years ago
- 0e0dfd9 Fix typos; NFC. by Andrea Di Biagio · 11 years ago
- 74cdff8 Move DebugLocs around instead of copying. by Benjamin Kramer · 11 years ago
- fdac306 MC: Emit COFF section flags in the "proper" order by David Majnemer · 11 years ago
- 7e940c4 Consistently use override rather than virtual. by Chandler Carruth · 11 years ago
- 05bd43d [PowerPC] Handle loop predecessor invokes by Hal Finkel · 11 years ago
- 8143b4d Add more DWARF 5 language constants. by Bruce Mitchener · 11 years ago
- 6a03769 Change RHS-style decltype to LHS-style decltype<declval()>. by Zachary Turner · 11 years ago
- d0898f1 Resubmit unittests for DebugInfoPDB. by Zachary Turner · 11 years ago
- cd04094 [docs][LLVM-style RTTI] Add a mention of multiple inheritance. by Sean Silva · 11 years ago
- f28bf6c Support: Fix tests for VirtualityString by Duncan P. N. Exon Smith · 11 years ago
- 5a504d4 Support: Add dwarf::getVirtuality() by Duncan P. N. Exon Smith · 11 years ago
- a496490 Support: Use Dwarf.def for DW_VIRTUALITY, NFC by Duncan P. N. Exon Smith · 11 years ago
- e29c334 Support: Add dwarf::getAttributeEncoding() by Duncan P. N. Exon Smith · 11 years ago
- 87c9a12 Support: Rewrite AttributeEncodingString(), NFC by Duncan P. N. Exon Smith · 11 years ago
- f0d7e8a Support: Stop stringifying DW_ATE_{lo,hi}_user by Duncan P. N. Exon Smith · 11 years ago
- 9ce4011 [PowerPC] Fixup incomplete revert of test/CodeGen/PowerPC/tls-pic.ll by Hal Finkel · 11 years ago
- 2db85d6 [Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-irgen. by Lang Hames · 11 years ago
- 4e96e52 Add code to llvm-objdump so the -section option with -macho will dump literal by Kevin Enderby · 11 years ago
- 8650883 [AArch64] Use the source location of the IR branch when creating Bcc by Ahmed Bougacha · 11 years ago
- 148482d [X86][AVX2] Begun adding AVX2 integer stack folding tests. by Simon Pilgrim · 11 years ago
- 9168f71 Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and related fixups by Hal Finkel · 11 years ago
- ead6da3 [Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-codegen. by Lang Hames · 11 years ago
- 81bb187 Support: Add dwarf::getLanguage() by Duncan P. N. Exon Smith · 11 years ago
- e0916cd Support: Rewrite dwarf::LanguageString(), NFC by Duncan P. N. Exon Smith · 11 years ago
- eddb263 [Orc] Add a Kaleidoscope tutorial for Orc demonstrating eager compilation. by Lang Hames · 11 years ago
- 8713d99 IR: Allow 32-bits for lines in debug location by Duncan P. N. Exon Smith · 11 years ago
- 4752dab [Orc] Add more missing headers. by Lang Hames · 11 years ago
- af0a078 use local variables; NFC by Sanjay Patel · 11 years ago
- 42f3b50 Support: Stop stringifying DW_LANG_{lo,hi}_user by Duncan P. N. Exon Smith · 11 years ago
- d4d3a43 AsmParser: Use DW_TAG_hi_user instead of magic constant, NFC by Duncan P. N. Exon Smith · 11 years ago
- ab28558 AsmWriter: Extract writeTag(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 8b07f1b AsmWriter: Extract writeMetadataAsOperand(), NFC by Duncan P. N. Exon Smith · 11 years ago
- e9f5367 [msan] Fix "missing origin" in atomic store. by Evgeniy Stepanov · 11 years ago
- 67a0f80 Test commit to see if it triggers an email to llvm-commits. No change. by Cameron Esfahani · 11 years ago
- 4f325e4 Try to fix Makefile build for LLVMDebugInfoPDB. by Zachary Turner · 11 years ago
- 44797c5 Resubmit "Create lib/DebugInfo/PDB" (r228428) by Zachary Turner · 11 years ago
- c9da414 Use estimated number of optimized insns in unroll-threshold computation. by Michael Zolotukhin · 11 years ago
- 3da8e45 [InstSimplify] Add SimplifyFPBinOp function. by Michael Zolotukhin · 11 years ago
- 9c505a5 Revert "Create lib/DebugInfo/PDB." by Zachary Turner · 11 years ago
- 9b13b8c [fuzzer] move default sanitizer options to a separate file by Kostya Serebryany · 11 years ago
- 1a05c56 Create lib/DebugInfo/PDB. by Zachary Turner · 11 years ago
- 396fa9a [Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine. by Lang Hames · 11 years ago
- 884fa87 [Orc] Add some missing headers. by Lang Hames · 11 years ago
- b20b9fb [Orc] Fix syntax error in LazyEmittingLayer::removeModuleSet. by Lang Hames · 11 years ago
- 4c2a2ac [LiveIntervalAnalysis] Speed up creation of live ranges for physical registers by Quentin Colombet · 11 years ago
- b3189ea [LV] Move addRuntimeCheck to LoopAccessAnalysis by Adam Nemet · 11 years ago
- 6dc42dd Don't dllexport declarations by Reid Kleckner · 11 years ago
- e003f1a Make helper functions/classes/globals static. NFC. by Benjamin Kramer · 11 years ago
- 2f2dec8 InstCombine: Combine select sequences into a single select by Matthias Braun · 11 years ago
- e81cc34 LiveInterval: Fix SubRange memory leak. by Matthias Braun · 11 years ago
- 1e022d0 [mips] Fix FileCheck prefixes with whitespace between 'CHECK' and ':' by Daniel Sanders · 11 years ago
- ee7d86e Value: Remove superfluous typedefs and deprecated method. NFC. by Benjamin Kramer · 11 years ago
- 5f8e5a3 AArch64PromoteConstant: Modernize and resolve some Use<->User confusion. by Benjamin Kramer · 11 years ago
- 33988ee IRCE: Demote template to ArrayRef and SmallVector to array. by Benjamin Kramer · 11 years ago
- d553158 Whitespace. by Chad Rosier · 11 years ago
- 3fb6dcc Correcting keyword highlighting in llvm-mode.el. by Rafael Espindola · 11 years ago
- f694368 [OCaml] Add Llvm.build_empty_phi. by Peter Zotov · 11 years ago
- 52e5790 [PBQP] Fix comment wording. NFC by Arnaud A. de Grandmaison · 11 years ago
- 0d18b85 [X86] Add assembler and disassembler test cases for clflushopt, clwb, pcommit, xsaves, xrstors, xsavec by Craig Topper · 11 years ago
- aaf2398 [X86] Remove a ton of duplicate test cases for the assembler. by Craig Topper · 11 years ago
- 7097d17 R600/SI: Amend a test to ensure WQM is enabled for LDS in pixel shaders by Michel Danzer · 11 years ago
- 971f0f0 R600/SI: Don't enable WQM for V_INTERP_* instructions v2 by Michel Danzer · 11 years ago
- a7879dc R600/SI: Also enable WQM for image opcodes which calculate LOD v3 by Michel Danzer · 11 years ago
- ab28439 Introduce print-memderefs to test isDereferenceablePointer by Ramkumar Ramachandra · 11 years ago
- 3fd0775 AArch64: Make test more robust. by Matthias Braun · 11 years ago
- b8b2dff X86: Test cleanup by Matthias Braun · 11 years ago
- c7c2518 Small cleanup of MachineLICM.cpp by Daniel Jasper · 11 years ago
- ff7b5e9 [Hexagon] Renaming v4 compare-and-jump instructions. by Colin LeMahieu · 11 years ago
- 2a9c990 [Hexagon] Deleting unused patterns. by Colin LeMahieu · 11 years ago
- 7116642 [Hexagon] Simplifying and formatting several patterns. Changing a pattern multiply to be expanded. by Colin LeMahieu · 11 years ago
- d04f833 [BasicAA] Add datalayouts to make some tests more useful. NFC. by Ahmed Bougacha · 11 years ago
- bbf2241 [Hexagon] Factoring a class out of some store patterns, deleting unused definitions and reformatting some patterns. by Colin LeMahieu · 11 years ago
- 2f50dec [Hexagon] Factoring out a class for immediate transfers and cleaning up formatting. by Colin LeMahieu · 11 years ago
- 0a45405 InstrProf: Avoid using std::to_string by Justin Bogner · 11 years ago
- 639e3cd [ASan] Enable -asan-stack-dynamic-alloca by default. by Alexey Samsonov · 11 years ago
- a4ed040 Remove the use of getSubtarget in the creation of the X86 by Eric Christopher · 11 years ago
- 3e68370c Use cached subtargets inside X86FixupLEAs. by Eric Christopher · 11 years ago
- d63e18f Migrate the X86 AsmPrinter away from using the subtarget when by Eric Christopher · 11 years ago
- ec5eba0 Fix an incorrect identifier by Sylvestre Ledru · 11 years ago
- 7441ea4 [Hexagon] Renaming Y2_barrier. Fixing issues where doubleword variants of instructions can't be newvalue producers. by Colin LeMahieu · 11 years ago
- b8a6712 [PowerPC] Prepare loops for pre-increment loads/stores by Hal Finkel · 11 years ago
- 885b67a [PowerPC] Generate pre-increment floating-point ld/st instructions by Hal Finkel · 11 years ago
- 5e00f0d [Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing formatting. by Colin LeMahieu · 11 years ago
- ec35069 [CodeGen] Add hook/combine to form vector extloads, enabled on X86. by Ahmed Bougacha · 11 years ago
- 2e48578 [CodeGen] Add isLoadExtLegalOrCustom helper to TargetLowering. by Ahmed Bougacha · 11 years ago
- c4ae8cb X86 ABI fix for return values > 24 bytes. by Andrew Trick · 11 years ago
- 916b91a [Hexagon] Renaming A2_addi and formatting. by Colin LeMahieu · 11 years ago
- bf92631 move fold comments to the corresponding fold; NFC by Sanjay Patel · 11 years ago
- 9d547b6 [Hexagon] Since decoding conflicts have been resolved, isCodeGenOnly = 0 by default and remove explicitly setting it. by Colin LeMahieu · 11 years ago
- b859adad Identical code for different branches (CID 1254883) by Sylvestre Ledru · 11 years ago
- 2cdfb4b LowerSwitch: Use ConstantInt for CaseRange::{Low,High} by Hans Wennborg · 11 years ago
- 5243154 LowerSwitch: remove default args from CaseRange ctor; NFC by Hans Wennborg · 11 years ago
- 586cbe8 revert 228308. The code has changed since the review by Sylvestre Ledru · 11 years ago
- 12819fc Identical code for different branches (CID 1254883) by Sylvestre Ledru · 11 years ago