2013-02-26 |
Kostya Serebryany | Unify clang/llvm attributes for asan/tsan/msan (Clang... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Kostya Serebryany | Unify clang/llvm attributes for asan/tsan/msan (LLVM... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Michael Han | Update tests to do a full match against printed C+... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Michael J.... | [Pass][Layout] Fix bug and add debug printing. |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Michael Ilseman | Use a DenseMap instead of a std::map for AnalysisID... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Greg Clayton | A quick variable rename Sean and I had discussed earlie... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Akira Hatanaka | [mips] Use class RegDefsUses to track register defs... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Jordan Rose | [analyzer] Don't look through casts when creating point... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Jordan Rose | [analyzer] StackAddrEscapeChecker: strip qualifiers... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Sean Callanan | Fixed several problems with class uniq'ing in the |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Chad Rosier | [fast-isel] Make sure the FastLowerArguments function... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Enrico Granata | Removing leftover printf() statement |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Jason Molenda | If the user has disabled kext loading with the |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Greg Clayton | <rdar://problem/13289157> |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Han Ming Ong | <rdar://problem/13282582> |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Jim Ingham | Fix the .categories, it had "dataformatter" not "datafo... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Michael Liao | Refine fix to PR10499, no functionality change |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Enrico Granata | Being explicit about how ignoring optparse's exceptions... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Michael Liao | Fix PR10499 |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Andrew Kaylor | Provide workaround for PR 15130. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Will Dietz | [ubsan] Emit single check for left shift. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Chad Rosier | Fix wording. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Anna Zaks | [analyzer] Restrict ObjC type inference to methods... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Chad Rosier | Remove extraneous attribute number. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Chad Rosier | [fast-isel] Add X86FastIsel::FastLowerArguments to... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Greg Clayton | <rdar://problem/13281528> |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Ted Kremenek | [analyzer] Recover all PreStmtPurgeDeadSymbols nodes... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Greg Clayton | Added missing lldb module namespace. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Daniel Malea | Skip test that fails intermittently with Clang/GCC... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Various additions to ASTMatcher library: |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Add user documentation for cpp11-migrate |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Michael J.... | [ELF][Writer] Fill in dynamic table entries. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Anna Zaks | Revert "Add more attributes from the command line to... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Anna Zaks | [analyzer] Address Jordan's code review of r175857. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Jordan Rose | [analyzer] Handle reference parameters with default... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Enrico Granata | Optimization of the code-running NSDictionary formatter... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Greg Clayton | <rdar://problem/13286937> |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Jim Ingham | Add a log line when debugserver exits, and clean up... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Chad Rosier | Add a front-end test case for r176036. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Andrew Trick | pre-RA-sched fix: only reevaluate physreg interferences... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Chad Rosier | [ms-inline asm] Add support for the pushad/popad mnemonics. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Michael Han | Fix empty declaration printing. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Jordan Rose | [analyzer] Base regions may be invalid when layered... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Renato Golin | ARM build docs easier for copy&paste |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Eric Christopher | Add forgotten testcase. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Matt Beaumont-Gay | 'Hexadecimal' has two 'a's and only one 'i'. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Bill Schmidt | Fix missing relocation for TLS addressing peephole... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Daniel Jasper | Re-add hack that caused regression. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Howard Hinnant | Alexey Samsonov: #ifdefs out undefined function in... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Adding hasDeclaration overload for TemplateSpecializati... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Support in hasDeclaration for types with getDecl() |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Chandler Carruth | Fix spelling noticed by Duncan. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Chandler Carruth | Fix the root cause of PR15348 by correctly handling... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Reverting r176019. Corrupt patch. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Alexey Samsonov | [Sanitizer] one more fix for signed/unsigned mismatch... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Support in hasDeclaration for types with getDecl() |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Daniel Jasper | Update generated documentation after recent matcher... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Daniel Jasper | Add matcher for AccessSpecDecls. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Alexey Samsonov | [Sanitizer] fix signed/unsigned compare warnings in... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Alexey Samsonov | [TSan] Add interceptor for malloc_usable_size() |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Alexey Samsonov | [TSan] remove temporary build directory in 'make clean... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Ted Kremenek | [analyzer] Relax assumption in FindLastStoreBRVisitor... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Ted Kremenek | [analyzer] add the notion of an "interesting" lvalue... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Bill Wendling | Add more attributes from the command line to functions. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Han Ming Ong | <rdar://problem/13282582> |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Reed Kotler | Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Dmitri Gribenko | Documentation: add an idea for a (weird) clang tool |
commit | commitdiff | tree | snapshot |
2013-02-25 |
David Blaikie | DIBuilder: support structs with vtable pointers in... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
David Blaikie | Update Clang for a minor DIBuilder breaking change. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Reed Kotler | Make psuedo FEXT_T8I816_ins into a custom emitter. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Aaron Ballman | Moving initialization into the initializer list and... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Dmitri Gribenko | Documentation: add an idea for an automatic refactoring |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Daniel Jasper | Allow breaking between a type and name in variable... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Bill Schmidt | Fix PR14364. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Shankar Easwaran | [ELF][Hexagon] add _SDA_BASE_(absolute symbol pointing... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Benjamin Kramer | Add the testcase from PR13573, this used to crash. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Benjamin Kramer | CVP: If we have a PHI with an incoming select, try... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Benjamin Kramer | Fix invalid IR in test, missing incoming value for... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Shankar Easwaran | [ELF] Change functions to virtual, in ExecutableAtoms |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Shankar Easwaran | [ELF]Change name of runtime files, so that targets... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Francois Pichet | Typo |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Ted Kremenek | [analyzer] tracking stores/constraints now works for... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Ted Kremenek | Add "KnownSVal" to represent SVals that cannot be Unkno... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Ted Kremenek | Add regression test for serialized diagnostics for... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Nadav Rotem | Revert r169638 because it broke Mesa llvmpipe tests. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Reed Kotler | Make psuedo FEXT_T8I816_ins a custom inserter. It shoul... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Shankar Easwaran | [ELF][Hexagon]add typeZeroFillFast |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Richard Smith | PR15338: Don't assert if -fsanitize=bounds sees array... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Cameron Zwarich | Add a use of an otherwise unused variable to remove... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Cameron Zwarich | TwoAddressInstructionPass::tryInstructionTransform... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Cameron Zwarich | TwoAddrInstructionPass::tryInstructionTransform() has... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Argyrios Kyrtzidis | [preprocessor] Use MacroDirective in the preprocessor... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Argyrios Kyrtzidis | Add comments for the MacroDirective & MacroInfo classes. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Argyrios Kyrtzidis | In Sema::InstantiateStaticDataMemberDefinition, pass... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Reed Kotler | Add new base instruction def for cmpi, cmp, slt and... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Cameron Zwarich | TargetInstrInfo::commuteInstruction() doesn't actually... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Daniel Jasper | Better formatting of conditional expressions. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Michael J.... | [ELF][Writer] Add hash table. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
David Blaikie | Reference the canonical commit (r175462) in the value... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
David Blaikie | Document the value casting API changes. |
commit | commitdiff | tree | snapshot |
next |