summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an incorrect decoder test.Owen Anderson2011-09-261-2/+2
* Add a comment in ASTReader::ReadPragmaDiagnosticMappings that the user bitArgyrios Kyrtzidis2011-09-261-0/+1
* Fixed an include path that was breaking Linux builds.Sean Callanan2011-09-261-1/+1
* objc - compare setter/property types usingFariborz Jahanian2011-09-261-2/+2
* Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen2011-09-2616-19/+431
* Move string literal to bool conversion into its own warning flag -Wstring-con...Richard Trieu2011-09-264-17/+20
* Remove old hack for compiling with gcc-4.0.Bob Wilson2011-09-261-25/+8
* Remove incorrect testcases.Owen Anderson2011-09-261-4/+0
* objc - in matching setter argument type to its property type,Fariborz Jahanian2011-09-262-1/+37
* Set register class of a register according to value of HasMips64.Akira Hatanaka2011-09-261-1/+1
* Define variable HasMips64 in MipsTargetLowering.Akira Hatanaka2011-09-262-4/+5
* In single float mode, double precision FP arguments are passed in integerAkira Hatanaka2011-09-261-4/+3
* Convert more tests to new atomic instructions.Eli Friedman2011-09-263-35/+19
* Convert more tests over to the new atomic instructions. Eli Friedman2011-09-266-1504/+1367
* objc-arc: mark functions which return types which can't be dealt withFariborz Jahanian2011-09-262-1/+16
* Fix grammar.Bill Wendling2011-09-261-2/+2
* Remove dead table entry.Bill Wendling2011-09-261-1/+0
* Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use ofAkira Hatanaka2011-09-261-16/+52
* Some minor (and more involved) cleanups. No real context changes.Bill Wendling2011-09-261-128/+121
* ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson2011-09-264-3/+38
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-264-65/+23
* Upgrade a couple more tests to the new atomic instructions.Eli Friedman2011-09-262-12/+5
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-264-14/+46
* PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski2011-09-261-8/+9
* Fixes for a few different versions of the darwin crash log.Greg Clayton2011-09-261-20/+32
* Fix this test so it doesn't fail on Mac.Eli Friedman2011-09-261-6/+6
* CheckStringInit has side effects; make sure we don't run it in VerifyOnly mod...Eli Friedman2011-09-262-3/+9
* [libclang] Report implicit objc methods for properties when indexing.Argyrios Kyrtzidis2011-09-264-2/+36
* Remove the @expectedFailureClang custom decorator for indicating clang-specif...Johnny Chen2011-09-261-2/+3
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-265-5/+214
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-261-0/+12
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-264-50/+77
* Fix a typo in the new VerifyOnly handling in SemaInit. No visible difference...Eli Friedman2011-09-261-1/+1
* Factored out handling of the source code for anSean Callanan2011-09-264-50/+186
* Added an example that symbolicates symbol information. This fileGreg Clayton2011-09-261-0/+565
* Add a small note to BaseSubobject about where it is actually used.Eli Friedman2011-09-261-1/+1
* Fix assertion hit when @encoding C++ classes. rdar://10172840 & http://llvm.o...Argyrios Kyrtzidis2011-09-262-2/+23
* Modify SBFrame::WatchValue() impl so that for the watchpoint location created,Johnny Chen2011-09-261-0/+12
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-263-2/+60
* Add back support for a manually formatted section of the diagnosticChandler Carruth2011-09-262-1/+17
* PTX: Add .align tests to stack object test fileJustin Holewinski2011-09-261-2/+11
* PTX: SM > 2.0 implies +doubleJustin Holewinski2011-09-261-5/+6
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-262-1/+13
* PTX: Split up the TableGen instruction definitions into logical unitsJustin Holewinski2011-09-263-418/+300
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-265-206/+38
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-266-30/+204
* Update comments.Eric Christopher2011-09-261-3/+3
* Fix comment to reflect reality.Eric Christopher2011-09-261-2/+1
* Re-arrange and bitfieldify data members of CXXConstructExpr to save aDouglas Gregor2011-09-262-8/+8
* Diagnose attempts to use 'using typename' with a non-identifier name,Douglas Gregor2011-09-263-0/+25
OpenPOWER on IntegriCloud