platform/upstream/llvm.git
2014-06-30 Tim NorthoverMachO: calculate segment offsets in final MachO files...
2014-06-30 Scott DouglassARM: take care not to set the ThumbFunc bit on TLS...
2014-06-30 Alexey BataevSecond part of fix in CodeGen/captured-statements-nested.c
2014-06-30 Tim NorthoverMachO: support atomization of dylibs.
2014-06-30 Alexey BataevTest fix
2014-06-30 Alexey BataevFixed incompatibility in CodeGen/captured-statements...
2014-06-30 Alexey BataevFixed CodeGen/captured-statements-nested.c test
2014-06-30 Simon Atanasyan[Driver][Mips] Fix test cases - make ABI name and targe...
2014-06-30 Simon Atanasyan[Driver][Mips] Check rejecting of invalid MIPS ABI...
2014-06-30 Scott Douglassundo test commit (whitespace only)
2014-06-30 Scott Douglasstest commit (whitespace only)
2014-06-30 Erik Ecksteintest commit: add a comment line in GVN test file
2014-06-30 Alexey BataevDisable CodeGen/captured-statements-nested.c
2014-06-30 Marshall ClowAdd checking for the complexity guarantees in the standard
2014-06-30 Alexey BataevFixed CodeGen/captured-statements-nested.c test
2014-06-30 Todd FialaFactored out Linux proc file reading into separate...
2014-06-30 Alexey BataevDisable CodeGen/captured-statements-nested.c
2014-06-30 Alexey BataevTemp XFAIL CodeGen/captured-statements-nested.c to...
2014-06-30 Saleem AbdulrasoolX86: fix comment
2014-06-30 Saleem AbdulrasoolARM: use symbolic name for constant
2014-06-30 Alexey BataevUsing of variable length arrays in captured statements...
2014-06-30 Saleem Abdulrasooltest: move test from CodeGen to Sema
2014-06-30 Alp TokerRemove some incorrect test suppressions
2014-06-30 Alp TokerCodeGenAction::ExecuteAction(): check for invalid LLVM...
2014-06-30 Alp TokerExtract an isReservedName() function
2014-06-30 Todd FialaPull ProcessInfo and ProcessLaunchInfo out of Target...
2014-06-29 Saleem AbdulrasoolBasic: correct the va_list type on Windows on ARM
2014-06-29 Chandler CarruthFix a stray semi-colon. (Found by a pedantic warning)
2014-06-29 Alexander KornienkoAnother attempt to add a clang-tidy check for flagging...
2014-06-29 Alexander KornienkoAdd a matcher for SubstNonTypeTemplateParmExpr.
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-29 Simon Atanasyan[Mips] Fix MIPS ABI name in the test. The name "64...
2014-06-29 NAKAMURA TakumiRevert r211866, r211895 and r211995, "Driver: use GNU...
2014-06-29 NAKAMURA TakumiLibclangTest.cpp: s/uint/unsigned/. I think 'uint'...
2014-06-29 NAKAMURA Takumiclang/test/CodeGenCXX/windows-itanium-exceptions.cpp...
2014-06-29 Saleem AbdulrasoolDriver: add a cygwin linker tool
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-29 Craig TopperAdd ops() method to SDNode that returns an ArrayRef...
2014-06-28 Saleem Abdulrasooltest: add a test for windows itanium exceptions
2014-06-28 Saleem AbdulrasoolBasic: fix handling for Windows Itanium environment
2014-06-28 Saleem AbdulrasoolBasic: whitespace cleanup
2014-06-28 Richard TrieuExtend -Wtautological-undefined-compare and -Wundefined...
2014-06-28 Craig TopperImport MutableArrayRef into clang namespace.
2014-06-28 Craig TopperRemove llvm:: from uses of ArrayRef.
2014-06-28 Rafael EspindolaUse a range loop. No functionality change.
2014-06-28 Rafael EspindolaSimplify code a bit, no functionality change.
2014-06-28 Simon Atanasyan[Driver][Mips] Fix else-after-return.
2014-06-28 Simon Atanasyan[Driver][Mips] Remove redundant brackets.
2014-06-28 Simon Atanasyan[Driver][Mips] Remove redundant abstract/override function.
2014-06-28 Tobias Grosser[C++11] Use more range based fors
2014-06-28 Tobias GrosserRemove redundant code and use C++ range fors
2014-06-28 Alp TokerGet arm_acle tests from r211962 working
2014-06-28 Alp TokerFix build following r211956
2014-06-28 David MajnemerVerifier: Update assert message to reflect LangRef
2014-06-28 Chandler Carruth[x86] Fix a bug in the v8i16 shuffling exposed by the...
2014-06-28 Chandler CarruthFix this test to not write to the source tree, and...
2014-06-28 Chandler Carruth[x86] Add handling for splat-like widenings of v16i8...
2014-06-28 David MajnemerThis file wasn't supposed to be checked in
2014-06-27 Reid KlecknerExtend -Wdynamic-class-memaccess to records containing...
2014-06-27 Lang Hames[RuntimeDyld] Make sure that RuntimeDyld regression...
2014-06-27 Zachary TurnerDon't truncate the target triple when initializing...
2014-06-27 Matt ArsenaultRevert "Temporary hack to try cleaning extra .s file...
2014-06-27 Dmitry Vyukovtsan: fix and re-enable a test
2014-06-27 Todd FialaImplemented gdb-remote protocol tests for vCont;s and...
2014-06-27 Johannes Doerfert[Fix] Deleted renamed test after r211957
2014-06-27 Matt ArsenaultTemporary hack to try cleaning extra .s file from bots.
2014-06-27 Yi KongIntroduce arm_acle.h supporting existing LLVM builtin...
2014-06-27 Lang Hames[RuntimeDyld] Use a raw_ostream and llvm::format for...
2014-06-27 Chad Rosier[AArch64] Fix memset ICE when memset value is f128.
2014-06-27 Justin Bognerllvm-cov: Support specifying multiple source files
2014-06-27 Lang Hames[RuntimeDyld] #include <cctype> header in RuntimeDyldCh...
2014-06-27 Johannes DoerfertAllow multiple reductions per statement
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
2014-06-27 Chandler Carruth[x86] Fix another bug hit when bootstrapping with the...
2014-06-27 Todd FialaUpdated ObjectFileELF tests to include more varaints.
2014-06-27 Aaron BallmanReverting r211950 -- it did not help resolve the -Wcomm...
2014-06-27 Justin Holewinski[NVPTX] Use GreatestCommonDivisor64 from MathExtras...
2014-06-27 Nick Kledzik[mach-o] fix struct initialization to work with Windows...
2014-06-27 Aaron BallmanAdding some trailing whitespace after a comment previou...
2014-06-27 David MajnemerInclude <tuple> to make buildbots happy
2014-06-27 Justin Holewinski[NVPTX] Add reflect intrinsic (better than matching...
2014-06-27 Justin Holewinski[NVPTX] Handle all possible vector types in getSetCCRes...
2014-06-27 Justin Holewinski[NVPTX] Add 'b' asm constraint
2014-06-27 Justin Holewinski[NVPTX] Simplify some argument lowering logic
2014-06-27 Justin Holewinski[NVPTX] Do not process samplers in GenericToNVVM
2014-06-27 Justin Holewinski[NVPTX] Error out if initializer is given for variable...
2014-06-27 Justin Holewinski[NVPTX] Add support for .managed variables for UVM
2014-06-27 Justin Holewinski[NVPTX] Emit .weak linkage for link_once, weak, availab...
2014-06-27 Justin Holewinski[NVPTX] Variables that start with llvm. or nvvm. are...
2014-06-27 Justin Holewinski[NVPTX] Fix handling of ldg/ldu intrinsics.
2014-06-27 Justin Holewinski[NVPTX] Clean up argument lowering code and properly...
2014-06-27 Justin Holewinski[NVPTX] Add missing boolean vector contents flag
2014-06-27 Justin Holewinski[NVPTX] Add support for [SHL,SRA,SRL]_PARTS
2014-06-27 Justin Holewinski[NVPTX] Implement fma and imad contraction as target...
2014-06-27 Justin Holewinski[NVPTX] Add support for efficient rotate instructions...
2014-06-27 Justin Holewinski[NVPTX] Add missing isel patterns for 64-bit atomics
2014-06-27 Justin Holewinski[NVPTX] Add isel patterns for bit-field extract (bfe)
2014-06-27 Justin Holewinski[NVPTX] Add support for isspacep instruction
2014-06-27 Justin Holewinski[NVPTX] Add support for envreg reads
2014-06-27 Justin Holewinski[NVPTX] Add target options for PTX 3.2/4.0 and SM 5...
next