Expose LLVM version string via macro in llvm-config.h, and modify Go bindings
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2014-11-18 Owen AndersonFix an incorrect chain operand when expanding INSERT_VE...
2014-11-17 Oliver StannardFix optimisations of SELECT_CC which assumed result...
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-11-17 Craig TopperReplace a couple asserts with static_asserts.
2014-11-16 Craig TopperConvert some EVTs to MVTs where only a SimpleValueType...
2014-11-15 Andrea Di Biagio[DAG] Improved target independent vector shuffle foldin...
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Frederic RissAdd an assert and a test that verify r221709's fix.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-11 Frederic RissTotally forget deallocated SDNodes in SDDbgInfo.
2014-11-11 Oliver StannardLLVM incorrectly folds xor into select
2014-11-05 Andrea Di Biagio[X86] Teach method 'isVectorClearMaskLegal' how to...
2014-11-03 Paul RobinsonNormally an 'optnone' function goes through fast-isel...
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-30 Ahmed Bougacha[SelectionDAG] When scalarizing trunc, don't assert...
2014-10-30 Louis GerbargFix incorrect invariant check in DAG Combine
2014-10-29 NAKAMURA TakumiWhitespace.
2014-10-24 Matt ArsenaultFix copy paste comment
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-23 Ahmed Bougacha[SelectionDAG] Teach the vector scalarizer about FP...
2014-10-23 Ahmed BougachaUpdate comment and fix typos in assert message. (NFC)
2014-10-23 Tim NorthoverScheduleDAG: record PhysReg dependencies represented...
2014-10-22 Benjamin KramerStrength reduce constant-sized vectors into arrays...
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-17 Pete CooperCheck for dynamic alloca's when selecting lifetime...
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-17 Jan VeselySelectionDAG: Add sext_inreg optimizations
2014-10-16 Juergen RibutzkaReduce code duplication between patchpoint and non...
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-13 Adrian Prantlconstify the getters in SDNodeDbgValue.
2014-10-13 Chad RosierRefactor debug statement and remove dead argument....
2014-10-12 Benjamin KramerModernize old-style static asserts. NFC.
2014-10-09 Sanjay PatelImprove sqrt estimate algorithm (fast-math)
2014-10-09 Eric ChristopherRemove more calls to getSubtargetImpl from the schedule...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-10-09 Eric ChristopherRemove uses of getSubtargetImpl from ResourcePriorityQu...
2014-10-09 Eric ChristopherRemove the uses of getSubtargetImpl from InstrEmitter...
2014-10-09 Eric ChristopherUse the subtarget on the dag to get TargetFrameLowering...
2014-10-09 Eric ChristopherRemove uses of the TargetMachine from FunctionLoweringInfo
2014-10-08 Eric ChristopherRemove unnecessary include.
2014-10-08 Eric ChristopherUse both the cached TLI and the subtarget off of the...
2014-10-08 Eric ChristopherRemove getSubtargetImpl calls from FastISel, we can...
2014-10-08 Eric ChristopherRemove dead call to getTypeToTransformTo. The result is
2014-10-08 Eric ChristopherRemove a bunch of getSubtargetImpl calls since we alrea...
2014-10-08 Eric ChristopherUse the TargetLowering information we already have...
2014-10-08 Eric ChristopherGrab the TargetRegisterInfo off of the subtarget from the
2014-10-08 Eric ChristopherCache TargetLowering on SelectionDAGISel and update...
2014-10-08 Eric ChristopherCache SelectionDAGISel TargetInstrInfo lookups on the...
2014-10-08 Eric ChristopherReset the target options and optimization level as...
2014-10-08 Eric ChristopherHave the selection dag grab TargetLowering off of the...
2014-10-08 Eric ChristopherHave SelectionDAG's subtarget TargetSelectionDAGInfo...
2014-10-07 Sanjay Pateltypos
2014-10-07 Sanjay Pateltypos
2014-10-06 Hal Finkel[DAGCombine] Remove SIGN_EXTEND-related inf-loop
2014-10-06 Sanjay PatelFast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z...
2014-10-05 Chandler Carruth[x86, dag] Teach the DAG combiner to prune inputs toa...
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-10-03 Adam Nemet[ISel] Keep matching state consistent when folding...
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-30 Sanjay PatelUse the target-specified iteration count to opt out...
2014-09-30 Sanjay PatelSplit the estimate() interface into separate functions...
2014-09-30 Andrea Di Biagio[DAG] Check in advance if a build_vector has a legal...
2014-09-27 James Molloy[AArch64] Redundant store instructions should be remove...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-26 David XuRevert patch ofr218493
2014-09-26 David XuRedundant store instructions should be removed as dead...
2014-09-26 Eric ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-25 Tom StellardSelectionDAG: Remove #if NDEBUG from check for a post...
2014-09-24 Jiangning LiuClear PreferredExtendType for in each function-specific...
2014-09-23 Sanjay PatelUse SDValue bool operator to reduce code. No functional...
2014-09-21 Sanjay PatelRefactor reciprocal square root estimate into target...
2014-09-20 Peter CollingbourneFix crash with an insertvalue that produces an empty...
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-09-19 Jiangning LiuOptimize sext/zext insertion algorithm in back-end.
2014-09-15 Sanjay PatelReplace repeated null checks with an assert. NFC.
2014-09-15 Juergen Ributzka[FastISel] Move optimizeCmpPredicate to FastISel base...
2014-09-15 Sanjay PatelReplace dead links to "Hacker's Delight" with general...
2014-09-12 Owen AndersonAllow targets to custom legalize vector insertion and...
2014-09-12 Benjamin KramerLegalizer: Use the scalar bit width when promoting...
2014-09-11 Matt ArsenaultAdd DAG combine for shl + add of constants.
2014-09-11 Sanjay PatelCombine fmul vector FP constants when unsafe math is...
2014-09-11 David XuBuild correct vector filled with undef nodes
2014-09-08 Hans WennborgFast-ISel: Remove dead code after falling back from...
2014-09-08 Sanjay PatelGroup unsafe fmul math folds together for easier readin...
2014-09-08 Sanjay PatelFix the FIXME that was just added in r217390 - remove...
2014-09-08 Sanjay Patelgroup unsafe math folds together for easier reading
2014-09-05 Sanjay PatelAllow vector fsub ops with constants to get the same...
2014-09-05 Sanjay Patelclean up; NFC
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-03 Juergen Ributzka[FastISel] Some long overdue spring cleaning of FastISel.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Juergen Ributzka[FastISel] Provide the option to skip target-independen...
2014-09-02 Matt ArsenaultFix interference caused by fmul 2, x -> fadd x, x
next