- Fix LLI so that it simulates the endianness of the target machine
[oota-llvm.git] / include /
2002-10-14 Chris Lattner - Add an endianness field to the TargetData datastructure
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Chris LattnerFirst crack at reimplementing graph traits for DSGraphs
2002-10-13 Chris Lattnerdisable the unused "pointer" member
2002-10-13 Chris LattnerAdd dummy entries to document what members can be added
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-11 Misha BrukmanAdded capability to get execution count of a loop if...
2002-10-11 Misha BrukmanAdded helper functions in LoopInfo: isLoopExit and...
2002-10-10 Chris LattnerExpose API to graph library to allow iteration over...
2002-10-10 Chris LattnerChange reference
2002-10-10 Chris Lattner* Don't only print out reachable nodes in the graph.
2002-10-10 Chris LattnerAdd new getGraphProperties that may be specialized...
2002-10-10 Chris LattnerRename DataStructureGraph.h to DSGraphTraits.h
2002-10-09 Chris Lattner - Add new Constant::replaceUsesOfWithOnConstant which...
2002-10-09 Chris LattnerMake isExtern() be a virtual function inherited from...
2002-10-09 Chris Lattner - Detemplatize UseTy<> in Value.h, because it's only...
2002-10-09 Chris Lattner - Remove Value::use_push_back & Value::use_remove
2002-10-08 Chris LattnerBy default PHINode::removeIncomingValue will delete...
2002-10-08 Chris LattnerExpose isCriticalEdge & SplitCriticalEdge methods from...
2002-10-08 Chris LattnerExpose new "recalculate" method from dominatorset
2002-10-07 Chris LattnerDon't rotate paper.
2002-10-07 Chris Lattner - Allow printing generic LLVM graphs to 'dot' files...
2002-10-07 Chris LattnerFix bug in last checkin
2002-10-07 Chris LattnerImplement operator= for SuccIterators
2002-10-06 Chris Lattner - Add new isExternal() method to GlobalVariable to...
2002-10-03 Chris LattnerThe wall clock timer (implementing using the RTC or...
2002-10-02 Chris LattnerRemove commented out stuff
2002-10-02 Chris LattnerMove GlobalDSGraph class defn to the end of the file
2002-10-02 Chris LattnerThis file doesn't need Pass.h
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-02 Chris LattnerCheckin the "meat" of the Data structure graph itself...
2002-10-01 Chris Lattner - Remove the User::eraseOperand method which is never...
2002-10-01 Chris Lattner - Rework Statistics:
2002-10-01 Chris LattnerCheck in DataStructure rewrite so far.
2002-10-01 Chris LattnerCheckin generic interval timer support
2002-09-29 Vikram S. AdveAdded several more helper functions for construction...
2002-09-29 Vikram S. AdveMinor change to interface for Create{Zero,Sign}Extensio...
2002-09-29 Chris LattnerSimplify code a bit, add an assertion
2002-09-28 Vikram S. AdveFixed method getReturnValue(): it should return NULL...
2002-09-28 Vikram S. AdveSimplified code that handles call args and rets, so...
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...
2002-09-26 Chris LattnerCheckin new loop-preheader insertion pass.
2002-09-26 Chris Lattner - Fix bug in LoopInfo causing ParentLoop to be garbage
2002-09-26 Chris Lattner - Add methods to ImmediateDominators & DominatorTree...
2002-09-26 Chris LattnerAdd a new "DominatorSet::addDominator" method to allow...
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
2002-09-26 Chris Lattner - Add new ctor to BasicBlock to allow insertion befor...
2002-09-26 Chris LattnerConverted SimpleStructMutation to take TargetData as...
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-25 Chris LattnerConvert TargetData to be an ImmutablePass
2002-09-25 Chris LattnerImmutablePass's don't need a runOnFunction, nor do...
2002-09-25 Chris LattnerConvert BasicAA to be an immutable pass instead of...
2002-09-25 Chris LattnerAdd support for ImmutablePasses, which are not run...
2002-09-25 Chris LattnerCheckin stub for Misha to implement
2002-09-24 Chris Lattner - Do not expose Critical Edge breaking mechanics...
2002-09-24 Chris LattnerExpose passinfo from BreakCriticalEdges pass so that...
2002-09-24 Chris LattnerAdd new BreakCriticalEdges pass
2002-09-24 Chris LattnerThere are no implicit gep forms of load and store anymore
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-09-23 Chris LattnerGroup #includes better
2002-09-21 Anand ShuklaInitial version: it adds 2 empty slots at the top of...
2002-09-20 Vikram S. AdvePeephole optimization pass on final machine code.
2002-09-20 Vikram S. AdveAdd erase() method for a single element.
2002-09-20 Vikram S. AdveAdded class MachineOptInfo as interface to target-specific
2002-09-20 Vikram S. AdveInterface to target-specific routines that support...
2002-09-20 Vikram S. AdveAdd method MachineInstr::replace to rewrite a machine...
2002-09-19 Chris LattnerWorkaround for bug in GCC 3.1.1 iostreams library on...
2002-09-17 Chris LattnerFix ambiguity problem due to builtin log2(double) function
2002-09-17 Chris LattnerFix namespace correctness bug
2002-09-17 Chris LattnerAdd support for gcc 3.2
2002-09-17 Chris LattnerRemove extra #include
2002-09-17 Vikram S. AdveFix typo in comment.
2002-09-16 Chris LattnerFix compile problem on linux. Noone should ever #inclu...
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Vikram S. AdveAdd ilist_iterator constructor from a node reference.
2002-09-16 Vikram S. AdveAllow transformation DecomposeArrayRef(GetElementPtrIns...
2002-09-16 Vikram S. AdveAdd routines to update or erase operands (and to do...
2002-09-16 Vikram S. Adve*** empty log message ***
2002-09-16 Vikram S. AdveAdd support for passes that use a TargetMachine object.
2002-09-16 Vikram S. AdveAdd method MachineOperand::hasAllocatedReg().
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-16 Vikram S. AdveAdd method adjustAlignment so that stack slot alignment...
2002-09-16 Vikram S. AdveAdd methods to query about the representation of LLVM...
2002-09-16 Vikram S. Adve*** empty log message ***
2002-09-14 Vikram S. AdveRemove unnecessary include.
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Chris LattnerFix to work correctly under linux
2002-09-14 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-09-14 Vikram S. AdveAdd support for MacOS and (hopefully) other BSD derivat...
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-13 Chris LattnerTighten up sanity checking
2002-09-13 Chris LattnerTry to work well on multiple platforms.
2002-09-13 Chris LattnerAdd better linux support by using the right macro....
2002-09-13 Chris LattnerCheckin patch written by Casey Carter, enabling support...
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-11 Chris LattnerConvert index type for getelementptr instruction from...
2002-09-10 Chris LattnerAdd convenience ctor to BranchInst
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
next