[APFloat] Removed a assert from significandParts() which says that one can only acces...
[oota-llvm.git] / lib /
2013-06-24 Michael Gottesman[APFloat] Removed a assert from significandParts()...
2013-06-24 Michael Gottesman[APFloat] Rename macro convolve => PackCategoriesIntoKe...
2013-06-24 Amaury de la VieuvilleARM: check predicate bits for thumb instructions
2013-06-24 Amaury de la VieuvilleARM: rGPR is meant to be unpredictable, not undefined
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-06-24 Amaury de la VieuvilleARM: fix thumb1 nop decoding
2013-06-24 Amaury de la VieuvilleARM: fix IT decoding
2013-06-24 Amaury de la VieuvilleARM: enable decoding of pc-relative PLD/PLI
2013-06-24 Chandler CarruthAdd a flag to defer vectorization into a phase after...
2013-06-24 Arnold SchwaighoferRevert "LoopVectorize: Use the dependence test utility...
2013-06-24 Michael Gottesman[APFloat] Rename llvm::exponent_t => llvm::APFloat...
2013-06-24 Arnold SchwaighoferLoopVectorize: Use the dependence test utility class
2013-06-24 Arnold SchwaighoferLoopVectorize: Add utility class for checking dependenc...
2013-06-24 Arnold SchwaighoferLoopVectorize: Add utility class for building sets...
2013-06-24 Nadav RotemSLP Vectorizer: Add support for vectorizing parts of...
2013-06-24 Andrew TrickFix tail merging to assign the (more) correct BasicBloc...
2013-06-23 Nadav RotemSLP Vectorizer: Fix a bug in the code that does CSE...
2013-06-23 Nadav RotemSLP Vectorizer: Erase instructions outside the vectoriz...
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-23 Andrew TrickAdd MI-Sched support for x86 macro fusion.
2013-06-23 Nadav RotemSLP Vectorizer: Implement a simple CSE optimization...
2013-06-22 Nadav RotemSLP Vectorizer: Implement multi-block slp-vectorization.
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-22 Benjamin KramerRevert "FunctionAttrs: Merge attributes once instead...
2013-06-22 Benjamin KramerFunctionAttrs: Merge attributes once instead of doing...
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
2013-06-22 Andrew TrickPrevent LiveRangeEdit from deleting bundled instructions.
2013-06-21 David BlaikieDebugInfo: Don't lose unreferenced non-trivial by-value...
2013-06-21 Michael Gottesman[objc-arc-opts] Make IsTrackingImpreciseReleases a...
2013-06-21 Kevin EnderbyImprove the time it takes to generating dwarf for assem...
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Michael Gottesman[objc-arc-opts] Now that PtrState.RRI is encapsulated...
2013-06-21 Michael Gottesman[objc-arc-opts] Encapsulated PtrState.RRI.{Calls,Revers...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2013-06-21 Michael Gottesman[objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpre...
2013-06-21 Michael Gottesman[objcarcopts] Encapsulate PtrState.RRI.CFGHazardAfflict...
2013-06-21 Justin Holewinski[NVPTX] Add support for selecting CUDA vs OCL mode...
2013-06-21 Michael LiaoFix PR16360
2013-06-21 Andrew TrickUpdate physreg live intervals during remat.
2013-06-21 Andrew TrickAdded -precompute-phys-liveness for testing LiveInterva...
2013-06-21 Andrew TrickHandle more cases in LiveRangeEdit::eliminateDeadDefs.
2013-06-21 Andrew TrickRefactor LiveRangeEdit::eliminateDeadDefs.
2013-06-21 Andrew Trickwhitespace
2013-06-21 Andrew TrickFix a -join-globalcopies bug; handle undef operands.
2013-06-21 Andrew TrickModify the -join-globalcopies option (off by default).
2013-06-21 Andrew TrickMake rematerialization in the coalescer less sensitive...
2013-06-21 Andrew TrickFix IMULX machine model. Multiple def operands require...
2013-06-21 Andrew TrickMI-Sched: cleanup DEBUG output.
2013-06-21 Andrew TrickMI-Sched: Adjust regpressure limits for reserved regs.
2013-06-21 Ulrich Weigand[PowerPC] Support R_PPC_REL16 family of relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-21 Ulrich Weigand[PowerPC] Support @h modifier
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-06-21 Michael Gottesman[objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata...
2013-06-21 Michael Gottesman[objcarcopts] Encapsulate PtrState.RRI.IsTailCallReleas...
2013-06-21 Michael Gottesman[obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in...
2013-06-21 Michael Gottesman[objcarcopts] Some more minor code cleanups/comment...
2013-06-21 Michael Gottesman[objcarcopts] Refactor out the RRInfo merging code...
2013-06-21 Nadav RotemSLP Vectorizer: do not search for store-chains that...
2013-06-21 David BlaikieDebugInfo: When asm printing include a '[def]' tag...
2013-06-21 Sean Silva[yaml2obj][ELF] Don't explicitly set `Binding` with...
2013-06-20 Quentin ColombetARM: Remove a (false) dependency on the memoryoperand...
2013-06-20 Ulrich Weigand[PowerPC] Clean up VK_PPC_TOC... names
2013-06-20 Kevin EnderbyUpdate the X86 disassembler to use xacquire and xreleas...
2013-06-20 Rafael EspindolaAdd another fixme.
2013-06-20 Ulrich Weigand[PowerPC] Minor cleanup in PPCELFObjectWriter::getReloc...
2013-06-20 Rafael EspindolaRemove last use of PathV1.h from Archive.cpp.
2013-06-20 Tom StellardR600/SI: Expand sub for v2i32 and v4i32 for SI
2013-06-20 Tom StellardR600/SI: Expand add for v2i32 and v4i32
2013-06-20 Tom StellardR600: Expand v2i32 load/store instead of custom lowering
2013-06-20 Rafael Espindolamake getLastModificationTime const. Move it with the...
2013-06-20 Sean Silva[yaml2obj][ELF] Add support for st_value and st_size.
2013-06-20 Sean Silva[yaml2obj][ELF] Allow symbols to reference sections.
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
2013-06-20 Meador IngeRemove the simplify-libcalls pass (finally)
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Nadav RotemClang-format the SLP vectorizer. No functionality change.
2013-06-20 Joey GoulyThis reverts r155000.
2013-06-20 Nadav RotemSLPVectorization: Add a basic support for cross-basic...
2013-06-20 Ulrich Weigand[PowerPC] Remove unused parameter
2013-06-20 Nadav RotemChange the debug type to match the debug type that...
2013-06-20 Ulrich Weigand[PowerPC] Add missing build dependency
2013-06-20 Ulrich Weigand[MC] Support @ variants with directional labels
2013-06-20 Ulrich Weigand[PowerPC] Optimize @ha/@l constructs
2013-06-20 Ulrich Weigand[PowerPC] Support compare mnemonics with implied CR0
2013-06-20 Evgeniy StepanovFix get_magic() handling of short reads.
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-20 Evgeniy StepanovRemove MSan hack that is no longer needed.
2013-06-20 Vladimir MedicOptimize register parsing for MipsAsmParser. Allow...
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-06-19 Argyrios Kyrtzidis[Support/CrashRecoveryContext] Make sure CrashRecoveryC...
2013-06-19 Bill WendlingThis is now a duplicate.
2013-06-19 Bill WendlingMake the comparison operators non-member functions.
2013-06-19 Bill WendlingDon't pass in the TargetInstrInfo into the register...
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-19 David BlaikieSpell correct (s/begining/beginning/)
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
next