Removing obsolete files from the Xcode project.
[oota-llvm.git] / include /
2007-12-30 Chris Lattnerslightly simplify and document SSARegMap.
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris Lattner- rename opType -> OpKind and contents -> Contents.
2007-12-30 Chris LattnerMore cleanups for MachineOperand:
2007-12-30 Chris LattnerMachineOperand:
2007-12-30 Gordon HenriksenAdd some doxygen comments to llvm-c/Core.h.
2007-12-30 Chris Lattnermake machine operands fatter: give each one an up-point...
2007-12-30 Chris Lattnersplit machineoperand out into its own header file.
2007-12-30 Chris Lattnerremove unneeded #includes.
2007-12-30 Chris Lattnerremove a bunch of now-dead methods.
2007-12-30 Chris Lattnermake offset operand optional.
2007-12-30 Chris LattnerShrinkify the machine operand creation method names.
2007-12-30 Chris Lattnerswitch MIBuilder over to use the simplified operand...
2007-12-30 Chris Lattner1. Make a static MachineOperand::create* method for...
2007-12-30 Chris Lattnersimplify some code by factoring operand construction...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-27 Gordon HenriksenSwitch the bindings to use LLVMFoldingBuilder.
2007-12-23 Owen AndersonGet rid of an unneeded #include.
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...
2007-12-23 Owen AndersonAdd GraphTraits specializations for machine dominators.
2007-12-22 Chris LattnerTell TargetLoweringOpt whether it is running before
2007-12-22 Chris LattnerAdd a new FGETSIGN operation, which defaults to expand...
2007-12-22 Anton KorobeynikovUnbreak build on gcc 3.x
2007-12-21 Duncan SandsMake DAE not wipe out attributes on calls, and not...
2007-12-21 Evan ChengAdd a few more missing gcc builtin's.
2007-12-21 Ted KremenekRemoved scoped_ptr, as its functionality is subsumed...
2007-12-20 Ted KremenekAdded OwningArrayPtr smart pointer class to provide...
2007-12-20 Chris Lattneradd new smart pointer for clang.
2007-12-20 Evan ChengType specification didn't match gcc's.
2007-12-20 Chris LattnerAdd m_Zero().
2007-12-20 Devang PatelRevert my previous check-in.
2007-12-20 Anton KorobeynikovMore eye-candy stuff :)
2007-12-20 Anton KorobeynikovAdd iterators for child traversal.
2007-12-20 Devang PatelAdd lto version check mechanism.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-12-18 Chris Lattnerremove a dead annotation
2007-12-18 Ted KremenekAdded some sectioning comments to Serialize.h.
2007-12-18 Duncan SandsRename isNoReturn to doesNotReturn, and isNoUnwind to
2007-12-18 Evan ChengRemove int_x86_sse2_movl_dq. It's replaced with a strin...
2007-12-18 Evan ChengThese have matching builtin's in 4.2.
2007-12-17 Bill Wendlings/hasSideEffects/hasUnmodelledSideEffects/g
2007-12-17 Evan ChengBring back int_x86_sse2_movl_dq intrinsic for backward...
2007-12-17 Ted KremenekModified Deserializer::ReadCStr to allow C-strings...
2007-12-17 Bill WendlingAdd "hasSideEffects" method to MachineInstrInfo class.
2007-12-17 Bill WendlingAs per feedback, revised comments to (hopefully) make...
2007-12-17 Devang PatelAdd cast operators in LLVMFoldingBuilder.
2007-12-17 Chris Lattnercleanup this code, making it more "llvm-like".
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-12-16 Anton KorobeynikovDefine addString() and lookup() out-of-line to dissuade...
2007-12-16 Anton KorobeynikovProvide GraphTraits and DOTGraphTraits interface for...
2007-12-16 Anton KorobeynikovConstify graph arguments
2007-12-15 Anton KorobeynikovUse references in DF iterators. This eliminates copy...
2007-12-15 Evan Cheng__builtin_ia32_movqv4si is now expanded to a shuffle.
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-14 Dan GohmanFix a typo in a comment.
2007-12-14 Dan GohmanFix a typo in a comment.
2007-12-14 Anders CarlssonAll MMX shift instructions took a <2 x i32> vector...
2007-12-14 Bill WendlingAdd flags to indicate that there are "never" side effec...
2007-12-12 Evan ChengCosmetic change.
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-12 Dan GohmanRemove a forward-declaration for a non-existant class.
2007-12-12 Anton KorobeynikovUse vector for child storage instead of map. This will...
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-12 Bill WendlingBit masks conflicted. Needed to bump them by one.
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-11 Anton KorobeynikovRemove Trie::Edge class. Now edge labels are stored...
2007-12-11 Wojciech MatyjewiczUse correct member access operator.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-11 Anton KorobeynikovAdd first and really dirty version of generic Trie...
2007-12-11 Evan ChengSwitch over to MachineLoopInfo.
2007-12-11 Gordon HenriksenCollectorMetadata and Collector are rejiggered to get...
2007-12-11 Chris LattnerMove TargetData::hostIsLittleEndian out of line, which...
2007-12-11 Gordon HenriksenAdding Ocaml bindings for the bitreader as requested...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-12-10 Ted KremenekAdded two bounds checks to the BitVector class to detect
2007-12-10 Chris Lattnersplit isBinaryOp into a static and member version.
2007-12-10 Duncan SandsMake PruneEH update the nounwind/noreturn attributes
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-12-10 Gordon HenriksenDelete the CollectorNamePool if it should become empty.
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-10 Chris Lattnerremove some dead code.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-09 Gordon HenriksenFix a very silly typo.
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-12-08 Gordon HenriksenIncorporating review feedback from Reid.
2007-12-08 Chris Lattnerremove dead #include.
2007-12-08 Chris Lattnereliminate dependency on Bitcode headers.
2007-12-08 Chris Lattnerremove dead #include, APInt.h already has the needed...
2007-12-08 Gordon HenriksenAdding a StringPool data structure, which GC will use.
next