Let AnalyzeAlloca() remove debug intrinsics.
[oota-llvm.git] / lib / CodeGen /
2008-11-17 Richard OsborneDon't produce ADDC/ADDE when expanding SHL unless they...
2008-11-17 Dan GohmanDon't use the isPending flag to mean what the isAvailab...
2008-11-17 Mon P WangFixed legalization of CONVERT_RNDSAT for integers.
2008-11-16 Lang HamesBig PBQP allocator update. Adds coalescing support...
2008-11-16 Mon P WangImproved shuffle normalization to avoid using extract...
2008-11-15 Duncan SandsWhen splitting a SHUFFLE_VECTOR, try to have the result
2008-11-15 Mon P WangAdd missing widen operations, fixed widening for extrac...
2008-11-15 Dan GohmanCorrect a comment.
2008-11-15 Dan GohmanMove ScheduleDAGList's LatencyPriorityQueue class out...
2008-11-14 Dan GohmanAdd support for building a ScheduleDAG from MachineInst...
2008-11-14 Lang HamesTest commit.
2008-11-14 Dan GohmanFor post-regalloc scheduling, remove the instructions...
2008-11-14 Dan GohmanCheck in the correct version of the patch in r59279.
2008-11-14 Dan GohmanDebug printing for SUnits that carry MachineInstrs.
2008-11-14 Dan GohmanInitial support for carrying MachineInstrs in SUnits.
2008-11-13 Dan GohmanChange DOTGraphTraits<ScheduleDAG*>::getGraphName how...
2008-11-13 Dan GohmanRemove the FlaggedNodes member from SUnit. Instead...
2008-11-13 Owen AndersonDon't allow the restore point to be placed after termin...
2008-11-13 Dan GohmanMake the Node member of SUnit private, and add accessors.
2008-11-13 Dan GohmanChange ScheduleDAG's DAG member from a reference to...
2008-11-13 Dan GohmanUse find_first/find_next to iterate through all the...
2008-11-13 Bill WendlingImplement stack protectors as function attributes:...
2008-11-12 Dan GohmanMove the code that inserts X87 FP_REG_KILL instructions...
2008-11-12 Dale JohannesenFix unsigned char->ppcf128 conversion.
2008-11-12 Dan GohmanDo the LiveVariables update before printing the instruc...
2008-11-12 Dan GohmanRemove some debugging code made redundant by the change...
2008-11-12 Duncan SandsSimplify SplitVecRes_EXTRACT_SUBVECTOR. This means
2008-11-12 Duncan SandsCorrect some thinkos in the expansion of ADD/SUB
2008-11-12 Dale JohannesenFix the testb optimization so x86 also bootstraps.
2008-11-11 Owen AndersonDon't walk into predecessors in which the vreg is not...
2008-11-11 Dan GohmanIn ScheduleDAGRRList::CopyAndMoveSuccessors, create...
2008-11-11 Dan GohmanAvoid relying on the SelectionDAG for initializing...
2008-11-11 Dan GohmanChange the scheduler accessor methods to accept an...
2008-11-11 Bill WendlingFix for PR3040:
2008-11-11 Mon P WangCleaned up and fix bugs in convert_rndsat node
2008-11-10 Bill WendlingSmall simplification. Use the iterator already present...
2008-11-10 Bill WendlingTemporarily revert r58979 and related patch. It's causi...
2008-11-10 Bill Wendling- Make sure that we don't over-increment the iterator...
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-10 Duncan SandsFix PR2667: add soft float support for sint_to_fp/uint_...
2008-11-10 Duncan SandsTweak some comments.
2008-11-10 Duncan SandsSmall cleanups. No functionality change intended!
2008-11-10 Duncan SandsWhen promoting the result of fp_to_uint/fp_to_sint,
2008-11-10 Dale JohannesenReally fix testb optimization on big-endian.
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-11-10 Chris Lattnereliminate a couple more uses of utohexstr.
2008-11-10 Chris LattnerUse utohex_buffer instead of utohexstr to avoid creatin...
2008-11-10 Chris LattnerFix an over aggressive assumption that struct decls...
2008-11-09 Dale JohannesenTemporarily revert 58825, which breaks PPC bootstrap.
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Duncan SandsTry to produce better code when scalarizing VSETCC.
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-11-08 Dale JohannesenMake testb optimization work on big-endian targets.
2008-11-07 Dale JohannesenMake FP tests requiring two compares work on PPC (PR...
2008-11-07 Duncan SandsSign-extend rather than zero-extend when promoting
2008-11-07 Dale JohannesenFix unsigned->ppcf128 conversion.
2008-11-07 Bill WendlingRefactor code that adjusts the offsets of stack objects.
2008-11-07 Dale JohannesenWhen we're doing a compare of load-AND-constant to 0
2008-11-07 Bill Wendling- Modify the stack protector algorithm so that the...
2008-11-06 Bill WendlingRemove unneeded header file.
2008-11-06 Bill WendlingDon't build a vector of returns. Just modify the Functi...
2008-11-06 Mon P WangFixed scalarizing an extract subvector and prevent...
2008-11-06 Bill WendlingThe size limit is for individual arrays. So if any...
2008-11-06 Bill WendlingDon't recalculate the stack position of the stack prote...
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-11-06 Duncan SandsFormating/comment changes - no functionality change.
2008-11-06 Bill Wendling- Rename stackprotector_{prologue,epilogue} to stackpro...
2008-11-06 Mon P WangWidening cleanup
2008-11-06 Bill WendlingAdjust the stack protector heuristic to care about...
2008-11-06 Bill WendlingImplement the stack protector stack accesses via intrin...
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-11-05 Duncan SandsFix thinko in ppcf128 expansion of truncating store.
2008-11-05 Evan ChengType of shuffle mask has changed.
2008-11-05 Bill WendlingRemove dead variable.
2008-11-05 Bill WendlingSimplify the allocated size calculation.
2008-11-05 Bill WendlingFix comment
2008-11-05 Owen AndersonUse the new predicate to control when we do prealloc...
2008-11-05 Bill WendlingSome code simplification. It now doesn't generate a...
2008-11-04 Bill WendlingSmall simplification of the stack guard type.
2008-11-04 Bill Wendling- Add a "getOrInsertGlobal" method to the Module class...
2008-11-04 Owen AndersonFirst pass at checking for the creation of a new join...
2008-11-04 Bill WendlingUpdate in response to feedback from Chris:
2008-11-04 Dale Johannesen80 columns
2008-11-04 Duncan SandsFix typo. Patch by nlewycky.
2008-11-04 Duncan SandsFix PR3011: LegalizeTypes support for scalarizing
2008-11-04 Nuno Lopesfix leakage of IfcvtTokens
2008-11-04 Oscar FuentesCMake: Updated list of source files.
2008-11-04 Bill WendlingInitial checkin for stack protectors. Here's what it...
2008-11-03 Dale JohannesenFix some ppcf128 regressions: make ExpandFloatRes_LOAD
2008-11-03 Duncan SandsMake VAARG promotion work correctly with large funky
2008-11-03 Duncan SandsMake VAARG work with x86 long double (which is
2008-11-03 Matthijs KooijmanMake MachineFrameInfo::print not crash when no TargetFr...
2008-11-03 Owen AndersonRevert my last patch until I consult with Evan about it.
2008-11-02 Owen AndersonDon't do pre-splitting if doing so would create a value...
2008-11-01 Mon P WangAdded interface to allow clients to create a MemIntrins...
2008-10-31 Anton KorobeynikovInvalidate debug/eh/gc labels when unreachable MBB...
2008-10-31 Dan GohmanRemove some unused virtual function bodies.
2008-10-31 Bill WendlingRevert r58489. It isn't correct for all cases.
2008-10-31 Evan ChengAdd a fixme.
next