summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [RegisterBankInfo] Add an helper function to get the size of a register.Quentin Colombet2016-04-061-8/+34
* Fix a race condition in support library ThreadPool.Justin Lebar2016-04-061-1/+4
* [sancov] enabling coverage edge pruning by default.Mike Aizatsky2016-04-061-4/+4
* Fix the compare-clang diff error introduced by r265547.Wei Mi2016-04-061-1/+2
* [llvm-c] Add LLVMGetValueKind.Peter Zotov2016-04-061-0/+11
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-0613-42/+66
* [LoopUnroll] Fix the way we update DT after complete unrolling.Michael Zolotukhin2016-04-061-10/+15
* [RegisterBankInfo] Add methods to get the possible mapping of an instruction ...Quentin Colombet2016-04-061-0/+33
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-0632-265/+284
* [MBP] Remove an unused function parameterHaicheng Wu2016-04-061-5/+3
* [PPC] Use VSX/FP Facility integer load when an integer load's only users are ...Ehsan Amiri2016-04-061-1/+26
* Put quotes around #error string.James Y Knight2016-04-061-1/+1
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-0623-87/+97
* Revert "[RegisterBankInfo] Add methods to get the possible mapping of anQuentin Colombet2016-04-061-46/+8
* [IRVerifier] Don't crash on invalid DIFile inside DISubprogram.Davide Italiano2016-04-061-0/+2
* [gold] Save bitcode for module partitions (save-temps + split codegen).Evgeniy Stepanov2016-04-062-13/+20
* [RegisterBankInfo] Provide a default constructor for InstructionMappingQuentin Colombet2016-04-061-0/+1
* [IRVerifier] Prefer dyn_cast<> over isa<> + cast<>.Davide Italiano2016-04-061-9/+8
* [RegisterBankInfo] Add an helper function to get the size of a register.Quentin Colombet2016-04-061-8/+34
* IR: Use DenseSet instead of DenseMap for ConstantUniqueMap; NFCDuncan P. N. Exon Smith2016-04-062-43/+20
* IR: Stop explicitly clearing the MDStringCacheDuncan P. N. Exon Smith2016-04-061-3/+0
* [RegisterBankInfo] Add methods to get the possible mapping of an instruction ...Quentin Colombet2016-04-061-0/+11
* [AArch64] Change the CMake to avoid to build GlobalISel related APIsQuentin Colombet2016-04-062-18/+12
* [AArch64] Teach the subtarget how to get to the RegisterBankInfo.Quentin Colombet2016-04-064-6/+80
* [RegisterBankInfo] Implement the verify method of the InstructionMapping help...Quentin Colombet2016-04-061-0/+25
* Loop Unroll: add options and tweak to make Partial unrolling more usefulFiona Glaser2016-04-061-3/+20
* Revert r265450 "[X86] Reuse EFLAGS and form LOCKed ops when only user is SETCC."Hans Wennborg2016-04-061-76/+15
* LoopUnroll: only allow non-modulo Partial unrolling when Runtime=trueFiona Glaser2016-04-061-2/+4
* [RegisterBankInfo] Implement the verify method for the ValueMapping helper cl...Quentin Colombet2016-04-061-4/+16
* [RegisterBankInfo] Add a verify method for the PartialMapping helper class.Quentin Colombet2016-04-061-0/+19
* [RegisterBankInfo] Add a couple of helper classes for the future cost model.Quentin Colombet2016-04-061-0/+31
* Revert "Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminat...Hans Wennborg2016-04-061-26/+13
* [AArch64] Use the default constructor of RegisterBankInfo when GlobalISel is ...Quentin Colombet2016-04-061-1/+1
* [RegisterBankInfo] Inline the destructor to avoid link-time error when Global...Quentin Colombet2016-04-061-2/+0
* Recommit r265309 after fixed an invalid memory reference bug happenedWei Mi2016-04-0610-526/+714
* Revert r265535 until we know how we can fix the bots Silviu Baranga2016-04-064-236/+91
* [AMDGPU] AsmParser: disable DPP for unsupported instructions. New dpp tests. ...Sam Kolton2016-04-062-11/+54
* Simplify logic. NFC.Chad Rosier2016-04-061-7/+5
* [SCEV] Introduce a guarded backedge taken count and use it in LAA and LVSilviu Baranga2016-04-064-91/+236
* [AArch64][CodeGen] NFC refactor AArch64InstrInfo::optimizeCompareInstr to pre...Evgeny Astigeevich2016-04-062-57/+101
* [ppc64] Temporary disable sibling call optimization on ppc64 due to breaking ...Chuang-Yu Cheng2016-04-061-1/+1
* [SLPVectorizer] Vectorizing the libm sqrt to llvm's sqrt intrinsic requires nnanDavid Majnemer2016-04-061-1/+3
* IR: Move MDStrings to a BumpPtrAllocatorDuncan P. N. Exon Smith2016-04-061-1/+1
* IRMover: Steal arguments when moving functions, NFCDuncan P. N. Exon Smith2016-04-062-19/+28
* Revert "[IRVerifier] Don't crash on invalid DIFile inside DISubprogram."Davide Italiano2016-04-061-2/+0
* Add parentheses to silence warning.Richard Trieu2016-04-061-1/+2
* [IRVerifier] Don't crash on invalid DIFile inside DISubprogram.Davide Italiano2016-04-061-0/+2
* [IRVerifier] Avoid crashing on an invalid compile unit.Davide Italiano2016-04-061-7/+8
* AArch64: Fix compile errorMatthias Braun2016-04-061-1/+1
* RegisterScavenger: Take a reference as enterBasicBlock() argument.Matthias Braun2016-04-069-17/+14
OpenPOWER on IntegriCloud