2013-02-13 |
Richard Smith | ubsan: Add checking for invalid downcasts. Per [expr... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Sean Silva | [docs] PR15254: Add "AST" to the lexicon. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Benjamin Kramer | LoopVectorize: Simplify code for clarity. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Bill Wendling | Add a blurb about the attributes changes to the release... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Daniel Jasper | Allow breaking after the return type in function declar... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Reed Kotler | For Mips 16, add the optimization where the 16 bit... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Manman Ren | Clean up LDV, no functionality change. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Andrew Kaylor | Improved handling for DW_AT_const_value |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Bill Wendling | Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Bill Wendling | Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Daniel Jasper | Fix comment alignment close to the column limit. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Andrew Trick | MIsched: HazardRecognizers are created for each DAG... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
David Peixotto | PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Daniel Malea | Skip tests that assert on Linux in RecordLayoutBuilder... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Daniel Malea | Disable TestConditionalBreak.py due to Linux crash |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Chad Rosier | [ms-inline-asm] Use an array_pod_sort, rather than... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Argyrios Kyrtzidis | [libclang] Fix annotation of a range where the begin... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Greg Clayton | Quiet "the missing case in switch statement" warnings... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Pekka Jaaskelainen | Metadata for annotating loops as parallel. The first... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Alexander Potapenko | [ASan] When re-executing the process on OS X, make... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Krzysztof Parzyszek | Add registration for PPC-specific passes to allow the... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Benjamin Kramer | X86: Disable generation of rep;movsl when %esi is used... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Dmitry Vyukov | tsan: do not imitate memory write on malloc() (Go) |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Tim Northover | Mention AArch64 in release notes for 3.3 |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Timur Iskhodzhanov | ... and now fix the +Asserts build |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Timur Iskhodzhanov | Fix the microsoft-abi-structors test expectations to... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Manuel Klimek | Pull search state out as class members. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Manuel Klimek | An attempt to make the search algorithm easier to under... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Evgeniy Stepanov | Fix MSan annotations inclusion guard. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Kostya Serebryany | [asan] fix fixed mapping for mac (ASAN_FLEXIBLE_MAPPING... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Bill Wendling | Use array_pod_sort. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Manuel Klimek | Update phab docs to clarify how to accept a change. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Bill Wendling | Add some accessor and query methods for retrieving... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Timur Iskhodzhanov | Emit virtual/deleting destructors properly with -cxx... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Reed Kotler | Make jumptables work for -static |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Elena Demikhovsky | Prevent insertion of "vzeroupper" before call that... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Craig Topper | Remove unnecessary condtional assignment. The next... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Eric Christopher | This is actually located at the end, not the middle. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Kostya Serebryany | [msan] don't check shadow inside interceptors if we... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Shankar Easwaran | fix the mergeable string atom, when the target points... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Shankar Easwaran | add merge strings option, this temporarily fixes the... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Kostya Serebryany | [tsan] simplify tsan-vs-gvn test since gvn vs tsan... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Eric Christopher | Check i1 as well as i8 variables for 8 bit registers... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Eric Christopher | Finish obviously broken thought. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Kostya Serebryany | [tsan] disable load widening in ThreadSanitizer mode |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Kostya Serebryany | [asan] fix confusing indentation |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Chris Lattner | use memcpy instead of dubious union to type pun two... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Nico Weber | Formatter: And more cast tests (these don't pass yet). |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Nico Weber | Formatter: Add more cast tests. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Nico Weber | Formatter: Refactor the cast detection code to be a... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Nico Weber | Formatter: Detect ObjC method expressions after casts. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Nick Lewycky | Change this comment to helpfully explain why it's there. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Jordan Rose | [analyzer] Use Clang's evaluation for global constants... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Jordan Rose | [analyzer] Use makeZeroVal in RegionStore's lazy evalua... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Eric Christopher | Fix comment. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Manman Ren | Debug Info: LiveDebugVarible can remove DBG_VALUEs... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Chad Rosier | [ms-inline-asm] Test cases to ensure the AsmRewrite... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Chad Rosier | [ms-inline-asm] Make sure the AsmRewrite list is sorted... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
David Peixotto | Test commit. Fixed typo. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Arnaud A. de... | Fix comment |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Douglas Gregor | Order the methods in the global method pool based on... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Michael Gottesman | Changed isStoredObjCPointer => IsStoredObjCPointer... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Bill Wendling | Add a default empty string to the 'value' of a string... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Dmitri Gribenko | Replace 'signed' with 'int'. 'signed' is not typical... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Dan Gohman | Actually delete this code, since it's really not clear... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Richard Smith | Highlight caret in bold green, to match Clang diagnostics. |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Tobias Grosser | clang-format a file |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Tobias Grosser | Use documented isl function |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Argyrios Kyrtzidis | [preprocessing record] Add some sanity checks for the... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Chad Rosier | [ms-inline-asm] Add test cases for the align/emit direc... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Chad Rosier | [ms-inline-asm] Implement align directive (which is... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Jack Carter | This patch just fixes up various llvm formatting |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Guy Benyei | Add static cast to unsigned char whenever a character... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Dmitri Gribenko | Add a test for r174980, that we used to accept |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Daniel Jasper | Fix crash for incomplete labels in macros. |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Daniel Malea | Fix document typos, indentation in python code, and... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Dan Gohman | Record PRE predecessors with a SmallVector instead... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Chad Rosier | [ms-inline asm] Update test case now that we are correc... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Chad Rosier | [ms-inline asm] Pass the length of the IDVal, so we... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Chad Rosier | [ms-inline asm] Accept the emit directive as either... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Daniel Dunbar | [tests] Add support for a link_flags lit parameter. |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Aaron Ballman | Fixing the MSVC compiler warning a different way; remov... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Dan Gohman | When disabling PRE for a value is directly redundant... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Greg Clayton | Added new "env" regular expression alias into the eviro... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Krzysztof Parzyszek | Remove target-specific info from the testcase for DWARF... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Greg Clayton | <rdar://problem/13178743> |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Shankar Easwaran | add support for merging common strings |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Chad Rosier | [ms-inline asm] Add a few test cases for the parsing... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Dan Gohman | Check that pointers are removed from maps before callin... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Greg Clayton | <rdar://problem/13184389> |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Aaron Ballman | Removing a signed/unsigned mismatch warning triggered... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Matt Kopec | Fix ELF parsing where undefined symbols were being... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Chad Rosier | [ms-inline asm] Add support for lexing binary integers... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Dmitri Gribenko | Documentation: HowToUseAttributes: formatting (use... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Krzysztof Parzyszek | Allow optionally generating pubnames section in DWARF... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Dmitri Gribenko | Accept over-qualified constructor in MSVC emulation... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Kay Tiong Khoo | added test cases for r174920 (prefetch disassembly) |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Daniel Jasper | Fix bug in the adjustment to existing lines. |
commit | commitdiff | tree | snapshot |
next |