BasicAA: Use reachabilty instead of dominance for checking value equality in phi
[oota-llvm.git] / lib /
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-03 David BlaikieRevert "Debug Info: Type Units: Simplify type hashing...
2014-01-03 David BlaikieDebug Info: Type Units: Simplify type hashing using...
2014-01-03 Eric Christopher80-column.
2014-01-03 Eric ChristopherRemove TextSectionSym as it is unused.
2014-01-03 David BlaikieRevert "Reverting r193835 due to weirdness with Go..."
2014-01-03 David BlaikieReverting r193835 due to weirdness with Go...
2014-01-02 Quentin Colombet[RegAlloc] Make tryInstructionSplit less aggressive.
2014-01-02 Hal Finkel[PPC] Fix comment to match function name
2014-01-02 Eric ChristopherRemove comments on CU skeleton construction, they're...
2014-01-02 Hal Finkel[PPC] Fix the scheduling of CR logicals on the P7
2014-01-02 Eric ChristopherElaborate on comment for skeleton CU construction.
2014-01-02 Eric ChristopherRevert seemingly unnecessary section sym for the data...
2014-01-02 Hal Finkel[PPC] Use the correct immediate operands on 64-bit...
2014-01-02 Hal FinkelDisable compare sinking in CodeGenPrepare when multiple...
2014-01-02 Andrew Trickindvars: cleanup the IV visitor. It does more than...
2014-01-02 Eric ChristopherFix up a couple of review comments:
2014-01-02 Eric ChristopherSimplify conditional.
2014-01-02 Matt ArsenaultAllow addrspacecast in global aliases
2014-01-02 Hal Finkel[TableGen] Correctly generate implicit anonymous protot...
2014-01-02 Matt ArsenaultDelete unread globals through addrspacecast
2014-01-02 Matt ArsenaultFix addrspacecast with metadata globals
2014-01-02 Lang HamesRemove redundant fold call introduced in r195944. Thank...
2014-01-02 Hal Finkel[TableGen] Use the same anonymous name as the prefix...
2014-01-02 Andrew Trickindvars: insert truncate at loop boundary to avoid...
2014-01-02 Craig TopperMark REX64_PREFIX as In64BitMode, remove hack from...
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2014-01-02 Adrian PrantlRevert "Debug info: Add enumerators to the __apple_name...
2014-01-02 Craig TopperMark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode...
2014-01-02 Craig TopperMark all x86 Int_ and _Int patterns as isCodeGenOnly...
2014-01-02 Logan Chien[arm] Add softvfp to supported FPU names.
2014-01-02 Rafael EspindolaMake the ARM ABI selectable via SubtargetFeature.
2014-01-02 Arnold SchwaighoferBasicAA: Fix value equality and phi cycles
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2014-01-01 Venkatraman Govind... [Sparc] Handle atomic loads/stores in sparc backend.
2014-01-01 Craig TopperRemove modifierType/Base from X86 disassembler tables...
2014-01-01 Venkatraman Govind... [SparcV9]: Custom lower UMULO/SMULO so that the argumen...
2014-01-01 Venkatraman Govind... [SparcV9]: Use SRL instead of SLL to clear top 32-bits...
2014-01-01 NAKAMURA TakumiX86Disassembler.cpp: Prune stray @return on translateFP...
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2014-01-01 Craig TopperSecond attempt at Removing special form of AddRegFrm...
2013-12-31 Nick LewyckyFold vector selects with undef elements in the conditio...
2013-12-31 Craig TopperRevert r198238 and add FP disassembler tests. It didn...
2013-12-31 Craig TopperRemove old comment referring to an argument that no...
2013-12-31 Mark SeabornFix misaligned indentation in "if" block in MipsMCCodeE...
2013-12-31 Craig TopperAdd missing MRM_XX forms to the old JIT emitter for...
2013-12-31 Craig TopperRemove MRMInitReg form now that it's last use is gone.
2013-12-31 Alp TokerSilence g++ 4.9 build issue
2013-12-31 Craig TopperHandle MOV32r0 in expandPostRAPseudo instead of MCInst...
2013-12-30 Craig TopperMerge case statements to remove redundant code.
2013-12-30 Craig TopperRemove special form of AddRegFrm used by FP instruction...
2013-12-30 Saleem AbdulrasoolARM IAS: account for predicated pre-UAL mnemonics
2013-12-30 Eric ChristopherRefactor and reduce code duplication for non-split...
2013-12-30 Eric ChristopherRevert r198208 and reapply:
2013-12-30 NAKAMURA TakumiRevert r198199 (and r198202). It broke 3 DebugInfo...
2013-12-30 Eric ChristopherFix aranges and split dwarf by ensuring that the symbol...
2013-12-30 Bill WendlingKeep comment with 'Subtarget' ivar.
2013-12-30 Eric ChristopherReapply r198196 with a fix to zero initialize the skele...
2013-12-30 Eric ChristopherTemporarily revert "Use a pointer to keep track of...
2013-12-30 Eric ChristopherUse a pointer to keep track of the skeleton unit for...
2013-12-30 Jiangning LiuFor AArch64 Neon, simplify scalar dup by lane0 for fp.
2013-12-30 Hao Liu[AArch64]Add code to spill/fill Q register tuples such...
2013-12-30 Hao Liu[AArch64]Can't select shift left 0 of type v1i64
2013-12-30 Kevin QinFix a bug in DAGcombiner about zero-extend after setcc.
2013-12-30 Hao Liu[AArch64]Fix the problem that can't select mul of v1i64...
2013-12-29 Nico WeberSet LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corre...
2013-12-29 Saleem AbdulrasoolARM IAS: fix after r198172
2013-12-29 Saleem AbdulrasoolARM: provide VFP aliases for pre-V6 mnemonics
2013-12-29 Saleem AbdulrasoolARM: fix a few typos in comments
2013-12-29 Saleem AbdulrasoolARM: fix typo in VFP instruction definition
2013-12-29 Mark SeabornFix indentation alignment of a declaration in MipsMCCod...
2013-12-29 Bill WendlingStore the global variable that's created so that it...
2013-12-29 Venkatraman Govind... [SparcV9] Use separate instruction patterns for 64...
2013-12-29 Venkatraman Govind... [SparcV9] For codegen generated library calls that...
2013-12-29 Craig TopperMake more of the x86 lowering helper functions static.
2013-12-29 Venkatraman Govind... [SparcV9]: Implement lowering of long double (fp128...
2013-12-29 Craig TopperSwitch from EVT to MVT in more of the x86 instruction...
2013-12-28 Saleem AbdulrasoolCodeGen: silence a C++11 feature warning
2013-12-28 Saleem AbdulrasoolARM IAS: handle errors more appropriately
2013-12-28 Andrew TrickUninitialized variable (in never taken path) after...
2013-12-28 Andrew TrickNew machine model for cortex-a9. Schedule for resources...
2013-12-28 Andrew TrickAdded debugging options: -misched-only-func/block
2013-12-28 Andrew TrickThe Cortex-A9 machine model is incomplete. Mark it...
2013-12-28 Andrew TrickAdd a PostMachineScheduler pass with generic implementa...
2013-12-28 Andrew TrickMove the PostRA scheduler's fixupKills function for...
2013-12-28 Andrew TrickStub out a PostMachineScheduler pass.
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-28 Craig TopperUse getSimpleValueType in a few spots where the type...
2013-12-28 Craig TopperMinor indentation fix to match other switch statements...
2013-12-28 Craig TopperMark some Type and EVT methods as LLVM_READONLY.
2013-12-28 Andrea Di Biagio[X86] Teach the backend how to fold target specific...
2013-12-28 Saleem AbdulrasoolAsmParser: cleanup diagnostics for .rep/.rept
2013-12-28 Saleem AbdulrasoolIAS: support .rep as an alias for .rept
2013-12-28 Saleem AbdulrasoolARMAsmParser: fix typo in comment
2013-12-28 Chandler CarruthDisable transforms that introduce calls to exp10*(...
2013-12-28 Eric ChristopherRemove AsmPrinter::needsRelocationsForDwarfStringPool...
2013-12-27 Andrea Di BiagioTeach DAGCombiner how to fold a SIGN_EXTEND_INREG of...
2013-12-27 David BlaikieDebugInfo: Remove dead code, DICompositeType::addMember...
2013-12-27 Chandler CarruthUse two variables here rather than reusing (and abusing...
next