No really, you _cannot use_ getelementptr on an unsized type: that makes
[oota-llvm.git] / include /
2003-06-03 Chris LattnerMinor cleanups:
2003-06-03 Chris LattnerRemove use of enum
2003-06-03 Chris LattnerThere are now no uses of NonCopyableV
2003-06-03 Chris LattnerAdd doxygen comment for namespace
2003-06-03 Chris LattnerAdd comment for doxygen for namespace
2003-06-03 Chris LattnerMinor cleanups:
2003-06-03 Chris LattnerRemove noncopyable base class as it was making the...
2003-06-03 Chris LattnerRemove noncopyableV base classes, as they were confusin...
2003-06-02 Chris LattnerRemove NonCopyable base class to clean up doxygen output
2003-06-01 Chris LattnerHack up MachineCodeEmitter to actually be target indepe...
2003-05-31 Tanya LattnerFixed comment width, changed arg to be const, fixed...
2003-05-31 Vikram S. AdveMade a single common InvalidRegNum = -1.
2003-05-31 Vikram S. AdveRenamed a variable.
2003-05-31 Vikram S. AdveSupport for annul/pred and other future flags on op...
2003-05-31 Vikram S. AdveAdded MachineCodeForInstruction object as an argument to
2003-05-30 Misha BrukmanAdded saveBBreferences() for BasicBlock resolution.
2003-05-30 Tanya LattnerSorry, correcting small typo.
2003-05-30 Tanya LattnerAdded support for cloning a trace.
2003-05-29 Sumant KowshikImplementation of Equivalence Classes
2003-05-29 Sumant KowshikChanges to support function pointers
2003-05-29 Chris LattnerDon't require the user to do something like isa<foo...
2003-05-29 Chris Lattnerdyn_cast_or_null should work just the same as dyn_cast...
2003-05-29 Chris LattnerDoxygenify comments
2003-05-29 Misha BrukmanFixed misspelling and broke a line that was wrapping.
2003-05-27 Misha BrukmanDefines a pass-through debugging emitter -- it writes...
2003-05-27 Misha BrukmanAllow allocation of a Sparc TargetMachine.
2003-05-27 Chris LattnerExpose proto for SRoA pass.
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-27 Vikram S. AdveRenamed MachienOperand::opIsDef to MachineOperand:...
2003-05-25 Vikram S. AdveMake case of GetNumOfInt/FloatArgRegs functions to...
2003-05-24 Misha BrukmanReword to remove reference to how things worked in...
2003-05-24 Misha BrukmanNOP instructions are pseudo-instructions. We should...
2003-05-23 Chris LattnerRemove some cruft, add some methods to allow implementa...
2003-05-23 Chris LattnerMinor rewording/cleanups
2003-05-22 Chris LattnerRemove long dead code
2003-05-22 Chris LattnerAdd support for a new "CommaSeparated" modifier
2003-05-21 Chris LattnerNew method
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-05-20 Misha BrukmanThe plural of `Pass' is Passes, not Pass's.
2003-05-17 Chris LattnerAdd support for setjmp/longjmp primitives
2003-05-14 Chris LattnerAdd some methods to make type safety a bit easier
2003-05-12 Chris LattnerBeef up interface, move getVarInfo out-of-line.
2003-05-12 Chris LattnerExpand API for updating live var info.
2003-05-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2003-05-10 Joel StanleyFixed comment.
2003-05-09 Chris LattnerUpdate out of date comment
2003-05-09 Chris LattnerUpdates to match recent timer updates
2003-05-09 Chris LattnerAdd new method to check to see if a global is available
2003-05-09 Chris LattnerAllow const functions
2003-05-08 Chris LattnerFix bug in last checkin
2003-05-08 Chris LattnerAdd new methods for stub generation
2003-05-08 Chris LattnerAdd a pointersize/endianness safe load routine to match...
2003-05-08 Chris LattnerInitial support for intrinsic functions
2003-05-08 Chris LattnerInitial checkin for LLVM intrinsic functions
2003-05-08 Chris LattnerAdd support for the new VarArgInst instruction, reinden...
2003-05-08 Chris LattnerAdd new VarArgInst class for the va_arg instruction
2003-05-07 Chris LattnerAdd comments, add a vector to keep track of which regis...
2003-05-06 Chris LattnerFix memory corruption problem
2003-05-03 Misha BrukmanIt's 'separate'. The 'i.e.' is kinda nit-picking, but...
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-26 Chris LattnerRevert last checkin. Note that PHI nodes can use basic...
2003-04-25 Chris LattnerRemove long-dead obsolete cruft
2003-04-25 Chris LattnerFix method name type-o
2003-04-25 Chris Lattner*** Huge: Make constantexprs be handled correctly,...
2003-04-25 Chris LattnerDefault ctor doesn't provide name
2003-04-24 Chris LattnerAdd new targetdata ctor to create a targetdata appropri...
2003-04-24 Chris LattnerRemove support for "targetdata pass ctors"
2003-04-24 Chris LattnerLevelRaise now gets TD from passmanager
2003-04-23 Chris LattnerKill unneccesary &*
2003-04-23 Chris LattnerAdd stub to create lowerSwitches pass
2003-04-23 Chris LattnerAllow autoconversion from ilist_iterator<T> to T* in...
2003-04-23 Chris LattnerAllow dyn_cast to operate on things that aren't OBVIOUS...
2003-04-22 Chris LattnerAdd information about the module source
2003-04-22 Chris LattnerAdd support for tracking whether a module is 64/32...
2003-04-19 Chris LattnerAdd prototype to read .a files
2003-04-18 Chris LattnerAdd prototype for new CloneBasicBlock function
2003-04-17 Chris LattnerDon't force a ConstantPointer to be returned
2003-04-16 Chris LattnerChange the interface to constant expressions to allow...
2003-04-16 Chris LattnerRevert modulo scheduling change that should be part...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-04-07 Misha BrukmanMust use std::pair instead of just 'pair'.
2003-04-07 Guochun Shiadded a function and a member to the TargetSchedInfo...
2003-04-06 Guochun Shiadded some memory for clone function
2003-03-31 Chris LattnerAdd getAnalysisUsage method
2003-03-21 Chris LattnerAdd helper method
2003-03-21 Chris LattnerUpdate comment
2003-03-20 Chris LattnerAdd more graph traits specializations for dominator...
2003-03-19 Chris LattnerAdd new chunk type
2003-03-17 Chris LattnerFix problems with BitSetVector that makes it not compil...
2003-03-10 Chris LattnerFix ConstantUInt::isAllOnesValue
2003-03-06 Chris LattnerExtend struct and array constants to support isNullValue
2003-03-06 Chris LattnerGeneralize interface a bit
2003-03-06 Chris LattnerAdd new getIncomingValueForBlock method
2003-03-05 Chris LattnerSimplify some of the PHI node interfaces
2003-03-03 Chris LattnerAdd a few new 'add' methods. Move the iterator around
2003-03-03 Chris LattnerChange the mem2reg interface to accept a TargetData...
2003-03-03 Chris LattnerDon't apply type information to loads
2003-02-28 Chris LattnerAdd dump method for loops
2003-02-28 Chris LattnerAdd graph traits specializations for loop nesting infor...
next