Adding bindings for target triple and data layout.
[oota-llvm.git] / include / llvm /
2007-12-23 Owen AndersonGet rid of an unneeded #include.
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 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 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-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-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.
2007-12-08 Bill WendlingRenaming:
2007-12-08 Chris LattnerImplement correct isa<UnaryInstruction>, problem report...
2007-12-08 Owen AndersonFix several cache coherence bugs in MemDep/GVN that...
2007-12-07 Bill WendlingInitial commit of the machine code LICM pass. It succes...
2007-12-07 Owen AndersonFix a stupid error that Chris pointed out.
2007-12-06 Chris Lattneradd a new ExecutionEngine::createJIT which can be used...
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-12-06 Evan ChengFix for PR1831: if all defs of an interval are re-mater...
2007-12-05 Chris Lattnerimprove header guard
2007-12-05 Chris Lattnersplit the JIT memory management code out from the main...
2007-12-05 Evan Cheng- Mark last use of a split interval as kill instead...
2007-12-05 Evan ChengAdd a argument to storeRegToStackSlot and storeRegToAdd...
2007-12-05 Scott Michelfixed header attribution
2007-12-05 Scott MichelMore stuff for CellSPU -- this should be enough to...
2007-12-05 Ted KremenekAdded "Emitter" functor to allow easy emitting of eleme...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-12-01 Owen AndersonFixes for MachineLoopInfo, mostly from Evan. With...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-12-01 Eric ChristopherAdd target triple to include/llvm/Config/config.h.in...
2007-11-30 Ted KremenekFixed subtle bug in Deserializer::JumpTo when jumping...
2007-11-30 Ted KremenekFixed potential bug where CurWord is not zeroed out...
2007-11-30 Evan ChengDo not fold reload into an instruction with multiple...
2007-11-30 Duncan SandsAdd a convenience method for modifying parameter
next