Remove ".bc" from the end of InputFile if it is there, in
[oota-llvm.git] / include /
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...
2003-02-27 Chris LattnerAdd new Loop::hasExitBlock helper method
2003-02-27 Chris LattnerChange behavior of changeExitBlock function to replace...
2003-02-27 Chris LattnerMake the interface to update a little more efficient
2003-02-27 Chris Lattner * LoopInfo now keeps track of exit blocks from the...
2003-02-26 Chris LattnerMake the aliassettracker much more precise by actually...
2003-02-26 Chris LattnerBasicAA doesn't need a public header
2003-02-26 Chris LattnerTweak to work with new AA implementation
2003-02-26 Chris LattnerCheckin of new alias analysis interface:
2003-02-26 Chris Lattner* Un "protect" the getAnalysis<> functions
2003-02-25 Chris LattnerAdd new helper template function
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2003-02-24 Chris LattnerThis is a substantial rewrite of the AliasSetTracker...
2003-02-24 Chris LattnerInitial checkin of CallSite wrapper for Call/Invoke...
2003-02-24 Chris LattnerFix #endif
2003-02-24 Chris LattnerAdd support for the slist extension
2003-02-22 Chris LattnerAdd a new interface file for the PromoteMemToReg interf...
2003-02-13 Chris LattnerMove node forwarding code from being inlined to being...
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-11 Chris LattnerFix uninitialized member problem
2003-02-10 Chris LattnerBugfix for calling dump() after the links vector has...
2003-02-10 Chris LattnerMove getNode() out of line
2003-02-10 Chris LattnerImplement a new method "viewGraph" which can be used...
2003-02-09 Chris LattnerTD Pass now does not cause globals to mark nodes incomp...
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-05 Chris LattnerAllow the addition of edge source labels
2003-02-04 Chris LattnerAdd sanity check
2003-02-03 Chris LattnerHack to work around deficiency in pass infrastructure
2003-02-03 Chris LattnerEliminate unused resolving caller stuff
2003-02-03 Chris Lattner* Add a bunch of stuff for checking the integrity of...
2003-02-03 Chris LattnerRemove pool alloc accessor
2003-02-03 Chris LattnerExpose information about pool allocation
2003-02-02 Chris LattnerAllow modifying a global variables constness property
next