[PM] Make the function pass manager more regular.
[oota-llvm.git] / lib /
2013-11-20 Chandler Carruth[PM] Make the function pass manager more regular.
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-20 Chandler Carruth[PM] Split the analysis manager into a function-specifi...
2013-11-20 Hal FinkelPPC: Optimize rldicl generation for masked shifts
2013-11-20 Eric ChristopherRemove polymorphic destruction for DIE. DIEBlocks are...
2013-11-20 Eric ChristopherRemove capability for polymorphic destruction from...
2013-11-20 Eric ChristopherGrammar.
2013-11-20 Eric ChristopherFormatting, 80-col, trailing whitespace.
2013-11-20 Jack Carterlong line correction
2013-11-20 Jack Carterlong line correction
2013-11-20 Filip PizloExpose the fence instruction via the C API.
2013-11-19 Aditya NandakumarFixed an extra for(typo) in the comments
2013-11-19 Jack Carterlong lines and white space correction
2013-11-19 David BlaikieDebugInfo: Partial implementation of DWARF type units.
2013-11-19 David BlaikieDebugInfo: Constify accelerator table handling, and...
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix stale for Value pointer array
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix whitespace errors
2013-11-19 Petar Jovanovic[mips] Resolve relocation for the stubs in MCJIT when...
2013-11-19 Juergen Ributzka[DAG] Refactor vector splitting code in SelectionDAG...
2013-11-19 Rafael EspindolaMake it explicit that nulls are not allowed in names.
2013-11-19 Yuchen Wullvm-cov: Moved printing after error checks.
2013-11-19 Jack Carterreverts 195057 per request
2013-11-19 Yuchen Wullvm-cov: Added constness property to methods.
2013-11-19 Benjamin KramerDataLayout: value initialize globals to avoid static...
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-11-19 Andrew TrickObvious pasto survived a couple rounds of cleanup.
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Cameron McInallyFix assembly operands for the SSE2 cvtsd2ss instruction.
2013-11-19 Simon Atanasyan[Mips] Adjust float ABI settings in case of MIPS16...
2013-11-19 Eric ChristopherFormatting and 80-col.
2013-11-19 Eric ChristopherFix comment.
2013-11-19 Eric ChristopherRefactor the section emission code to remove duplicates...
2013-11-19 Eric ChristopherReformat file.
2013-11-19 Chandler CarruthFix an issue where SROA computed different results...
2013-11-19 Michael IlsemanAdd support for software expansion of 64-bit integer...
2013-11-19 Andrew TrickFix patchpoint comments.
2013-11-19 Andrew TrickUse symbolic operands in the patchpoint folding routine...
2013-11-19 Andrew TrickAdd an abstraction to handle patchpoint operands.
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-19 Eric ChristopherRemove unused special member functions and reformat.
2013-11-19 Eric ChristopherFix previous commit and fully remove variable.
2013-11-19 Eric ChristopherRemove unused variable.
2013-11-19 Jiangning LiuImplement AArch64 SISD intrinsics for vget_high and...
2013-11-19 Kevin Qinimplement MC layer of AArch64 neon instruction PMULL...
2013-11-19 Jiangning LiuAdd predicate for AArch64 crypto instructions.
2013-11-19 Jack Carter[Mips] Support for MicroMips STO refactoring.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 David BlaikieDwarfDebug: Move trailing else to the same line as...
2013-11-18 David BlaikieDwarfDebug: Remove some more redundant explicit constru...
2013-11-18 Jack Carter[Mips] MipsTargetStreamer refactoring.
2013-11-18 David BlaikieDebugInfo: Simplify a few more explicit constructions...
2013-11-18 Reid KlecknerRevert "COFF: Emit all MCSymbols rather than filtering...
2013-11-18 Adrian PrantlDebug info: Let LowerDbgDeclare perfom the dbg.declare...
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-18 Matt ArsenaultR600/SI: Fix moveToVALU when the first operand is VSrc.
2013-11-18 Matt ArsenaultR600/SI: Fix multiple SGPR reads when using VCC.
2013-11-18 Matt ArsenaultR600/SI: Implement add i64, but do not yet enable.
2013-11-18 Matt ArsenaultR600/SI: Specify SSrc operands
2013-11-18 Matt ArsenaultR600/SI: addc / adde i32 are legal
2013-11-18 Matt ArsenaultR600/SI: Match addc to S_ADD_U32.
2013-11-18 Matt ArsenaultR600/SI: Match adde/sube to S_ADDC_U32/S_SUBB_U32
2013-11-18 Matt ArsenaultR600/SI: Specify S_ADD/S_SUB set SCC and add is commutable
2013-11-18 Matt ArsenaultR600/SI: Move patterns to match add / sub to scalar...
2013-11-18 Matt ArsenaultR600/SI: Fix extra defs of VCC / SCC.
2013-11-18 Tom StellardR600: Enable the IR structurizer by default
2013-11-18 Tom StellardR600: Fix a crash in the AMDILCFGStrucurizer
2013-11-18 Tom StellardR600: Add a SubtargetFeatture for disabling the ifcvt...
2013-11-18 Tom StellardR600: Use lower-case for EnableIRStructurizer feature
2013-11-18 Tom StellardR600/SI: Fix illegal VGPR->SGPR copy inside of loop
2013-11-18 Tom StellardR600/SI: Fix another case of illegal VGPR->SGPR copy
2013-11-18 Aaron BallmanChecking for a return value with FormatMessage; if...
2013-11-18 Aaron BallmanFixing a possible memory leak from a failing realloc...
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-18 Alexey Samsonov[ASan] Fix PR17867 - make sure ASan doesn't crash if...
2013-11-18 Arnold SchwaighoferLoopVectorizer: Extend the induction variable to a...
2013-11-18 Daniel Sanders[mips] Fix 'ran out of registers' in MIPS32 with FP64...
2013-11-18 Matheus Almeida[mips][msa] Update encoding of bnz.v (typo).
2013-11-18 Matheus Almeida[mips][msa] Fix immediate value of LSA instruction...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-18 Kevin Qin[AArch64 NEON]Add mov alias for simd copy instructions.
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-18 Manman RenDebug Info Verifier: disable it by default.
2013-11-18 Matt ArsenaultFix spacing, forward declare order.
2013-11-17 David BlaikieRemove unnecessary temporary construction.
2013-11-17 David BlaikieRemove redundant explicit default initialization.
2013-11-17 David BlaikieDwarfCompileUnit: Add type safety to createGlobalVariab...
2013-11-17 Manman RenDebug Info: fix typo in function name.
2013-11-17 Manman RenDebug Info Verifier: fix when to find debug info nodes...
2013-11-17 Manman RenDebug Info Verifier: enable public functions of Finder...
2013-11-17 NAKAMURA TakumiUtils/LoopUnroll.cpp: Tweak (StringRef)OldName to be...
2013-11-17 Hal FinkelAdd a loop rerolling flag to the PassManagerBuilder
2013-11-17 Bill WendlingRevert "Micro-optimization"
2013-11-17 Benjamin KramerDAGCombiner: Partially revert r192795, getNOT was fixed...
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-11-17 Matt ArsenaultUse more getZExtOrTruncs
2013-11-17 Matt ArsenaultUse getZExtOrTrunc instead of repeating the same logic.
2013-11-17 Hal FinkelAdd the cold attribute to error-reporting call sites
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-17 Hal FinkelFix ndebug-build unused variable in loop rerolling
2013-11-17 Matt ArsenaultUse right address space pointer size
next