Adding a new option to CMake to disable C++ atexit on llvm-shlib.
[oota-llvm.git] / lib / CodeGen /
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 Juergen Ributzka[CGP] Rewrite pattern match for splitBranchCondition...
2014-12-09 Juergen RibutzkaRevert "Move function to obtain branch weights into...
2014-12-09 Juergen Ributzka[CodeGenPrepare] Split branch conditions into multiple...
2014-12-09 Owen AndersonFix a few instances found in SelectionDAG where we...
2014-12-09 Hal FinkelHandle early-clobber registers in the aggressive anti...
2014-12-08 Tom StellardMISched: Fix moving stores across barriers
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-06 Hans WennborgSelectionDAG switch lowering: Replace unreachable defau...
2014-12-05 Eric ChristopherThese two calls were grabbing the same register info...
2014-12-05 Ahmed Bougacha[CodeGenPrepare] Use variables for reused values. NFC.
2014-12-05 Hal FinkelRevert "r223440 - Consider subregs when calling MI...
2014-12-05 Hal FinkelConsider subregs when calling MI::registerDefIsDead...
2014-12-05 Adrian PrantlCleanup: Calls to getDwarfRegNum() may actually fail...
2014-12-04 Adrian PrantlSimplify implementation and testcase of r223401 based...
2014-12-04 Adrian PrantlDebug info: If the RegisterCoalescer::reMaterializeTriv...
2014-12-04 Patrik HagglundUse DomTree in MachineSink to sink over diamonds.
2014-12-04 Simon Pilgrim[InstCombine] Minor optimization for bswap with binary ops
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-12-03 Quentin Colombet[RegAllocFast] Handle implicit definitions conservatively.
2014-12-03 Peter CollingbournePrologue support
2014-12-02 Hal Finkel[PowerPC] Implement readcyclecounter for PPC32
2014-12-02 Philip ReamesRestructure some assertion checking based on post commi...
2014-12-02 Philip ReamesAppease a build bot complaining about an unused variabl...
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-12-02 Ahmed Bougacha[MachineCSE] Clear kill-flag on registers imp-def'd...
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-12-01 Ahmed Bougacha[MachineVerifier] Accept a MBB with a single landing...
2014-12-01 Hans WennborgRevert r223049, r223050 and r223051 while investigating...
2014-12-01 Hans WennborgSelectionDAG switch lowering: Replace unreachable defau...
2014-12-01 Akira Hatanaka[stack protector] Set edge weights for newly created...
2014-11-29 Hans WennborgSwitch lowering: reformat some for loops etc. NFC
2014-11-29 Hans WennborgSwitch lowering: Fix broken 'Figure out which block...
2014-11-29 Simon PilgrimTarget triple OS detection tidyup. NFC
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-23 Elena DemikhovskyConverted back to Unix format (after my last commit...
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-21 Manman RenDebug Info: revert r222195, r222210 and r222239.
2014-11-21 Manman Ren[Objective-C] Support a new special module flag that...
2014-11-21 Sanjay PatelDon't repeat class/function/variable names in comments...
2014-11-21 Sanjay PatelLess space; NFC
2014-11-21 Andrea Di Biagio[DAG] Teach how to turn a build_vector into a shuffle...
2014-11-21 Andrea Di Biagio[DAG] Refactor the shuffle combining logic in DAGCombin...
2014-11-21 Hao LiuDAGCombiner: Allow the DAGCombiner to combine multiple...
2014-11-19 Matthias BraunRegisterCoalescer: Improve debug messages
2014-11-19 Matthias BraunAdd a print and verify pass after the RegisterCoalescer
2014-11-19 Matthias BraunMachineVerifier: Report register for bad liveranges
2014-11-19 Matthias BraunIntroduce register dump helper
2014-11-19 Simon Pilgrim[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-18 Owen AndersonFix an incorrect chain operand when expanding INSERT_VE...
2014-11-18 Frederic RissAllow DwarfCompileUnit::constructImportedEntityDIE...
2014-11-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-17 Oliver StannardFix optimisations of SELECT_CC which assumed result...
2014-11-17 Craig TopperAdd missing semicolon from r222118.
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 KlecknerRename EH related stuff to be more precise
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-11-13 Reid KlecknerUse nullptr instead of NULL for variadic sentinels
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-13 Frederic RissAdd an assert and a test that verify r221709's fix.
2014-11-13 Quentin Colombet[CodeGenPrepare] Handle zero extensions in the TypeProm...
2014-11-12 Frederic RissFix emission of Dwarf accelerator table when there...
2014-11-12 Ahmed Bougacha[CodeGenPrepare] Replace other uses of EVT::getEVT...
2014-11-12 Ahmed Bougacha[CodeGenPrepare][AArch64] Fix a TLI legality check...
2014-11-12 Timur IskhodzhanovTemporary fix for PR21528 - use mangled C++ function...
2014-11-12 Timur Iskhodzhanov[COFF] Make it clearer that the symbols subsection...
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-11 Tom RoederFix build break: remove unused variable in FCFI.
2014-11-11 Frederic RissTotally forget deallocated SDNodes in SDDbgInfo.
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-11 Oliver StannardLLVM incorrectly folds xor into select
2014-11-08 Saleem AbdulrasoolTransforms: address some late comments
2014-11-07 Saleem AbdulrasoolTransform: add SymbolRewriter pass
2014-11-06 Lang Hames[RegAlloc] Kill off the trivial spiller - nobody is...
2014-11-06 Rafael EspindolaCompute the correct jump table entries on 32 bit windows.
2014-11-06 Rafael EspindolaAdd three other sections when L symbols are allowed.
2014-11-06 Rafael EspindolaAllow L symbols in no_dead_strip sections.
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-05 Andrea Di Biagio[X86] Teach method 'isVectorClearMaskLegal' how to...
2014-11-05 Craig TopperImprove logic that decides if its profitable to commute...
2014-11-04 David BlaikieProvide gmlt-like inline scope information in the skele...
2014-11-04 David BlaikieMove cross-unit DIE caching to the DwarfFile level...
2014-11-04 Arnaud A. de Grand... [PBQP] Callee saved regs should have a higher cost...
2014-11-04 Arnaud A. de Grand... [PBQP] Tweak spill costs and coalescing benefits
2014-11-04 David MajnemerCodeGen: Enable DWARF emission for MS ABI targets
2014-11-04 Sanjoy DasThe patchpoint lowering logic would crash with live...
2014-11-04 Sanjoy DasChange logic in StackMaps::recordStackMapOpers to use...
2014-11-03 David BlaikieUse common range handling for the CU's ranges
2014-11-03 David BlaikiePush the CURangeList down into the skeleton CU (where...
2014-11-03 David BlaikieAdd DwarfCompileUnit::BaseAddress to track the base...
2014-11-03 Paul RobinsonNormally an 'optnone' function goes through fast-isel...
2014-11-03 David BlaikieCleanup some unused or trivial functions in DwarfCompil...
2014-11-03 David BlaikieSink DwarfUnit::CURanges into DwarfCompileUnit
next