summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Try to get cl-pch-showincludes passing on AArch64 bots.Nico Weber2016-03-131-0/+1
* Revert "Revert "Update Polly for the removal of PreserveNames from IRBuilder ...Mehdi Amini2016-03-131-10/+6
* Simplify. NFC.Rui Ueyama2016-03-131-4/+2
* Remove uint32_X type.Rui Ueyama2016-03-132-9/+4
* Remove some unused variablesDavid Blaikie2016-03-131-5/+4
* ELF: Split initializeSections and add comments.Rui Ueyama2016-03-132-18/+37
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-1317-56/+46
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-1314-41/+32
* Remove `else` after `return`.Rui Ueyama2016-03-131-2/+1
* Simplify. NFC.Rui Ueyama2016-03-131-4/+2
* Remove unused #include.Rui Ueyama2016-03-131-5/+2
* Remove a local variable. NFC.Rui Ueyama2016-03-131-3/+2
* [ELF][MIPS] Use TargetInfo::needsGot call to check necessity of GOT for local...Simon Atanasyan2016-03-131-1/+1
* ELF: Add `Rela` member variable to Config.Rui Ueyama2016-03-135-22/+19
* ELF: Redefine canBeDefined as a member function of SymbolBody.Rui Ueyama2016-03-137-57/+56
* ELF: Set e_flags header only when MIPS.Rui Ueyama2016-03-131-4/+4
* [X86][SSE] Added truncated vector arithmetic tests.Simon Pilgrim2016-03-131-0/+5241
* [X86][SSE41] Avoid variable blend for constant v8i16 shiftsSimon Pilgrim2016-03-137-131/+66
* [ELF][MIPS] Add elf namespace name to the ObjectFile.Simon Atanasyan2016-03-131-1/+1
* [ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions....Simon Atanasyan2016-03-131-34/+47
* Added test that covers changes in r263379.Amjad Aboud2016-03-131-0/+10
* Fixed DIBuilder to verify that same imported entity will not be added twice t...Amjad Aboud2016-03-132-1/+21
* [CodeView] Truncate display namesDavid Majnemer2016-03-131-5/+8
* [Bitcode] Make writeComdats less strangeDavid Majnemer2016-03-131-2/+2
* Cosmetic change. NFC.Rui Ueyama2016-03-131-1/+2
* Move an OutputSectionBase member function to the top.Rui Ueyama2016-03-131-5/+5
* ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpressionFiona Glaser2016-03-131-5/+5
* Simplify. NFC.Rui Ueyama2016-03-131-10/+3
* Fix buildMatt Arsenault2016-03-131-0/+1
* Update for new argument to scalbnMatt Arsenault2016-03-131-4/+6
* APFloat: Fix ilogb for denormalsMatt Arsenault2016-03-133-12/+35
* APFloat: Fix scalbn handling of denormalsMatt Arsenault2016-03-133-36/+151
* Use RelTy instead of Elf_Rel_Impl<ELFT, isRela> for readability.Rui Ueyama2016-03-135-51/+34
* Define IsRela static const member to Elf_Rel type.Rui Ueyama2016-03-131-0/+4
* Cosmetic change to reduce repetitions. NFC.Rui Ueyama2016-03-131-11/+9
* Redefine isGnuIfunc as a member function of SymbolBody.Rui Ueyama2016-03-134-13/+15
* Body can never be null in this context.Rui Ueyama2016-03-131-1/+1
* Remove dead code.Rui Ueyama2016-03-132-11/+2
* Do not return a bool value from error().Rui Ueyama2016-03-134-16/+16
* The difference of getBss() and Out<ELFT>::Bss is subtle, so remove that funct...Rui Ueyama2016-03-131-11/+14
* Split addCopyRelSymbols. NFC.Rui Ueyama2016-03-131-11/+19
* Remove redundant check.Rui Ueyama2016-03-131-2/+0
* Fix spelling.Rui Ueyama2016-03-132-4/+4
* "Windows" is a product name, so it should be spelled correctly.Rui Ueyama2016-03-131-1/+1
* Simplify findMipsPairedReloc function signature. NFC.Rui Ueyama2016-03-132-17/+22
* Also test that the pch file is not printed in /showIncludesNico Weber2016-03-131-0/+1
* [X86] Remove many operands that represent memory stores from outs to ins. The...Craig Topper2016-03-136-34/+34
* Make test a bit stricter to check not just the file basename is printed.Nico Weber2016-03-131-4/+4
* clang-cl: Add /Yc argument to /showIncludes output.Nico Weber2016-03-134-29/+34
* ELF: Include the build ID section in the first page.Rui Ueyama2016-03-132-1/+10
OpenPOWER on IntegriCloud