oota-llvm.git
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-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 Hal Finkel[PowerPC] Fix test to pass on Darwin hosts
2015-01-05 Hal Finkel[PowerPC] Remove old README.txt entry
2015-01-05 Simon Pilgrim[X86][SSE] lowerVectorShuffleAsByteShift tidyup
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 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 Hal Finkel[PowerPC] Remove zexts after i32 ctlz
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 Saleem AbdulrasoolSymbolRewriter: use iplist::splice
2015-01-05 Saleem AbdulrasoolSymbolRewriter: 80-column
2015-01-05 Ahmed Bougacha[AArch64] Improve codegen of store lane instructions...
2015-01-05 Ahmed Bougacha[AArch64] Improve codegen of store lane 0 instructions...
2015-01-05 NAKAMURA Takumillvm/test/lit.cfg: have_ld_plugin_support(): Use decode...
2015-01-05 Karthik BhatSelect lower fsub,fabs pattern to fabd on AArch64
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 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 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 Hal Finkel[PowerPC] Materialize i64 constants using rotation
2015-01-04 Michael KupersteinFix unused variable warning for non-asserts builds...
2015-01-04 Hal Finkel[PowerPC] Materialize i64 constants using bit inversion
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2015-01-04 David MajnemerInstCombine: match can find ConstantExprs, don't assume...
2015-01-04 David MajnemerValueTracking: ComputeNumSignBits should tolerate missh...
2015-01-04 Lang Hames[APFloat][ADT] Fix sign handling logic for FMA results...
2015-01-03 Saleem Abdulrasoolllvm-readobj: add support to dump COFF export tables
2015-01-03 Saleem AbdulrasoolARM: permit tail calls to weak externals on COFF
2015-01-03 Hal Finkel[PowerPC/BlockPlacement] Allow target to provide a...
2015-01-03 Hal Finkel[PowerPC] Use 16-byte alignment for modern cores for...
2015-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2015-01-03 Craig TopperFix some formatting in tablegen output.
2015-01-03 Craig TopperReplace some 'unreachable' comments with llvm_unreachable.
2015-01-03 David MajnemerValueTracking: Make computeKnownBits for Arguments...
2015-01-03 Hal Finkel[PowerPC] Add support for the CMPB instruction
2015-01-03 Kostya Serebryany[asan] simplify the tracing code, make it use the same...
2015-01-03 Craig Topper[X86] Disassembler support for move to/from %rax with...
2015-01-03 Craig Topper[X86] Use 32-bit sign extended immediate for 64-bit...
2015-01-02 Chandler Carruth[PM] Add proper documentation for the ModulePassManager and
2015-01-02 Chandler Carruth[PM] Actually include the correct file name. Sorry...
2015-01-02 Chandler Carruth[PM] Lift the majority of the template boilerplate...
2015-01-02 Chandler Carruth[PM] Fix some formatting where clang-format has improve...
2015-01-02 Philip ReamesReformat statepoint documentation and fix a couple...
2015-01-02 Andrea Di BiagioImproved comments. No functional change intended.
2015-01-02 Craig Topper[X86] Bring some better consistency to the naming of...
2015-01-02 David MajnemerInstCombine: Detect when llvm.umul.with.overflow always...
2015-01-02 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedMul for...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2015-01-02 Chandler Carruth[SROA] Teach SROA to be more aggressive in splitting...
2015-01-02 Chandler Carruth[SROA] Make the computation of adjusted pointers not...
2015-01-02 Chandler Carruth[SROA] Add a test case for r225068 / PR22080.
2015-01-02 Chandler Carruth[SROA] Fix the loop exit placement to be prior to index...
2015-01-01 Chandler Carruth[SROA] Fix two total think-os in r225061 that should...
2015-01-01 Hal Finkel[PowerPC] use UINT64_C instead of ul
2015-01-01 Michael GottesmanRevert "Just use a using directive in SmallMapVector...
2015-01-01 Chandler CarruthRevert r225053: Add an ArrayRef upcasting constructor...
2015-01-01 Chandler Carruth[SROA] Switch to using a more direct debug logging...
2015-01-01 Chandler Carruth[SROA] Fix formatting with clang-format which I managed...
2015-01-01 Chandler Carruth[SROA] Teach SROA how to much more intelligently handle...
2015-01-01 Michael GottesmanJust use a using directive in SmallMapVector instead...
next