When promoting the result of fp_to_uint/fp_to_sint,
[oota-llvm.git] / lib / CodeGen /
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.
2008-10-31 Duncan SandsAdd a bunch of libcalls for ppcf128 that were somehow
2008-10-31 Bill WendlingDon't skip over all "terminator" instructions when...
2008-10-30 Duncan SandsFix PR2986: do not use a potentially illegal
2008-10-30 Mon P WangAdd missing vsetcc expansion for widening
2008-10-30 Mon P WangAdd initial support for vector widening. Logic is...
2008-10-29 Duncan SandsUniformize capitalization of NodeId.
2008-10-29 Duncan SandsFix PR2977: LegalizeTypes support for expanding
2008-10-29 Duncan SandsAdd sanity checking for BUILD_PAIR (I noticed the
2008-10-29 Evan Cheng- More pre-split fixes: spill slot live interval comput...
2008-10-29 Duncan SandsFix a FIXME: in ReplaceNodeWith, if the new node
2008-10-29 Duncan SandsFix 80 column violations.
2008-10-29 Duncan SandsFix 80 column violations.
2008-10-29 Evan Cheng- Rewrite code that update register live interval that...
2008-10-28 Dan GohmanTake Chris' suggestion and define EnableFastISelVerbose and
2008-10-28 Dan GohmanProtect the code for fast-isel debugging with #ifndef...
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-28 Duncan SandsFix a testcase provided by Bill in which the node
2008-10-28 Chris LattnerDon't produce invalid comparisons after legalize.
2008-10-28 Chris Lattnerfix some whitespace stuff
2008-10-28 Evan ChengIf def is in the same mbb as the barrier, spilt the...
2008-10-28 Evan ChengAdd command line option to limit the number splits...
2008-10-28 Evan ChengAvoid putting a split past the end of the live range...
2008-10-27 Evan ChengSilence a bogus compile time warning.
2008-10-27 Evan ChengRemove val# defined by a remat'ed def that is now dead.
2008-10-27 Ted KremenekFix bogus comparison of "const char *" with c-string...
2008-10-27 David GreeneAdd setSubgraphColor to color an entire portion of...
2008-10-27 David GreeneFix PR2634. Create new virtual registers from spills...
2008-10-27 Duncan SandsFix UpdateNodeOperands so that it does CSE of calls
2008-10-27 Duncan SandsFix a bug in which a node could be added to the
2008-10-27 Duncan SandsTurn on LegalizeTypes, the new type legalization
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-27 Dale JohannesenIncrease default setting of tail-merge-threshold to
2008-10-26 Evan ChengDo not shrink wrap live interval in a mbb if it's livei...
2008-10-25 Evan ChengHandle cases where there aren't uses in the barrier...
2008-10-25 Dan GohmanSDNodes may have at most one Flag result. Update this...
2008-10-25 Dan GohmanMove the code that adds the DeadMachineInstructionElimP...
2008-10-25 Evan ChengIf val# def is ~0U, meaning it's defined by a PHI,...
2008-10-24 Evan ChengFix a pasto.
2008-10-24 Evan ChengFix a end() dereference; remove an abort() that wasn...
2008-10-24 Evan ChengAvoid splitting an interval multiple times; avoid split...
2008-10-24 Dale JohannesenInitialize uninitialized variable.
2008-10-23 Evan ChengCommitting a good chunk of the pre-register allocation...
next