2012-08-22 |
Johnny Chen | Demonstrate how to use the config file and the pre... |
commit | commitdiff | tree |
2012-08-22 |
Greg Clayton | Remove further outdated "settings" code and also implem... |
commit | commitdiff | tree |
2012-08-22 |
Benjamin Kramer | Math builtin definition tweaks. |
commit | commitdiff | tree |
2012-08-22 |
Dmitri Gribenko | ASTContext::getCommentForDecl: add comment. |
commit | commitdiff | tree |
2012-08-22 |
Filipe Cabecinhas | Fixed a Linux building bug pointed out by Daniel Malea. |
commit | commitdiff | tree |
2012-08-22 |
Johnny Chen | Fix wrong directory pathname. |
commit | commitdiff | tree |
2012-08-22 |
Dmitri Gribenko | Attaching comments to declarations: when documentation... |
commit | commitdiff | tree |
2012-08-22 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree |
2012-08-22 |
Chad Rosier | Add test case for r162368. |
commit | commitdiff | tree |
2012-08-22 |
Chad Rosier | Add a few float shrinking optimizations to SimplifyLibC... |
commit | commitdiff | tree |
2012-08-22 |
David Blaikie | Tidy up a few more uses of MF.getFunction()->getName(). |
commit | commitdiff | tree |
2012-08-22 |
Greg Clayton | Reimplemented the code that backed the "settings" in... |
commit | commitdiff | tree |
2012-08-22 |
Jordan Rose | [analyzer] Restructure discussion of DynamicTypeInfo... |
commit | commitdiff | tree |
2012-08-22 |
Jordan Rose | [analyzer] Per feedback, re-structure the docs for... |
commit | commitdiff | tree |
2012-08-22 |
Chad Rosier | Add a new helper function, AddOpt(F1, F1, Opt), as... |
commit | commitdiff | tree |
2012-08-22 |
Benjamin Kramer | Reduce duplicated hash map lookups. |
commit | commitdiff | tree |
2012-08-22 |
Benjamin Kramer | Reduce duplicated hash map lookups. |
commit | commitdiff | tree |
2012-08-22 |
Rafael Espindola | Merge existing attributes before processing pragmas... |
commit | commitdiff | tree |
2012-08-22 |
Alexey Samsonov | [ASan] use write instead of puts in malloc hooks test... |
commit | commitdiff | tree |
2012-08-22 |
Alexey Samsonov | [ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler... |
commit | commitdiff | tree |
2012-08-22 |
Filipe Cabecinhas | Added a test for the Python part of SBInputReader callb... |
commit | commitdiff | tree |
2012-08-22 |
Filipe Cabecinhas | Added a typemap and wrappers for SBInputReader callbacks |
commit | commitdiff | tree |
2012-08-22 |
Alexey Samsonov | [ASan] make ASan malloc/free hooks weak interface funct... |
commit | commitdiff | tree |
2012-08-22 |
Stepan Dyatkovskiy | Rejected 169195. As Duncan commented, bitcasting to... |
commit | commitdiff | tree |
2012-08-22 |
Alexey Samsonov | [ASan] fix CMake build: make sure that all ASan runtime... |
commit | commitdiff | tree |
2012-08-22 |
Benjamin Kramer | Fix typo in debug method. |
commit | commitdiff | tree |
2012-08-22 |
Alexey Samsonov | [TSan] switch tsan to using InternalScopedBuffer from... |
commit | commitdiff | tree |
2012-08-22 |
Ted Kremenek | Rename 'unbindLoc()' (in ProgramState) and 'Remove... |
commit | commitdiff | tree |
2012-08-22 |
Ted Kremenek | Rename 'currentX' to 'currX' throughout analyzer and... |
commit | commitdiff | tree |
2012-08-22 |
Ted Kremenek | Rename 'getConjuredSymbol*' to 'conjureSymbol*'. |
commit | commitdiff | tree |
2012-08-22 |
Craig Topper | Add a getName function to MachineFunction. Use it in... |
commit | commitdiff | tree |
2012-08-22 |
Ted Kremenek | Remove Store::bindDecl() and Store::bindDeclWithNoInit... |
commit | commitdiff | tree |
2012-08-22 |
Ted Kremenek | Rename 'BindCompoundLiteral' to 'bindCompoundLiteral... |
commit | commitdiff | tree |
2012-08-22 |
Craig Topper | Don't cache the MBB in the class. Its only used by... |
commit | commitdiff | tree |
2012-08-22 |
Anna Zaks | [analyzer] IPA document: address Ted's review comments... |
commit | commitdiff | tree |
2012-08-22 |
Craig Topper | Mark a function as static since it doesn't use anything... |
commit | commitdiff | tree |
2012-08-22 |
Ted Kremenek | Remove stale header file. |
commit | commitdiff | tree |
2012-08-22 |
Akira Hatanaka | Add register Mips::GP to the list of reserved registers... |
commit | commitdiff | tree |
2012-08-22 |
Akira Hatanaka | Add option disable-mips-delay-filler. Turn on mips... |
commit | commitdiff | tree |
2012-08-22 |
Ted Kremenek | Review, comment, and reformat IPA.txt, including feedba... |
commit | commitdiff | tree |
2012-08-22 |
Jim Grosbach | TblGen: Make asm-matcher ConvertToMCInst() table driven. |
commit | commitdiff | tree |
2012-08-22 |
Jordan Rose | [analyzer] Document our debug checkers and ExprInspecti... |
commit | commitdiff | tree |
2012-08-22 |
Marshall Clow | Fix a typo in the docs |
commit | commitdiff | tree |
2012-08-22 |
Jack Carter | For mips64 switch statements in subroutines could generate |
commit | commitdiff | tree |
2012-08-22 |
Richard Smith | Initialize SelectionDAGBuilder's Context in 'init'... |
commit | commitdiff | tree |
2012-08-22 |
Johnny Chen | rdar://problem/11324515 |
commit | commitdiff | tree |
2012-08-22 |
Richard Smith | Reduce alignment of SmallVector<T> to the required... |
commit | commitdiff | tree |
2012-08-22 |
Ted Kremenek | Consilidate SmallPtrSet count() followed by insert... |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | Add a few functions to TargetLibraryInfo as part of... |
commit | commitdiff | tree |
2012-08-21 |
Johnny Chen | Fix test failures in TestWatchpointIter.py due to llvm... |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | [ms-inline asm] Remove the patchMSAsmStrings function... |
commit | commitdiff | tree |
2012-08-21 |
Matt Beaumont-Gay | Add an llvm_unreachable to pacify GCC's -Wreturn-type. |
commit | commitdiff | tree |
2012-08-21 |
Fariborz Jahanian | make test pass on linux platforms. |
commit | commitdiff | tree |
2012-08-21 |
Johnny Chen | Remove the process->DisableWatchpoint() and EnableWatch... |
commit | commitdiff | tree |
2012-08-21 |
Johnny Chen | rdar://problem/12144930 |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | [ms-inline asm] Have buildMSAsmString build a vector... |
commit | commitdiff | tree |
2012-08-21 |
Fariborz Jahanian | change function name in my last patch. |
commit | commitdiff | tree |
2012-08-21 |
Fariborz Jahanian | objective-C: Change rules for overriding properties in |
commit | commitdiff | tree |
2012-08-21 |
Jordan Rose | [analyzer] Set the default IPA mode to 'basic-inlining... |
commit | commitdiff | tree |
2012-08-21 |
Jordan Rose | [analyzer] -analyzer-ipa=inlining is now the default... |
commit | commitdiff | tree |
2012-08-21 |
Dmitri Gribenko | Update comment to match the reality. |
commit | commitdiff | tree |
2012-08-21 |
Dmitri Gribenko | CommentBriefParser: allow paragraphs to be separated... |
commit | commitdiff | tree |
2012-08-21 |
Richard Smith | MaximumSpanningTree::EdgeWeightCompare: Make this compa... |
commit | commitdiff | tree |
2012-08-21 |
Jordan Rose | [analyzer] Push "references are non-null" knowledge... |
commit | commitdiff | tree |
2012-08-21 |
Richard Smith | Fix misaligned access in MachO object file reader:... |
commit | commitdiff | tree |
2012-08-21 |
Richard Smith | Fix unaligned memory accesses when performing relocatio... |
commit | commitdiff | tree |
2012-08-21 |
Richard Smith | Don't pass a null pointer to cast<> in its unit tests. |
commit | commitdiff | tree |
2012-08-21 |
Richard Smith | Don't bind a reference to a dereferenced null pointer... |
commit | commitdiff | tree |
2012-08-21 |
Johnny Chen | Comment change. |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | [ms-inline asm] Do not report a Parser error when match... |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | [ms-inline asm] Do not report a Parser error when match... |
commit | commitdiff | tree |
2012-08-21 |
David Blaikie | Ignore the documentation-suggested location for compile... |
commit | commitdiff | tree |
2012-08-21 |
David Blaikie | The presence of the empty file "foo" unfortunately... |
commit | commitdiff | tree |
2012-08-21 |
Fariborz Jahanian | Modern objc translator: Fixes a crash in rewriter when... |
commit | commitdiff | tree |
2012-08-21 |
David Blaikie | Use LLVM_BUILTIN_TRAP instead of lame volatile int... |
commit | commitdiff | tree |
2012-08-21 |
David Blaikie | Remove unnecessary cast that was also unnecessarily... |
commit | commitdiff | tree |
2012-08-21 |
David Blaikie | Provide a portability macro for __builtin_trap. |
commit | commitdiff | tree |
2012-08-21 |
Michael J.... | Reduce the amount of state in the Option class by relyi... |
commit | commitdiff | tree |
2012-08-21 |
Rafael Espindola | Fix macros arguments with an underscore, dot or dollar... |
commit | commitdiff | tree |
2012-08-21 |
Richard Smith | Switch some realignment calculations over to llvm:... |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | [ms-inline asm] Expose the ErrorInfo from the MatchInst... |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | [ms-inline asm] Expose the ErrorInfo from the MatchInst... |
commit | commitdiff | tree |
2012-08-21 |
Dmitri Gribenko | DeclPrinter, terse mode: don't print function bodies |
commit | commitdiff | tree |
2012-08-21 |
Dmitri Gribenko | Rename PrintingPolicy::DontRecurseInDeclContext to... |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | Formatting. No functional change. |
commit | commitdiff | tree |
2012-08-21 |
Rafael Espindola | Make the wording in of the "expected identifier" error... |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | [ms-inline asm] Append identifier for better debugging. |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | [ms-inline asm] Remove this test case and the associate... |
commit | commitdiff | tree |
2012-08-21 |
Marshall Clow | Make Mr. Pedantic happy by fixing banner to be exactly... |
commit | commitdiff | tree |
2012-08-21 |
Duncan Sands | Pacify PVS-Studio by changing the type rather than... |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | [driver] Add support for the --param ssp-buffer-size... |
commit | commitdiff | tree |
2012-08-21 |
Chad Rosier | Add support for the --param ssp-buffer-size= driver... |
commit | commitdiff | tree |
2012-08-21 |
Rafael Espindola | Use typedefs. Fix indentation. Extracted from the Andy... |
commit | commitdiff | tree |
2012-08-21 |
Rafael Espindola | Remove unused variable. Extracted from the Andy/PaX... |
commit | commitdiff | tree |
2012-08-21 |
Rafael Espindola | Fix typo. Extracted from the Andy/PaX patch. |
commit | commitdiff | tree |
2012-08-21 |
Jim Grosbach | MCJIT: Tidy up the constructor. |
commit | commitdiff | tree |
2012-08-21 |
Kostya Serebryany | [asan] fix mac build |
commit | commitdiff | tree |
2012-08-21 |
Kostya Serebryany | [asan] run-time part of the initialization order checke... |
commit | commitdiff | tree |
2012-08-21 |
Duncan Sands | PVS-Studio noticed that EmitVBR64 would perform undefin... |
commit | commitdiff | tree |
2012-08-21 |
Tim Northover | Add correct set of regression tests for r162094 commit. |
commit | commitdiff | tree |
next |