platform/upstream/llvm.git
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2015-01-06 Tom StellardTriple: Add amdgcn triple
2015-01-06 Tom StellardR600/SI: Remove MachineFunction dump from AsmPrinter
2015-01-06 Andrea Di Biagio[CodeGenPrepare] Improved logic to speculate calls...
2015-01-06 Dan Albert[libcxx] Set _LIBCPP_ELAST for mingw.
2015-01-06 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2015-01-06 Filipe CabecinhasDon't loop endlessly for MachO files with 0 ncmds
2015-01-06 Colin LeMahieu[Hexagon] Fix 225267. GP register is not yet fully...
2015-01-06 Adrian PrantlImplement a very basic colored syntax highlighting...
2015-01-06 Hal Finkel[PowerPC] Add a regression test for r225251
2015-01-06 Colin LeMahieu[Hexagon] Adding dealloc_return encoding and absolute...
2015-01-06 Asiri Rathnayake[ARM] Cleanup so_imm* tblgen defintions
2015-01-06 Matt ArsenaultConvert fcmp with 0.0 from casted integers to icmp
2015-01-06 Tobias Grosserwww: Draft changelog for the upcoming release.
2015-01-06 Tobias GrosserFix html
2015-01-06 Tobias GrosserWe currently do not create these result for polly
2015-01-06 Jay Foad[asan] Bump the self-imposed stack limit from 128k...
2015-01-06 NAKAMURA Takumi[CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER...
2015-01-06 NAKAMURA TakumiReformat.
2015-01-06 Chandler Carruth[PM] Hide a function we only use in an assert behind...
2015-01-06 Chandler Carruth[PM] Introduce a utility pass that preserves no analyses.
2015-01-06 Craig Topper[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
2015-01-06 David MajnemerInstCombine: Bitcast call arguments from/to pointer...
2015-01-06 Chandler Carruth[PM] Simplify how we parse the outer layer of the pass...
2015-01-06 Craig Topper[X86] Make isel select the 2-byte register form of...
2015-01-06 Hal Finkel[PowerPC] Remove old README.txt entry regarding struct...
2015-01-06 David MajnemerX86: Don't make illegal GOTTPOFF relocations
2015-01-06 Hal Finkel[PowerPC] Add some missing names in getTargetNodeName
2015-01-06 Hal Finkel[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
2015-01-06 Saleem AbdulrasoolBasic: fix compilation with MSVC
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Chandler Carruth[PM] Simplify how we use the registry by including...
2015-01-06 Saleem AbdulrasoolSema: analyze I,J,K,M,N,O constraints
2015-01-06 Craig Topper[X86] Remove 16-bit and 32-bit offset jump instructions...
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
next