2014-10-20 |
Lang Hames | [MCJIT] Make MCJIT honor symbol visibility settings... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Richard Smith | Switch C compilations to C11 by default. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Hans Wennborg | Revert "Improve Windows toolchain support for non-stand... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Quentin Colombet | [X86] Fix a bug in the lowering of the mask of VSELECT. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Justin Bogner | Driver: Consolidate the logic for naming the module... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Philip Reames | Introduce a 'nonnull' metadata on Load instructions. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Simon Pilgrim | [X86] Memory folding for commutative instructions ... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Justin Bogner | Driver: Name crashdump scripts after the first temp... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Rafael Espindola | Explain why we don't always use --gc-sections. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Tim Northover | ARM: rework Thumb1 frame index rewriting |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Justin Bogner | Driver: Use an early return instead of a long if condit... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Justin Bogner | Driver: Make FailingCommand mandatory for generateCompi... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Alexey Samsonov | Try to fix GCC error about invalid use of const_cast... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Alexey Samsonov | Constify getELFDynamicSymbolIterators standalone functi... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Alexey Samsonov | Add const version of OwningBinary::getBinary |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Alexey Samsonov | Be more specific about return type of MachOUniversalBin... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
David Blaikie | Fix whitespace introduced in r220221 |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Alexey Samsonov | Constify input argument of RelocVisitor and DWARFContex... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Dan Liew | Teach Lit to catch OSError exceptions when creating... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Zachary Turner | Improve Windows toolchain support for non-standard... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Robert Khasanov | Moved out IIT_V64 from common values section. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
David Blaikie | PR21312: Fix a regression in non-type template paramete... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Sean Callanan | Don't allow the expression parser to magically |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ed Maste | Skip dsym test on !Darwin |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Zachary Turner | Don't use mkstemp, as it doesn't exist on Windows. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Zachary Turner | Remove LLDB_DEFAULT_SHELL #define, and determine this... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
David Blaikie | Fix indentation. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Hal Finkel | Add RestrictQualifierLoc to DeclaratorChunk::FunctionTy... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ben Langmuir | Revert most of r215810, which is no longer needed |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ben Langmuir | Don't add ID mappings for offsets with no entities... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Gerolf Hoflehner | [AArch64] test case for compfail fixed by r219748 |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Steven Wu | Fix Intrinsic::getType not working with vararg |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Oliver Stannard | [Thumb2] RFE, SRS and "SUBS pc, lr" are undefined on v7M |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Dan Albert | Fix checks for Android. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Daniel Jasper | clang-format: Fix overloaded operator edge case. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Artyom Skrobov | D5823: Fix typo in Clang test arm-cortex-cpus.c; patch... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Sid Manning | Remove unnecessary else. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Alexander Kornienko | [clang-tidy] Add support for custom configuration file... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
NAKAMURA Takumi | Revert r220174, "Always use -Wl,-gc-sections on our... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Daniel Jasper | clang-format: [ObjC] Fix using selector names as macro... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Oliver Stannard | [ARM] Do not select SMULW[BT] or SMLAW[BT] |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Daniel Jasper | clang-format: Fix indentation of struct definitions... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Oliver Stannard | [Thumb] Fix crash in Thumb1RegisterInfo::rewriteFrameIndex |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Chandler Carruth | Switch the default DataLayout to be little endian,... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Chandler Carruth | Remove some completely superfluous trailing comments... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Chandler Carruth | Clean up the comments and doxygen for DataLayout. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Chandler Carruth | Fix a miscompile introduced in r220178. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Evgeny Astigeevich | Commit to test commit access |
commit | commitdiff | tree | snapshot |
2014-10-20 |
David Majnemer | CodeGen: Update for LLVM API change |
commit | commitdiff | tree | snapshot |
2014-10-20 |
David Majnemer | IR: Replace DataLayout::RoundUpAlignment with RoundUpTo... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Chandler Carruth | Fix a somewhat subtle pair of issues with JumpThreading... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Shankar Easwaran | [ELF] Add demangle test to XFAIL |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Shankar Easwaran | [ELF] Implement demangle. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Lang Hames | [PBQP] Use DenseSet rather than std::set for PBQP's... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Shankar Easwaran | [ELF] Check for target architecture. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Todd Fiala | Fix 4 failing llgs-related tests on a stock Ubuntu... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Shankar Easwaran | [ELF] Make updateReferenceForMergeStringAccess virtual. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Shankar Easwaran | [ELF] Fix functionality of merging similar strings. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Chandler Carruth | Teach the load analysis driving core instcombine logic... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Richard Smith | [modules] Add support for #include_next. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Chandler Carruth | Add a datalayout string to this test so that it exercis... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
David Majnemer | CodeGen: ConstStructBuilder must verify packed constrai... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Rafael Espindola | Always use -Wl,-gc-sections on our build. |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Bill Schmidt | [PowerPC] Clean up -mattr=+vsx tests to always specify... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Bill Schmidt | [PowerPC] Temporarily disable VSX for PowerPC fast... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Bill Schmidt | [PowerPC] Re-enable VSX test line for fma.ll with ... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
NAKAMURA Takumi | Preprocessor.h: Suppress a warning in SkipMainFilePream... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Chandler Carruth | Revert r220153: "CodeGen: ConstStructBuilder must verif... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Lang Hames | [ADT] Add a 'find_as' operation to DenseSet. |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Chandler Carruth | [complex] Teach the complex math IR gen to emit direct... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
NAKAMURA Takumi | clang/test/Layout/itanium-union-bitfield.cpp: Appease... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Chandler Carruth | Do a better and more complete job of preserving metadat... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Chandler Carruth | Move previously dead code to handle computing the known... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
David Majnemer | InstCombine: (sub (or A B) (xor A B)) --> (and A B) |
commit | commitdiff | tree | snapshot |
2014-10-19 |
David Majnemer | InstCombine: Optimize icmp eq/ne (shl Const2, A), Const1 |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Chandler Carruth | Fix a long-standing miscompile in the load analysis... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Ted Kremenek | [analyzer] Tweak MallocSizeOfChecker to not warn when... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Shankar Easwaran | [ELF][Cleanup] Remove unused code. |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Bob Wilson | Use the triple's isiOS() method instead of checking... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Eric Fiselier | [libcxx] Redo adding support for building and testing... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Chandler Carruth | Switch how the datalayout availability test is handled... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Bob Wilson | Use triple predicate functions instead of checking... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Eric Fiselier | Fix unused variables in tests to placate scan-build... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
David Majnemer | CodeGen: ConstStructBuilder must verify packed constrai... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Filipe Cabecinhas | New round of fixes for "Always compile debuginfo-tests... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Chandler Carruth | Rename 'TD' to 'DL' in this function as the argument... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Chandler Carruth | Fix the other comment to use modern doxygen style and... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Chandler Carruth | More formatting cleanup brought to you by clang-format. |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Filipe Cabecinhas | New round of fixes for "Always compile debuginfo-tests... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Chandler Carruth | Clean up doxygen syntax and reword comments to flow... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Chandler Carruth | Clean up the formatting and trailing whitespace of... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Lang Hames | [PBQP] Move register-allocation specific PBQP code... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Shankar Easwaran | Fix display of files processed by the linker. |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Lang Hames | [PBQP] Replace the interference-constraints algorithm... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Marshall Clow | Whitespace maintenance. Remove a bunch of tabs that... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Chandler Carruth | Preserve AA metadata when combining (cast (load (.... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Benjamin Kramer | Use non-member begin/end for a slight readability impro... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Chandler Carruth | [InstCombine] Do an about-face on how LLVM canonicalize... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Chandler Carruth | Remove a test that was ported from the old llvm-gcc... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Argyrios Kyrtzidis | [libclang] If the code-completion point is inside the... |
commit | commitdiff | tree | snapshot |
next |