2013-01-24 |
Anna Zaks | [analyzer] Replace "-analyzer-ipa" with "-analyzer... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Anna Zaks | [analyzer] refactor: access IPAMode through the accessor. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | scan-build: Add a --keep-empty option for better testing. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Renato Golin | Moving Cost Tables up to share with other targets |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Michael J.... | [Driver] Run the pass manager. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Michael J.... | Move SimpleAtoms.h to ReaderWriter. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
David Blaikie | FileCheck-ify some debug info scope related tests. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Fariborz Jahanian | removed duplicated comment. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Fariborz Jahanian | Patch to check for integer overflow. It has been |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Move 'convertUTF8Sequence' helper into the C++ section... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Akira Hatanaka | [mips] Do not emit i32 padding if target ABI is O32... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Michael Gottesman | Added comment to ObjCARC elaborating what is meant... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Test fix-it ranges for Unicode characters. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Daniel Malea | Skip 32-bit testing of check_public_api_headers (on... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Add a fixit for \U1234 -> \u1234. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | As an extension, treat Unicode whitespace characters... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Handle universal character names and Unicode characters... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Unify diagnostics for \x, \u, and \U without any follow... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chad Rosier | Fail these tests in a way that doesn't cause unexpected... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Hal Finkel | Start cleanup of PPC register definitions using foreach... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chad Rosier | Temporarily XFAIL this test; the compiler will segfault... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chad Rosier | [ms-inline asm] Add an error when trying to compile... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Daniel Malea | Marking test cases with @expectedFailureLinux as per... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Daniel Malea | PR14426 (breakpoint hit count incorrect) is resolved. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chad Rosier | [driver] Associate a JobAction with each result file... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Saleem Abdulrasool | [bugpoint] make tool selection messages unique |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Saleem Abdulrasool | [bugpoint] set Message after tool configuration |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Michael Han | PR14922: when printing an attribute, use the real synta... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Benjamin Kramer | Reapply chandlerc's r173342 now that the miscompile... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Benjamin Kramer | ConstantFolding: Add a missing folding that leads to... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | unittests/SupportTests/Initialize.MultipleThreads:... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Joey Gouly | Fix a non-conformant OpenCL test case. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Joey Gouly | Properly remove this test file, that I copied over... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Joey Gouly | Fix an OpenCL test case that was OpenCL conformant. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | unittests/SupportTests/Initialize.MultipleThreads:... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | lli/RecordingMemoryManager: Free allocated sections... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitry Vyukov | tsan: return the old fake numbers from malloc stats... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Alexey Samsonov | [Sanitizer] use stub InternalSymbolizer on platforms... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitry Vyukov | tsan: suppress reports using both stacks |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitry Vyukov | tsan: allow a front-end to provide default suppressions |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Alexey Samsonov | [Sanitizer] Add skeleton for InternalSymbolizer that... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chandler Carruth | Revert r173342 temporarily. It appears to cause a very... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chandler Carruth | Plug TTI into the speculation logic, giving it a real... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chandler Carruth | Address a large chunk of this FIXME by accumulating... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chandler Carruth | Switch the constant expression speculation cost evaluat... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chandler Carruth | Rephrase the speculating scan of the conditional BB... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Kostya Serebryany | [asan] fix 32-bit builds |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chandler Carruth | Simplify the PHI node operand rewriting. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Kostya Serebryany | [asan] run-time tests for adaptive redzones |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Kostya Serebryany | [asan] adaptive redzones for globals (the larger the... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chandler Carruth | Give the basic block variables here names based on... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Alexander Potapenko | [ASan] fix compilation on Mac by adding a missing pwrit... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitry Vyukov | tsan: implement malloc stats querying |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chandler Carruth | Lift a cheap early exit test above loops and other... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | clang/GlobalModuleIndex: Don't open the same file twice... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chandler Carruth | Spiff up the comment on this method, making the example... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitry Vyukov | asan/tsan: fix pwrite interceptors |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitry Vyukov | tsan: also test asan during presubmit checks, because... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | clang/test/Modules/global_index.m: XFAILing on win32... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | MipsISelLowering.cpp: Fill unreachable paths to fix... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | MipsISelLowering.cpp: Fix a warning, take two. [-Wunuse... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | MipsISelLowering.cpp: Fix a warning. [-Wunused-variable] |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Craig Topper | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Richard Trieu | Add asserts to SmallVector so that calls to front(... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Reed Kotler | The next phase of Mips16 hard float implementation. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Nick Lewycky | Give warn_redecl_library_builtin a flag name: -Wincompa... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Andrew Trick | MachineScheduler: enable biasCriticalPath for all DAGs. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Andrew Trick | MIsched: Added biasCriticalPath. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Michael J.... | [ELF] Add R_X86_64_IRELATIVE. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Nick Lewycky | Start checking nonnull (as well as format and argument_... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Nick Lewycky | Fix some wonky formatting, remove spurious emacs major... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Bill Wendling | Add a profile for uniquifying the AttributeSet with... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Bill Wendling | Cleanup the AttributeSetNodes that we create. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Bill Wendling | Create a new class: AttributeSetNode. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Richard Smith | Micro cleanup: use an array of const char, rather than... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Jim Ingham | Check for NULL breakpoint option thread name & queue... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Don't check lines beginning with '#', since they could... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Don't check lines beginning with '#', since they could... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | The diagnostic is now a warning instead of an error... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Push down the conversion of the alignment from the... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Douglas Gregor | Fix for case-sensitive file systems. Ugh |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Remove dead methods. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Douglas Gregor | Implement the writer side of the global module index. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Nick Kledzik | Add SectionPosition and OrderPass |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Michael J.... | [ELF] Read IFUNC symbols correctly as typeResolver. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Eli Bendersky | Fix small typo |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Tom Stellard | R600: Add a llvm.R600.store.swizzle intrinsics |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Tom Stellard | R600: Simplify stream outputs intrinsic |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Add a test case for 'analyzer_noreturn' on category... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Always process an index.html file if we have HTML outpu... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Benjamin Kramer | ConstantFolding: Tweak r173289, it should evaluate... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Add missing null check. Not sure why my tests passed... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Honor attribute 'analyzer_noreturn' on Objective-C... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Add extra indent for nested calls inside if's. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Benjamin Kramer | ConstantFolding: Evaluate GEP indices in the index... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Richard Osborne | Add instruction encodings / disassembly support for... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Michael J.... | Add PassManager. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Implement -Wvla correctly |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Chad Rosier | Initialize SSPBufferSize. PR14999. Patch by Vinson... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Remove unused methods and ivars. |
commit | commitdiff | tree | snapshot |
next |