summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* AVX-512: fixed a compare patternElena Demikhovsky2014-01-16
* Copy segment register when optimizing to MOV8ao8/MOV16ao16/MOV32ao32.Craig Topper2014-01-16
* Allow x86 mov instructions to/from memory with absolute address to be encoded...Craig Topper2014-01-16
* Use a slightly smaller hack.Rafael Espindola2014-01-16
* Revert r199361: Now, the sanitizer got the changeQuentin Colombet2014-01-16
* [LTO] Modify lto.exports to force the sanitizer to rebuilt LTO.exportsQuentin Colombet2014-01-16
* Fix typo: : not ;Bill Wendling2014-01-16
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-16
* CommentColumn is always 40. Simplify.Rafael Espindola2014-01-16
* [cmake] Attempt to fix sanitizer buildbot.Quentin Colombet2014-01-16
* Convert test to FileCheck.Rafael Espindola2014-01-16
* Reapply r194218 with fix:Bill Wendling2014-01-16
* Remove use of OpSize for populating VEX_PP field. A prefix encoding is now us...Craig Topper2014-01-16
* Attempt to fix the MSVC build.Rafael Espindola2014-01-16
* BasicAA: We need to check both access sizes when comparing a gep and anArnold Schwaighofer2014-01-16
* Prevent calls to __jit_debug_register_code from being optimized out.Rafael Espindola2014-01-16
* Don't use DataRefImpl to implement ImportDirectoryEntryRef.Rui Ueyama2014-01-16
* Report a warning when dropping outdated debug info metadata.Manman Ren2014-01-16
* Adjust offsets for max load instruction offsets. This is more pessimisticReed Kotler2014-01-16
* llvm-objdump: Don't print "Import table:" header if there's no import table.Rui Ueyama2014-01-15
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-15
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-15
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-15
* Use a heavier hammer when --enable-libcpp is passed to bypass the testsChandler Carruth2014-01-15
* Update test/CodeGen/X86/vbinop-simplify-bug.ll.Andrea Di Biagio2014-01-15
* [DAGCombiner] Fix a wrong check in method SimplifyVBinOp.Andrea Di Biagio2014-01-15
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* Sink the autoconf check for sufficiently modern host toolchain below theChandler Carruth2014-01-15
* Update the X86 assembler for .intel_syntax to acceptKevin Enderby2014-01-15