Refactoring the x86 and x86-64 calling convention implementations,
[oota-llvm.git] / include /
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-05 Owen AndersonDidn't mean to commit this.
2008-01-05 Owen AndersonDidn't mean to commit this.
2008-01-04 Owen AndersonMove some more functionality from MRegisterInfo to...
2008-01-04 Bill WendlingDon't recalculate the loop info and loop dominators...
2008-01-04 Wojciech Matyjewiczfix typo
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2008-01-04 Chris LattnerAdd a really quick hack at a machine code sinking pass...
2008-01-03 Gordon HenriksenTrying that again.
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
2008-01-03 Chris Lattnerdon't access element zero of an array of size zero.
2008-01-03 Chris LattnerDon't create a new ParamAttrsList (which copies the...
2008-01-03 Chris Lattnermove some code out of line, rearrange a bit.
2008-01-03 Chris LattnerDisallow copying explicitly.
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2008-01-02 Ted KremenekInverted argument order for ImmutableMap::Profile.
2008-01-02 Ted KremenekAdded iterator and profiling (i.e. FoldingSetNodeID...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris Lattnerswitch the register iterator to act more like hte LLVM...
2008-01-01 Gordon HenriksenAdding C bindings for SwitchInst::addCase.
2008-01-01 Chris LattnerAdd a trivial but handy function to efficiently return...
2008-01-01 Chris Lattneradd efficient iteration support for register use/def's
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-31 Chris Lattnerproperly encapsulate the parent field of MBB and MI...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
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.
next