platform/upstream/llvm.git
2013-10-10 Matt ArsenaultFix typo
2013-10-10 Hans Wennborgclang-cl: simplify the -m32 -m64 test
2013-10-10 Matthias BraunTests: Do not unnecessarily depend on kill comments
2013-10-10 Matthias BraunTests: Use CHECK-LABEL where possible
2013-10-10 Hans Wennborgclang-cl: Expose the -m32 and -m64 command-line options
2013-10-10 Rui UeyamaFix typo
2013-10-10 Jason MolendaDocument the QEnvironmentHexEncoded packet, and explain...
2013-10-10 Fariborz JahanianObjectiveC. ObjectiveC's collection selector expression in
2013-10-10 Matthias BraunPrint register in LiveInterval::print()
2013-10-10 Matthias BraunRepresent RegUnit liveness with LiveRange instance
2013-10-10 Matthias BraunWork on LiveRange instead of LiveInterval where possible
2013-10-10 Matthias BraunChange MachineVerifier to work on LiveRange + LiveInterval
2013-10-10 Matthias BraunPass LiveQueryResult by value
2013-10-10 Matthias BraunRefactor LiveInterval: introduce new LiveRange class
2013-10-10 Matthias BraunRename LiveRange to LiveInterval::Segment
2013-10-10 Matthias BraunRename parameter: defined regs are not incoming.
2013-10-10 Mark LaceyMake CodeGenTypes data members private.
2013-10-10 Sriram Muralitest commit
2013-10-10 Ed MasteUpdate comment (MIPS also has 32-bit opcodes)
2013-10-10 Ed MasteInitial FreeBSD mips64 ProcessMonitor support
2013-10-10 Matt ArsenaultUse getPointerSizeInBits() rather than 8 * getPointerSize()
2013-10-10 Tom StellardPort pocl's gen_convert.py script to libclc
2013-10-10 Tom StellardImplement sign() builtin
2013-10-10 Tom StellardImplement nextafter() builtin
2013-10-10 Tom StellardImplement isnan() builtin
2013-10-10 Tom StellardAdd missing as_{float,double} functions
2013-10-10 Matt ArsenaultFix grammar / missing words
2013-10-10 Manman RenDebug Info: update testing cases when the context field...
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-10 Fariborz JahanianObjectiveC migrator: For 'default' and 'shared' family of
2013-10-10 Manman RenAdd comments to debug info testing case.
2013-10-10 Matt ArsenaultR600: Fix trunc i64 to i32 on SI
2013-10-10 Hans WennborgLocate VS InstallDir in the presence of newer runtime
2013-10-10 Greg Clayton<rdar://problem/14146606>
2013-10-10 Greg ClaytonRemoved the -t options from linking flags to avoid...
2013-10-10 Hans WennborgProvide msbuild integration for vs2013.
2013-10-10 Hans WennborgFix msbuild integration install script.
2013-10-10 Shankar Easwaran[ELF] Initial design to handle Linker scripts for ELF.
2013-10-10 Shankar Easwaran[test] Ignore failure for now for Darwin.
2013-10-10 Tom StellardR600/SI: Implement SIInstrInfo::verifyInstruction(...
2013-10-10 Tom StellardR600/SI: Use -verify-machineinstrs for most tests
2013-10-10 Tom StellardR600/SI: Define a separate MIMG instruction for each...
2013-10-10 Tom StellardR600/SI: Mark the EXEC register as reserved
2013-10-10 Tom StellardR600: Use StructurizeCFGPass for non SI targets
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Shankar Easwaran[ELF] Return error from invalid linker script parse.
2013-10-10 Timur IskhodzhanovDisable RTTI in one test so clang doesn't assert behind...
2013-10-10 Ed MastePOSIX dyld: handle extra MIPS link map field
2013-10-10 Dmitry Vyukovtsan: minor refactoring
2013-10-10 Tim NorthoverRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Dmitry Vyukovtsan: add annotations to ignore synchronization operations
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Rafael EspindolaRevert "Use aliases for more constructors and destructors."
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Benjamin KramerARM: Put isV8EligibleForIT into the llvm namespace...
2013-10-10 Alexander KornienkoCorrectly detect colon in bit fields. Fixes PR17333.
2013-10-10 Benjamin KramerDisable function padding to get this test to pass on...
2013-10-10 Benjamin KramerParser: Avoid a crash-on-invalid when trying to diagnos...
2013-10-10 Benjamin KramerSema: Taking the address of a dtor is illegal per C...
2013-10-10 Tim NorthoverARM: correct liveness flags during ARMLoadStoreOpt
2013-10-10 Simon Atanasyan[Mips] Support FSF Mips toolchain directories tree...
2013-10-10 Rui Ueyama[PECOFF] Add files appear in .drectve to input graph
2013-10-10 Craig TopperAllow non-AVX form of pmovmskb to take a GR64 operand.
2013-10-10 Craig TopperRemove duplicate instructions.
2013-10-10 Craig TopperFix so CRC32r64r8 isn't accidentally filtered from...
2013-10-10 Ted KremenekMake test portable.
2013-10-10 Hans WennborgAdd a section about clang-cl to UsersManual.rst
2013-10-10 Ed MastePOSIX RegisterContext for mips64
2013-10-10 Ed MastePOSIX RegisterContext for mips64
2013-10-10 Ted KremenekFix getIntegerTypeOrder() to properly handle enums...
2013-10-10 Sean CallananFixed a leak of ASTStructExtractors and also
2013-10-10 Michael SartainMerge RegisterContextPOSIX_x86_64 and RegisterContextPO...
2013-10-09 Hans WennborgUse KEY_WOW64_32KEY when reading the registry in Window...
2013-10-09 Akira Hatanaka[mips] Do not generate INS/EXT nodes if target does...
2013-10-09 Rui UeyamaRevert "llvm-c: Make target initializer functions exter...
2013-10-09 Ted KremenekRefine string literal concatenation warning within...
2013-10-09 Sean CallananImplemented the reverse-lookup API in the AST
2013-10-09 Daniel MaleaInitial checkin of curses-based LLDB UI (lui)
2013-10-09 Marshall Clowpatch by Yaron: Uses rand_s() from stdlib.h (when build...
2013-10-09 Sean CallananThis patch addresses a problem encountered by the
2013-10-09 Ed MasteFix endianness in ObjectFile::CopyData
2013-10-09 Ed MasteAdd logging for POSIX DYLD failures
2013-10-09 Manman RenDebug Info: update testing cases when the context and...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context and type fields...
2013-10-09 Matt KopecAdd exec support for Linux including common support...
2013-10-09 Matt KopecAdd error checking to 'cmd' buffer as it may not be...
2013-10-09 Fariborz JahanianObjectiveC migrator. Introduce a new objcmt-atomic...
2013-10-09 Anders Waldenborgllvm-c: Make target initializer functions external...
2013-10-09 DeLesley HutchinsFix warnings introduced in r192314.
2013-10-09 DeLesley HutchinsConsumed analysis: improve loop handling. The prior...
2013-10-09 Ariel J. BernalRevert commit r192299 until find a way to account for...
2013-10-09 Timur IskhodzhanovInitialize vtorDisp in class constructors and destructors
2013-10-09 Rui UeyamaDo not process .objtxt file twice.
2013-10-09 Shankar Easwaran[ELF] Change MaxAlignment to 2.
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a forwar...
2013-10-09 Hans WennborgTighten diagnostics for calling conventions on variadic...
2013-10-09 Ed MasteAdd missing space between words in comment
2013-10-09 Michael SartainRe-enable test_convenience_registers_16bit_with_process...
next