summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Expose diagnostic info to usersAndreas Simbuerger2014-05-241-0/+7
* ScopDetection: Support keep-goingAndreas Simbuerger2014-05-242-5/+20
* Substitue LastError & InvalidRegions with RejectLogsAndreas Simbuerger2014-05-242-14/+6
* Store all RejectReasons that occurred in a log.Andreas Simbuerger2014-05-243-6/+62
* Split implementation from ScopDetectionDiagnostic.hAndreas Simbuerger2014-05-243-129/+257
* llvm/test/Object/ar-error.test: Don't check the message "No such file or dire...NAKAMURA Takumi2014-05-241-1/+2
* clang-tools-extra/test/clang-tidy/line-filter.cpp: Tweak line-filter.NAKAMURA Takumi2014-05-241-1/+1
* Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X) andMichael Zolotukhin2014-05-242-0/+210
* CXXInfo memory should be released after calling the destructorYaron Keren2014-05-241-1/+1
* ARM64: extract a 32-bit subreg when selecting an inreg extendTim Northover2014-05-242-12/+154
* This test doesn't need -O2 -disable-llvm-optznsHans Wennborg2014-05-231-1/+1
* Add a lock ivar to the Platform so that multiple TargetsJason Molenda2014-05-232-3/+9
* Remove some unnecessary comments from previous check-in.Todd Fiala2014-05-231-51/+47
* Added gdb remote tests to verify $Hg{thread-id}.Todd Fiala2014-05-234-7/+215
* Recommit r209532 with -ffreestanding.Akira Hatanaka2014-05-231-0/+13
* Remove test while I investigate why the test is breaking the bots.Akira Hatanaka2014-05-231-14/+0
* Recompute the injected class name type for a class template specializationRichard Smith2014-05-232-5/+1
* XFAIL test which is breaking some of the build bots.Akira Hatanaka2014-05-231-0/+1
* Use comdats to avoid double initialization of weak dataReid Kleckner2014-05-238-51/+78
* DebugInfo: Generalize some tests to handle variations in attribute ordering.David Blaikie2014-05-2312-58/+73
* DebugInfo: Generalize a test case to not depend on abbreviation numbering.David Blaikie2014-05-231-8/+8
* [modules] If a referenced-but-not-instantiated class template specializationRichard Smith2014-05-234-18/+12
* Test case comments. Fix sloppiness.Andrew Trick2014-05-231-2/+2
* clang-format function.Rafael Espindola2014-05-231-8/+6
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-2310-13/+61
* Remove a confusing use of a static method.Rafael Espindola2014-05-231-1/+1
* DebugInfo: Put concrete definitions referencing abstract definitions in the s...David Blaikie2014-05-232-1/+95
* Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt modeHans Wennborg2014-05-233-31/+1
* Fix and improve SCEV ComputeBackedgeTankCount.Andrew Trick2014-05-232-19/+102
* Revert part of "Fix broken FileCheck prefixes"Nico Rieck2014-05-232-11/+11
* Use alias linkage and visibility to decide tls access mode.Rafael Espindola2014-05-233-16/+13
* Sema: Add more tests for dll attributes on inline functionsNico Rieck2014-05-234-2/+76
* Fix broken FileCheck prefixNico Rieck2014-05-231-1/+1
* Fix typoNico Rieck2014-05-231-1/+1
* Remove unused CHECK linesNico Rieck2014-05-231-4/+0
* Fix broken FileCheck prefixesNico Rieck2014-05-235-14/+14
* Add the extracted constant offset using GEPJingyue Wu2014-05-233-39/+80
* [RuntimeDyld] Remove relocation bounds check introduced in r208375 (MachO only).Lang Hames2014-05-231-4/+1
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-2312-4/+123
* Add the hasRangeInit() matcher for range-based for loop.Manuel Klimek2014-05-232-0/+17
* Test case for r209489.Akira Hatanaka2014-05-231-0/+13
* Make dead return statement detection more robust against changes in the CFG.Manuel Klimek2014-05-231-21/+46
* Make the ParentVector default to size 2.Manuel Klimek2014-05-231-1/+1
* Add FIXME comment based on code review feedback by Hal Finkel on r209338David Blaikie2014-05-231-0/+2
* Convert test to use FileCheck.Rafael Espindola2014-05-231-1/+5
* revert "r209526 List the function/method name in the index page of scan-build "Sylvestre Ledru2014-05-232-17/+3
* List the function/method name in the index page of scan-build Sylvestre Ledru2014-05-232-3/+17
* [MS-ABI] Silence warning from r209523Warren Hunt2014-05-231-1/+1
* Replace system() by native perl callsSylvestre Ledru2014-05-232-12/+14
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-239-47/+656
OpenPOWER on IntegriCloud