If the llvm name contains an unprintable character, don't print it in
[oota-llvm.git] / lib /
2008-02-15 Chris LattnerIf the llvm name contains an unprintable character...
2008-02-15 Chris Lattnertargets that support quotes for mangled names still...
2008-02-15 Dale JohannesenCosmetics.
2008-02-15 Evan Cheng- Removing the infamous r2rMap_ and rep() method. Now...
2008-02-15 Evan ChengAdded CommuteChangesDestination(). This returns true...
2008-02-15 Evan ChengRemove unnecessary #include.
2008-02-15 Dan GohmanUse StoreSDNode::getValue instead of calling getOperand...
2008-02-15 Dale JohannesenRemove warning about 64-bit code on processor
2008-02-15 Lauro Ramos VenancioIt is not safe to call fork in PrintStackTrace. Sometim...
2008-02-15 Devang PatelFix PR2028
2008-02-15 Dale Johannesennocona, core2 and penryn support 64 bit.
2008-02-15 Chris LattnerSupport vector constant zeros, thanks to Zack Rusin...
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2008-02-14 Devang PatelIf loop header is also loop exiting block then OrigPN...
2008-02-14 Dan GohmanFix a warning about comparison between signed and unsigned,
2008-02-14 Chris LattnerFix PR2029
2008-02-14 Chris LattnerFix a miscompilation from Dan's recent apintification.
2008-02-14 Nate BegemanFix single precision FP constants on SPU. They are...
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-14 Nate BegemanSupport a new type of MachineOperand, MO_FPImmediate...
2008-02-14 Chris Lattnersimplify code, no functionality change.
2008-02-14 Nate BegemanMove some useful operands up into the all-targets .td
2008-02-14 Nick LewyckyFix PR2032. Inform the alias analysis of changes to...
2008-02-14 Chris Lattnerupgrade some entries, remove stuff that is done.
2008-02-14 Chris Lattnerthe mid-level optimizer removes this stuff.
2008-02-14 Chris Lattnerthis one is easy.
2008-02-14 Chris LattnerThis readme entry is done, testcase here: CodeGen/X86...
2008-02-13 Dan GohmanAllow the APInt form of ComputeMaskedBits to operate...
2008-02-13 Dan GohmanAssigning an APInt to 0 with plain assignment gives...
2008-02-13 Dan GohmanAvoid setting bits that aren't demanded.
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Devang PatelA loop latch phi node may have uses inside loop, not...
2008-02-13 Dan GohmanRename APInt's isPositive to isNonNegative, to reflect...
2008-02-13 Devang PatelWhile moving exit condition, do not drop loop latch...
2008-02-13 Dan GohmanAdd countTrailingOnes member functions to APInt.
2008-02-13 Devang PatelKeep track of exit value operand number when operands...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-02-13 Duncan SandsTeach LegalizeTypes how to expand and promote CTLZ,
2008-02-13 Chris LattnerFix the PPC JIT regressions by encoding zeroreg as...
2008-02-13 Chris Lattnerremove some dead code.
2008-02-13 Devang PatelRemove use of ltdl
2008-02-13 Wojciech MatyjewiczFix typo. Thanks to Duncan for noticing.
2008-02-13 Wojciech MatyjewiczAdd comments as per review feedback.
2008-02-13 Evan ChengSome code clean up.
2008-02-13 Evan ChengSimplify.
2008-02-13 Evan ChengFix a potential serious problem where kills belonging...
2008-02-13 Evan Cheng* Cannot safely commute an instruction there are other...
2008-02-13 Chris LattnerIn SDISel, for targets that support FORMAL_ARGUMENTS...
2008-02-13 Chris Lattnerdon't try to avoid inserting loads when lowering FORMAL...
2008-02-13 Chris Lattnerteach dag combiner how to eliminate MERGE_VALUES nodes.
2008-02-13 Nate Begemanreadme updates
2008-02-13 Nate BegemanSupport legalizing insert_vector_elt on targets where...
2008-02-13 Evan ChengInitial support for copy elimination by commuting its...
2008-02-13 Nate BegemanMake register scavenging happy by not using a reg ...
2008-02-13 Evan Cheng- Added removeValNo() to remove all live ranges of...
2008-02-13 Evan ChengcommuteInstr() can now commute non-ssa machine instrs.
2008-02-13 Evan ChengAdded debugging routine dumpUses.
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Dale Johannesen__DATA not __DATA__ is the right segment name on darwin.
2008-02-12 Nate BegemanRemove some dead code
2008-02-12 Nate BegemanSSE4.1 64b integer insert/extract pattern support
2008-02-12 Owen AndersonRe-apply the patch to improve the optimizations of...
2008-02-12 Duncan SandsGeneralize getCopyFromParts and getCopyToParts to
2008-02-12 Evan ChengRevert r46916 PPCTargetAsmInfo.cpp.
2008-02-12 Evan ChengOnly using x86-64 rip relative addressing in non-staic...
2008-02-12 Wojciech MatyjewiczFix PR2002. Suppose n is the initial value for the...
2008-02-12 Eli FriedmanFix for bug 1996: optimize out loads of undef. This...
2008-02-12 Evan ChengUpdate comment.
2008-02-12 Evan ChengUnbreak various insert_vector_elt and extract_vector_el...
2008-02-11 Nate BegemanStuff noticed while grepping code
2008-02-11 Duncan SandsGeneralize the handling of call and return arguments,
2008-02-11 Dan GohmanFrom Chris' review: use isa instead of explicitly using...
2008-02-11 Dan GohmanFrom Chris' review: minor corrections in comments.
2008-02-11 Dan GohmanFrom Chris' review: use cast instead of dyn_cast with...
2008-02-11 Dan GohmanFrom Chris' review: fix 80 column violations
2008-02-11 Wojciech MatyjewiczIf the LHS of the comparison is a loop-invariant we...
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2008-02-11 Duncan SandsAdd a isBigEndian method to complement isLittleEndian.
2008-02-11 Evan ChengDetermine whether a spill kills the register it's spill...
2008-02-11 Nate BegemanEnable SSE4 codegen and pattern matching.
2008-02-11 Nate Begemanadditional missing feature
2008-02-10 Chris LattnerFix scalarrepl to not 'miscompile' undefined code,...
2008-02-10 Nate Begemanxmm0 variable blends
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-10 Duncan SandsAdd truncate and AssertZext result expansion.
2008-02-10 Bill WendlingReturn "(c1 + c2)" instead of yet another ADD node...
2008-02-10 Chris Lattneradd anote
2008-02-10 Nick LewyckyMatch GCC's behaviour for these sections.
2008-02-09 Nate Begemanmemopv16i8 had wrong alignment requirement, would have...
2008-02-09 Wojciech MatyjewiczWe should check that existing cast operation has the...
2008-02-09 Evan ChengRemove unused hidden option.
2008-02-09 Nate BegemanSkeleton of insert and extract matching, more to come
2008-02-09 Nate BegemanTablegen support for insert & extract element matching
2008-02-09 Chris Lattnercheck that terminators only occur at the end of a block...
2008-02-08 Dan GohmanChange ConstantSDNode to store an APInt instead of...
2008-02-08 Devang PatelFix PR 1995.
2008-02-08 Evan ChengForgot these files.
2008-02-08 Evan ChengAlso print alignment.
next