summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove links to deleted TODOs.Simon Atanasyan2016-04-161-5/+0
* [ELF] Include Twine.h header to restore LLD build after r266524. NFCSimon Atanasyan2016-04-161-0/+1
* Recommitted 266457 with fix:George Rimar2016-04-168-28/+280
* Add missing headers (fix build after headers cleanup in LLVM)Mehdi Amini2016-04-161-0/+1
* Remove some unneeded headers and replace some headers with forward class decl...Mehdi Amini2016-04-1640-61/+43
* Add SVN version to libLLVMLTOMehdi Amini2016-04-163-9/+104
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-162-4/+4
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-162-4/+4
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-1616-26/+19
* ThinLTO: Move the ODR resolution to be based purely on the summary.Mehdi Amini2016-04-165-85/+135
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-162-4/+4
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-1611-41/+271
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-164-8/+8
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-163-4/+6
* Do not modify a cl::opt programmatically, global mutable state is evil.Mehdi Amini2016-04-161-9/+13
* ValueMapper: Stop memoizing ConstantAsMetadataDuncan P. N. Exon Smith2016-04-162-13/+41
* [DebugInfo] Correct the assertion introduced in r266509 + update test.Davide Italiano2016-04-162-3/+4
* Add missing override keyword to silence -Winconsistent-missing-override. NFCCraig Topper2016-04-161-1/+1
* Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith2016-04-164-174/+496
* [DebugInfo] Reduce size of DILocalVariable from 40 to 32 bytes.Davide Italiano2016-04-161-3/+6
* AMDGPU: Enable LocalStackSlotAllocation passMatt Arsenault2016-04-164-20/+231
* Revert "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith2016-04-164-496/+174
* AMDGPU: Use s_addk_i32 / s_mulk_i32Matt Arsenault2016-04-166-18/+185
* ValueMapper: Use API from r266503 in unit tests, NFCDuncan P. N. Exon Smith2016-04-161-52/+52
* [LTO] Don't crash on a BitcodeFile without DataLayout.Davide Italiano2016-04-162-0/+14
* ValueMapper: Eliminate cross-file co-recursion, NFCDuncan P. N. Exon Smith2016-04-163-122/+444
* Update and fix LLVM_ENABLE_MODULES:Richard Smith2016-04-168-29/+19
* [modules] Don't expose *intrin.h headers that cannot be included standalone asRichard Smith2016-04-162-49/+13
* Add some missing #includes, found by C++ modules selfhost.Richard Smith2016-04-162-1/+5
* [sanitizers] Fixup to r266494; the Unit test should not run on WindowsAnna Zaks2016-04-161-0/+2
* Teach map/unordered_map how to optimize 'emplace(Key, T)'.Eric Fiselier2016-04-167-4/+184
* [sanitizers] Fixup r266494; make it build on Linux.Anna Zaks2016-04-161-0/+1
* [CUDA] Raise an error if the CUDA install can't be found.Justin Lebar2016-04-162-4/+10
* Improve diagnostic for the case when a non-defined function-like macro is usedRichard Smith2016-04-164-8/+45
* [sanitizers] Teach the internal demangler about Swift namesAnna Zaks2016-04-154-4/+47
* Linker: Remove an unnecessary local variable in for loop, NFCDuncan P. N. Exon Smith2016-04-151-6/+4
* Make this header include the header it depends on, rather than trying to incl...Richard Smith2016-04-151-1/+1
* Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier2016-04-1517-1018/+1004
* ValueMapper: Hide Mapper::VM behind an accessor, NFCDuncan P. N. Exon Smith2016-04-151-29/+32
* Don't skip splitSeparateComponents in eliminateDeadDefs for HoistSpillHelper:...Wei Mi2016-04-154-22/+25
* Add ProfileData to required_librariesEaswaran Raman2016-04-151-1/+1
* [LTO] Add datalayout to test to prevent an assertion in Debug mode.Davide Italiano2016-04-151-0/+2
* [cfi] Support explicit sections for functions in cfi-icall.Evgeniy Stepanov2016-04-152-2/+29
* Revert r266457: "[ELF] - Implemented basic location counter support."Rui Ueyama2016-04-158-280/+28
* [LTO] Implement parallel Codegen for LTO using splitCodeGen.Davide Italiano2016-04-158-38/+95
* [sanitizer] [SystemZ] Enable UBSan.Marcin Koscielnicki2016-04-152-3/+10
* [sanitizers] [SystemZ] Introduce sanitizer_linux_s390.cc.Marcin Koscielnicki2016-04-154-26/+76
* Convert this sample-based-profiling testcase to use a NoDebug CU.Adrian Prantl2016-04-151-4/+1
* [libFuzzer] add a better warning for command line flags with -- (two dashes)Kostya Serebryany2016-04-152-0/+5
* Switch lowering: don't add incoming PHI values from skipped bit test MBB's (P...Hans Wennborg2016-04-152-14/+58
OpenPOWER on IntegriCloud