platform/upstream/llvm.git
2015-06-08 Pete CooperAdd MCSymbolCOFF class and use it to get and set the...
2015-06-08 Pete CooperChange MCSymbol IsELF to an enum to support future...
2015-06-08 Oleksiy VyalovSwitch from setPrintImmHex to setPrintHexStyle to follo...
2015-06-08 Matthias BraunX86: Reject register operands with obvious type mismatches.
2015-06-08 Oliver StannardFix assertion failure in global-merge with unused Const...
2015-06-08 Colin LeMahieu[Hexagon] Adding functionality for searching for compou...
2015-06-08 Tobias GrosserRevert "Add NVIDIA vprintf printing to RuntimeDebugBuilder"
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTLZ vector constant folding support.
2015-06-08 Sanjay Patelfix typos; NFC
2015-06-08 Javed AbsarARM]: Add support for MMFR4_EL1 in assembler
2015-06-08 Petar Jovanovic[Mips64][mcjit] Add R_MIPS_PC32 relocation
2015-06-08 Igor BregerAVX-512: Implemented 256/128bit VALIGND/Q instructions...
2015-06-08 Artur PilipenkoMinor refactoring of GEP handling in isDereferenceableP...
2015-06-08 Leny KholodovUpdate test with target flag and amended results
2015-06-08 Bruce Mitchener[LLDB-MI] Properly detect missing mandatory arguments...
2015-06-08 Leny KholodovFix for temporary variable names in stack reuse tests...
2015-06-08 Silviu Baranga[LAA] Fix estimation of number of memchecks
2015-06-08 Leny Kholodov[CodeGen] Reuse stack space from unused function result...
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTTZ vector constant folding support.
2015-06-08 Rui UeyamaCOFF: Avoid callign stable_sort.
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-08 Rui UeyamaCOFF: Use the empty string as the current directory...
2015-06-08 Rui UeyamaCOFF: Add more log messages.
2015-06-08 Rui UeyamaCOFF: Print out log messages to stdout.
2015-06-08 Rui UeyamaCOFF: Check for auxiliary symbol's type.
2015-06-08 Davide Italiano[llvm-readobj] Use the new symbol API.
2015-06-08 Hao Liu[LoopAccessAnalysis] Teach LAA to check the memory...
2015-06-08 Chaoren LinSilence warning on Windows.
2015-06-08 Peter CollingbourneDo not build LLD from tools/Makefile, as LLD no longer...
2015-06-08 Michael ZolotukhinRemove SCEVCache and FindConstantPointers from complete...
2015-06-08 Rui UeyamaCOFF: Simplify InputFile class.
2015-06-08 Rui UeyamaCOFF: Set non-1 alignment to common chunks.
2015-06-08 Peter CollingbourneFix Windows build.
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-06-08 Craig Topper[TableGen] Remove unnecessary default constructed SMLoc...
2015-06-08 Craig Topper[TableGen] Use range-based for loop. NFC
2015-06-08 Craig Topper[TableGen] Remove unnecessary extern declaration that...
2015-06-08 Craig Topper[TableGen] Use the SMLoc header file instead of SourceM...
2015-06-08 David Majnemer[Driver] Inject the MSVC compatibility version into...
2015-06-08 Rui UeyamaCOFF: Fix memory leak.
2015-06-07 Rui UeyamaCOFF: Fix typo.
2015-06-07 Rui UeyamaCOFF: Simplify. NFC.
2015-06-07 Rui UeyamaCOFF: Use llvm::cl::ExpandReponseFiles.
2015-06-07 Rui UeyamaCOFF: Add a glossary to README.
2015-06-07 Rui UeyamaCOFF: Use named constants instead of sizeof().
2015-06-07 Rui UeyamaCOFF: Remove dead code.
2015-06-07 Colin LeMahieu[objdump] Moving PrintImmHex out of MachODump and in...
2015-06-07 Simon Pilgrim[X86] Added tzcnt vector tests.
2015-06-07 Colin LeMahieu[MC] Function naming NFC.
2015-06-07 Matt ArsenaultSeparateConstOffsetFromGEP: Pass address space to isLeg...
2015-06-07 Matt ArsenaultMake NaryReassociate pass the address space to isLegalA...
2015-06-07 Matt ArsenaultAdd isLegalAddressingMode address space argument to TTI
2015-06-07 Peter Zotov[cmake] [OCaml] Make ocamldoc targets depend on output...
2015-06-07 Chaoren LinUpdate dosep to display dotest command invoked on failure.
2015-06-07 Simon Pilgrim[X86] Added BitScanForward/BitScanReverse memory foldin...
2015-06-07 Benjamin KramerRemove global std::string. NFC.
2015-06-07 Simon PilgrimFixed line endings
2015-06-07 Simon Pilgrim[DAGCombiner] Added CTPOP vector constant folding support.
2015-06-07 Benjamin Kramer[AsmWriter] Rewrite module asm printing using StringRef...
2015-06-07 Filipe CabecinhasFix doxygen comments. NFC
2015-06-07 Craig Topper[TableGen] Remove unnecessary include. NFC.
2015-06-07 Craig Topper[TableGen] Remove unnecessary forward declaration. NFC
2015-06-07 Craig Topper[TableGen] Write one of the Record constructors in...
2015-06-07 Craig Topper[TableGen] Remove unused function. NFC
2015-06-07 Craig Topper[TableGen] Use 'isa' to check if something is an UnsetI...
2015-06-07 Rui UeyamaCOFF: Make local variables local.
2015-06-07 Rui UeyamaCOFF: Add /opt:noref option.
2015-06-07 Rui UeyamaCOFF: Support resonpse files.
2015-06-07 Davide Italiano[Object/ELF] Don't confuse isDefined() and isCommon.
2015-06-07 Colin LeMahieuTeaching llvm-mc how to understand the defsym command...
2015-06-07 Rui UeyamaCOFF: Move Windows-specific code from Chunk.{cpp,h...
2015-06-07 Rui UeyamaCOFF: Fix default output file path.
2015-06-06 Rui UeyamaCOFF: Add comments and move main function to the top...
2015-06-06 Rui UeyamaCOFF: Rename writeHeader -> writeHeaderTo.
2015-06-06 Rui UeyamaCOFF: Inline a constant that is used only once.
2015-06-06 Rui UeyamaRemove redundant `using namespace`.
2015-06-06 Rui UeyamaCOFF: Add .didat section.
2015-06-06 Rui UeyamaCOFF: Update comments.
2015-06-06 Davide Italiano[Object/ELF] Provide helpers for symbol types.
2015-06-06 Rui UeyamaCOFF: Move .idata constructor from Writer to Chunk.
2015-06-06 David Majnemer[InstCombine, InstSimplify] Move xforms from Combine...
2015-06-06 Filipe CabecinhasUse early return idiom. NFC
2015-06-06 Colin LeMahieu[MC] Common symbols weren't being checked for redeclara...
2015-06-06 Simon Atanasyan[Mips] Factor out some bit manipulation code into separ...
2015-06-06 Simon Atanasyan[Mips] Check symbol alignment for some MIPS relocations.
2015-06-06 Simon Atanasyan[Mips] Perform an overflow checking for relocations...
2015-06-06 Simon Atanasyan[Mips] Rearrange relocation related cases in the `switc...
2015-06-06 Simon Atanasyan[Mips] Use signed/unsigned types in relocation calculat...
2015-06-06 Simon Atanasyan[Mips] Handle all grouped relocations in a uniform way
2015-06-06 Chaoren LinUse skipIf instead of skipUnless in TestTerminal for...
2015-06-06 Tobias GrosserAdd NVIDIA vprintf printing to RuntimeDebugBuilder
2015-06-06 Sanjoy Das[LoopUnroll] Fix truncation bug in canUnrollCompletely.
2015-06-06 David Majnemer[CVP] Don't assume Constants of type i1 can be known...
2015-06-06 Rui UeyamaCOFF: Merge Chunk::applyRelocations with Chunk::writeTo.
2015-06-06 David Majnemer[InstCombine] Don't miscompile select to poison
2015-06-06 Rafael EspindolaHandle 16 bit PC relative relocations.
2015-06-06 Peter Collingbourneclang-cl: Implement /GL in terms of -flto.
2015-06-06 Peter CollingbourneCOFF: Read linker directives from bitcode files.
2015-06-06 NAKAMURA TakumiTargetParser: Fix comments in enum(s) introduced in...
2015-06-06 Craig Topper[TableGen] Change OpInit::getNumOperands and getOperand...
next