Providing --with-ocaml-libdir for ./configure. The default is the
[oota-llvm.git] / include /
2007-10-01 Evan ChengRemove simple scheduler.
2007-10-01 Dale JohannesenAdd getABITypeSize, getABITypeSizeInBits
2007-10-01 Dan GohmanAdd empty() member functions to a few container-like...
2007-09-30 Chris LattnerAdd a helper useful when mapping from a map element...
2007-09-30 Owen AndersonTemplate-ize more of the DomTree internal implementatio...
2007-09-30 Chris LattnerAdd a new DenseSet abstraction.
2007-09-29 Duncan SandsAdd newline at end of file.
2007-09-29 Gordon HenriksenCollector is the base class for garbage collection...
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-29 Evan ChengEnabling new condition code modeling scheme.
2007-09-28 Evan ChengIf two instructions are both two-address code, favors...
2007-09-28 Evan ChengTrim some unneeded fields.
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-27 Owen AndersonConvert DFSPass into a templated friend function, in...
2007-09-27 Dan GohmanTargetAsmInfo::getAddressSize() was incorrect for x86...
2007-09-27 Gordon HenriksenCollectorMetadata abstractly describes stack maps for...
2007-09-27 Gordon HenriksenMy previous Registry.h header, as well as Collectors...
2007-09-26 Evan ChengOops. Forgot this.
2007-09-26 Neil BoothWhitespace cleanup.
2007-09-26 Evan Cheng- Added MRegisterInfo::getCrossCopyRegClass() hook...
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-26 Daniel BerlinFix small bug in operator== for iterators
2007-09-25 Duncan SandsFix spelling.
2007-09-25 Evan ChengAdded major new capabilities to scheduler (only BURR...
2007-09-25 Evan ChengNew temporary option -new-cc-modeling-scheme to test...
2007-09-24 Daniel BerlinComment fixups
2007-09-24 Dan GohmanMerge hasDotLoc and hasDotFile into hasDotLocAndDotFile...
2007-09-24 Dan GohmanAdd a routine for emitting .file directives, for setting up
2007-09-24 Daniel BerlinImplement offline variable substitution in order to...
2007-09-24 Dan Gohmanexplicit keywords.
2007-09-24 Dan GohmanRemove an unnecessary static_cast.
2007-09-24 Owen AndersonFix typo.
2007-09-24 Owen AndersonMerge significant portions of the DomTree and PostDomTr...
2007-09-23 Owen AndersonFactor the calculation details for PostDomTree out...
2007-09-23 Owen AndersonMove DFSPass back down into DominatorTree. I need...
2007-09-23 Owen AndersonFactor the dominator tree calculation details out into...
2007-09-23 Dale JohannesenFix PR 1681. When X86 target uses +sse -sse2,
2007-09-21 Tanya LattnerAdding support for __builtin_annotation with an intrins...
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-21 Owen AndersonFix CopyFrom for non-POD data types.
2007-09-21 Dan GohmanThere is no {rsqrt,rcp}{p,s}d.
2007-09-19 Dale JohannesenMore long double fixes. x86_64 should build now.
2007-09-19 Ted KremenekPreviously GraphWriter assumed operator*() for node_ite...
2007-09-19 Owen AndersonAdd a flag to mark a dirty cache entry. This is not...
2007-09-19 Evan ChengUse struct SDep instead of std::pair for SUnit pred...
2007-09-19 Evan ChengAdd CopyCost to TargetRegisterClass. This specifies...
2007-09-18 Gordon HenriksenTests of the ocaml (and thus C) bindings for constants.
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.
next