Avoid using EL_GETFP.
[oota-llvm.git] / lib / CodeGen /
2014-02-04 Rafael EspindolaUse the default values.
2014-02-04 NAKAMURA TakumiRegAllocGreedy.cpp: Use more simple value as Hysteresis...
2014-02-04 David BlaikieDebugInfo: Remove some unneeded conditionals now that...
2014-02-03 Hal FinkelExpand vector bswap in LegalizeVectorOps
2014-02-01 Eli BenderskyRemove some unused #includes
2014-02-01 Josh Magee[stackprotector] Implement the sspstrong rules for...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-31 Reid KlecknerDon't put non-static allocas in the static alloca map
2014-01-31 Rafael EspindolaRemove a redundant call to hasRawTextSupport.
2014-01-31 Paul RobinsonIf we're not producing DWARF accel tables, don't waste...
2014-01-31 Eric ChristopherAdd support for DW_FORM_flag and DW_FORM_flag_present...
2014-01-31 David BlaikieDebugInfo: Flag type unit references as declarations
2014-01-31 Manman RenThis patch teaches the DAGCombiner how to fold insert_s...
2014-01-31 Owen AndersonDAGCombine should not produce ISD::OR nodes after opera...
2014-01-31 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Juergen RibutzkaRevert "[Stackmaps] Record the stack size of each funct...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-30 Manman RenRevert r200431 due to bot failures.
2014-01-30 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-29 Manman RenPGO branch weight: update edge weights in IfConverter.
2014-01-29 Eric ChristopherMove range handling for a function to endFunction rathe...
2014-01-29 Eric ChristopherIf we use DW_AT_ranges we need to specify a base addres...
2014-01-29 Eric ChristopherTurn on CU ranges if we've got multiple compile units...
2014-01-29 Eric ChristopherMake the compile unit map a MapVector so that we can...
2014-01-29 Eric ChristopherFix formatting of comment.
2014-01-29 Renato GolinEnable EHABI by default
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...
2014-01-28 Adrian Prantltypo
2014-01-28 Andrea Di Biagio[DAGCombiner] Avoid introducing an illegal build_vector...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-27 Eric ChristopherReformat slightly.
2014-01-27 Matt ArsenaultFix sext(setcc) -> select_cc using wrong type for setcc.
2014-01-27 Andrea Di Biagio[DAGCombiner] Teach how to fold sext/aext/zext of const...
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-27 Stepan DyatkovskiyFix for PR18102.
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Kevin Qin[AArch64 NEON] Fix pattern match failed on FP_ROUND...
2014-01-25 Hal FinkelDisable the use of TBAA when using AA in CodeGen
2014-01-25 Hal FinkelAdd combiner-aa-only-func (debug only)
2014-01-25 Hal FinkelImprove descriptions of combiner-alias-analysis and...
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Hal FinkelFix DAGCombiner::GatherAllAliases to account for non...
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Hal FinkelRestrict FindBetterChain DAG combines to unindexed...
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaAdd final and owerride keywords to TargetTransformInfo...
2014-01-24 Alp TokerFix known typos
2014-01-24 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2014-01-24 Eric ChristopherRevert "Use DW_AT_high_pc and DW_AT_low_pc for the...
2014-01-24 Eric ChristopherUse DW_AT_high_pc and DW_AT_low_pc for the high and...
2014-01-24 Rafael EspindolaSimplify the logic for deciding when to initialize...
2014-01-23 Eric ChristopherMake the use of DW_AT_ranges in the compile unit depend...
2014-01-23 Rafael EspindolaRemove duplicated info on what .text, .data and .bss...
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-23 Eric ChristopherAvoid emitting a DWARF type attribute for an ObjC prope...
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2014-01-22 Owen AndersonRevert r162101 and replace it with a solution that...
2014-01-22 Greg FitzgeraldFix inline assembly that switches between ARM and Thumb...
2014-01-22 Elena DemikhovskyAVX512: combining setcc and zext is wrong on AVX512
2014-01-22 James MolloyMachineCopyPropagation has special logic for removing...
2014-01-22 Andrew TrickReformat a loop for basic hygeine. Self review.
2014-01-22 Matt ArsenaultFix typo
2014-01-21 Duncan P. N. Exon... CodeGen: Stop treating vectors as aggregates
2014-01-21 Andrew TrickFix PR18572 - llc crash during GenericScheduler::initPo...
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-21 Renato GolinChecked return warning from coverity
2014-01-20 Hal FinkelUpdate StackProtector when coloring merges stack slots
2014-01-20 Owen AndersonAllow SMUL_LOHI and UMUL_LOHI to be narrow to MUL on...
2014-01-20 Hal FinkelUpdate IR when merging slots in stack coloring
2014-01-20 Hal FinkelTrack multiple stores per object when using AA in Sched...
2014-01-20 Chandler CarruthFix a DenseMap iterator invalidation bug causing lots...
2014-01-18 Adrian PrantlDebug info (LTO): Move the creation of accessibility...
2014-01-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2014-01-16 Tim NorthoverReMat: fix overly cavalier attitude to sub-register...
2014-01-16 Rafael EspindolaUse a slightly smaller hack.
2014-01-15 Andrea Di Biagio[DAGCombiner] Fix a wrong check in method SimplifyVBinOp.
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-15 Eric ChristopherMake sure we emit a relocation to the debug_ranges...
2014-01-14 Eric ChristopherEnable use of ranges for translation units in the prese...
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Patrik HagglundFix valgrind warning for gcc builds.
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Jakob Stoklund OlesenAlways let value types influence register classes.
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-13 Juergen Ributzka[DAG] Refactor ReassociateOps - no functional change...
2014-01-13 Juergen Ributzka[DAG] Teach DAG to also reassociate vector operations
2014-01-13 Andrew TrickHide the pre-RA-sched= option.
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Tim NorthoverRevert "ReMat: fix overly cavalier attitude to sub...
2014-01-13 Tim NorthoverReMat: fix overly cavalier attitude to sub-register...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
next