platform/upstream/llvm.git
2013-03-01 Andrew TrickMIsched machine model: tablegen subtarget emitter impro...
2013-03-01 Jordan Rose[analyzer] Update open source checker build to checker...
2013-03-01 Jordan Rose[analyzer] Special-case bitfields when finding sub...
2013-03-01 Fariborz Jahaniancomment parsing. Keep the original command format
2013-03-01 Argyrios KyrtzidisIn llvm::MemoryBuffer::getFile() remove an unnecessary...
2013-03-01 Stefanus Du... Fix my email address in CREDITS.TXT.
2013-03-01 Akira Hatanaka[mips] Fix inefficient code generation.
2013-03-01 Stefanus Du... Fix typos: [Dd]iagnosic -> [Dd]iagnostic
2013-03-01 Jean-Luc DupratRemoved extraneous #include "LLVMContextImpl.h" from...
2013-03-01 Eli BenderskyRewrite a test to count emitted instructions without...
2013-03-01 Akira HatanakaFix indentation.
2013-03-01 Edwin VaneAvoid parallelism problems generating lit.site.cfgs
2013-03-01 Akira HatanakaSet properties for f128 type.
2013-03-01 Eli BenderskyRewrite a test to check actual output rather than inter...
2013-03-01 Stefanus Du... cpp11-migrate: Reduce the number of parsing passes.
2013-03-01 Jim InghamMove m_destroy_in_process to Process (from ProcessKDP...
2013-03-01 Edwin VaneNo need to force-create clang-tools-extra lit.site.cfg
2013-03-01 Edwin VaneFix recursive make in clang-tools-extra
2013-03-01 Stefanus Du... cpp11-migrate: Factor out duplicate code in UseNullPtr
2013-03-01 Jordan Rose[analyzer] Suppress paths involving a reference whose...
2013-03-01 Shankar Easwaranmove dynamic linking atoms to Atoms.h
2013-03-01 Michael LiaoAdd regression tests (WORKSFORME)
2013-03-01 Chad RosierGenerate an error message instead of asserting or segfa...
2013-03-01 Benjamin KramerLoopVectorize: Don't hang forever if a PHI only has...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-03-01 Michael LiaoFix PR10475
2013-03-01 Chad RosierAdd support for using non-pic code for arm and thumb1...
2013-03-01 Daniel MaleaAdd a test case for static member variables
2013-03-01 Daniel JasperRemove whitespace at end of file.
2013-03-01 Matt KopecFix string warning I introduced with indirect function...
2013-03-01 Christian KonigR600/SI: fix sampler tests after fixing wait insertions
2013-03-01 Jyotsna VermaHexagon: Add constant extender support framework.
2013-03-01 Matt KopecUpdate TestCallStdStringFunction to expected fail for...
2013-03-01 Daniel JasperCorrectly format arrays of pointers and function types.
2013-03-01 Argyrios Kyrtzidis[PCH] Remove building a SmallPtrSet that is not actuall...
2013-03-01 Peng Chengtest commit to use consistent comment notation.
2013-03-01 Daniel JasperNormal indent for last element of builder-type call.
2013-03-01 Daniel JasperRemove trailing whitespace of line comments.
2013-03-01 Manuel KlimekImplements breaking string literals at slashes.
2013-03-01 Manuel KlimekImplement fallback split point for string literals.
2013-03-01 Yiannis TsiourisGCInfoDeleter code cleanup after r175528
2013-03-01 Christian KonigR600/SI: handle all registers in copyPhysReg v2
2013-03-01 Christian KonigR600/SI: remove S_MOV immediate patterns
2013-03-01 Christian KonigR600/SI: remove GPR*AlignEncode
2013-03-01 Christian KonigR600/SI: fix warning about overloaded virtual
2013-03-01 Christian KonigR600/SI: fix inserting waits for unordered defines
2013-03-01 Duncan SandsGCC thinks that this variable might be used uninitializ...
2013-03-01 Evgeniy Stepanov[asan] Revert r176255, r176264.
2013-03-01 John McCallPerform the receiver-expression transformations regardl...
2013-03-01 Evgeniy Stepanov[sanitizer] Fix check failure in SizeClassMap::Print.
2013-03-01 Alexey SamsonovDocs for llvm-symbolizer command-line tool
2013-03-01 John McCallAttempt to not place ownership qualifiers on the result...
2013-03-01 Anna Zaks[analyzer] Reword FAQ
2013-03-01 Michael LiaoMinor coding style fix
2013-03-01 Argyrios KyrtzidisAdd one more sanity check in SourceManager::getFileIDLo...
2013-03-01 Argyrios Kyrtzidis[PCH] Enhance InputFile to also include whether the...
2013-03-01 Argyrios KyrtzidisIn SourceManager::getFileIDLoaded(), add some sanity...
2013-03-01 Akira Hatanaka[mips] Remove unused option. Fix 80-column violations.
2013-03-01 Akira Hatanaka[mips] Add the capability to search delay slot filling...
2013-03-01 John McCallRestore order to placate test. I had no real reason...
2013-03-01 John McCallRe-use bit from superclass and extract stuff into a...
2013-03-01 Akira Hatanaka[mips] Do not add SecondLastInst to list BranchInstrs...
2013-03-01 Akira Hatanaka[mips] Define an overloaded version of function MipsIns...
2013-03-01 Michael J.... [Writer][ELF][x86-64] Handle GOTPCREL relocations to...
2013-03-01 Akira Hatanaka[mips] Add options to disable searching backward and...
2013-03-01 Akira Hatanaka[mips] Add capability to search in the forward directio...
2013-03-01 Jason MolendaPatch from Andrew Fish to add recognition of some addit...
2013-03-01 Akira Hatanaka[mips] Define helper function searchRange
2013-03-01 Akira Hatanaka[mips] Rename function findDelayInstr to searchBackward.
2013-03-01 Andrew TrickScheduler diagnostics. Print the register name.
2013-03-01 Andrew TrickFix incorrect ScheduleDAG comment and formalize Weak...
2013-03-01 Andrew TrickInstructions schedulers should report correct height...
2013-03-01 Akira Hatanaka[mips] Define class MemDefsUses.
2013-03-01 Jason MolendaAdd the standard LLVM copyright notice to the top of
2013-03-01 Jason MolendaReport the kernel slide when attaching to a darwin...
2013-03-01 Michael J.... [ELF][x86-64] Only emit a PLT entry for a PLT relocatio...
2013-03-01 Michael J.... Add basic linker script parsing.
2013-02-28 Fariborz JahanianFix warning text of my last patch.
2013-02-28 Daniel MaleaConnect LLVM CMake build scripts to LLDB's CMake scripts:
2013-02-28 Daniel MaleaFinish up CMake support for LLDB (tested on Linux)
2013-02-28 Eli BenderskyA small refactoring + adding comments.
2013-02-28 Bill WendlingAdd more of the command line options as attribute flags.
2013-02-28 Fariborz Jahanianobjective-C: clang, following gcc, warns on
2013-02-28 Enrico GranataUse the Error parameter in ValueObject::ReadPointedStri...
2013-02-28 Bill WendlingDon't add the 'Value' string if there isn't one.
2013-02-28 Quentin ColombetFix a bug in instcombine for fmul in fast math mode.
2013-02-28 Shankar Easwaran[ELF][Hexagon] add quickdata relocations
2013-02-28 Eric ChristopherMove an assert earlier in a file and check that the...
2013-02-28 Edwin VaneDon't use 'exit' in lit script
2013-02-28 Michael J.... [ELF][x86-64] Separate static and dynamic GOT/PLT gener...
2013-02-28 Edwin VaneTurning off UseAuto/iterator.cpp test until recursive...
2013-02-28 Benjamin KramerBrag about function call vectorization in the docs.
2013-02-28 Jim Inghambreakpoint command add currently doesn't support adding...
2013-02-28 Bill WendlingDon't add an attribute that already exists and don...
2013-02-28 Chad RosierTidy up; no functional change.
2013-02-28 Benjamin KramerCost model support for lowered math builtins.
2013-02-28 John McCallUse the actual ABI-determined C calling convention...
2013-02-28 Chad RosierStyle; no functional change.
2013-02-28 Greg ClaytonReplace all "-gdwarf-2" with "-g" to use the compiler...
2013-02-28 Greg ClaytonFix the getCompilerVersion() function to do the right...
next