| Commit message (Expand) | Author | Age | Files | Lines |
* | Split up the ParseOptionalAttrs method into three different methods for each | Bill Wendling | 2012-12-04 | 2 | -81/+122 |
* | Fix a use-after-unmap bug in /proc/self/maps caching. The cached buffer was o... | Alexander Potapenko | 2012-12-04 | 1 | -1/+5 |
* | LoopVectorizer: Increase the number of pointers that can be tested at runtime... | Nadav Rotem | 2012-12-04 | 1 | -1/+1 |
* | Enable if-conversion during vectorization. | Nadav Rotem | 2012-12-04 | 1 | -1/+1 |
* | Add -whole-archive around the ASan runtime archive in the link command. | Chandler Carruth | 2012-12-04 | 2 | -4/+10 |
* | ARM custom lower ctpop for vector types. Patch by Pete Couperus. | Evan Cheng | 2012-12-04 | 2 | -0/+308 |
* | Fix a bug in vectorization of if-converted reduction variables. If the | Nadav Rotem | 2012-12-04 | 2 | -14/+58 |
* | Speed up the AllocationOrder class a bit. | Jakob Stoklund Olesen | 2012-12-04 | 3 | -25/+19 |
* | Alphabetize source files, just like they have been before. | Ted Kremenek | 2012-12-04 | 1 | -1/+1 |
* | For rdar://12329730, last piece. | Shuxin Yang | 2012-12-04 | 4 | -5/+34 |
* | Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved to say that | Jason Molenda | 2012-12-04 | 1 | -2/+10 |
* | Comment change made in r169304 as requested by Eric Christopher. | David Blaikie | 2012-12-04 | 1 | -0/+2 |
* | Define store instructions with base+register offset addressing mode | Jyotsna Verma | 2012-12-04 | 1 | -352/+116 |
* | User isl sha commit id instead of the git tag | Tobias Grosser | 2012-12-04 | 1 | -1/+1 |
* | Use the 'count' attribute to calculate the upper bound of an array. | Bill Wendling | 2012-12-04 | 23 | -39/+43 |
* | Use the 'count' attribute to calculate the upper bound of an array. | Bill Wendling | 2012-12-04 | 3 | -28/+11 |
* | Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to | Matt Beaumont-Gay | 2012-12-04 | 2 | -2/+16 |
* | docs: Begin Sphinxification of docs/tutorial/ | Sean Silva | 2012-12-04 | 3 | -49/+38 |
* | docs: fixup legacy HTML link | Sean Silva | 2012-12-04 | 1 | -2/+1 |
* | Testing C declarations embedded in | Fariborz Jahanian | 2012-12-04 | 2 | -0/+105 |
* | Add library dependencies to the lld cmake build. | Benjamin Kramer | 2012-12-04 | 7 | -0/+29 |
* | Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB | David Blaikie | 2012-12-04 | 2 | -1/+29 |
* | Add missing destructors found with -Wnon-virtual-dtor. | Daniel Jasper | 2012-12-04 | 2 | -0/+5 |
* | In the data formatters, if we know the result | Sean Callanan | 2012-12-04 | 1 | -5/+2 |
* | Cache the names for Objective-C classes if we know | Sean Callanan | 2012-12-04 | 1 | -5/+5 |
* | Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427 | Daniel Malea | 2012-12-04 | 1 | -0/+1 |
* | Remove a URL from code | Eli Bendersky | 2012-12-04 | 1 | -1/+1 |
* | Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient | Eli Bendersky | 2012-12-04 | 2 | -8/+8 |
* | Make NaCl naming consistent. The triple OSType is called NaCl and is represented | Eli Bendersky | 2012-12-04 | 4 | -6/+6 |
* | additional test for declaration tag of a class extension. | Fariborz Jahanian | 2012-12-04 | 1 | -0/+15 |
* | Add support for reduction variables when IF-conversion is enabled. | Nadav Rotem | 2012-12-04 | 2 | -10/+71 |
* | Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading... | Jyotsna Verma | 2012-12-04 | 3 | -17/+97 |
* | Error recovery part 2 | Alexander Kornienko | 2012-12-04 | 4 | -32/+70 |
* | objective-c blocks: Consider padding due to alignment | Fariborz Jahanian | 2012-12-04 | 5 | -6/+96 |
* | Add constant extender support to ALU32 instructions for V2. | Jyotsna Verma | 2012-12-04 | 1 | -51/+79 |
* | A test in thid directory was not being run because lit.local.cfg didn't | Eli Bendersky | 2012-12-04 | 1 | -1/+1 |
* | Fix comment typo. | Duncan Sands | 2012-12-04 | 1 | -1/+1 |
* | This patch introduces initial-exec model support for thread-local storage | Bill Schmidt | 2012-12-04 | 18 | -16/+216 |
* | Update release notes for NVPTX | Justin Holewinski | 2012-12-04 | 1 | -1/+24 |
* | tsan: output thread names | Dmitry Vyukov | 2012-12-04 | 7 | -4/+63 |
* | Clang-format error recovery part 1 | Alexander Kornienko | 2012-12-04 | 2 | -2/+28 |
* | c-index-test.c: Make C89-compliant. | NAKAMURA Takumi | 2012-12-04 | 1 | -1/+2 |
* | libclang: Add a function to libclang for retrieving the bit width value | Dmitri Gribenko | 2012-12-04 | 5 | -1/+70 |
* | [tsan] add a compile-time error for 64-bit-only support | Kostya Serebryany | 2012-12-04 | 1 | -0/+4 |
* | Make parenthesis counting and aligning a bit saner. | Daniel Jasper | 2012-12-04 | 1 | -40/+53 |
* | tsan: make atomic operations atomic again | Dmitry Vyukov | 2012-12-04 | 2 | -28/+94 |
* | Enum formatting implementation | Alexander Kornienko | 2012-12-04 | 2 | -27/+68 |
* | Fix spelling I ran over while proof-reading tests. | Manuel Klimek | 2012-12-04 | 1 | -1/+1 |
* | [tsan] test the allocator with CompactSizeClassMap | Kostya Serebryany | 2012-12-04 | 2 | -7/+18 |
* | Get rid of references to Tcl, DejagGNU, old test structure, discourage the use | Eli Bendersky | 2012-12-04 | 1 | -106/+57 |