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 |
2013-02-23 |
David Blaikie | Prefer 'and' over '&' in comments. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Benjamin Kramer | Shrink SmallPtrSet. It gets swapped a lot which copies... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Benjamin Kramer | Add streamed versions of getQualifiedNameAsString. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Renato Golin | Add global structure vectorization to docs |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Renato Golin | Some more tests for the global structure vectorizer |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Enea Zaffanella | Remove data member MSAsmStmt::AsmLoc, wrongly hiding... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Benjamin Kramer | X86: Disable cmov-memory patterns on subtargets without... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Cameron Zwarich | Make some fixes for LiveInterval repair with debug... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Daniel Jasper | Don't recognize unnamed pointer parameters as casts. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Daniel Jasper | Allow splitting between string literals and identifiers. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Cameron Zwarich | Fix a bug with the LiveIntervals updating in the two... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Cameron Zwarich | Make TwoAddressInstructionPass::sink3AddrInstruction... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Cameron Zwarich | Make rescheduleMIBelowKill() and rescheduleKillAboveMI... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Logan Chien | Implement __builtin_eh_return_data_regno() for ARM... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Greg Clayton | <rdar://problem/13265297> |
commit | commitdiff | tree | snapshot |
2013-02-23 |
NAKAMURA Takumi | clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Michael J.... | [ELF][Writer] Add a PHDR program table entry for dynami... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Reed Kotler | Expand pseudos/macros for Selt. This is the last of... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Richard Smith | ubsan: Emit bounds checks for array indexing, vector... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Richard Smith | ubsan: Runtime handlers for array indexing checks. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Jason Molenda | Fix a handful of remaining assumptions that thread... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Enrico Granata | This should get clang/gcc decorators working |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Enrico Granata | Fixing issues in previous checkin - still figuring... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Dmitri Gribenko | Remove no-op code (since r175842) |
commit | commitdiff | tree | snapshot |
2013-02-23 |
John McCall | Test that attribute(availability) doesn't override... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Enrico Granata | <rdar://problem/12362092> |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Michael J.... | [ELF][Writer] Add dynamic string and symbol table. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Jim Grosbach | ARM: Convenience aliases for 'srs*' instructions. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Michael Gottesman | Fixed a careless mistake. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
David Blaikie | Remove the CFGElement "Invalid" state. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Rafael Espindola | Remove the hack that avoided mangling static functions... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Peter Collingbourne | Revert r175912, "Add support for coldcc to clang" at... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Propagate the split dwarf file information through... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Use getSplitDebugFilename when constructing the skeleto... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Add a field to the compile unit of where we plan on... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Add a TODO and explain when we can get rid of the isMai... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Daniel Dunbar | [docs] Rename Makefile. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Nadav Rotem | SelectionDAG compile time improvement. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Han Ming Ong | <rdar://problem/13277100> |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jim Ingham | Correct the logic in DumpCommandHistory when the end... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jim Ingham | Call el_resize when the window size changes. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | [libclang] Fix assertion hit when code-completing insid... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Greg Clayton | <rdar://problem/13190981> |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Fariborz Jahanian | objective-C arg: provide fixit support when |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jim Ingham | The thread plans run before the event is broadcast... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Update tests so that we don't test for function-only... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Akira Hatanaka | [mips] Emit call16 operator instead of got_disp. The... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Driver: Pass down the -march setting down to -cc1as... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Make sure we apply attributes to correct places. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Daniel Malea | Mark last known Linux failure as XFAIL to see if there... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Split out the command handling for split debug info... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Enrico Granata | If we crash while making a Python summary, the crash... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Peter Collingbourne | Fix test by matching movaps instead of AVX-only vmovaps |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jordan Rose | [analyzer] Don't canonicalize the RecordDecl used in... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Peter Collingbourne | Add support for coldcc to clang |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Peter Collingbourne | x86_64: designate most general purpose and SSE register... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Peter Collingbourne | Revert "Test commit" |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Peter Collingbourne | Test commit |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | An Optional<T> is pod-like if the inner type is. |
commit | commitdiff | tree | snapshot |
next |