Remove extra semicolons.
[oota-llvm.git] / lib /
2012-05-19 Stepan DyatkovskiyOrdinary PR1255 patch: DifferenceEngine and CPPBackend...
2012-05-19 Craig TopperCopy some AVX support from MCJIT to JIT. Maybe will...
2012-05-19 Jakob Stoklund OlesenEliminate dead code after remat.
2012-05-19 Jakob Stoklund OlesenDon't remat during updateRegDefsUses().
2012-05-19 Jakob Stoklund OlesenImmediately erase trivially useless copies.
2012-05-19 Jakob Stoklund OlesenRun proper recursive dead code elimination during coale...
2012-05-19 Jakob Stoklund OlesenAllow LiveRangeEdit to be created with a NULL parent.
2012-05-19 Eric ChristopherActually support DW_TAG_rvalue_reference_type that...
2012-05-19 Eric ChristopherAdd support for the 'd' mips inline asm output modifier.
2012-05-19 Andrew TrickSCEV: Add MarkPendingLoopPredicates to avoid recursive...
2012-05-18 Dan GohmanFix replacing all the users of objc weak runtime routines
2012-05-18 Jakob Stoklund OlesenModernize naming convention for class members.
2012-05-18 Jakob Stoklund OlesenMove all work list processing to copyCoalesceWorkList().
2012-05-18 Nuno Lopesallow LazyValueInfo::getEdgeValue() to reason about...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Eric ChristopherRemove duplicate code that we could just fallthrough to.
2012-05-18 Jakob Stoklund OlesenSimplify RegisterCoalescer::copyCoalesceInMBB().
2012-05-18 Eric ChristopherAdd support for the mips 'x' inline asm modifier.
2012-05-18 Jakob Stoklund OlesenRemove support for PhysReg joining.
2012-05-18 Stepan DyatkovskiyRecommited reworked r156804:
2012-05-18 Craig TopperSimplify code a bit. No functional change intended.
2012-05-18 Craig TopperSimplify handling of v16i8 shuffles and fix a missed...
2012-05-18 Evan ChengTeach two-address pass to update the "source" map so...
2012-05-18 Eric ChristopherClarify comment.
2012-05-18 Nuno Lopesfix corner case in ConstantRange::intersectWith().
2012-05-17 Nuno Lopesminor simplification in the call to ConstantRange const...
2012-05-17 Andrew Trickcomments
2012-05-17 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR APSR...
2012-05-17 Bill WendlingRemove extraneous ';'.
2012-05-17 Andrew Trickmisched: trace ReadyQ.
2012-05-17 Andrew Trickmisched: Added 3-level regpressure back-off.
2012-05-17 Andrew Trickcomment
2012-05-17 Andrew Trickregpressure: Fix getMaxUpwardPressureDelta.
2012-05-17 Andrew Trickmisched: fix liveness iterators
2012-05-17 Andrew Trickwhitespace
2012-05-17 Jakob Stoklund OlesenNever clear <undef> flags on already joined copies.
2012-05-17 Jakob Stoklund OlesenFix a verifier bug.
2012-05-17 Bill WendlingRelax the requirement that the exception object must...
2012-05-17 Chris Lattnerenhance the intrinsic info stuff to emit encodings...
2012-05-17 Tim NorthoverRemove incorrect pattern for ARM SMML instruction.
2012-05-17 Manuel KlimekFix compile error.
2012-05-17 Stepan DyatkovskiySelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp...
2012-05-17 Chris LattnerGenericize the intrinsics descriptor decoding a bit...
2012-05-17 Chris Lattnerfinish encoding all of the interesting details of intri...
2012-05-17 Chris Lattnerstrengthen the intrinsic descriptor stuff to be able...
2012-05-16 Akira HatanakaThis patch adds the register class for MIPS16 as well...
2012-05-16 Jakob Stoklund OlesenSet sub-register <undef> flags more accurately.
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-05-16 Benjamin KramerHexagon: Remove unused command line option.
2012-05-16 Duncan SandsFix a thinko in DisintegrateMERGE_VALUES. Patch by...
2012-05-16 Chris LattnerSignificantly reduce the compiled size of Functions...
2012-05-16 Evan ChengAvoid creating a cycle when folding load / op with...
2012-05-15 Jakob Stoklund OlesenEnable sub-sub-register copy coalescing.
2012-05-15 Jakob Stoklund OlesenTeach RegisterCoalescer to handle symmetric sub-registe...
2012-05-15 Jakob Stoklund OlesenHandle NewReg==OldReg in renameRegister().
2012-05-15 Jakob Stoklund OlesenWe never call adjustCopiesBackFrom() for partial copies.
2012-05-15 Nuno Lopesreuse the result of some expensive computations in...
2012-05-15 Jakob Stoklund OlesenExtend the CoalescerPair interface to handle symmetric...
2012-05-15 Andrew TrickAdd -enable-aa-sched-mi, off by default, for AliasAnaly...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 Nuno Lopesminor simplification to code: Ty is already a SCEV...
2012-05-15 David MajnemerTeach SimplifyLibCalls about stpcpy.
2012-05-15 Stepan DyatkovskiyRejected r156804 due to buildbots failures.
2012-05-15 Stepan DyatkovskiySelectionDAGBuilder::Clusterify : main functinality...
2012-05-15 Akira HatanakaTemporarily disable anti-dependence breaking for Mips...
2012-05-15 Bill WendlingRemove extraneous ';'.
2012-05-14 Akira HatanakaAdd a command line option to skip the delay slot filler...
2012-05-14 Michael J. Spencer[Support/YAMLParser] Use rtrim on plain scalars.
2012-05-14 David BlaikieFix use of uninitialized variable.
2012-05-14 Jakob Stoklund OlesenDon't access MO reference after invalidating operand...
2012-05-14 Jakob Stoklund OlesenFix PR12821.
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-14 Stepan DyatkovskiySwitchInst cosmetics: renamed "Hash" method to "hash"
2012-05-14 Bill WendlingUse ArrayRef instead of an explicit vector type.
2012-05-13 Benjamin KramerHexagon: Initialize TBB to 0.
2012-05-12 Benjamin KramerFix spacing after if.
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: Give a nice error message for .code16gcc...
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-12 Jay FoadTeach Function::hasAddressTaken that BlockAddress doesn...
2012-05-12 Sirish PandeMake sure new value jump is enabled for Hexagon V5...
2012-05-12 Sirish PandeSupport for Hexagon feature, New Value Jump.
2012-05-12 Akira HatanakaRemove MipsEmitGPRestore.cpp.
2012-05-12 Akira HatanakaDelete all functions that are no longer needed in MipsF...
2012-05-12 Akira HatanakaStop reserving register $gp. Do not call isGPFI to...
2012-05-12 Akira HatanakaDo not add the pass which restores $gp after every...
2012-05-12 Akira HatanakaMake the following changes in MipsISelLowering.cpp:
2012-05-12 Akira HatanakaMake the following changes in MipsFrameLowering.cpp:
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-05-12 Chad RosierHoist simpler checks above llvm::PointerMayBeCaptured...
2012-05-12 Jakob Stoklund OlesenDon't look for empty live ranges in the unions.
2012-05-12 Akira HatanakaInsert instructions to the entry basic block which...
2012-05-11 Akira HatanakaDo not replace operands of pseudo instructions with...
next