summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Disable some tests that are breaking bots.Zachary Turner2017-02-251-3/+3
* Three LoadLibCxxFormatters formatters were given a regex string toJason Molenda2017-02-251-3/+3
* [analyzer] Refactor and simplify SimpleConstraintManagerDominic Chen2017-02-258-289/+415
* AMDGPU: export s_sendmsg{halt} instrinsicsJan Vesely2017-02-253-0/+50
* AMDGPU: export l1 cache invalidation intrinsicsJan Vesely2017-02-252-0/+16
* AMDGPU: export s_waitcnt builtinJan Vesely2017-02-253-0/+13
* DataBufferMemoryMap.cpp out, DataBufferLLVM.cpp in. Unbreak the build.Jason Molenda2017-02-251-8/+6
* Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Wi...NAKAMURA Takumi2017-02-252-264/+0
* Add how long it takes to link chromium using ld.bfd.Rui Ueyama2017-02-251-7/+7
* Fix rst document format error.Rui Ueyama2017-02-251-1/+1
* Revert "[profiling] Fix profile counter increment when emitting selects (PR32...Vedant Kumar2017-02-255-38/+12
* math: Implement sinh functionJan Vesely2017-02-255-0/+240
* Factor out more code. NFC.Rui Ueyama2017-02-251-11/+6
* [profiling] Fix profile counter increment when emitting selects (PR32019)Vedant Kumar2017-02-255-12/+38
* Remove a default value that is always overwritten.Rui Ueyama2017-02-251-1/+1
* Make function names consistent.Rui Ueyama2017-02-251-10/+10
* AMDGPU/SI: export s_waitcnt builtinJan Vesely2017-02-251-1/+2
* Do not handle -strip in a special way. NFC.Rui Ueyama2017-02-252-10/+12
* Factor out code to parse -hash-style.Rui Ueyama2017-02-252-12/+14
* Rename OMagic -> Omagic for consistency.Rui Ueyama2017-02-253-4/+4
* Factor out code to parse -L and -rpath.Rui Ueyama2017-02-251-9/+16
* Sort options. NFC.Rui Ueyama2017-02-251-53/+51
* Minor code cleanup. NFC.Junmo Park2017-02-251-1/+1
* [ODRHash] Move inherited visitor call to end of function.Richard Trieu2017-02-251-2/+2
* Re-enable BinaryStreamTest.StreamReaderObject.Zachary Turner2017-02-252-34/+28
* Remove redundant code. NFC.Akira Hatanaka2017-02-251-4/+0
* Clean up ObjCARCOpts.cpp. NFC.Akira Hatanaka2017-02-251-81/+7
* Disable BinaryStreamTest.StreamReaderObject temporarily.Zachary Turner2017-02-251-33/+33
* Revert r296209, still one more test to go.Paul Robinson2017-02-251-5/+1
* [PDB] General improvements to Stream library.Zachary Turner2017-02-2579-847/+1977
* [ubsan] Detect signed overflow UB in remainder operationsVedant Kumar2017-02-252-7/+14
* [ubsan] Omit superflous overflow checks for promoted arithmetic (PR20193)Vedant Kumar2017-02-254-120/+196
* Remove svn:eol-style=native from Properties.Zachary Turner2017-02-250-0/+0
* [PDB] Rename Stream related source files.Zachary Turner2017-02-2571-119/+119
* [XRAY] A Color Choosing helper for XRay GraphDean Michael Berris2017-02-256-76/+308
* [PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson2017-02-251-1/+5
* [InlineCost] Move the code in isGEPOffsetConstant to a lambda.Easwaran Raman2017-02-251-13/+9
* Minor code cleanup. NFC.Junmo Park2017-02-251-1/+1
* [PGO] Directory name stripping in global identifier for static functionsRong Xu2017-02-252-4/+42
* [sancov] extending sancov --help documentationMike Aizatsky2017-02-241-2/+13
* [WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman2017-02-249-87/+221
* [ODRHash] Finish FieldDecl support by handling mutable and initializers.Richard Trieu2017-02-244-3/+109
* [Hexagon] Undo shift folding where it could simplify addressing modeKrzysztof Parzyszek2017-02-242-3/+134
* [Test] Make Lit tests C++11 compatible #10Charles Li2017-02-246-44/+216
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-2464-389/+2074
* [.gitignore] Update .gitignore to ignore a nested build directoryChris Bieneman2017-02-241-0/+3
* [Hexagon] Prettify code in HexagonDAGToDAGISel::SelectKrzysztof Parzyszek2017-02-241-47/+13
* AMDGPU : Replace FMAD with FMA when denormals are enabled.Wei Ding2017-02-245-2/+39
* [Test] Make Lit tests C++11 compatible #9Charles Li2017-02-2411-42/+273
* [test] Try to link -latomic to provide atomics when availableMichal Gorny2017-02-243-1/+16
OpenPOWER on IntegriCloud