2012-08-24 |
Howard Hinnant | Fix basic_filebuf's internal buffer is shrinking when... |
commit | commitdiff | tree |
2012-08-24 |
Akira Hatanaka | In MipsDAGToDAGISel::SelectAddr, fold add node into... |
commit | commitdiff | tree |
2012-08-24 |
Fariborz Jahanian | objective-C: When checking for valid overriden property |
commit | commitdiff | tree |
2012-08-24 |
Ted Kremenek | Rename the "experimental" checker package to "alpha... |
commit | commitdiff | tree |
2012-08-24 |
Ted Kremenek | Rework how PathDiagnosticConsumers pass knowledge of... |
commit | commitdiff | tree |
2012-08-24 |
Anna Zaks | [analyzer] Address Jordan's review comments. |
commit | commitdiff | tree |
2012-08-24 |
Manman Ren | Forgot to check in ProfileDataTypes.h in r162576 |
commit | commitdiff | tree |
2012-08-24 |
Manman Ren | Profile: move a single enum out of ProfileInfoTypes... |
commit | commitdiff | tree |
2012-08-24 |
Chad Rosier | Fix 80-column violation. |
commit | commitdiff | tree |
2012-08-24 |
Sean Callanan | Changed register ValueObjects to report their |
commit | commitdiff | tree |
2012-08-24 |
Johnny Chen | rdar://problem/11811338 |
commit | commitdiff | tree |
2012-08-24 |
Manman Ren | BranchProb: modify the definition of an edge in BranchP... |
commit | commitdiff | tree |
2012-08-24 |
Howard Hinnant | Fixed order of calling use_facet vs setbuf in basic_fil... |
commit | commitdiff | tree |
2012-08-24 |
Dmitri Gribenko | Comment diagnostics: for unresolved parameters, do... |
commit | commitdiff | tree |
2012-08-24 |
Jakob Stoklund... | Verify explicit instruction properties when they can... |
commit | commitdiff | tree |
2012-08-24 |
Chad Rosier | [ms-inline asm] Refactor code. No functional change... |
commit | commitdiff | tree |
2012-08-24 |
Howard Hinnant | basic_filebuf needs to delay obtaining a codecvt facet... |
commit | commitdiff | tree |
2012-08-24 |
Kostya Serebryany | [asan/tsan] rename FunctionBlackList* to BlackList... |
commit | commitdiff | tree |
2012-08-24 |
Kostya Serebryany | [asan/tsan] extend the functionality of FunctionBlackLi... |
commit | commitdiff | tree |
2012-08-24 |
Chad Rosier | [ms-inline asm] Generate the Input/Output expressions... |
commit | commitdiff | tree |
2012-08-24 |
Jordan Rose | [analyzer] If we dereference a NULL that came from... |
commit | commitdiff | tree |
2012-08-24 |
Roman Divacky | Lower constant pools and jump tables via TOC on PPC64... |
commit | commitdiff | tree |
2012-08-24 |
Dmitry Vyukov | tsan: improve memory allocator a bit |
commit | commitdiff | tree |
2012-08-24 |
Chad Rosier | Fix 80-column violation. |
commit | commitdiff | tree |
2012-08-24 |
Benjamin Kramer | GVN: Fix quadratic runtime on the number of switch... |
commit | commitdiff | tree |
2012-08-24 |
Jakob Stoklund... | Fix load/store SDNode flags. |
commit | commitdiff | tree |
2012-08-24 |
Jakob Stoklund... | Add missing SDNPSideEffect flags. |
commit | commitdiff | tree |
2012-08-24 |
Jakob Stoklund... | Remove more mayLoad workarounds. |
commit | commitdiff | tree |
2012-08-24 |
Tobias Grosser | PoCC: Simplify condition |
commit | commitdiff | tree |
2012-08-24 |
Tobias Grosser | Sort includes |
commit | commitdiff | tree |
2012-08-24 |
Tobias Grosser | PoCC: Adapt to earlier vectorizer changes |
commit | commitdiff | tree |
2012-08-24 |
Benjamin Kramer | Push ArrayRef through the Expr hierarchy. |
commit | commitdiff | tree |
2012-08-24 |
NAKAMURA Takumi | Fix the definition of JSONAnchorSource. MSVC mangles... |
commit | commitdiff | tree |
2012-08-24 |
Chandler Carruth | Try to appease MSVC even more elaborately in the alignm... |
commit | commitdiff | tree |
2012-08-24 |
Alexander Potapenko | Revert the erroneous changes made to Makefile.old in... |
commit | commitdiff | tree |
2012-08-24 |
Alexander Potapenko | If the program is linked to a dynamic ASan runtime... |
commit | commitdiff | tree |
2012-08-24 |
Alexander Potapenko | Add add_clang_runtime_shared_library() CMake function... |
commit | commitdiff | tree |
2012-08-24 |
Ted Kremenek | Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an... |
commit | commitdiff | tree |
2012-08-24 |
James Dennett | Allow RecursiveASTVisitor to visit CXXCtorInitializer... |
commit | commitdiff | tree |
2012-08-24 |
Ted Kremenek | Go ahead and show experimental checkers in the scan... |
commit | commitdiff | tree |
2012-08-24 |
Greg Clayton | Remove printf that go left in the code. |
commit | commitdiff | tree |
2012-08-24 |
Daniel Jasper | Use LLVM's plugin registry to enable registering new... |
commit | commitdiff | tree |
2012-08-24 |
Greg Clayton | The OS plug-in can now get data from a python script... |
commit | commitdiff | tree |
2012-08-24 |
Daniel Jasper | Change AST matcher names to conform with the new naming. |
commit | commitdiff | tree |
2012-08-24 |
Daniel Jasper | Rename the ASTMatchers to better match AST nodes. Now... |
commit | commitdiff | tree |
2012-08-24 |
Ted Kremenek | On OS X, use xcrun (if present) to find the clang to... |
commit | commitdiff | tree |
2012-08-24 |
Craig Topper | Custom lower FMA intrinsics to target specific nodes... |
commit | commitdiff | tree |
2012-08-24 |
Anna Zaks | [analyzer] Fix realloc related bug in the malloc checker. |
commit | commitdiff | tree |
2012-08-24 |
Greg Clayton | We have a partially working OS plug-in through python! |
commit | commitdiff | tree |
2012-08-24 |
Enrico Granata | Fixing an issue in the OS sample |
commit | commitdiff | tree |
2012-08-24 |
Greg Clayton | Added Args::StringForEncoding(), Args::StringToGenericR... |
commit | commitdiff | tree |
2012-08-24 |
Anna Zaks | [analyzer] Remove unnecessary code. |
commit | commitdiff | tree |
2012-08-24 |
Anna Zaks | [analyzer] Move DynamicTypeInfo out of the ProgramState.h |
commit | commitdiff | tree |
2012-08-24 |
Enrico Granata | Fixing a bunch of issues with the OS plugin code |
commit | commitdiff | tree |
2012-08-24 |
Eric Christopher | Use DW_FORM_flag_present to save space in debug informa... |
commit | commitdiff | tree |
2012-08-24 |
Eric Christopher | Add support for some missing DW_FORM_*. |
commit | commitdiff | tree |
2012-08-24 |
Eric Christopher | Formatting. |
commit | commitdiff | tree |
2012-08-24 |
Richard Smith | New -fcatch-undefined-behavior features: |
commit | commitdiff | tree |
2012-08-24 |
Enrico Granata | Hooking up two more calls for the PythonOSPlugin stuff... |
commit | commitdiff | tree |
2012-08-24 |
Alexander Kornienko | Updated LibTooling.html, minor improvements in CommonOp... |
commit | commitdiff | tree |
2012-08-24 |
Richard Smith | Fix undefined behavior (negation of INT_MIN) in ARM... |
commit | commitdiff | tree |
2012-08-24 |
Enrico Granata | Was forcing everyone on ToT to use the PythonOSPlugin... |
commit | commitdiff | tree |
2012-08-24 |
Richard Smith | Fix floating-point divide by zero, in a case where... |
commit | commitdiff | tree |
2012-08-24 |
Jakob Stoklund... | Remove some spurious mayLoad = 0 flags. |
commit | commitdiff | tree |
2012-08-24 |
Jakob Stoklund... | Heed guessInstructionProperties, and stop warning on... |
commit | commitdiff | tree |
2012-08-24 |
Jakob Stoklund... | Add missing SDNP properties on the flushw node. |
commit | commitdiff | tree |
2012-08-24 |
Jakob Stoklund... | X86MemBarrier has unmodeled side effects. |
commit | commitdiff | tree |
2012-08-24 |
Enrico Granata | Adding bindings to the Script Interpreter for some... |
commit | commitdiff | tree |
2012-08-24 |
Dmitri Gribenko | DeclPrinter tests: mark test case we get wrong currentl... |
commit | commitdiff | tree |
2012-08-24 |
Dmitri Gribenko | DeclPrinter tests: add two more tests. |
commit | commitdiff | tree |
2012-08-24 |
Johnny Chen | Fix a typo. |
commit | commitdiff | tree |
2012-08-24 |
Chad Rosier | [ms-inline asm] Add the basic APIs for Exprs to the... |
commit | commitdiff | tree |
2012-08-24 |
Anna Zaks | [analyzer] Make analyzer less aggressive when dealing... |
commit | commitdiff | tree |
2012-08-24 |
Dmitri Gribenko | Comment semantic analysis: treat function typedefs... |
commit | commitdiff | tree |
2012-08-24 |
Dmitri Gribenko | Fix a few -Wdocumentation warnings. |
commit | commitdiff | tree |
2012-08-24 |
Richard Smith | Fix undefined behavior (signed integer overflow) when... |
commit | commitdiff | tree |
2012-08-23 |
Greg Clayton | Switch over to using object instances for all PythonDat... |
commit | commitdiff | tree |
2012-08-23 |
Jim Ingham | Clarify the doc string for register-name a bit, add... |
commit | commitdiff | tree |
2012-08-23 |
Johnny Chen | Take '--help' as well as '-h' as hint to emit the usage... |
commit | commitdiff | tree |
2012-08-23 |
Benjamin Kramer | Now that ASTMultiPtr is nothing more than a array refer... |
commit | commitdiff | tree |
2012-08-23 |
Jim Ingham | Document the generic register names in help for registe... |
commit | commitdiff | tree |
2012-08-23 |
Eric Christopher | Formatting cleanup. |
commit | commitdiff | tree |
2012-08-23 |
Eric Christopher | Add an assert here in case parsing gave us a NULL compi... |
commit | commitdiff | tree |
2012-08-23 |
Jordan Rose | [scan-build] Accept -fno-objc-arc as well as -fobjc... |
commit | commitdiff | tree |
2012-08-23 |
Jordan Rose | [analyzer] For now, treat pointers-to-members as non... |
commit | commitdiff | tree |
2012-08-23 |
Jordan Rose | [analyzer] Handle UserDefinedConversion casts in C++. |
commit | commitdiff | tree |
2012-08-23 |
Eric Christopher | Remove the DW_AT_MIPS_linkage name attribute when we... |
commit | commitdiff | tree |
2012-08-23 |
Benjamin Kramer | Remove ASTOwningVector, it doesn't own anything and... |
commit | commitdiff | tree |
2012-08-23 |
Dmitri Gribenko | Attaching comments to decls: since it was decided that... |
commit | commitdiff | tree |
2012-08-23 |
Eric Christopher | Turn these two options in to trinary state so that... |
commit | commitdiff | tree |
2012-08-23 |
Eric Christopher | Add a flag to DwarfDebug to allow it to communicate... |
commit | commitdiff | tree |
2012-08-23 |
Jakob Stoklund... | Preserve operand flags in convertToThreeAddress() by... |
commit | commitdiff | tree |
2012-08-23 |
Johnny Chen | Cope with the case where the user-supplied callbacks... |
commit | commitdiff | tree |
2012-08-23 |
Enrico Granata | A first version of a bunch of classes that wrap commonl... |
commit | commitdiff | tree |
2012-08-23 |
Chad Rosier | [ms-inline asm] Add a few helper function to the MSAsmS... |
commit | commitdiff | tree |
2012-08-23 |
Benjamin Kramer | Rip out remnants of move semantic emulation and smart... |
commit | commitdiff | tree |
2012-08-23 |
Greg Clayton | Added a hollowed out version of an OperatingSystem... |
commit | commitdiff | tree |
2012-08-23 |
Sean Callanan | Added a method to DeclContext that marks the |
commit | commitdiff | tree |
2012-08-23 |
Jim Ingham | gdb format should default to count of 1. |
commit | commitdiff | tree |
2012-08-23 |
Ted Kremenek | Change a bunch of cases where we do "getAs<...>->doSome... |
commit | commitdiff | tree |
next |