summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] use FileCheck for better checkingSanjay Patel2016-03-251-5/+12
* [InstCombine] use FileCheck for better checkingSanjay Patel2016-03-251-1/+10
* [InstCombine] use FileCheck for better checkingSanjay Patel2016-03-251-6/+13
* Consider regmasks when computing register-based DBG_VALUE live rangesReid Kleckner2016-03-259-42/+194
* [ASTMatchers] Fix build for VariadicFunction.Samuel Benzaquen2016-03-251-1/+1
* [Kaleidoscope] Rename Error -> LogError in Chapters 2-5.Lang Hames2016-03-257-92/+92
* [Kaleidoscope] Fix 'Error' name clashes.Lang Hames2016-03-255-103/+103
* [Object] Start threading Error through MachOObjectFile construction.Lang Hames2016-03-255-115/+213
* [InstCombine] consolidate regression tests of the ancients (2002)Sanjay Patel2016-03-255-44/+50
* [index] Remove redundancy between symbol kind and languageBen Langmuir2016-03-255-103/+107
* fix IR function name regex to allow hyphensSanjay Patel2016-03-251-2/+2
* Document the purpose of this testcase.Adrian Prantl2016-03-251-1/+2
* Revert "[SetVector] Add erase() method"Jun Bum Lim2016-03-253-46/+0
* Fix Narrowing conversion warning introduced by r264415Hemant Kulkarni2016-03-251-1/+1
* Improve StringMap unittests: reintroduce move count, but shield against std::...Mehdi Amini2016-03-251-5/+12
* [ASTMatchers] Add own version of VariadicFunction.Samuel Benzaquen2016-03-254-16/+53
* Ensure that the StringMap does not grow during the test for pre-allocation/re...Mehdi Amini2016-03-251-0/+3
* [llvm-readobj] Impl GNU style program headers printHemant Kulkarni2016-03-254-20/+304
* [SetVector] Add erase() methodJun Bum Lim2016-03-253-0/+46
* Implement is_always_lock_freeJF Bastien2016-03-252-11/+133
* 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
OpenPOWER on IntegriCloud