summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ArrayRef reverse iterators.Andrew Trick2013-01-251-0/+5
* whitespaceAndrew Trick2013-01-251-12/+12
* clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is avail...NAKAMURA Takumi2013-01-252-2/+0
* lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi2013-01-251-8/+1
* SchedDFS: Initial support for nested subtrees.Andrew Trick2013-01-252-42/+90
* clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.NAKAMURA Takumi2013-01-253-3/+0
* clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc t...NAKAMURA Takumi2013-01-251-1/+1
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-252-7/+92
* Create clang/test/Driver/lit.local.cfg.NAKAMURA Takumi2013-01-252-0/+2
* Drop "REQUIRES:shell" in tests. They can run on win32.NAKAMURA Takumi2013-01-256-6/+0
* Sync 'in class initialization of static const double' extension up with GCC,Richard Smith2013-01-257-18/+48
* MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick2013-01-253-30/+83
* [Frontend] Remove another IsUserSpecified member variable that is now unused.Daniel Dunbar2013-01-254-29/+22
* [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused.Daniel Dunbar2013-01-251-72/+63
* [Frontend] The -iwithprefix option belongs in the After category, according toDaniel Dunbar2013-01-251-2/+2
* [Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar2013-01-254-18/+11
* Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio>NAKAMURA Takumi2013-01-251-0/+1
* This patch implements parsing the .wordJack Carter2013-01-252-8/+46
* <rdar://problem/13072285> Jason Molenda2013-01-251-1/+1
* Implement the reader of the global module index and wire it into theDouglas Gregor2013-01-257-43/+566
* Rename the -cc1 option "-generate-module-index" toDouglas Gregor2013-01-259-24/+61
* Track the number of lookups and hits into the on-disk hash tables forDouglas Gregor2013-01-252-9/+38
* Update test scripts and Makefiles to allow testing with GCC:Daniel Malea2013-01-2511-13/+51
* [mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka2013-01-252-12/+21
* Clarify comment: "diagnose" is better than "warn" when emitting an error.Jordan Rose2013-01-251-1/+1
* SchedDFS: Refactor and tweak the subtree selection criteria.Andrew Trick2013-01-251-24/+32
* SchedDFS: Constify interface.Andrew Trick2013-01-251-3/+4
* Clean up: since we have FunctionDecl::IsInline, make it store the right valueRichard Smith2013-01-253-35/+16
* FileCheck'ize testDmitri Gribenko2013-01-251-7/+26
* Avoid creating duplicate CFG edges in the IfConversion pass.Jakob Stoklund Olesen2013-01-241-1/+1
* Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash)Daniel Malea2013-01-245-0/+21
* FileCheck'ize testDmitri Gribenko2013-01-241-6/+7
* [analyzer] Fixup for r173385 and r173386 - initialize the members.Anna Zaks2013-01-241-0/+2
* FileCheck'ize testDmitri Gribenko2013-01-241-8/+4
* Don't listen for EXC_RESOURCE exceptions, those should really be handled by t...Jim Ingham2013-01-242-1/+18
* FileCheck'ize testDmitri Gribenko2013-01-241-2/+2
* Fixes text of diagnostics in integer overflow patch.Fariborz Jahanian2013-01-242-4/+4
* FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to otherDmitri Gribenko2013-01-242-15/+18
* [analyzer] Add "-analyzer-config mode=[deep|shallow] ".Anna Zaks2013-01-245-6/+77
* [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks2013-01-2436-100/+111
* [analyzer] refactor: access IPAMode through the accessor.Anna Zaks2013-01-243-5/+12
* scan-build: Add a --keep-empty option for better testing.Jordan Rose2013-01-242-4/+18
* Moving Cost Tables up to share with other targetsRenato Golin2013-01-242-48/+75
* [Driver] Run the pass manager.Michael J. Spencer2013-01-242-1/+7
* Move SimpleAtoms.h to ReaderWriter.Michael J. Spencer2013-01-247-258/+192
* FileCheck-ify some debug info scope related tests.David Blaikie2013-01-242-2/+10
* removed duplicated comment.Fariborz Jahanian2013-01-241-1/+0
* Patch to check for integer overflow. It has beenFariborz Jahanian2013-01-2410-38/+101
* Move 'convertUTF8Sequence' helper into the C++ section of the header file.Jordan Rose2013-01-241-10/+26
* [mips] Do not emit i32 padding if target ABI is O32. This was causing backendAkira Hatanaka2013-01-242-11/+24
OpenPOWER on IntegriCloud