Replace -use-init-array with -use-ctors.
[oota-llvm.git] / lib / CodeGen /
2014-09-02 Hal FinkelRevert "Revert '[DAGCombiner] Split up an indexed load...
2014-09-01 Saleem AbdulrasoolCodeGen: indicate Windows unwind data format
2014-09-01 Saleem AbdulrasoolCodeGen: split out the Win64Exception emitter
2014-09-01 Patrik HagglundFix in InlineSpiller to make the rematerilization loop...
2014-09-01 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-08-31 David BlaikieDebugInfo: Elide lexical scopes which only contain...
2014-08-31 David BlaikieDebugInfo: Move argument creation up into the caller...
2014-08-31 David BlaikieDelay adding imported entity DIEs to the lexical scope...
2014-08-31 David BlaikieModify DwarfDebug::constructImportedEntityDIE to return...
2014-08-31 David BlaikieRefactor constructImportedEntityDIE(DwarfUnit, DIImport...
2014-08-31 David BlaikieSimplify expression using container's front() rather...
2014-08-30 Josh Klontz[PATCH][Interpreter] Add missing FP intrinsic lowering.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-29 Juergen Ributzka[MachineSinking] Clear kill flag of all operands at...
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-29 David BlaikieRevert accidentally committed patches r216787-r216789
2014-08-29 David BlaikieOmit DW_AT_artificial, DW_AT_external, and similar...
2014-08-29 David BlaikieOmit dwarf::DW_AT_frame_base under -gmlt
2014-08-29 David BlaikieStuff
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid KlecknerAdd a const and munge some comments
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-29 Frederic RissUse DwarfDebug::attachLowHighPC for the compilation...
2014-08-29 Job NoormanDo not assume the value passed to memset is an i32.
2014-08-28 Sanjay PatelMove FNEG next to FABS and make them more similar,...
2014-08-28 Rafael EspindolaOn MachO, don't put non-private constants in mergeable...
2014-08-28 Frederic RissConstify MCSymbol* parameters to DwarfDebug::attachLowH...
2014-08-28 Owen AndersonDo not introduce new shuffle patterns after operation...
2014-08-28 Sanjay PatelJanitorial services: "Don’t duplicate function or class...
2014-08-28 Sanjay PatelRemove local TLI vars that are just duplicates of the...
2014-08-28 Sanjay PatelUse local vars to improve readability. No functional...
2014-08-28 Arnaud A. de Grand... [PBQP] Only output debug information when requested
2014-08-28 Juergen Ributzka[FastISel] Undo phi node updates when falling-back...
2014-08-28 Juergen Ributzka[FastISel]
2014-08-27 Sanjay PatelUse local variable in visitFADD. No functional change.
2014-08-27 Sanjay PatelGroup unsafe-math optimizations for fsub into one block...
2014-08-27 Juergen Ributzka[FastISel] Fix a potential bug in FastEmitInst_ri
2014-08-27 Sanjay PatelUse local variable to improve readability.
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Oliver StannardTeach the AArch64 backend about v4f16 and v8f16
2014-08-27 Chandler Carruth[SDAG] Re-instate r215611 with a fix to a pesky X86...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-27 David BlaikieRemove type unit skeletons. GDB no longer needs them...
2014-08-26 Dylan NoblesmithCodeGen/LiveVariables: use vector::assign()
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-25 Dylan NoblesmithCodeGen/LiveVariables: hoist out code in nested loops
2014-08-25 Dylan NoblesmithCodeGen/LiveVariables: switch to std::vector
2014-08-25 Dylan NoblesmithCodeGen: switch raw array to std::vector
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-23 Nick LewyckyRevert r215611 because it caused the infinite loop...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-21 Sanjay Patelname change: isPow2DivCheap -> isPow2SDivCheap
2014-08-21 Quentin Colombet[PeepholeOptimizer] Enable the advanced copy optimizati...
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-21 Quentin Colombet[PeepholeOptimizer] Update the kill flags when extendin...
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-21 Benjamin KramerDAGCombiner: Make concat_vector combine safe for EVTs...
2014-08-21 Oliver Stannard[ARM] Enable DP copy, load and store instructions for...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-21 Jiangning LiuRevert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND...
2014-08-21 Quentin Colombet[PeepholeOptimizer] Take advantage of the isInsertSubre...
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin Colombet[PeepholeOptimizer] Take advantage of the isExtractSubr...
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-20 Alexey SamsonovFix null reference creation in SelectionDAG constructor.
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2014-08-20 Alexey SamsonovFix null reference creation in ScheduleDAGInstrs constr...
2014-08-20 Sanjay Patelcritical-anti-dependency breaker: don't use reg def...
2014-08-20 Quentin Colombet[PeepholeOptimizer] Refactor the advanced copy optimiza...
2014-08-20 Jiangning LiuOptimize ZERO_EXTEND and SIGN_EXTEND in both SelectionD...
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-18 Oliver StannardTeach the AArch64 backend to handle f16
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-16 Matt ArsenaultFix fmul combines with constant splat vectors
2014-08-16 Andrea Di Biagio[DAGCombiner] Improve the folding of target independet...
2014-08-16 Hal FinkelMake isAliased property for fixed-offset stack objects...
2014-08-15 Robin MorissetFix typos in comments
2014-08-15 Juergen Ributzka[FastISel] Remove an performance debugging assert.
2014-08-15 Rafael EspindolaDelete dead code. NFC.
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-14 Sanjay Pateloptimize vector fneg of bitcasted integer value
2014-08-14 Chandler Carruth[SDAG] Fix a bug in the DAG combiner where we would...
2014-08-14 Chandler Carruth[SDAG] Fix a case where we would iteratively legalize...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-13 Gerolf Hoflehner[MachineCombiner] Removal of dangling DBG_VALUES after...
2014-08-13 Gerolf Hoflehner[Cleanup] Utility function to erase instruction and...
2014-08-13 Quentin Colombet[MachineDominatorTree] Provide a method to inform a...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Andrea Di Biagio[DAGCombiner] Improved target independent vector shuffl...
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-12 Adrian PrantlRemove a condition that can never be true, as wittnesse...
2014-08-12 Quentin ColombetFix a parentheses warning introduced in r215394.
2014-08-12 Eric ChristopherHave MachineRegisterInfo take and store the MachineFunc...
2014-08-12 Adrian PrantlDebugLocEntry: Restore the comparison predicate from...
2014-08-12 David BlaikieRevert "Partially revert r214761 that asserted that...
2014-08-11 Quentin Colombet[MachineSink] Improve the compile time by preserving...
next