Fixed few warnings.
[oota-llvm.git] / lib /
2012-07-10 Jakob Stoklund OlesenRun early if-conversion in domtree post-order.
2012-07-10 Chad RosierMove [get|set]BasePtrStackAdjustment() from MachineFram...
2012-07-10 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-07-10 Chandler CarruthFix a bug where I didn't test for an empty range before...
2012-07-10 Nadav RotemImprove the loading of load-anyext vectors by allowing...
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-10 Craig TopperReverse assembler/disassembler operand order for gather...
2012-07-10 Chandler CarruthAdd an efficient merge operation to LiveInterval and...
2012-07-10 Chandler CarruthTeach LiveIntervals how to verify themselves and start...
2012-07-10 Jim GrosbachARM: Allow more flexible patterns in NEON formats.
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-07-09 Dan GohmanDelete code for folding undefs in ScalarEvolution....
2012-07-09 Chad RosierRevert r159938 (and r159945) to appease the buildbots.
2012-07-09 Andrew Trickindentation
2012-07-09 Owen AndersonTeach the DAG combiner to turn sitofp/uitofp from i1...
2012-07-09 Manman RenX86: implement functions to analyze & synthesize CMOV...
2012-07-09 Akira HatanakaReapply r158846.
2012-07-09 Nuno Lopesinstcombine: merge the functions that remove dead alloc...
2012-07-09 Richard BartonSome formatting to keep Clang happy
2012-07-09 Richard BartonOops - correct broken disassembly for VMOV
2012-07-09 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-09 Richard BartonPrevent ARM assembler from losing a right shift by...
2012-07-09 Richard BartonSpelling!
2012-07-09 Richard BartonTeach the assembler to use the narrow thumb encodings...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew TrickTweak spelling.
2012-07-07 Manman RenX86: Fix optimizeCompare to correctly check safe condition.
2012-07-07 Bill WendlingUse the DebugInfo wrappers instead of mucking about...
2012-07-06 Bill WendlingPrint the name last.
2012-07-06 Chad RosierFix the naming of ensureAlignment. Per the coding...
2012-07-06 Nuno Lopesteach instcombine to remove allocated buffers even...
2012-07-06 Bill WendlingCheck if it's a scope last, because several things...
2012-07-06 Jim GrosbachARM: Add test cleanup entry to the README.
2012-07-06 Akira Hatanakarevert r159851.
2012-07-06 Akira HatanakaReapply r158846.
2012-07-06 Bill WendlingAdd a print method to the ObjC property object.
2012-07-06 Bill WendlingRemove trailing comma in array initialization list.
2012-07-06 Bill WendlingRemove unnecessary 'llvm::'.
2012-07-06 Bill WendlingRemove unnecessary 'llvm::'.
2012-07-06 Chad RosierWhitespace.
2012-07-06 Manman RenX86: peephole optimization to remove cmp instruction
2012-07-06 Chad Rosier[fast-isel] Tell fast-isel to do nothing with the new...
2012-07-06 NAKAMURA TakumiRevert r159804, "[arm-fast-isel] Add support for vararg...
2012-07-06 Alexey SamsonovFix PR13202 and a regtest.
2012-07-06 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-06 Jack Carter Changes per review of commit 159787
2012-07-06 Eric ChristopherUntabify and move a function near similar functions...
2012-07-06 Jakob Stoklund OlesenAdd some comments suggested in code review.
2012-07-05 Jack Carter Mips specific inline asm operand modifier D.
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 Chandler CarruthOptimize extendIntervalEndTo a tiny bit by saving one...
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 OlesenMake X86 call and return instructions non-variadic.
2012-07-04 Jakob Stoklund OlesenAllow trailing physreg RegisterSDNode operands on non...
2012-07-04 Jakob Stoklund OlesenPrint SlotIndexes when available for -print-machineinstrs.
2012-07-04 Jakob Stoklund OlesenAllow multiple terminators to read virtual registers.
2012-07-04 Jakob Stoklund OlesenEnsure CopyToReg nodes are always glued to the call...
2012-07-04 Jakob Stoklund OlesenMake sure -print-machineinstrs applies to the first...
2012-07-04 Alexey SamsonovFix a bug in DebugInfo lib, extend a comment for one...
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 OlesenAdd early if-conversion support to X86.
2012-07-04 Jakob Stoklund OlesenAdd 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 DyatkovskiyPart of r159527. Splitted into series of patches and...
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 TakumiMCContext::GetDwarfFile(): Make FileName parsing tolera...
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 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 Eric ChristopherTurn an assert into an error to make it a bit more...
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 Andrew TrickRevert accidental checkin.
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 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
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...
next