platform/upstream/llvm.git
2014-01-06 Rui UeyamaRename parameters to fix shadow warnings.
2014-01-06 Justin BognerCodeGen: Initial instrumentation based PGO implementation
2014-01-06 Justin BognerDriver: Accept -fprofile-instr-use and -fprofile-instr...
2014-01-06 Justin Bognerprofile: Rudimentary suppport for PGO instrumentation
2014-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2014-01-06 Rafael EspindolaImprove documentation of the 'a' specifier and the...
2014-01-06 Todd FialaFix lldb build break due to TypedefNameDecl member...
2014-01-06 Rui Ueyama[PECOFF] Simplify: Replace two-value enum with bool.
2014-01-06 Matt ArsenaultFix c++ mode comments
2014-01-06 Andrew TrickReapply r198478 "Fix PR18361: Invalidate LoopDispositio...
2014-01-06 Jean-Daniel... Introduce a cmake LLVM_ENABLE_LIBCXX build parameter...
2014-01-06 Rafael EspindolaRemove dead code.
2014-01-06 Marshall ClowBack out the <type_traits> changes from r198431; they...
2014-01-06 Alp TokerProspective MSVC 2010 build fix
2014-01-06 Marshall ClowRemoved extra trailing underscore in #ifdef (__GNUC___...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-06 Robert LyttonXCore Target: correct callee save register spilling...
2014-01-06 Robert LyttonXCore target: Lower EH_RETURN
2014-01-06 Robert LyttonXCore target: Lower FRAME_TO_ARGS_OFFSET
2014-01-06 Robert LyttonXCore target: Lower RETURNADDR
2014-01-06 Robert LyttonXCore target: Optimise entsp / retsp selection
2014-01-06 Robert LyttonXCore target: Refactor LR handling
2014-01-06 Robert LyttonXCore target: Refactor the loading of constants into...
2014-01-06 Robert LyttonXCore target: fix handling of unsized global arrays...
2014-01-06 Marshall ClowRename several internal templates to get rid of ___...
2014-01-06 Alp TokerCorrect underlying integer type of enum TokenKind
2014-01-06 Alp TokerSimplify diagnostic tag type using the token kind formatter
2014-01-06 Alp TokerDon't use magic constants in the digraph diagnostic
2014-01-06 Alp TokerSupport diagnostic formatting of keyword tokens
2014-01-06 Alp TokerRename getTokenSimpleSpelling() to getPunctuatorSpelling()
2014-01-06 Tim NorthoverARM: keep special non-AEABIness of "-darwin-eabi" tripl...
2014-01-06 Alp TokerHighlight the previous underlying enum type when diagno...
2014-01-06 Alp TokerDiagnose enum redeclarations properly
2014-01-06 Alp TokerUse token kind instead of '%select{.|->}0' in diagnostic
2014-01-06 Alp TokerApply some LLVM_READONLY / LLVM_READNONE on diagnostic...
2014-01-06 Joey Gouly[OpenCL] Produce an error if an address space is used...
2014-01-06 Tobias Grosserwww: Fix typo II
2014-01-06 Tobias Grosserwww: Fix typo
2014-01-06 Tobias Grosserwww: Add link to newly released islplot library
2014-01-06 Elena DemikhovskyAVX-512: added intrinsic vcvtpd2ps (with rounding mode...
2014-01-06 Venkatraman... [Sparc] Explicitly cast -1 to unsigned to fix buildbot...
2014-01-06 Venkatraman... [Sparc] Add initial implementation of disassembler...
2014-01-06 David MajnemerMC: Fatally error if subtraction operand is bad
2014-01-06 Craig TopperThe rest of r198588. Remove SegOvrBits from X86 TSFlags...
2014-01-06 Craig TopperRemove SegOvrBits from X86 TSFlags since they weren...
2014-01-06 Craig TopperRemove argument to fix build bot failure.
2014-01-06 Craig TopperAdd OpSize16 bit, for instructions which need 0x66...
2014-01-06 Bill WendlingRemove unnecessary #includes.
2014-01-06 Craig Topper[x86] Add basic support for .code16
2014-01-06 Saleem AbdulrasoolSupport: add reference for ARM EHABI
2014-01-06 Kevin Qin[AArch64 NEON] Fix invalid constant used in vselect...
2014-01-06 Tobias GrosserTemporarily reformat Polly to silence buildbots
2014-01-06 Venkatraman... [Sparc] Add ELF Object Writer for Sparc.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-06 Bill WendlingRemove a failing test to get the buildbots back to...
2014-01-06 Bill WendlingTry to fix s390x build bot.
2014-01-06 Saleem AbdulrasoolARM: move ARMUnwindOp.h into Support
2014-01-05 Aaron BallmanThis helper method isn't needed, and it's unsafe for...
2014-01-05 Benjamin KramerSPARC: Make helper function static.
2014-01-05 Craig TopperFix ModR/M byte output for 16-bit addressing modes...
2014-01-05 Venkatraman... ELF relocation types for sparc.
2014-01-05 Craig TopperRemove opcode from MOV32r0 that I accidentally left...
2014-01-05 Saleem AbdulrasoolARM: style changes to LDRD, STRD definition
2014-01-05 Elena DemikhovskyAVX-512: changed property name from "neverHasSideEffect...
2014-01-05 Simon Atanasyan[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTG...
2014-01-05 Simon Atanasyan[Mips] Rename the test case input file. No functional...
2014-01-05 Daniel Jasperclang-format: Spacing inside enum braces.
2014-01-05 Daniel Jasperclang-format: Allow formatting short enums on a single...
2014-01-05 Elena DemikhovskyAVX-512: Added more intrinsics for convert and min...
2014-01-05 Chandler Carruth[PM] Add a definition for the static PassID in the...
2014-01-05 Chandler CarruthAdd in a unittest for the one-use pattern matcher.
2014-01-05 Craig TopperAdd the other form of movq xmm,xmm for the disassembler.
2014-01-05 Craig TopperUse patterns to remove some duplicate instructions.
2014-01-05 Alp TokerFix 'declartion' typos
2014-01-05 Alp TokerPre-declare '::type_info' in MicrosoftMode only, not...
2014-01-05 Craig TopperFix encoding for PUSH64i16. Add In64BitMode Predicate...
2014-01-05 Craig TopperRemove no longer needed x86 disassembler hack.
2014-01-05 Craig TopperMark x86 _alt instructions as AsmParserOnly so they...
2014-01-05 Craig TopperUse new ForceDisassemble flag on the 2-byte forms of...
2014-01-05 Craig TopperAdd a new x86 specific instruction flag to force some...
2014-01-05 Alp TokerTweak the parse recovery in r198540
2014-01-05 Chandler CarruthAdd support to the pattern match library for matching...
2014-01-05 Alp TokerFix bungled parse recovery in K&R function declarations
2014-01-05 Alp TokerParse: Token consumption modernization and loop de...
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2014-01-05 Bill WendlingAttempt to fix buildbots by XFAILing some architectures.
2014-01-05 Venkatraman... Add lit.local.cfg for MC/Sparc
2014-01-05 Rui UeyamaReplace nested switch statements.
2014-01-05 Chandler CarruthUse a shorter name for the IRBuilder member. This will...
2014-01-05 Venkatraman... [Sparc] Add initial implementation of MC Code emitter...
2014-01-05 Chandler CarruthSimplify the PatternMatch unittest by giving it a modul...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-05 Craig TopperMark the 64-bit x86 push/pop instructions as In64BitMod...
2014-01-05 Craig TopperDon't use PrintFatalError(which calls exit) for 'Primar...
2014-01-05 Nico WeberAdd a FIXME.
2014-01-04 Alp TokerAdd missed cleanup from r198456
2014-01-04 Craig TopperTag x86 move to/from debug/control registers with Not64...
2014-01-04 Joerg SonnenbergerSwitch to using C++ style casts.
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Alp TokerRevert "ToolingTest.cpp: Fix r158592, runToolOnCode...
next