oota-llvm.git
2012-04-15 Duncan SandsAdd the MDBuilder helper class for conveniently creatin...
2012-04-15 Benjamin KramerWire up support for diagnostic ranges in the ARMAsmParser.
2012-04-15 Nadav RotemWhen emulating vselect using OR/AND/XOR make sure to...
2012-04-15 Elena DemikhovskyAdded VPERM optimization for AVX2 shuffles
2012-04-15 NAKAMURA TakumiHexagonCopyToCombine.cpp: Silence two warnings, -Wunuse...
2012-04-15 NAKAMURA TakumiTarget/Hexagon: Tweak to fix msvc build.
2012-04-14 Anshuman DasguptaRemove trailing whitespace.
2012-04-14 Anshuman DasguptaAdd VLIW packetizer to ReleaseNotes.html and CREDITS...
2012-04-14 Brendon CahoonAdd the loop unrolling info to ReleaseNotes.html and...
2012-04-14 Duncan SandsThere is no need for setIsExact to be public. Make...
2012-04-14 Duncan SandsRename "fpaccuracy" metadata to the more generic "fpmat...
2012-04-14 Benjamin KramerMake StringMap's copy ctor non-explicit.
2012-04-14 Hal FinkelFix an error in BBVectorize important for vectorizing...
2012-04-14 Hal FinkelEnhance BBVectorize to more-properly handle pointer...
2012-04-13 Andrew Trickmisched: Added CanHandleTerminators.
2012-04-13 Bob WilsonRemove old code to strip out unwanted PPC slices for...
2012-04-13 Richard SmithFix X86 codegen for 'atomicrmw nand' to generate *x...
2012-04-13 Sirish PandeRemove iostream from New Value Jump.
2012-04-13 Hal FinkelAdd support to BBVectorize for vectorizing selects.
2012-04-13 Sirish PandeAdd support for Hexagon Architectural feature, New...
2012-04-13 Sirish PandePass to replace tranfer/copy instructions into combine...
2012-04-13 Benjamin KramerReduce malloc traffic in DwarfAccelTable
2012-04-13 Tony LinthicumSupport for Hexagon backend.
2012-04-13 Tony LinthicumSupport for Hexagon backend.
2012-04-13 Evan ChengOn Darwin targets, only use vfma etc. if the source...
2012-04-13 Dan GohmanAdd some comments, and fix a few places that missed...
2012-04-13 Kevin EnderbyFor ARM disassembly only print 32 unsigned bits for...
2012-04-13 Dan GohmanConsider ObjC runtime calls objc_storeWeak and others...
2012-04-13 Hal FinkelBy default, use Early-CSE instead of GVN for vectorizat...
2012-04-13 Sylvestre LedruCatch the Python exception when subprocess.Popen is...
2012-04-13 Benjamin KramerRemove unused variable.
2012-04-13 Craig TopperSilence various build warnings from Hexagon backend...
2012-04-13 Craig TopperFix target specific intrinsic handling to adjust intrin...
2012-04-13 Craig TopperRemove getElfArchType from ELF.h. It's only used in...
2012-04-13 Dan GohmanUse the new Use-aware dominates method to apply the...
2012-04-13 Bill WendlingCode-gen may inject code into the IR before it emits...
2012-04-13 Dan GohmanDon't move objc_autorelease calls past autorelease...
2012-04-13 Dan GohmanDef here is an Instruction, so !isa<Instruction>(Def...
2012-04-12 Dan GohmanAdd forms of dominates and isReachableFromEntry that...
2012-04-12 Kevin EnderbyFix a few more places in the ARM disassembler so that...
2012-04-12 Ted KremenekUpdate CMake build.
2012-04-12 Evandro MenezesHexagon: fix CMake error.
2012-04-12 Sirish PandeDisable Hexagon test temporarily.
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-04-12 Evan ChengGeneralize r153635 to deal with TokenFactor chains...
2012-04-12 Evandro MenezesHexagon: enable assembler output through the MC layer.
2012-04-12 Anshuman DasguptaAdd DFA generator for VLIW targets to ReleaseNotes...
2012-04-12 Benjamin KramerRemove README entry obsoleted by register masks.
2012-04-12 Jean-Daniel... Remove a remaining reference to the obsolete C backend...
2012-04-12 Craig TopperFix 128-bit ptest intrinsics to take v2i64 instead...
2012-04-12 Jim GrosbachARM 'adr' fixups don't need the interworking addend...
2012-04-11 Akira HatanakaRevert changes that were accidentally committed.
2012-04-11 Akira HatanakaFix string that is being checked.
2012-04-11 Akira HatanakaEmit neg.s or neg.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-04-11 Kevin EnderbyFixed a case of ARM disassembly getting an assert on...
2012-04-11 Akira HatanakaFix bugs in lowering of FCOPYSIGN nodes.
2012-04-11 Jim GrosbachRemove incorrect comment.
2012-04-11 Jim GrosbachTidy up. Remove hard tab characters.
2012-04-11 Jim GrosbachTidy up. Whitespace.
2012-04-11 Benjamin KramerFix pasto.
2012-04-11 Chad RosierTypo.
2012-04-11 Andrew TrickTableGen's regpressure: emit per-registerclass weight...
2012-04-11 Jim GrosbachARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
2012-04-11 Andrew TrickTableGen'd regpressure: register unit set pruning.
2012-04-11 Jim GrosbachARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-04-11 Benjamin KramerCache the hash value of the operands in the MDNode.
2012-04-11 Benjamin KramerFoldingSet: Push the hash through FoldingSetTraits...
2012-04-11 Benjamin KramerCompute hashes directly with hash_combine instead of...
2012-04-11 Nadav Rotemremove unused argument
2012-04-11 Duncan SandsAdd a C binding to the Target and TargetMachine classes...
2012-04-11 Chandler CarruthAdd two statistics to help track how we are computing...
2012-04-11 Nadav RotemReapply 154397. Original message:
2012-04-11 Duncan SandsComment typo fix.
2012-04-11 Evan ChengAdd more fused mul+add/sub patterns. rdar://10139676
2012-04-11 Nadav RotemReapply 154396 after fixing a test.
2012-04-11 Evan ChengClean up ARM fused multiply + add/sub support some...
2012-04-11 Craig TopperFix an overly indented line. Remove an 'else' after...
2012-04-11 Craig TopperInline implVisitAluOverflow by introducing a nested...
2012-04-11 Andrew TrickTablegen'd regpressure: emit the weighted pressure...
2012-04-11 Andrew TrickTable-generated register pressure fixes.
2012-04-11 Craig TopperOptimize code a bit by calling push_back only once...
2012-04-11 Evan ChengMatch (fneg (fma) to vfnma. rdar://10139676
2012-04-11 Charles DavisAdd retw and lretw instructions. Also, fix Intel syntax...
2012-04-11 Evan ChengMerge fma.ll into fusedMAC.ll
2012-04-11 Kevin EnderbyFix ARM disassembly of VLD instructions with writebacks...
2012-04-11 Jim GrosbachARM add missing Thumb1 two-operand aliases for shift...
2012-04-11 Evan ChengFix a number of problems with ARM fused multiply add...
2012-04-11 Jakob Stoklund... Tweak MachineLICM heuristics for cheap instructions.
2012-04-11 Jakob Stoklund... Only check for PHI uses inside the current loop.
2012-04-11 Jakob Stoklund... Fix test to be register assignment invariant.
2012-04-10 Andrew TrickTableGen/reginfo potential bug: typo from previous...
2012-04-10 Owen AndersonMove the constant-folding support for FP_ROUND in Selec...
2012-04-10 Dylan Noblesmithllvm-stress: stop abusing ConstantFP::get()
2012-04-10 Dylan Noblesmithllvm-stress: don't make vectors of x86_mmx type
2012-04-10 Kostya Serebryany[tsan] two more compile-time optimizations:
2012-04-10 Evan ChengHandle llvm.fma.* intrinsics. rdar://10914096
2012-04-10 Duncan SandsAdd a comment noting that the fdiv -> fmul conversion...
next