summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] add tests for bitcasted selects; NFCSanjay Patel2016-11-151-0/+84
* test commmitZaara Syeda2016-11-151-1/+0
* Revert "[JumpThreading] Unfold selects that depend on the same condition"Pablo Barrio2016-11-153-124/+38
* Revert "[JumpThreading] Prevent non-deterministic use lists"Pablo Barrio2016-11-151-7/+8
* [ARM] Make sure GlobalISel is only initialized once. NFCIDiana Picus2016-11-151-12/+12
* [clang-format] Fixed line merging of more than two linesCameron Desrochers2016-11-152-1/+25
* [PowerPC] Implement BE VSX load/store builtins - clang portion.Tony Jiang2016-11-156-3/+311
* [LoopVectorizer] When estimating reg usage, unused insts may "end" another useRobert Lougher2016-11-153-4/+139
* [PowerPC] Implement BE VSX load/store builtins - llvm portion.Tony Jiang2016-11-154-1/+71
* Get GlobalISel to build on Linux after r286407Diana Picus2016-11-151-1/+1
* [X86][FastISel] Assert that we are dealing with arithmetic with overflow intr...Zvi Rackover2016-11-151-0/+3
* [AMDGPU] TableGen: change individual instruction flags to bit type from bits<1>Sam Kolton2016-11-153-47/+47
* [X86][FastISel] Fix lowering of overflow result on AVX512 targetsZvi Rackover2016-11-152-10/+10
* Test commit, remove trailing space.Florian Hahn2016-11-151-1/+1
* clang format include/llvm/Support/ELF.h. NFC.Rafael Espindola2016-11-151-700/+671
* [ELF] Don't check Out<ELFT>::RelaPlt as it's always non-zero. NFCEugene Leviant2016-11-151-2/+2
* DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation]NAKAMURA Takumi2016-11-151-1/+1
* [OPENMP] Fix for PR30632: Name mangling issue.Alexey Bataev2016-11-152-6/+10
* [test] Correctly include build llvm_shlib_dir in stand-alone buildsMichal Gorny2016-11-151-1/+6
* Introduce TLI predicative for base-relative Jump Tables.Joerg Sonnenberger2016-11-154-38/+10
* [ELF] Convert DynamicSection to input section.Eugene Leviant2016-11-156-268/+256
* [ARM] Add machine scheduler for Cortex-R52 Javed Absar2016-11-154-1/+1024
* Fix uninitialized members.Sam McCall2016-11-153-10/+7
* Fix -Wunused introduced in r286945 for release builds.Daniel Sanders2016-11-151-0/+2
* [tablegen] Extract portions of AsmMatcherEmitter for re-use by another genera...Daniel Sanders2016-11-154-89/+158
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-153-7/+70
* [clang-move] Make the output code look more pretty.Haojian Wu2016-11-152-8/+95
* [opt-viewer] Add support for libYAML for faster parsingAdam Nemet2016-11-151-2/+12
* [ELF] - Do not create reserved symbols in case of relocatable output.George Rimar2016-11-156-4/+36
* [ELF] - Better diagnostic for relative relocation to an absolute value error.George Rimar2016-11-159-34/+40
* [ELF] - Allow symbols of STT_NOTYPE to be associated with SHT_SYMTAB sections.George Rimar2016-11-152-5/+31
* DAGCombiner: fix combine of trunc and selectAsaf Badouh2016-11-152-29/+34
* Avoid creating reference from nullptr.Vitaly Buka2016-11-151-7/+7
* TableGen: Add operator !orMatt Arsenault2016-11-157-4/+23
* [X86][GlobalISel] Add minimal call lowering support to the IRTranslatorZvi Rackover2016-11-159-2/+229
* [AVX-512] Add an example test case for PR31018.Craig Topper2016-11-151-0/+13
* [X86] Add LLVM version number for each intrinsic handled by auto upgrade for ...Craig Topper2016-11-151-152/+158
* Missed one of the try blocks the first time :-(. Thanks to Renato for the hea...Marshall Clow2016-11-151-3/+13
* AMDGPU: Fix f16 fabs/fnegMatt Arsenault2016-11-156-15/+312
* [ORC] Work around an apparent modules/linkage issue.Lang Hames2016-11-151-0/+8
* [asan] Fixup to r286608 that makes the test pass on iOS.Anna Zaks2016-11-151-0/+4
* Simplify identify_magic.Rui Ueyama2016-11-151-26/+23
* [analyzer] Rename assumeWithinInclusiveRange*()Dominic Chen2016-11-156-62/+60
* Change the kernel searching code to not go through theJason Molenda2016-11-151-17/+37
* [analyzer] Minor optimization: avoid setting state if unchangedDominic Chen2016-11-151-4/+6
* Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton2016-11-157-48/+215
* Identify object files compiled with cl.exe /GL.Rui Ueyama2016-11-153-0/+7
* Fix -Wswitch.Rui Ueyama2016-11-152-0/+2
* Add a file magic for CL.exe's object file created with /GL.Rui Ueyama2016-11-154-11/+14
* [ORC] Temporarily disable RPCUtils unit test.Lang Hames2016-11-151-152/+153
OpenPOWER on IntegriCloud