Remove unused tokens in the ll lexer.
[oota-llvm.git] / lib / CodeGen /
2015-01-29 Rafael EspindolaUse isMergeableConst now that it is sane.
2015-01-29 Rafael EspindolaRemove MergeableConst.
2015-01-29 Benjamin KramerEHPrepare: Remove leftover initialization code for...
2015-01-29 Rafael EspindolaUse enum values. NFC.
2015-01-29 Rafael EspindolaDon't create multiple mergeable sections with -fdata...
2015-01-29 Chandler CarruthRemove an unused private field added r227405 to fix...
2015-01-29 Reid KlecknerRemove unused variable
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-28 Manuel JacobAdd nullptr checks for TargetSelectionDAGInfo in Select...
2015-01-28 Philip ReamesRemove gc.root's performCustomLowering
2015-01-28 Rafael EspindolaSimplify code. NFC.
2015-01-28 Hal FinkelCorrect the AggressiveAntiDepBreaker's handling of...
2015-01-28 Chandler Carruth[LPM] Stop using the string based preservation API...
2015-01-28 David BlaikieAdd description to assert
2015-01-28 David BlaikiePR22356: DebugInfo: Handle the size of a member where...
2015-01-27 Quentin ColombetRevert r227242 - Merge vector stores into wider vector...
2015-01-27 Sanjay Patelremove function names from comments; NFC
2015-01-27 Sanjay Patelfix typos; NFC
2015-01-27 Sanjay PatelMerge vector stores into wider vector stores (PR21711)
2015-01-27 Manuel JacobAdd a FIXME in SelectionDAGBuilder before an assert...
2015-01-27 Eric ChristopherReplace some uses of getSubtargetImpl with the cached...
2015-01-27 Eric ChristopherHave the PBQP register allocator use the subtarget...
2015-01-27 Eric ChristopherFix build failure with pointer vs reference.
2015-01-27 Eric ChristopherUpdate a few calls to getSubtarget<> to either be getSu...
2015-01-27 Eric ChristopherThe subtarget is cached on the MachineFunction. Access...
2015-01-27 Eric ChristopherMachineRegisterInfo can access TII off of the MachineFu...
2015-01-27 Eric ChristopherMigrate AtomicExpandPass and DwarfEHPrepare to using...
2015-01-27 Eric ChristopherMigrate CodeGenPrepare to use the Function based getSub...
2015-01-27 Eric ChristopherGrab the TargetLowering info from the DAG rather than...
2015-01-26 Eric ChristopherCache the lookup of TargetLowering in the atomic expand...
2015-01-26 Ahmed Bougacha[SelectionDAG] Fix assert message copypasta. NFC.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-25 Adrian PrantlDebug info: Fix PR22296 by omitting the DW_AT_location...
2015-01-25 Elena DemikhovskyImplemented cost model for masked load/store operations.
2015-01-24 Saleem AbdulrasoolCodeGen: drive-by formatting clean ups
2015-01-24 Andrea Di Biagio[DAG] Fix wrong canonicalization performed on shuffle...
2015-01-23 Reid KlecknerFix assertion when C++ EH filters are present in functi...
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Adrian PrantlDebug Info / PR22309: Allow union types to be emitted...
2015-01-23 Mehdi AminiDAGCombine: always constant fold FMA when target disabl...
2015-01-22 Jan VeselySelectionDAG: Add KnownBits and SignBits computation...
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-22 Sanjay Patelmerge consecutive stores of extracted vector elements...
2015-01-22 David BlaikieRevert "PR21408: Workaround the appearance of duplicate...
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
2015-01-22 Michael KupersteinRevert r226811, MSVC accepts code sane compilers don't.
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
2015-01-22 Elena DemikhovskyFixed a comment
2015-01-22 Elena DemikhovskyFixed a bug in narrowing store operation.
2015-01-22 Reid KlecknerWin64 SEH: Emit the constant 1 for catch-all into xdata
2015-01-22 Adrian PrantlMake DwarfExpression use the new DIExpressionIterator...
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Mark subregister defs as undef...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Factor out code to update livenes...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Factor out code to update livenes...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Remove unused pruneValue() variant.
2015-01-21 Tim NorthoverRevert "DAGCombine: fold (or (and X, M), (and X, N...
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-20 Daniel JasperPrevent binary-tree deterioration in sparse switch...
2015-01-20 Daniel JasperFactor out a splitSwitchCase() function so that it...
2015-01-20 Chandler Carruth[PM] Replace the Pass argument in MergeBasicBlockIntoOn...
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
2015-01-19 Michael Kuperstein[MIScheduler] Slightly better handling of constrainLoca...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-17 Mehdi AminiImprove DAG combine pass on certain IR vector patterns
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup and improved comment for...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup by factoring out a common...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup comment style
2015-01-17 Matthias BraunRegisterCoalescer: Drive-by typo + whitespace fix
2015-01-16 Philip ReamesUpdate a comment
2015-01-16 Philip Reamesclang-format all the GC related files (NFC)
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-16 Philip ReamesRemove gc.root's findCustomSafePoints mechanism
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Hal FinkelRevert "r226086 - Revert "r226071 - [RegisterCoalescer...
2015-01-15 Philip ReamesStyle cleanup of old gc.root lowering code
2015-01-15 Philip Reamesclang-format GCStrategy.cpp & GCRootLowering.cpp (NFC)
2015-01-15 Philip ReamesSplit GCStrategy.cpp into two files (NFC)
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-15 Mehdi AminiFix SelectionDAG -view-*-dags filtering
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Hal FinkelRevert "r226071 - [RegisterCoalescer] Remove copies...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-15 NAKAMURA TakumiWin64Exception.cpp: Try to fix crash for x64 EH. "Per...
2015-01-15 Hal Finkel[RegisterCoalescer] Remove copies to reserved registers
2015-01-14 Ramkumar Ramachandra[GC] CodeGenPrep transform: simplify offsetable relocate
2015-01-14 Reid KlecknerUse MMI->getPersonality() instead of MMI->getPersonalit...
2015-01-14 Matthias BraunMachineVerifier: Allow undef reads if a matching superr...
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
2015-01-14 Chandler Carruth[MBP] Add flags to disable the BadCFGConflict check...
2015-01-14 Reid KlecknerEmit the Itanium LSDA for unknown EH personalities...
next