summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Make sure we create a new archive by deleting any stale ones first.Rafael Espindola2014-01-15
* LL and SC decoder method fix.Zoran Jovanovic2014-01-15
* Added support for LWU microMIPS instruction.Zoran Jovanovic2014-01-15
* Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! NotChandler Carruth2014-01-15
* Add a check to configure that the libstdc++ selected by Clang isn'tChandler Carruth2014-01-15
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-15
* Revert 199262 - MCJIT remote still failing on ARMRenato Golin2014-01-15
* Re-disable MCJIT remote tests on ARMRenato Golin2014-01-15
* Whitespace.NAKAMURA Takumi2014-01-15
* replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_of...Kostya Serebryany2014-01-15
* Fixed identation.Elena Demikhovsky2014-01-15
* Fix PR18449: SCEV needs more precise max BECount for multi-exit loop.Andrew Trick2014-01-15
* Add OpSize16 to the two byte forms of INC/DEC that we only use in 64-bit mode...Craig Topper2014-01-15
* For AArch64, lowering sext_inreg and generate optimized code by using SXTL.Jiangning Liu2014-01-15
* Simplify x86 disassembler table handling of when to use TYPE_Rv/TYPE_R16/TYPE...Craig Topper2014-01-15
* Switch-to-lookup tables: set threshold to 3 casesHans Wennborg2014-01-15
* Check the error code and save a call to sys::fs::exists.Rafael Espindola2014-01-15
* LoopVectorize: Only strip casts from integer types when replacing symbolicArnold Schwaighofer2014-01-15
* Fix uninitialized variable.Rafael Espindola2014-01-15
* Only mark functions as micromips.Rafael Espindola2014-01-15
* LangRef.rst: fix LangRef data layout text about m specifier, take 2Hans Wennborg2014-01-15
* LangRef: attempt to fix line breaksHans Wennborg2014-01-15
* PR 18466: Fix ARM Pseudo ExpansionWeiming Zhao2014-01-15