git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-0410...
[oota-llvm.git] / include /
2007-09-18 Bill WendlingDon't pass back a reference to a temporary.
2007-09-18 Bill WendlingThe exception handling function info should be reset...
2007-09-18 Gordon HenriksenC bindings for libLLVMCore.a and libLLVMBitWriter.a.
2007-09-18 Gordon HenriksenFixing an comment in Module.h that refers to a nonexist...
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-09-17 Bill WendlingAdd support for appending a suffix to the end of a...
2007-09-17 Devang PatelDo not hide APInt::dump() inside #ifndef NDEBUG.
2007-09-17 Dale JohannesenImplement x86 long double in jit (not really
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-17 Daniel BerlinThat's what i get for using carbon emacs in a terminal
2007-09-17 Daniel BerlinFix iterator so it doesn't sometimes report bits that...
2007-09-17 Dan GohmanAdd a utility function to SDOperand for testing if...
2007-09-16 Daniel BerlinFix bug in andersen's related to test_and_set.
2007-09-16 Daniel BerlinFix a few bugs related to zero'ing of elements
2007-09-15 Chris LattnerFix PR1666, SPASS with the CBE and 254.gap with the...
2007-09-14 Owen AndersonRemove RLE from the headers, since the pass itself...
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-14 Dan GohmanAnd an FoldingSetImpl::NodeID::AddInteger overload...
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-13 Chris Lattnerremove dead enum value.
2007-09-13 Chris LattnerMake single-argument ctors explicit to avoid tricky...
2007-09-13 Evan ChengAdded getNumDefs().
2007-09-12 Evan ChengYet another getTargetNode variant.
2007-09-11 Daniel BerlinMove dump out of class, use "\n" instead of endl
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-11 Daniel BerlinConvert to use ilist and non-pointer lists for extra...
2007-09-11 Bill WendlingAdd accessor method.
2007-09-11 Bill WendlingAdd a bool to indicate if we should set the "indirect...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-09-11 Owen AndersonAdd a ValueInfoT template parameter to DenseMap so...
2007-09-11 Owen AndersonDon't bother to initialize values corresponding to...
2007-09-11 Daniel BerlinFix bugs with &=, intersect with complement. Add three...
2007-09-11 Owen AndersonFix non-deterministic behavior in the DenseMap copy...
2007-09-11 Daniel BerlinAdd remaining functions necessary for andersen's
2007-09-09 Daniel BerlinAdd SparseBitVector implementation
2007-09-08 Chuck Rose IIIFix for VisualStudio. It is treating a 2 bit enum...
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-06 David GreeneConstify to catch bugs.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-06 David GreenePluggable coalescers inplementation.
2007-09-05 Evan ChengAccidentially left this out.
2007-09-05 Evan ChengUse pool allocator for all the VNInfo's to improve...
2007-09-05 Evan ChengAdded Reset() to free all allocated memory regions...
2007-09-04 Dale Johannesenfix reversal bug in preceding checkin
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-31 Dale JohannesenAdd mod, copysign, abs operations to APFloat.
2007-08-31 Dale JohannesenRevise per review of previous patch.
2007-08-31 Evan ChengRemove an unnecessary element, saving 4 bytes per LiveI...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Ted KremenekAdded Graphviz escaping for the '|' character.
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-30 Evan ChengAdded CreateFrameIndex to create a FrameIndex MachineOp...
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-29 Evan ChengChange LiveRange so it keeps a pointer to the VNInfo...
2007-08-29 Chris LattnerSilence implicit 64->32-bit conversion warnings.
2007-08-29 Chris LattnergetMinSignedBits needs to take into consider the sign...
2007-08-28 Dan GohmanAdd an option, -view-sunit-dags, for viewing the actual...
2007-08-28 Evan ChengRecover most of the compile time regression due to...
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-27 Dan GohmanIf the source and destination pointers in an llvm.memmo...
2007-08-27 Duncan SandsThere is an impedance matching problem between LLVM and
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-08-26 Dale JohannesenRevise per review comments.
2007-08-25 Dale JohannesenAdd APFloat interface to ConstantFPSDNode. Change
2007-08-25 Chris Lattnerrename isOperandValidForConstraint to LowerAsmOperandFo...
2007-08-25 Dale JohannesenComment out declaration of operator== (undefined).
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenUse APFloat internally for ConstantFPSDNode.
2007-08-24 Chris Lattnersink clone() down the class hierarchy from CmpInst...
2007-08-24 Dale JohannesenRevised per review feedback from previous patch.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-23 Chris Lattnerdefault this to radix 10 like the toString(Un)Signed...
2007-08-23 Chris LattnerAvoid hiding issues.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-21 Devang PatelNo need to hardcode SmallVector size.
2007-08-21 David GreeneDoxygenize comments.
2007-08-21 Devang PatelUse SmallVector instead of std::vector.
2007-08-20 Chris Lattnerinitial checkin of Neil's APFloat work.
2007-08-20 Chris Lattnerclarify precedence, no functionality change.
2007-08-20 Chris Lattneradd reverse iterators to smallvector
2007-08-20 Anton Korobeynikov- Use correct header for SCEV inside LoopPass.cpp
2007-08-20 David GreeneAdd FilteredPassNameParser along with PassArgFilter...
2007-08-20 Dan GohmanAdd Type::isIntOrIntVector, like Type::isFPOrFPVector.
2007-08-20 Rafael EspindolaPartial implementation of calling functions with byval...
2007-08-18 Nick LewyckySimplify.
2007-08-18 Chris LattnerCompute the argument list as lazily as possible. This...
2007-08-17 Devang PatelWhen one branch of condition is eliminated then head...
2007-08-17 Chris Lattnerimprove iplist comments. Switch iplist from allocating...
2007-08-17 Reid SpencerFix PR1606:
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-16 Owen AndersonCache non-local memory dependence analysis. This is...
2007-08-16 Chris LattnerThis adds a bunch of static functions that implement...
2007-08-16 Evan ChengComments.
2007-08-16 Owen AndersonForgot a line.
2007-08-16 Owen AndersonAdd a copy constructor and an assignment operator to...
2007-08-15 Anton KorobeynikovProperly use const qualifiers
next