oota-llvm.git
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...
2012-04-10 Bill WendlingThe MDString class stored a StringRef to the string...
2012-04-10 Chad RosierWhitespace.
2012-04-10 Chad RosierRevert r154396, which looks to be the real culprit...
2012-04-10 Eric ChristopherTemporarily revert this patch to see if it brings the...
2012-04-10 Kostya Serebryany[tsan] compile-time instrumentation: do not instrument...
2012-04-10 Eric ChristopherTo ensure that we have more accurate line information...
2012-04-10 Owen AndersonRevert r154397, which was causing make check failures...
2012-04-10 Jim GrosbachARM fix cc_out operand handling for t2SUBrr instructions.
2012-04-10 David BlaikieRemove unused variable.
2012-04-10 Nadav RotemFix a dagcombine optimization which assumes that the...
2012-04-10 Nadav RotemModify the code that lowers shuffles to blends from...
2012-04-10 Chandler CarruthMake a somewhat subtle change in the logic of block...
2012-04-10 Anton KorobeynikovTransform div to mul with reciprocal only when fp imm...
2012-04-10 David ChisnallUse the correct section types on Solaris for unwind...
2012-04-10 Duncan SandsExpress the number of ULPs in fpaccuracy metadata as...
2012-04-10 Andrew TrickFix 12513: Loop unrolling breaks with indirect branches.
2012-04-10 Andrew Trickwhitespace
2012-04-10 Andrew TrickFix for register pressure tables.
2012-04-10 Evan ChengAdd proper checks.
2012-04-10 Evan ChengMake the code slightly more palatable.
2012-04-10 Andrew TrickUse std::includes instead of my own implementation.
2012-04-10 Andrew TrickAdded a TargetRegisterInfo interface for accessing...
2012-04-10 Andrew TrickAdded register unit sets to the target description.
2012-04-10 Andrew TrickAdded register unit weights to the target description.
2012-04-10 Andrew TrickFix header comment
2012-04-10 Danil MalyshevAdd a constructor for DataRefImpl and remove excess...
2012-04-10 Evan ChengFix a long standing tail call optimization bug. When...
2012-04-10 Rafael EspindolaDon't try to zExt just to check if an integer constant...
2012-04-10 Jim GrosbachARM LDR/LDRT has the same encoding collision as STR...
2012-04-09 Lang HamesTest case for PR12495.
2012-04-09 Bill WendlingRevert the 'EnableInitializing' flag. There is debate...
2012-04-09 Bill WendlingApply the scope restrictions after parsing the command...
2012-04-09 Akira HatanakaHave TargetLowering::getPICJumpTableRelocBase return...
2012-04-09 Chad RosierWhen performing a truncating store, it's possible to...
2012-04-09 Lang HamesPatch r153892 for PR11861 apparently broke an external...
2012-04-09 Chad RosierUpdate comments and remove unnecessary isVolatile(...
2012-04-09 Eric ChristopherTypo.
2012-04-09 David BlaikieFix accidentally constant conditions found by uncommitt...
2012-04-09 Rafael EspindolaPattern match a setcc of boolean value with 0 as a...
2012-04-09 Preston GurdThis patch adds X86 instruction itineraries, which...
2012-04-09 Duncan SandsClarify that fpaccuracy metadata is giving the compiler...
2012-04-09 Nadav RotemLower some x86 shuffle sequences to the vblend family...
2012-04-09 Bill Wendlings/lto_codegen_whole_program_optimization/lto_codegen_se...
2012-04-09 Nadav RotemFix a bug in the lowering of broadcasts: ConstantPools...
2012-04-09 Craig TopperRemove unnecessary type check when combining and/or...
2012-04-09 Craig TopperRemove unnecessary 'else' on an 'if' that always returns
2012-04-09 Craig TopperOptimize code slightly. No functionality change.
2012-04-09 Bill WendlingAdd a hook to turn on the internalize pass through...
2012-04-09 Craig TopperReplace some explicit checks with asserts for condition...
2012-04-09 Chandler CarruthCleanup and relax a restriction on the matching of...
2012-04-09 Chandler CarruthFold 15 tiny test cases into a single file that impleme...
2012-04-08 Craig TopperOptimize code a bit. No functional change intended.
2012-04-08 Benjamin KramerSilence sign-compare warning.
2012-04-08 Duncan SandsOnly have codegen turn fdiv by a constant into fmul...
2012-04-08 Craig TopperSimplify code that tries to do vector extracts for...
2012-04-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-04-08 Chandler CarruthMove the TLSModel information into the TargetMachine...
2012-04-08 Benjamin KramerEngineBuilder::create is expected to take ownership...
2012-04-08 Chandler CarruthRemove an over zealous assert. The assert was trying...
2012-04-08 Chandler CarruthAdd a debug-only 'dump' method to the BlockChain struct...
2012-04-08 Chandler CarruthTeach InstCombine to nuke a common alloca pattern ...
2012-04-08 Nadav RotemAVX2: Build splat vectors by broadcasting a scalar...
2012-04-08 Bill WendlingRemove old 'grep' lines.
2012-04-08 Bill WendlingFormatting changes. Don't put spaces in front of some...
2012-04-08 Bill WendlingFileCheckize these testcases.
2012-04-08 Bill WendlingRemove the 'Parent' pointer from the MDNodeOperand...
next