2012-12-05 |
Bill Wendling | Fix name. The array is unboundED. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Trick | RegisterPressureTracker: fix findUseBetween to handle... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Trick | RegisterPressureTracker: unify virtual registers and... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Trick | RegisterPresssureTracker: Track live physical register... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Greg Clayton | <rdar://problem/12749733> |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Nadav Rotem | Cost Model: change the default cost of control flow... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [driver, ms-inline asm] MS-Style inline assembly is... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Basic clang-format vim-integration. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Sehr | Correct ARM NOP encoding |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Eli Bendersky | Remove unused methods |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Justin Holewinski | [NVPTX] Fix crash with unnamed struct arguments |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Malea | Define isprint8() wrapper around isprint() in order... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Michael J.... | Add dump of Win64 EH unwind data. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Michael J.... | Updates to Win64EH.h structures. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | fix comment. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | Testing C++ declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [ms-inline asm] Add more tests. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Sehr | Test commit. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Greg Clayton | Backed out part of the ABI changes that were checked... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jyotsna Verma | Use multiclass to define store instructions with base... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Eli Bendersky | Remove the non-const getInst accessor. It wasn't being... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Bob Wilson | Adjust JIT target triple on OS X to match the current... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Matthew Curtis | Fix misplaced closing brace. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Malea | Rename class __lambda_node to ___lambda_node to fix... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Trick | Remove two dead functions resulting from a bad rebase. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: offer a cast to 'unichar' for %C in... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: add more expression types that don... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: a character literal should be printed... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: the correct conversion for 'char' is... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Benjamin Kramer | Try to unbreak the build on hosts that don't transitive... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jakob Stoklund... | Remove unused MachineInstr constructors. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Greg Clayton | Crash every time with new target logging is now fixed. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Kevin Enderby | Added a option to the disassembler to print immediates... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Kostya Serebryany | [asan] drop the extension from asan tests (as the exten... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Pedro Artigas | - Added calls to doInitialization/doFinalization to... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Remove bad and useless enum to bool conversion. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Alexander Kornienko | Clang-format: parse for and while loops |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Indentation fixes for clang-format. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Evgeniy Stepanov | [msan] Instrument bswap intrinsic. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Alexander Kornienko | Follow-up to r169286, addresses comments in llvm-review... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Kostya Serebryany | [asan] undo the debug printf |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Evgeniy Stepanov | Reuse an existing diagnostic for tsan/msan needing... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Dmitry Vyukov | tsan: fix memory barriers in atomics |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Evgeniy Stepanov | [msan] Initialize callbacks in runOnFunction as opposed... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Evgeniy Stepanov | [msan] Change linkage type of __msan_track_origins. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Dmitry Vyukov | tsan: provide own implementation of __cxa_guard_xxx... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
NAKAMURA Takumi | test/Modules/build-fail-notes.m: Tweak to unbreak Win32... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | In C++, if we hit an error in the class-head, don't... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | PR14049: Don't say "expanded from macro 'foo'" when... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Fix make build (hopefully). |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Dmitry Vyukov | tsan: remove unnecesary include file |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Dmitry Vyukov | tsan: fix lint warnings |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Kostya Serebryany | [tsan] get rid of *allocator64* files, moving everythin... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Minor reorganization. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Elena Demikhovsky | Simplified BLEND pattern matching for shuffles. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Add missing virtual destructors reported by -Wnon-virtu... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | First version of a command line clang-format tool. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Small tweaks to automatic formatting. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Peter Collingbourne | Fix build against recent versions of Clang. Based... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Kostya Serebryany | [tsan] make the 64-bit allocator build (but not work... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Trick | RegisterPressure API. Add support for physical register... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Trick | Added RegisterPressureTracker::dump() for debugging. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andrew Trick | Comment formatting. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Simplify slightly by seperating out the responsibility... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | This test used to fail forever if it failed once, becau... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
NAKAMURA Takumi | Driver.cpp: Restore clang/Config/config.h to be include... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Sean Silva | docs: Explain plain preformatted text |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Simplify diagnostic emission. No functionality change... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
DeLesley Hutchins | Thread-safety analysis: check locks on method calls... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Anna Zaks | [analyzer] Implement an opt-in variant of direct ivar... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
DeLesley Hutchins | Thread Safety Analysis: refactor to make more methods... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | Testing C++ declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Shuxin Yang | fix a typo |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Michael J.... | Copy clang/Driver/<Option parsing stuff> to llvm. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Sean Silva | docs: Sphinxify `docs/tutorial/` |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jason Molenda | Add an LLDB_LOG_TARGET logging channel (log eanble... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Malea | Fix Linux build warnings due to redefinition of macros: |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Greg Clayton | <rdar://problem/12649160> |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Evan Cheng | Add x86 isel lowering logic to form bit test with inver... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
DeLesley Hutchins | Thread safety analysis: Add a new "beta" warning flag... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Matt Beaumont-Gay | Appease GCC's -Wparentheses. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Bill Wendling | Split up the ParseOptionalAttrs method into three diffe... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Alexander Potapenko | Fix a use-after-unmap bug in /proc/self/maps caching... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Nadav Rotem | LoopVectorizer: Increase the number of pointers that... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Nadav Rotem | Enable if-conversion during vectorization. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Add -whole-archive around the ASan runtime archive... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Evan Cheng | ARM custom lower ctpop for vector types. Patch by Pete... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Nadav Rotem | Fix a bug in vectorization of if-converted reduction... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Jakob Stoklund... | Speed up the AllocationOrder class a bit. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Ted Kremenek | Alphabetize source files, just like they have been... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Shuxin Yang | For rdar://12329730, last piece. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Jason Molenda | Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
David Blaikie | Comment change made in r169304 as requested by Eric... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Jyotsna Verma | Define store instructions with base+register offset... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Tobias Grosser | User isl sha commit id instead of the git tag |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Bill Wendling | Use the 'count' attribute to calculate the upper bound... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Bill Wendling | Use the 'count' attribute to calculate the upper bound... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Matt Beaumont-Gay | Currently, with -fsanitize=address, the driver appends... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Sean Silva | docs: Begin Sphinxification of docs/tutorial/ |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Sean Silva | docs: fixup legacy HTML link |
commit | commitdiff | tree | snapshot |
next |