summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* [mips][msa] Correct pattern for LSADaniel Sanders2014-01-17
* [mips] Split IIIdiv int II_DIV, II_DIVU, II_DDIV, and II_DDIVUDaniel Sanders2014-01-17
* [mips][sched] Split IIImul and IIImult into subclasses.Daniel Sanders2014-01-17
* [mips][sched] Split IIHiLo into II_MFHI_MFLO and II_MTHI_MTLODaniel Sanders2014-01-17
* Add MLA alias for ARMv4 support.Renato Golin2014-01-17
* [PM] [cleanup] Rename some of the Verifier's members, re-arrange them,Chandler Carruth2014-01-17
* [asan] extend asan-coverage (still experimental).Kostya Serebryany2014-01-17
* [PM] Remove the preverifier and directly compute the DominatorTree forChandler Carruth2014-01-17
* [AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM/FREM as neon doesn't sup...Kevin Qin2014-01-17
* Add the test for libstdc++ versions newer than 4.6 so we don'tChandler Carruth2014-01-17
* Switch a few instructions to use RI instead I so they don't require REX_W to ...Craig Topper2014-01-17
* Add OpSize16 flags to 32-bit CRC32 instructions so they can be encoded correc...Craig Topper2014-01-17
* Teach x86 asm parser to handle 'opaque ptr' in Intel syntax.Craig Topper2014-01-17
* Teach X86 asm parser to understand 'ZMMWORD PTR' in Intel syntax.Craig Topper2014-01-17
* Fix intel syntax for 64-bit version of FXSAVE/FXRSTOR to use '64' suffix inst...Craig Topper2014-01-17
* VEX_PREFIX_66 doesn't need to set the hasOpSize flag since VEX instructions d...Craig Topper2014-01-17
* Replace duplicated code with a existing helper function.Craig Topper2014-01-17
* [AArch64]Fix the problem can't select f16_to_f32 and f32_to_f16.Hao Liu2014-01-17
* [AArch64 NEON] Custom lower conversion between vector integer and vector floa...Kevin Qin2014-01-17
* [AArch64]Fix the problem can't select concat_vectors of two v1i32 types.Hao Liu2014-01-17
* Fix bad variable syntax in r199413Bob Wilson2014-01-17
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-16
* Change inalloca rules to make it only apply to the last parameterReid Kleckner2014-01-16
* [opt][PassInfo] Allow opt to run passes that need target machine.Quentin Colombet2014-01-16
* LTO: document LTO_API_VERSION for each APIDuncan P. N. Exon Smith2014-01-16
* Fix two cases where we could lose fast math flags when optimizing FADD expres...Owen Anderson2014-01-16
* Fix an instance where we would drop fast math flags when performing an fdiv t...Owen Anderson2014-01-16
* Fix a bug in InstCombine where we failed to preserve fast math flags when opt...Owen Anderson2014-01-16
* Fix style issues.Rui Ueyama2014-01-16
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-16
* Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LL...Owen Anderson2014-01-16
* Use static instead of anonymous namespace.Rui Ueyama2014-01-16
* Reduce nesting.Rui Ueyama2014-01-16
* Use the current local variable naming style.Rui Ueyama2014-01-16
* Pass the --enable-libcpp configure option for cross builds, too.Bob Wilson2014-01-16
* Tweak the MCExternalSymbolizer to print references to C string literalsKevin Enderby2014-01-16
* llvm-symbolizer: make mangled name heuristic apply to all symbolsEd Maste2014-01-16
* [mips][sched] Removed IIXfer. No instructions use it.Daniel Sanders2014-01-16
* [mips][sched] Put AND, OR, XOR, MOVT_I, and MOVF_I in the same itinerary clas...Daniel Sanders2014-01-16
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* [mips][sched] Split IIseb into II_SEB and II_SEHDaniel Sanders2014-01-16
* [mips][sched] Split IILogic into II_AND, II_OR, II_XOR, II_ANDI, II_ORI, II_XORIDaniel Sanders2014-01-16
* Move the xscale build attribute test to the proper place and remove the old one.Amara Emerson2014-01-16
* [mips][sched] Split IIArith in preparation for the first scheduler targeting ...Daniel Sanders2014-01-16
* [mips] Correct itin class for MULT_MM and MULTu_MM to IIImult.Daniel Sanders2014-01-16
* [mips] IIImult should have an InstrItinData in the generic scheduler. Used th...Daniel Sanders2014-01-16
* ReMat: fix overly cavalier attitude to sub-register indicesTim Northover2014-01-16
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-16
* For ARM, fix assertuib failures for some ld/st 3/4 instruction with wirteback.Jiangning Liu2014-01-16