misched: Added ReadyQ container wrapper for Top and Bottom Queues.
[oota-llvm.git] / lib /
2012-05-10 Andrew Trickmisched: Added ReadyQ container wrapper for Top and...
2012-05-10 Andrew Trickmisched: Introducing Top and Bottom register pressure...
2012-05-10 Sirish PandeHexagon V5 Support - V5 td file.
2012-05-10 Sirish PandeHexagon V5 FP Support.
2012-05-10 Andrew TrickRegPressure: API for speculatively checking instruction...
2012-05-10 Andrew TrickRegPressure: fix array index iteration style.
2012-05-10 Dan GohmanTeach DeadStoreElimination to eliminate exit-block...
2012-05-10 Manman RenRevert: 156550 "ARM: peephole optimization to remove...
2012-05-10 Dan GohmanRewrite ScalarEvolution::hasOperand to use an explicit...
2012-05-10 Nuno Lopesteach DSE and isInstructionTriviallyDead() about calloc
2012-05-10 Manman RenARM: peephole optimization to remove cmp instruction
2012-05-10 Joel JonesFix a problem with incomplete equality testing of PHINo...
2012-05-10 Nadav RotemFix merge-typo and cleanup
2012-05-10 Nadav RotemAVX2: Add an additional broadcast idiom.
2012-05-10 Nadav RotemGenerate AVX/AVX2 shuffles even when there is a memory...
2012-05-10 Jim GrosbachExecutionEngine: Check for NULL ErrorStr before using it.
2012-05-09 Dan GohmanFix the objc_storeStrong recognizer to stop before...
2012-05-09 Nuno Lopesobjectsize:
2012-05-09 Roman DivackyMark .opd @progbits, thus avoiding a warning from asm.
2012-05-09 Chad RosierSet the default iOS version to 3.0.
2012-05-09 Bob WilsonUse the cpuid 64 bit flag to pick the default CPU name...
2012-05-09 Chad RosierDon't return true on a function with a void return...
2012-05-09 Chad RosierAdd Triple::getiOSVersion.
2012-05-09 Hans WennborgIntroduce llvm-c function LLVMPrintModuleToFile.
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-05-09 Bill WendlingSupply a C interface to the "LinkModules" method.
2012-05-09 Craig TopperRemove unused variable to get rid of warning.
2012-05-09 Akira HatanakaAdd another peephole pattern for conditional moves.
2012-05-09 Jakob Stoklund OlesenUse ptr_rc_tailcall instead of GR32_TC.
2012-05-09 Akira HatanakaMake register FP allocatable if the compiled function...
2012-05-09 Akira HatanakaExpand 64-bit shifts if target ABI is O32.
2012-05-09 Richard TrieuRemove unused variable to silence compiler warning.
2012-05-08 Dan GohmanMiscellaneous accumulated cleanups.
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-05-08 Dan GohmanFix objc_storeStrong pattern matching to catch a potent...
2012-05-08 Jakob Stoklund OlesenUse a shared function for a common operation.
2012-05-08 Eric ChristopherFix thinko in conditional.
2012-05-08 Jim GrosbachDAGCombiner should not change the type of an extract_ve...
2012-05-08 Eric ChristopherRemove excess semi-colons to quiet warnings.
2012-05-08 Daniel Dunbar[Support] Fix sys::GetRandomNumber() to always use...
2012-05-08 Sirish PandeUpdate load/store instruction patterns in Hexagon V4.
2012-05-08 Akira HatanakaFormatting fixes.
2012-05-08 Akira HatanakaDefine mips16 instruction formats.
2012-05-08 Eric ChristopherHandle OpDeref in case it comes in as a register operand.
2012-05-08 Nuno Lopesremove autoupgrade code for old function attributes...
2012-05-08 Nuno Lopesremove TYPE_CODE_FUNCTION_OLD type code. it is no longe...
2012-05-08 Jakob Stoklund Olesens/CSR_Ghc/CSR_NoRegs/
2012-05-08 NAKAMURA TakumiWindows/PathV2.inc: Retry rename() for (maximum) 2...
2012-05-08 Duncan SandsCalling ReassociateExpression recursively is extremely...
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Craig TopperRemove 256-bit AVX non-temporal store intrinsics. Simil...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-05-08 Andrew TrickAllow NULL LoopPassManager argument in UnrollLoop....
2012-05-08 Jakob Stoklund OlesenExtract methods for joining physregs.
2012-05-07 Jakob Stoklund OlesenNaming convention and whitespace. No functional change.
2012-05-07 Jakob Stoklund OlesenCoalesce subreg-subreg copies.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-05-07 Jakob Stoklund OlesenFix bug in TRI::getCommonSuperRegClass().
2012-05-07 Owen AndersonTeach DAG combine to fold x-x to 0.0 when unsafe FP...
2012-05-07 Owen AndersonTeach reassociate to commute FMul's and FAdd's in order...
2012-05-07 Preston GurdMake IntelJITEvents and OProfileJIT as optional librari...
2012-05-07 Jakob Stoklund OlesenAdd TRI::getCommonSuperRegClass().
2012-05-07 Chad RosierFix a regression from r147481. This combine should...
2012-05-07 Matt Beaumont-GayDon't assume size_t is unsigned long long.
2012-05-07 Manman RenX86: optimization for -(x != 0)
2012-05-07 Eric ChristopherAdd support for the 'x' constraint.
2012-05-07 Eric ChristopherAdd support for the 'l' constraint.
2012-05-07 Eric ChristopherAdd support for the 'c' constraint.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 Craig TopperFix some issues in the f16c instructions.
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Craig TopperAdd SSE4A MOVNTSS/MOVNTSD instructions.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-05-07 Eric ChristopherAllow 64 bit integer values in gpu registers if arch...
2012-05-07 Eric ChristopherWhen using inline asm constraints representing
2012-05-06 Craig TopperUse MVT instead of EVT as the argument to all the shuff...
2012-05-06 Craig TopperAdd VPERMQ/VPERMPD to the list of target specific shuff...
2012-05-06 Craig TopperAdd shuffle decode support for VPERMQ/VPERMPD.
2012-05-06 Chris Lattnermake SourceMgr tolerate empty SMLoc()'s better.
2012-05-06 Benjamin KramerSwitch the select to branch transformation on by default.
2012-05-06 Jakub StaszakRemove trailing spaces.
2012-05-06 NAKAMURA TakumiUnix/Process.inc: Give more useful random seed to srand...
2012-05-06 NAKAMURA TakumiSupport/Process: Move llvm::sys::Process::GetRandomNumb...
2012-05-05 Chris Lattnerreapply my patch, with a fix for an off-by-one error...
2012-05-05 Chris Lattnerrevert my patches, which are causing problems.
2012-05-05 Chris Lattnerrefactor some code to expose column numbers more and...
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-05-05 Daniel Dunbar[Support] Add missing include.
2012-05-05 Daniel Dunbar[Support] Fix up comments.
2012-05-05 Daniel Dunbar[Support] Rewrite sys::fs::unique_file to not be stupid...
2012-05-05 Daniel Dunbar[Support] Add sys::Process::GetRandomNumber().
2012-05-05 Benjamin KramerCodeGenPrepare: Add a transform to turn selects into...
2012-05-05 Benjamin KramerAdd a new target hook "predictableSelectIsExpensive".
2012-05-05 Benjamin KramerNVPTX: Initialize the UseF32FTZ flag.
2012-05-05 Stepan DyatkovskiySmall fix in InstCombineCasts.cpp. Restored "alloca...
2012-05-05 Eric ChristopherTypo.
next