Change ConstantSDNode to store an APInt instead of a uint64_t, and
[oota-llvm.git] / include /
2008-02-08 Dan GohmanChange ConstantSDNode to store an APInt instead of...
2008-02-08 Dan GohmanAdd an isSignedIntN, like isIntN but for signed integer...
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-02-08 Ted KremenekConstified operator<< in APSInt.
2008-02-08 Dan GohmanAvoid needlessly casting away const qualifiers.
2008-02-07 Dan GohmanFollow Chris' suggestion; change the PseudoSourceValue...
2008-02-06 Dan GohmanAdd support to FoldingSet for hashing APInt objects.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-05 Anton KorobeynikovDon't dereference an invalid pointer if string is empty.
2008-02-05 Dale JohannesenImplement sseregparm.
2008-02-05 Ted KremenekAdded FoldingSet profiling support to ImmutableSet.
2008-02-05 Ted KremenekChanged profiling method for ImmutableMap to once again...
2008-02-05 Dale JohannesenMissed one.
2008-02-05 Evan ChengUnbreak teh build.
2008-02-04 Dale JohannesenDo not unconditionally redefine vec_ext_v16qi and
2008-02-04 Evan ChengTypo.
2008-02-04 Ted KremenekModified 'Profile' method of ImmutableMap to use the...
2008-02-04 Ted KremenekModified node creation of ImutAVLTree to do a hash...
2008-02-04 Ted KremenekAdded "bucket_iterators" to FoldingSet. Bucket iterato...
2008-02-04 Ted Kremenekconstified operator~().
2008-02-03 Nate BegemanSSE 4.1 Intrinsics and detection
2008-02-03 Chris LattnerChange the 'global modification' APIs in SelectionDAG...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-02-02 Gordon HenriksenFixing a bug creating floating point constants of type...
2008-02-02 Evan ChengFrame index can be negative.
2008-02-01 Evan ChengRemove the nasty LABEL hack with a much less evil one...
2008-02-01 Evan ChengRename RecordLabel to RecordSourceLine because that...
2008-01-31 Anton KorobeynikovAdd convenient std::string helpers to StringMap. Patch...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Anton KorobeynikovReapply the patch with fix.
2008-01-31 Chris Lattnerrevert anton's recent stringmap patch, which breaks...
2008-01-31 Anton KorobeynikovMake StringMap to be more STL'ish. Patch by Mikhail...
2008-01-31 Anton KorobeynikovWhitespace cleanup
2008-01-31 Evan ChengAdd an extra operand to LABEL nodes which distinguishes...
2008-01-31 Evan ChengMRegisterInfo::getLocation() is a really bad idea....
2008-01-31 Dan GohmanAvoid unnecessarily casting away const, fixing a FIXME.
2008-01-31 Dan GohmanFix a typo in a comment.
2008-01-31 Dan GohmanRename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-30 Evan ChengA semi-gross fix for a debug info issue. When inserting...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2008-01-30 Dan GohmanAdd a new PseudoSourceValue class, which will be used...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-29 Ted KremenekAltered ctor for APSInt to accept an optional "isUnsign...
2008-01-29 Dan GohmanAdd comments describing what the loop depth values...
2008-01-29 Dan GohmanFix a typo in a comment.
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2008-01-29 Dale JohannesenHandle 'X' constraint in asm's better.
2008-01-28 Ted KremenekAdded destructor for template class FoldingSetNodeWrapper.
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-27 Owen AndersonFixes for BreakCriticalMachineCodeEdge by Fernando.
2008-01-27 Chris Lattnermake isExactlyValue work for long double.
2008-01-27 Bill WendlingThe CorrelatedExpressionElimination pass is known to...
2008-01-26 Chris Lattnermake this 64-bit safe
2008-01-25 Chris LattnerReorder a field to reduce the size of StackObject....
2008-01-25 Duncan SandsAdd more assertions to catch accesses outside of
2008-01-25 Chris Lattnermove this field back. Moving the field causes miscompi...
2008-01-25 Chris Lattnermove MachineFrameInfo::CreateFixedObject out of line...
2008-01-25 Chris Lattneradd a fixme.
2008-01-24 Ted KremenekAdded additional overloaded operators for APSInt to...
2008-01-24 Chris LattnerAdd hasByValAttr() and hasNoAliasAttr() methods to...
2008-01-24 Owen AndersonMove some functionality for adding flags to MachineInst...
2008-01-23 Evan ChengLet each target decide byval alignment. For X86, it...
2008-01-23 Ted KremenekAdded special escape sequences "\{", "\}", and "\|...
2008-01-23 Ted KremenekAdded "getRoot()" to ImmutableSet.
2008-01-22 Anton KorobeynikovSilence a warning. Should we turn this into configure...
2008-01-21 Ted KremenekFixed buggy caching of the hash value of an ImutAVLTree...
2008-01-21 Ted KremenekMoved method call within a conditional branch because...
2008-01-21 Ted KremenekAdjusted ImutAVLTree::ComputeHash to compute a hash...
2008-01-21 Ted KremenekAdded "clear" method to FoldingSetNodeID to allow a...
2008-01-21 Ted KremenekReplaced (FoldingSet) profiling of ImutAVLTree with...
2008-01-21 Chris LattnerFix the failures in the PPC JIT by marking relocation...
2008-01-19 Ted KremenekChanged argument name for 'Profile' method to potential...
2008-01-19 Ted KremenekModified ImmutableSet/ImmutableMap to use FoldingSet...
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APInt.
2008-01-19 Ted KremenekMade 'FoldingSetNodeID' a proper class instead of a...
2008-01-19 Ted KremenekMade 'profiling' of objects in a FoldingSet trait-based...
2008-01-18 Chris Lattnerdon't form an std::string with a null pointer, it aborts.
2008-01-18 Chris Lattnerremove magic numbers.
2008-01-18 Ted KremenekReverted implementation of ImmutableMap::find() to...
2008-01-17 Chris LattnerThis commit changes:
2008-01-17 Ted KremenekImplemented "FIXME" in ImutAVLTree: isEqual() now also...
2008-01-17 Chris Lattneradd some helper methods.
2008-01-17 Chris Lattner* Introduce a new SelectionDAG::getIntPtrConstant method
2008-01-16 Dale JohannesenDo not mark EH tables no-dead-strip unless the
2008-01-16 Chris LattnerFactor the ReachesChainWithoutSideEffects out of dag...
2008-01-15 Ted KremenekChanged ImmutableMap::find to return an iterator instea...
2008-01-15 Devang Patel- Introduces versioning macro LLVM_LTO_VERSION
2008-01-15 Dale JohannesenFix and enable EH for x86-64 Darwin. Adds
2008-01-15 Owen AndersonMove some calls to getVRegDef higher in the callgraph...
2008-01-15 Evan ChengUnbreak the build.
2008-01-15 Gordon HenriksenFix a memory correctness error noticed by valgrind...
2008-01-15 Evan ChengOops. Forgot to commit this.
2008-01-15 Anton KorobeynikovFor PR1839: add initial support for __builtin_trap...
2008-01-14 Duncan SandsI noticed that the trampoline straightening transformat...
2008-01-12 Evan ChengAdd hasByValArgument() to test if a call instruction...
2008-01-12 Duncan SandsBe more liberal in what parameter attributes are
2008-01-12 Chris LattnerAllow clients to specify the inline threshold when...
next