summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-19940-1157/+1157
* Fix the build.Rafael Espindola2015-06-192-2/+2
* Replace EM_486 with EM_IAMCU.Rafael Espindola2015-06-191-1/+1
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-192-44/+63
* Make all temporary symbols unnamed.Rafael Espindola2015-06-1925-130/+125
* IRBuilder: Add unit tests for construction of globals with address spaceTobias Grosser2015-06-191-0/+12
* CMake: Stop using LLVM's custom parse_arguments (delete implementation). NFCFilipe Cabecinhas2015-06-191-80/+0
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-8/+7
* [ARM] Look through concat when lowering in-place shuffles (VZIP, ..)Ahmed Bougacha2015-06-194-241/+70
* [ARM] Factor out two-result shuffle matching. NFCI.Ahmed Bougacha2015-06-191-26/+35
* [ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup. NFC.Ahmed Bougacha2015-06-193-79/+819
* IRBuilder: Allow globals to be constructed in a specific address spaceTobias Grosser2015-06-192-6/+10
* Fix "the the" in comments.Eric Christopher2015-06-1932-40/+40
* MIR Serialization: Reenable one of the MIRParser tests by reverting r239805.Alex Lorenz2015-06-181-1/+0
* Improve the --expand-relocs handling of MachO.Rafael Espindola2015-06-1817-459/+127
* Avoid redundant select node in early if-conversion passYi Jiang2015-06-182-4/+54
* Switch lowering: enable whole-switch jump tables at -O0.Hans Wennborg2015-06-182-27/+53
* Pass --expand-relocs to a few more tests.Rafael Espindola2015-06-184-52/+420
* use SDValue bool operator; NFCISanjay Patel2015-06-181-3/+2
* add test to show suboptimal load merging behaviorSanjay Patel2015-06-181-0/+25
* [X86][SSE][CostModel] Fixed uitofp/sitofp cost target tests to specify sse2/a...Simon Pilgrim2015-06-182-5/+5
* fixed to test attributes and use better checksSanjay Patel2015-06-181-151/+168
* [Hexagon] Fixing unused field copypasta.Colin LeMahieu2015-06-181-9/+3
* MIR Serialization: initialize the fields without the default initializers in ...Alex Lorenz2015-06-181-0/+6
* Use --expand-relocs in a test. It will make the next change easier to read.Rafael Espindola2015-06-181-11/+91
* [Hexagon] Printing packet brackets when asm printing and adding a number of t...Colin LeMahieu2015-06-189-36/+266
* [MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...Colin LeMahieu2015-06-183-1/+13
* [X86] Rename RegInfo to TRI as suggested by EricReid Kleckner2015-06-182-39/+39
* [X86] Refactor stack adjustments into X86FrameLowering::BuildStackAdjustmentReid Kleckner2015-06-183-107/+93
* [BranchFolding] Replace custom MachineInstr with MachineInstrExpressionTraitBenjamin Kramer2015-06-181-46/+6
* [CallGraph] Teach the CallGraph about non-leaf intrinsics.Sanjoy Das2015-06-186-4/+59
* [CodeGen] Don't emit a random reference to the personality functionDavid Majnemer2015-06-182-4/+2
* don't repeat function / variable names in comments; NFCSanjay Patel2015-06-181-133/+92
* [X86] Remove unneeded parameters and deduplicate stack alignment codeReid Kleckner2015-06-183-76/+67
* [EliminateDuplicatePHINodes] Replace custom hash map with DenseSet.Benjamin Kramer2015-06-181-51/+34
* fix typo; NFCSanjay Patel2015-06-181-4/+4
* [SPARC] Repair GOT references to internal symbols.James Y Knight2015-06-185-20/+69
* Convert a few tests to use llvm-mc.Rafael Espindola2015-06-188-255/+124
* quick fix for failure from r.240012Asaf Badouh2015-06-181-0/+1
* [X86][AVX2] Added AVX2 SINT_TO_FP/UINT_TO_FP testsSimon Pilgrim2015-06-181-185/+376
* [AVX512]Asaf Badouh2015-06-189-2/+683
* Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper2015-06-183-4/+3
* AVX-512: (fixed) Added encoding of all forms of VPERMT2W/D/Q/PS/PD and VPERMI...Elena Demikhovsky2015-06-186-145/+1412
* reverted 239999 due to test failuresElena Demikhovsky2015-06-186-1407/+145
* AVX-512: Added encoding of all forms of VPERMT2W/D/Q/PS/PDElena Demikhovsky2015-06-186-145/+1407
* LTO: Introduce LTOModule::getSymbolGV().Peter Collingbourne2015-06-181-0/+6
* [autoconf] Detect OLE32 for mingw.NAKAMURA Takumi2015-06-184-0/+88
* config.h.*: Rework r210144. Don't edit config.h.in manually.NAKAMURA Takumi2015-06-183-3/+100
* Reorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config.h.*.NAKAMURA Takumi2015-06-182-7/+7
* [NFC] more comments in SLSRJingyue Wu2015-06-181-0/+9
OpenPOWER on IntegriCloud