summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split up the ParseOptionalAttrs method into three different methods for eachBill Wendling2012-12-042-81/+122
* Fix a use-after-unmap bug in /proc/self/maps caching. The cached buffer was o...Alexander Potapenko2012-12-041-1/+5
* LoopVectorizer: Increase the number of pointers that can be tested at runtime...Nadav Rotem2012-12-041-1/+1
* Enable if-conversion during vectorization.Nadav Rotem2012-12-041-1/+1
* Add -whole-archive around the ASan runtime archive in the link command.Chandler Carruth2012-12-042-4/+10
* ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng2012-12-042-0/+308
* Fix a bug in vectorization of if-converted reduction variables. If theNadav Rotem2012-12-042-14/+58
* Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen2012-12-043-25/+19
* Alphabetize source files, just like they have been before.Ted Kremenek2012-12-041-1/+1
* For rdar://12329730, last piece.Shuxin Yang2012-12-044-5/+34
* Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved to say thatJason Molenda2012-12-041-2/+10
* Comment change made in r169304 as requested by Eric Christopher.David Blaikie2012-12-041-0/+2
* Define store instructions with base+register offset addressing modeJyotsna Verma2012-12-041-352/+116
* User isl sha commit id instead of the git tagTobias Grosser2012-12-041-1/+1
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-0423-39/+43
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-043-28/+11
* Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a toMatt Beaumont-Gay2012-12-042-2/+16
* docs: Begin Sphinxification of docs/tutorial/Sean Silva2012-12-043-49/+38
* docs: fixup legacy HTML linkSean Silva2012-12-041-2/+1
* Testing C declarations embedded inFariborz Jahanian2012-12-042-0/+105
* Add library dependencies to the lld cmake build.Benjamin Kramer2012-12-047-0/+29
* Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie2012-12-042-1/+29
* Add missing destructors found with -Wnon-virtual-dtor.Daniel Jasper2012-12-042-0/+5
* In the data formatters, if we know the resultSean Callanan2012-12-041-5/+2
* Cache the names for Objective-C classes if we knowSean Callanan2012-12-041-5/+5
* Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427Daniel Malea2012-12-041-0/+1
* Remove a URL from codeEli Bendersky2012-12-041-1/+1
* Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClientEli Bendersky2012-12-042-8/+8
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-044-6/+6
* additional test for declaration tag of a class extension.Fariborz Jahanian2012-12-041-0/+15
* Add support for reduction variables when IF-conversion is enabled. Nadav Rotem2012-12-042-10/+71
* Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...Jyotsna Verma2012-12-043-17/+97
* Error recovery part 2Alexander Kornienko2012-12-044-32/+70
* objective-c blocks: Consider padding due to alignmentFariborz Jahanian2012-12-045-6/+96
* Add constant extender support to ALU32 instructions for V2.Jyotsna Verma2012-12-041-51/+79
* A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky2012-12-041-1/+1
* Fix comment typo.Duncan Sands2012-12-041-1/+1
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-0418-16/+216
* Update release notes for NVPTXJustin Holewinski2012-12-041-1/+24
* tsan: output thread namesDmitry Vyukov2012-12-047-4/+63
* Clang-format error recovery part 1Alexander Kornienko2012-12-042-2/+28
* c-index-test.c: Make C89-compliant.NAKAMURA Takumi2012-12-041-1/+2
* libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko2012-12-045-1/+70
* [tsan] add a compile-time error for 64-bit-only supportKostya Serebryany2012-12-041-0/+4
* Make parenthesis counting and aligning a bit saner.Daniel Jasper2012-12-041-40/+53
* tsan: make atomic operations atomic againDmitry Vyukov2012-12-042-28/+94
* Enum formatting implementationAlexander Kornienko2012-12-042-27/+68
* Fix spelling I ran over while proof-reading tests.Manuel Klimek2012-12-041-1/+1
* [tsan] test the allocator with CompactSizeClassMapKostya Serebryany2012-12-042-7/+18
* Get rid of references to Tcl, DejagGNU, old test structure, discourage the useEli Bendersky2012-12-041-106/+57
OpenPOWER on IntegriCloud