oota-llvm.git
2012-07-05 Jack Carter Mips specific inline asm operand modifier D.
2012-07-05 Owen AndersonFix an overzealous assertion. It is legitimate for...
2012-07-05 Akira Hatanakatest case for r159770.
2012-07-05 Akira HatanakaEnclose instruction rdhwr with directives, which are...
2012-07-05 Akira HatanakaEnable target dependent directive parsing to hook befor...
2012-07-05 Nuno Lopesadd @llvm.donothing
2012-07-05 Chandler CarruthOptimize extendIntervalEndTo a tiny bit by saving one...
2012-07-05 Chandler CarruthRemove dead infrastructure for building DenseMaps with...
2012-07-05 Chandler CarruthFinish fixing the MachineOperand hashing, providing...
2012-07-05 Duncan SandsAll cases are covered, no need for a default. This...
2012-07-05 Chandler CarruthThe hash function for MI expressions, used by MachineCS...
2012-07-05 Duncan SandsUse the right kind of booleans: we were emitting 0...
2012-07-05 Kostya Serebryany[tsan] fix compile-time falilure found while building...
2012-07-05 Nick LewyckyRemove ParentMap. You can just ask the domnode for...
2012-07-04 Jakob Stoklund... Make X86 call and return instructions non-variadic.
2012-07-04 Jakob Stoklund... Allow trailing physreg RegisterSDNode operands on non...
2012-07-04 Jakob Stoklund... Print SlotIndexes when available for -print-machineinstrs.
2012-07-04 Jakob Stoklund... Allow multiple terminators to read virtual registers.
2012-07-04 Jakob Stoklund... Ensure CopyToReg nodes are always glued to the call...
2012-07-04 Jakob Stoklund... Make sure -print-machineinstrs applies to the first...
2012-07-04 Rafael EspindolaAdd a testcase for pr13209. It is not a great test...
2012-07-04 Alexey SamsonovFix a bug in DebugInfo lib, extend a comment for one...
2012-07-04 Stepan DyatkovskiyReverted r159658:
2012-07-04 Stepan DyatkovskiyReverted r156659, due to probable performance regressio...
2012-07-04 Eric ChristopherReduce some code duplication.
2012-07-04 Matt Beaumont-GayFix some ascii art in a comment to not have trailing...
2012-07-04 Jakob Stoklund... Add early if-conversion support to X86.
2012-07-04 Jakob Stoklund... Add an experimental early if-conversion pass, off by...
2012-07-03 Nuno LopesPHINode::hasConstantValue(): return undef if the PHI...
2012-07-03 Bill WendlingUse the DebugInfo's 'print()' method to emit the comments.
2012-07-03 Nuno LopesBoundsChecking: optimize out the check for offset ...
2012-07-03 Nuno Lopesfold PHI nodes in SizeOffsetEvaluator whenever possible.
2012-07-03 Nuno Lopesimprove PHINode::hasConstantValue() to detect recursive...
2012-07-03 Stepan DyatkovskiyIntegersSubsetMappin: cosmetic changes in diff operation.
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Peter CollingbourneDocument the llvm.fabs intrinsic.
2012-07-03 Chandler CarruthMicro-optimize this function a bit. This shrinks the...
2012-07-03 Craig TopperRemove extra space.
2012-07-03 Craig TopperChange i128mem/i256mem to f128mem/f256mem on some float...
2012-07-03 NAKAMURA TakumiMCContext.cpp: Fixup for my odd previous commit. No...
2012-07-03 Craig TopperAdd aliases for pblendvb, blendvpd, and blendvps instru...
2012-07-03 NAKAMURA Takumitest/CodeGen/SPARC/private.ll: Fixup. Forgot to prune...
2012-07-03 NAKAMURA Takumitest/CodeGen/SPARC/private.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumillvm/test/lit.cfg: Retweak for Win32 to fix testing.
2012-07-03 NAKAMURA TakumiMCContext::GetDwarfFile(): Make FileName parsing tolera...
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/sincos.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/fabs.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck...
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Jack Carterdeleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
2012-07-02 Chandler CarruthAll glory to address sanitizer. ;]
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Andrew Trickmisched: allow NULL InstrItineraries.
2012-07-02 Chandler CarruthExtend the workaround from r159593 to cover a few expli...
2012-07-02 Chandler CarruthRevert r159588, and apply a more principled fix. Place...
2012-07-02 Eric ChristopherTurn an assert into an error to make it a bit more...
2012-07-02 Chandler CarruthWork around a really frustrating apparant CMake bug.
2012-07-02 David BlaikieFix -Wstring-conversion warning.
2012-07-02 Chandler CarruthRevert r159528 which taught lit's builtin shell test...
2012-07-02 Chandler CarruthSwitch from using a lit.cfg-generator variable that...
2012-07-02 Jack CarterPass the correct ELFOSABI enumeration to the MipsELFObj...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-07-02 Bob WilsonMove assertion with TargetPassConfig's Initialized...
2012-07-02 Bob WilsonConsistently use AnalysisID types in TargetPassConfig.
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-07-02 Bob WilsonAdd a missing forward declaration of PassManagerBase.
2012-07-02 Evan ChengNeed a space.
2012-07-02 Andrew TrickRevert accidental checkin.
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Duncan SandsGlobalOpt forgot to handle bitcast when analyzing globa...
2012-07-02 Manman RenAdded assertion in getVRegDef of MachineRegisterInfo...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthFix the C++11 build. I hate narrowing conversions.
2012-07-02 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
2012-07-02 Stepan DyatkovskiyFixed switch in IntRange::isSingleNumber method.
2012-07-02 Bob WilsonDo not attempt to use ROR for Thumb1.
2012-07-02 Nuno Lopesfix the regression I introduced in r159385 (it's necess...
2012-07-02 Stepan DyatkovskiyIntRange, fixed warning in isSingleNumber method
2012-07-02 Chandler CarruthThe built-in shell test runner for some reason doesn...
2012-07-02 Chandler CarruthFix the TCL-style quoting in one random test that someh...
2012-07-02 Chandler CarruthTeach the built-in shell test runner in lit to handle...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-07-02 Chandler CarruthMake tests which first provide a negative assertion...
2012-07-02 Chandler CarruthRewrite three tests that had truly egregious abuses...
2012-07-02 Kostya Serebryany[asan] small code simplification
2012-07-02 Chandler CarruthSwitch a bunch of Linker tests from using elaborate...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2012-07-01 Rafael EspindolaNow that RegistersDefinedFromSameValue handles one...
2012-07-01 Elena DemikhovskyOptimization of shuffle node that can fit to the regist...
2012-07-01 Craig TopperReduce code size by using a second switch statement...
2012-07-01 Craig TopperAdd a break to the end of case statement missed in...
2012-07-01 Craig TopperFix a crash on release builds if gather intrinsics...
2012-07-01 Craig TopperUse a second switch statement to reduce number of calls...
next