2013-09-15 |
Kai Nacke | Fix alignment of unwind data. |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Kai Nacke | Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Hal Finkel | Revert r190764: PPC: Don't restrict lvsl generation... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Hal Finkel | PPC: Don't restrict lvsl generation to after type legal... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Hal Finkel | Prevent assert in CombinerGlobalAA with null values |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Reed Kotler | Expand the mask capability for deciding which functions... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Benjamin Kramer | Remove unused StringRef that no compiler warned about... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Joerg Sonnenberger | Output soname. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Michael Sartain | Clean up RegisterContextPOSIX. Renamed to POSIXBreakpoi... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Howard Hinnant | Marshall Clow: LWG Issue 2056: future_errc enums start... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Ed Schouten | Make __has_extension(c_thread_local) work. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Ben Langmuir | Add the remaining Intel SHA instructions |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Joerg Sonnenberger | If .bss doesn't exist, set _end/end based on .data. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Joerg Sonnenberger | Add _end symbol for dynamic libraries. At least brk... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Serge Pavlov | Avoid getting an argument of allocation function if... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Robert Wilhelm | Fix spelling. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Robert Wilhelm | Fix spelling. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Chandler Carruth | Remove the long, long defunct IR block placement pass. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Daniel Jasper | clang-format: Fix bug in style option AlwaysBreakTempla... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Zoran Jovanovic | Fixed bug when generating Load Upper Immediate microMIP... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Zoran Jovanovic | Support for microMIPS DIV instructions. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Zoran Jovanovic | Support for misc microMIPS instructions. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
David Majnemer | Parse: Template specializations which aren't dependent... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Jason Molenda | One bit of that last commit wasn't meant to be included. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Jason Molenda | Change ProcessMachCore to search for both a user-proces... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Matt Arsenault | Add missing CHECK-LABEL |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Matt Arsenault | Add test for untested path in SimplifyCFG |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Daniel Dunbar | [lit] Add an --output option, for writing results in... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Cameron Esfahani | Clean up some Triple usage in clang. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Marshall Clow | LWG Issue 2210 (Part #7): vector and vector<bool> |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Jordan Rose | [analyzer] Put more uniqueness in scan-build's temporar... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Jim Ingham | This changes how the --source driver argument works... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Andrew Kaylor | Stop closing terminal fd from ProcessMonitor. It is... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Howard Hinnant | G M: Make shared_ptr a little more gentle for some... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Howard Hinnant | G M: Make valarray a little more forgiving to compiler... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Filip Pizlo | Make PrettyStackTraceEntry use ManagedStatic for its... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Eric Christopher | Add support for -ggnu-pubnames matching the llvm support. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Michael Han | Fix a comment. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Matt Kopec | This fixes two issues with the POSIX dynamic loader: |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Reid Kleckner | Lex and ignore Microsoft's #pragma warning(...) |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Rui Ueyama | Revert "[PECOFF] Allocate storage for .drective in... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Rui Ueyama | [PECOFF] Fix alignment bug. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Rui Ueyama | [PECOFF] Fix atom default alignment. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Richard Smith | Part three of PR15721: if we have an invalid CXXDefault... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Aaron Ballman | vector_size cannot be applied to Booleans. Updated... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Hal Finkel | Add missing break statement in PPCISelLowering |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Aaron Ballman | Switching the WeakRef attribute to using the new checkS... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Preston Gurd | Update Atom Silvermont (SLM) support by adding enabled... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Preston Gurd | Adds support for Atom Silvermont (SLM) - -march=slm |
commit | commitdiff | tree | snapshot |
2013-09-13 |
David Blaikie | DebugInfo: omit debug info for friends |
commit | commitdiff | tree | snapshot |
2013-09-13 |
David Blaikie | Remove unnecessary inclusion of Sema.h |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Joerg Sonnenberger | Add test case for the not-yet implemented copy relocations. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Quentin Colombet | [Peephole] Rewrite copies to avoid cross register banks... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
David Blaikie | Fix indentation of closing }; |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Aaron Ballman | Updated the PCS calling convention to use the new check... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Ed Maste | Skip tests that segfault or are inconsistent on FreeBSD |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Benjamin Kramer | Add warn_unused_result to empty() on various containers. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Marshall Clow | Fix link to dynarray issue |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Benjamin Kramer | As Aaron pointed out it's simpler to reject wide string... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
NAKAMURA Takumi | ASTContext.cpp: Fix a warning in r190684. [-Wcovered... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Renato Golin | Moving Cortex-R cores to armv7r arch |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Renato Golin | Add more Cortex CPUs and tests |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Renato Golin | Fix Neon detection for Cortex-A class, plus adds some... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Benjamin Kramer | Guard availability and thread safety attributes against... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Marshall Clow | Update status for <dynarray> |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Benjamin Kramer | Unify handling of string literal arguments for attribut... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Ed Maste | test: Update FreeBSD failure decorators |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Marshall Clow | Initial implementation of <dynarray>. No allocator... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Nuno Lopes | typo fix: use BUILD_ARCHIVE to build .a libs and not... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Ed Maste | Rename test class to match test target language |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Amaury de la... | Fix tests for hasFPARMv8 name change (r190692) |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Joey Gouly | [ARMv8] Change the naming of some options to be more... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Joey Gouly | [ARMv8] Change hasV8Fp to hasFPARMv8, and other command... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Daniel Jasper | clang-format: Add -assume-filename option for editor... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Evgeniy Stepanov | [msan] Add source file:line to stack origin reports. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Evgeniy Stepanov | [msan] Add source file:line to stack origin reports. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Alexander Kornienko | Added missing field comparisons to the FormatStyle... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
David Tweed | A buildbot compiling with strict error on unused variab... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Evgeniy Stepanov | [msan] Add source file:line to stack origin reports. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Daniel Sanders | Fix build failure reported by Tobias Markmann in bug... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
David Tweed | Certain multi-platform languages, such as OpenCL, have... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Joey Gouly | [ARMv8] Emit the proper .fpu directive. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Evgeniy Stepanov | [msan] Intercept tzset. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Amaury de la... | Add "native" to config.available_features, to make... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Evgeniy Stepanov | [msandr] Add debugging instructions to README.txt. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Amaury de la... | Add "native" to config.available_features, to make... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Daniel Jasper | clang-format: Detect braced lists in subscript expressions. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Patrik Hagglund | Fix for executing AutoRegen.sh. Revert a part of r187209. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Zoran Jovanovic | Test commit to verify that commit access works. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
David Majnemer | [-cxx-abi microsoft] Mangle user defined entry points... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Daniel Jasper | clang-format: Fix incorrect enum parsing / layouting. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Richard Sandiford | [SystemZ] Use getTarget{Insert,Extract}Subreg rather... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Richard Sandiford | [SystemZ] Try to fold shifts into TMxx |
commit | commitdiff | tree | snapshot |
2013-09-13 |
David Majnemer | [-cxx-abi microsoft] Mangle declarations inside extern "C" |
commit | commitdiff | tree | snapshot |
2013-09-13 |
David Majnemer | CHECK -> CHECK-DAG |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Kostya Serebryany | [asan] Android does not have TLS |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Duncan Sands | Avoid a compiler warning about Found not being used... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Alexey Samsonov | [ASan] Temporary disable UAR unit test on Android due... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Kostya Serebryany | [asan] don't record the class_id in FakeFrame (scratchi... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Tim Northover | AArch64: use RegisterOperand for NEON registers. |
commit | commitdiff | tree | snapshot |
next |