Enhance type legalization on bitcast from vector to integer
[oota-llvm.git] / lib / CodeGen /
2012-09-13 Michael LiaoEnhance type legalization on bitcast from vector to...
2012-09-13 Nadav RotemRename the flag which protects from escaped allocas...
2012-09-13 Nadav RotemFix a dagcombine optimization. The optimization attempt...
2012-09-13 Nadav RotemFix a typo.
2012-09-13 Nadav RotemStack Coloring: We have code that checks that all of...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Michael LiaoFix PR11985
2012-09-12 Owen AndersonRemove an overly-aggressive assertion. The code follow...
2012-09-12 Jakob Stoklund OlesenDelete dead code.
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-12 Kristof BeylsFix constant folding through bitcasts by no longer...
2012-09-12 Nadav RotemAdd a flag to disable the code that looks for allocas...
2012-09-12 James MolloyAdd a function computeRegisterLiveness() to MachineBasi...
2012-09-12 James MolloyAdd an analyzePhysReg() function to MachineOperandItera...
2012-09-12 Nadav RotemEnable stack-coloring, in hope that the recent fixes...
2012-09-12 Lang HamesMake findLastUseBefore handle reg-unit liveness.
2012-09-12 Nadav RotemStack coloring: remove lifetime intervals which contain...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-11 Chad Rosier[ms-inline asm] Split the parsing of IR asm strings...
2012-09-11 Nadav RotemDragonegg selfhost exposed additional cases where alloc...
2012-09-11 Nadav RotemEnable stack coloring.
2012-09-11 Nadav RotemStack Coloring: Dont crash on dbg values which use...
2012-09-11 Craig TopperTeach DAG combiner to constant fold FABS of a BUILD_VEC...
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-09-10 Eric ChristopherRevert r160148 it seems to cause more problems than...
2012-09-10 Eric Christopher80-col fixup.
2012-09-10 Eric Christopher80-col fixup.
2012-09-10 Eric ChristopherNo reason to construct this twice.
2012-09-10 Chad Rosier[ms-inline asm] Properly emit the asm directives when...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-10 Nadav RotemDisable stack coloring because it makes dragonegg fail...
2012-09-10 Chad Rosier[ms-inline asm] Pass the correct AsmVariant to the...
2012-09-10 Nadav RotemEnable stack coloring.
2012-09-10 Nadav RotemStack Coloring: Handle the case where END markers come...
2012-09-10 Michael IlsemanFold multiply by 0 or 1 when in UnsafeFPMath mode in...
2012-09-10 Michael Ilsemanwhitespace
2012-09-10 James MolloyFix an assertion failure when optimising a shufflevecto...
2012-09-10 Nadav RotemMinor cleanup. No functional change.
2012-09-10 Nadav RotemStack Coloring: Debug prints to print the slot number...
2012-09-10 Nadav RotemStack Coloring: When searching for disjoint regions...
2012-09-10 Nadav RotemStack Coloring: Add support for multiple regions of...
2012-09-10 Nadav RotemFix a typo in the comment.
2012-09-10 Nadav RotemAdd an assertion that the frame index is indeed inside...
2012-09-10 Nadav RotemTeach the DAGBuilder about lifetime markers which are...
2012-09-09 Craig TopperTeach DAG combiner to constant fold fneg of a BUILD_VEC...
2012-09-09 Benjamin KramerLiveVariables: Compute a set of defs and kills to speed...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Chad RosierFix indent.
2012-09-07 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-07 Michael LiaoStop emitting lifetime region info when stack coloring...
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-06 Jakob Stoklund OlesenAllow overlaps between virtreg and physreg live ranges.
2012-09-06 Jakob Stoklund OlesenHandle overlapping regunit intervals in LiveIntervals...
2012-09-06 Jakob Stoklund OlesenClear kill flags while computing live ranges.
2012-09-06 Roman DivackyDont cast away const needlessly. Found by gcc48 -Wcast...
2012-09-06 Nadav RotemDisable stack coloring by default in order to resolve...
2012-09-06 Nadav RotemFix a few old-GCC warnings. No functional change.
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-05 Chad Rosier[ms-inline asm] Use the asm dialect from the MI to...
2012-09-05 Chad RosierCleanup a few magic numbers.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Chad Rosier[ms-inline asm] We only need one bit to represent the...
2012-09-05 Roman DivackyConstify this properly. Found by gcc48 -Wcast-qual.
2012-09-05 Roman DivackyConstify SDNodeIterator an stop its only non-const...
2012-09-05 Chad Rosier[ms-inline asm] Propagate the asm dialect into the...
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-09-05 Silviu BarangaFixed the DAG combiner to better handle the folding...
2012-09-05 Logan ChienReorder the comments of EmitExceptionTable.
2012-09-05 Craig TopperConvert vextracti128/vextractf128 intrinsics to extract...
2012-09-04 Jakob Stoklund OlesenSearch the whole instruction for tied operands.
2012-09-04 Jakob Stoklund OlesenTypo.
2012-09-04 Jakob Stoklund OlesenActually use the MachineOperand field for isRegTiedToDe...
2012-09-04 Jakob Stoklund OlesenMove tie checks into MachineVerifier::visitMachineOperand.
2012-09-04 Jakob Stoklund OlesenAllow tied uses and defs in different orders.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-03 Benjamin KramerIRBuilderify the SjlLjEHPrepare pass.
2012-09-03 Lang HamesWhen updating live range endpoints, make sure to preser...
2012-09-02 Nadav RotemFix a typo.
2012-09-02 Nadav RotemGenerate better select code by allowing the target...
2012-09-01 Pete CooperOnly legalise a VSELECT in to bitwise operations if...
2012-09-01 Pete CooperRevert "Take account of boolean vector contents when...
2012-09-01 Logan ChienFix typo.
2012-09-01 Owen AndersonTeach DAG combine a number of tricks to simplify FMA...
2012-09-01 Michael LiaoFix typo
2012-08-31 Jakob Stoklund OlesenAdd MachineInstr::tieOperands, remove setIsTied().
2012-08-31 Craig TopperUse CloneMachineInstr to make a new MI in commuteInstru...
2012-08-31 Jakob Stoklund OlesenDon't enforce ordered inline asm operands.
2012-08-30 Pete CooperTake account of boolean vector contents when promoting...
2012-08-30 Owen AndersonTeach the DAG combiner to turn chains of FADDs (x+x...
2012-08-30 Nadav RotemCurrently targets that do not support selects with...
2012-08-30 Jakob Stoklund OlesenDon't use MCInstrDesc flags for implicit operands.
2012-08-30 Craig TopperAdd FMA to switch statement in VectorLegalizer::Legaliz...
2012-08-30 Craig TopperAdd support for FMA to WidenVectorResult.
2012-08-29 Jakob Stoklund OlesenVerify the order of tied operands in inline asm.
2012-08-29 Jakob Stoklund OlesenSet the isTied flags when building INLINEASM MachineInstrs.
2012-08-29 Jakob Stoklund OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-29 Jakob Stoklund OlesenDon't move normal loads across volatile/atomic loads.
next