platform/upstream/llvm.git
2015-01-06 Craig Topper[X86] Make isel select the shorter form of jump instruc...
2015-01-06 Brad SmithSet the default ISA for OpenBSD/mips64 to MIPS III.
2015-01-06 Chandler Carruth[PM] Add a collection of no-op analysis passes and...
2015-01-06 Alexey Samsonov[Sanitizer] Use COMMON_FLAG macro to describe common...
2015-01-06 Chandler Carruth[PM] Sink the no-op pass parsing logic into the .def...
2015-01-06 Chandler Carruth[PM] Move the analysis registry into the Passes.cpp...
2015-01-06 Chandler Carruth[PM] Add a utility to the new pass manager for generati...
2015-01-06 Rafael EspindolaAdd a testcase that would have found the problem in...
2015-01-06 Kostya Serebryany[ubsan] partially enable -fsanitize-coverage=N with...
2015-01-06 Eric ChristopherRemove dead variable.
2015-01-06 Eric ChristopherUse the same call off of the TargetMachine rather than...
2015-01-06 Eric ChristopherRewrite the Mips16HardFloat pass to avoid using the...
2015-01-06 Kostya Serebryany[asan/tracing] write the trace using a sequence of...
2015-01-06 Kostya SerebryanyAllow -fsanitize-coverage=N with ubsan, clang part
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2015-01-06 Brad SmithRemove X86 .quad workaround for buggy GNU assembler...
2015-01-06 Nick KledzikAdd 64-bit multiply functions to iOS arm64 compiler...
2015-01-06 Greg ClaytonMore fixes to ensure if we are asked to launch a x86_64...
2015-01-06 Greg ClaytonFix being able to get a thread result when calling...
2015-01-05 Duncan P. N... IR: Don't drop MDNode uniquing on null operands
2015-01-05 Duncan P. N... Revert "Use the integrated assembler by default on...
2015-01-05 Duncan P. N... Revert "Use the integrated assembler by default on...
2015-01-05 Hal Finkel[PowerPC] Fix test to pass on Darwin hosts
2015-01-05 Siva ChandraMake array symbol reading resilient to incomplete DWARF.
2015-01-05 Zachary TurnerWhen building on Windows, copy Python27(_d).dll to...
2015-01-05 Hal Finkel[PowerPC] Remove old README.txt entry
2015-01-05 Simon Pilgrim[X86][SSE] lowerVectorShuffleAsByteShift tidyup
2015-01-05 Saleem Abdulrasooltests: correct builtins test if built under -mthumb...
2015-01-05 Hal Finkel[PowerPC] Convert a README.txt entry into a better...
2015-01-05 Brad SmithUse the integrated assembler by default on 32-bit Power...
2015-01-05 Brad SmithUse the integrated assembler by default on 32-bit Power...
2015-01-05 Hal Finkel[PowerPC] Remove README.txt entry
2015-01-05 Colin LeMahieu[Hexagon] Adding add/sub with carry, logical shift...
2015-01-05 Hal Finkel[PowerPC] Add a test for truncating a shifted load
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2015-01-05 Frederic Riss[dsymutil] Implement the BinaryHolder object and gain...
2015-01-05 NAKAMURA Takumi[autoconf] llvm/cmake/modules/Makefile: Make sure to...
2015-01-05 Hal Finkel[PowerPC] Add another test for load/store with update
2015-01-05 NAKAMURA Takumi[autoconf] Export LLVM_LIBDIR_SUFFIX with empty string...
2015-01-05 Hal Finkel[PowerPC] Fold i1 extensions with other ops
2015-01-05 Simon Pilgrim[X86][SSE] Fixed description for isSequentialOrUndefInR...
2015-01-05 Colin LeMahieu[Hexagon] Adding rounding reg/reg variants, accumulatin...
2015-01-05 Duncan P. N... IR: Prune arguments to ValueAsMetadata::ValueAsMetadata()
2015-01-05 Colin LeMahieu[Hexagon] Adding V4 bit manipulating instructions,...
2015-01-05 Colin LeMahieu[Hexagon] Adding V4 logic-logic instructions and tests.
2015-01-05 Colin LeMahieu[Hexagon] Adding orand, bitsplit reg/reg, and modwrap...
2015-01-05 Francisco Lopes... Fix lit for builds under /opt
2015-01-05 Zachary TurnerFix about 20 tests on Windows.
2015-01-05 Dan AlbertFix some formatting I messed up in r225187.
2015-01-05 Greg ClaytonMake sure x7 and x8 are treated as argument registers...
2015-01-05 Hal Finkel[PowerPC] Remove zexts after i32 ctlz
2015-01-05 Rafael EspindolaMake this test a bit stricter.
2015-01-05 Rafael EspindolaDisable warnings in this test.
2015-01-05 Hal Finkel[PowerPC] Remove zexts after byte-swapping loads
2015-01-05 Colin LeMahieu[Hexagon] Adding round reg/imm and bitsplit instructions.
2015-01-05 Dan AlbertMake the Unwinder -Werror clean.
2015-01-05 Saleem AbdulrasoolSymbolRewriter: use iplist::splice
2015-01-05 Saleem AbdulrasoolSymbolRewriter: 80-column
2015-01-05 Vince Harronfix cross compilation to 32 bit arm targets
2015-01-05 Ahmed Bougacha[AArch64] Improve codegen of store lane instructions...
2015-01-05 Samuel AntaoFix clash of gcc toolchains in driver regression tests.
2015-01-05 Ahmed Bougacha[AArch64] Improve codegen of store lane 0 instructions...
2015-01-05 Samuel BenzaquenFix dangling pointer in isDerivedFrom.
2015-01-05 NAKAMURA Takumillvm/test/lit.cfg: have_ld_plugin_support(): Use decode...
2015-01-05 NAKAMURA Takumiclang/CMakeLists.txt: Introduce LLVM_SHLIB_OUTPUT_INTDI...
2015-01-05 Karthik BhatSelect lower fsub,fabs pattern to fabd on AArch64
2015-01-05 Rafael EspindolaFix formatting. NFC.
2015-01-05 Charlie TurnerParse Tag_compatibility correctly.
2015-01-05 Charlie TurnerEmit the build attribute Tag_conformance.
2015-01-05 Karthik BhatSelect lower sub,abs pattern to sabd on AArch64
2015-01-05 Michael KupersteinFix broken test from r225159.
2015-01-05 Chandler Carruth[PM] Don't run the machinery of invalidating all the...
2015-01-05 Chandler Carruth[PM] Add names and debug logging for analysis passes...
2015-01-05 Daniel Jasperclang-format: [Java] Fix incorrect detection of cast.
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2015-01-05 Jiangning LiuFixed a bug in memory dependence checking module of...
2015-01-05 Michael GottesmanConvert SmallMapVector from a class to a struct.
2015-01-05 Craig Topper[X86] Remove the predicates from the register forms...
2015-01-05 Craig Topper[X86] Simplify code a little by just summing flags...
2015-01-05 Craig Topper[X86] Remove unnecessary redeclaration of a variable...
2015-01-05 Craig Topper[X86] Remove a strange fixme referring to a hack that...
2015-01-05 Craig Topper[x86] Reduce text duplication for similar operand class...
2015-01-05 Craig Topper[X86] Fix the immediate size to match the address size...
2015-01-05 Craig Topper[X86] Remove unused operand type from disassembler...
2015-01-05 Hal Finkel[PowerPC] Enable speculation of cttz/ctlz
2015-01-05 Chandler Carruth[SROA] Apply a somewhat heavy and unpleasant hammer...
2015-01-05 Hal Finkel[LangRef] Correct a typo
2015-01-05 Hal Finkel[PowerPC] Materialize i64 constants using rotation...
2015-01-05 Chandler Carruth[PM] Cleanup a place where I forgot to update the heade...
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
2015-01-05 Chandler Carruth[PM] Wire up support for explicitly running the verifie...
2015-01-04 Chandler Carruth[PM] Cleanup a const_cast and other machinery left...
2015-01-04 Daniel Jasperclang-format: [Java] Fix incorrect recognition of annon...
2015-01-04 Daniel Jasperclang-format: [Java] Change a few flags for Google...
2015-01-04 Nico WeberRemove an assert that's not true on invalid code.
2015-01-04 Saleem AbdulrasoolPECOFF: adjust the entry point on ARM NT
2015-01-04 Simon Pilgrim[X86][SSE] Added vector packing test for pr12412
2015-01-04 Simon Pilgrim[X86][SSE] Added vector integer truncation tests -...
2015-01-04 Joerg SonnenbergerTypo.
2015-01-04 Hal Finkel[PowerPC] Materialize i64 constants using rotation
next