summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable counting the number of move in the unittest, it seems to rely on move...Mehdi Amini2016-03-252-4/+9
* [SystemZ] Remove isBranch and isTerminator flags on BRCT and BRCTG.Jonas Paulsson2016-03-251-1/+1
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-2511-142/+50
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-2511-50/+142
* [AArch64] Fix typo. NFC.Chad Rosier2016-03-251-2/+1
* Enable non-power-of-2 #pragma unroll counts.David L Kreitzer2016-03-253-26/+72
* docs: Clearify that our release note describe the upcoming release of PollyTobias Grosser2016-03-251-3/+9
* www: Directly link to our new SPHINX documentationTobias Grosser2016-03-251-1/+1
* docs: Add links to the old documentationTobias Grosser2016-03-251-0/+3
* [X86][SSE] Don't duplicate Lower256IntArith functionality in LowerShift. NFC.Simon Pilgrim2016-03-251-20/+2
* Center pictureTobias Grosser2016-03-251-0/+1
* Trailing whitespaces removed. NFC.George Rimar2016-03-251-15/+15
* docs: Add architecture diagramTobias Grosser2016-03-253-0/+14
* www: Reference doxygen documentation directly from the menuTobias Grosser2016-03-253-1/+1
* www; Drop memory access documentationTobias Grosser2016-03-252-130/+0
* cmake: Ensure tools/* is still formattedTobias Grosser2016-03-251-3/+2
* CodegenCleanup: Drop -load-combine passTobias Grosser2016-03-251-1/+0
* fixed typoElena Demikhovsky2016-03-251-1/+1
* Fix windows build for sys::fs:file_status Access Time added in r264392Mehdi Amini2016-03-251-2/+3
* Add lastAccessedTime to file_statusMehdi Amini2016-03-253-32/+63
* Fix perfect forwarding for StringMapMehdi Amini2016-03-251-10/+9
* Revert "Add lastAccessedTime to file_status"Mehdi Amini2016-03-253-63/+32
* Revert "Fix windows build for sys::fs:file_status Access Time added in r264387"Mehdi Amini2016-03-251-2/+2
* Fix windows build for sys::fs:file_status Access Time added in r264387Mehdi Amini2016-03-251-2/+2
* Add lastAccessedTime to file_statusMehdi Amini2016-03-253-32/+63
* Query the StringMap only once when creating MDString (NFC)Mehdi Amini2016-03-254-41/+74
* Adjust initial size in StringMap constructor to guarantee no grow()Mehdi Amini2016-03-253-4/+58
* Fix DenseMap::reserve(): the formula was wrongMehdi Amini2016-03-252-20/+141
* StringMap: reserve appropriate size when initializing from an initializer listMehdi Amini2016-03-251-1/+1
* Add GUID/getGlobalIdentifier() non-static API to global valueMehdi Amini2016-03-252-1/+14
* Bitcode: Use std::stable_partition for reproducible buildsDuncan P. N. Exon Smith2016-03-251-2/+2
* Add the same host logging that I added to PlatformRemoteiOS a fewJason Molenda2016-03-252-1/+154
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-2519-29/+562
* Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith2016-03-254-70/+4
* [modules] Store a local offset to DeclContext lexical and visible contents. S...Richard Smith2016-03-252-9/+18
* AMDGPU: Cost model for basic integer operationsMatt Arsenault2016-03-257-0/+474
* X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)Hans Wennborg2016-03-2510-106/+310
* AMDGPU: Partially implement getArithmeticInstrCost for FP opsMatt Arsenault2016-03-256-1/+452
* IR: Stop upgrading !llvm.loop attachments via MDStringDuncan P. N. Exon Smith2016-03-256-55/+93
* CGLoopInfo: Use the MD_loop metadata kind from r264371, NFCDuncan P. N. Exon Smith2016-03-251-1/+1
* IR: Reserve an MDKind for !llvm.loop; NFCDuncan P. N. Exon Smith2016-03-254-25/+29
* ARM: fix optimised division on WoASaleem Abdulrasool2016-03-252-3/+33
* TTI: Report 0 cost for free addrspacecastsMatt Arsenault2016-03-252-0/+50
* TTI: Use 0 for cost of fabs if freeMatt Arsenault2016-03-252-0/+102
* 3rd attempt of fixup with -std=c++11NAKAMURA Takumi2016-03-251-1/+1
* Debug Info: Add a testcase for the bug introduced by r259975.Adrian Prantl2016-03-251-0/+6
* Fixup -- "-target x86_64-unknown -fno-ms-compatibility" didn't work as expected.NAKAMURA Takumi2016-03-251-1/+1
* AMDGPU: TTI: Make insertelement free.Matt Arsenault2016-03-252-0/+42
* Fix nondeterminism in computation of builtin operator overload sets.Richard Smith2016-03-252-7/+45
* clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp: Appe...NAKAMURA Takumi2016-03-251-1/+1
OpenPOWER on IntegriCloud