MachineFunction now includes MachineBasicBlock so there is no need to
[oota-llvm.git] / lib /
2002-10-28 Chris LattnerMachineFunction now includes MachineBasicBlock so there...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerFixes to previous checkin
2002-10-28 Chris LattnerInline some methods from .cpp files into .h files,...
2002-10-28 Chris LattnerMinor cleanups
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerMove addPassesToEmitAssembly from TargetMachine to...
2002-10-28 Chris LattnerPrune #includes
2002-10-28 Chris LattnerUpdates to match misha's changes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-27 Chris LattnerRemove dead fixme
2002-10-27 Chris LattnerInstruction select constant arguments correctly
2002-10-27 Chris LattnerAdd instruction definitions for mov r, imm instructions
2002-10-27 Chris Lattnerchange ++ to +1 when using random access iterators
2002-10-27 Chris LattnerAdd #include
2002-10-26 Chris LattnerFix a major bug in lli
2002-10-25 Chris LattnerInitial checkin of X86 backend.
2002-10-25 Chris LattnerBuild the X86 target as well
2002-10-25 Chris LattnerInitial checkin of codegen infrastructure for LLVM-JIT
2002-10-25 Chris LattnerPrune #includes
2002-10-25 Chris LattnerFix misspelling
2002-10-23 Nick HildenbrandtMalloc prototyping now works even if the original file...
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-10-23 Chris LattnerMinor cleanups
2002-10-23 Chris Lattner - Fix a really nasty bug in the bytecode reader that...
2002-10-22 Chris LattnerWow, for some reason, when reading bytecode from stdin...
2002-10-22 Chris LattnerEnsure definate initialization
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-22 Chris Lattner - Make sure to only keep track of mappings that the...
2002-10-22 Chris LattnerThe callee is not correct, and confuses the TD pass...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-21 Chris LattnerDelete unused arguments to DSGraph::cloneInto method
2002-10-21 Chris Lattner - Add "ResolvingCaller" to the CallSite record. ...
2002-10-21 Chris LattnerAdd another copy ctor form
2002-10-21 Chris LattnerAs it turns out, we don't need a fully generic mapping...
2002-10-21 Chris LattnerDon't create a new node for every reference to a global...
2002-10-21 Chris LattnerFix a confusing bug that caused return value and callee...
2002-10-21 Chris LattnerRemove some unneccesary 'using' directives
2002-10-21 Chris LattnerFix bug with prior checkin
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
2002-10-20 Chris LattnerAvoid extra copy
2002-10-20 Chris LattnerSimplify code a bit, add comment flyer
2002-10-20 Chris LattnerSplit some long lines
2002-10-20 Vikram S. AdveRemove spurious caller pointer in DSCallSite.
2002-10-20 Chris LattnerThis function can be static
2002-10-20 Chris LattnerFix previous checkin :(
2002-10-20 Chris LattnerAvoid extra callSite copy
2002-10-20 Chris LattnerPrint the array flag
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-18 Chris LattnerConvert typerec to be a structure instead of a pair
2002-10-17 Chris LattnerPrint Mod/ref info
2002-10-17 Chris LattnerCalculate mod/ref info
2002-10-17 Chris LattnerRemove more obsolete code
2002-10-17 Chris Lattner * Make the DSGraph cloner automatically merge global...
2002-10-17 Chris Lattner* Apparently string::find doesn't work right on our...
2002-10-17 Chris LattnerRemove obsolete code
2002-10-17 Chris LattnerEnable incompleteness marking
2002-10-17 Chris LattnerReally disable pool allocator
2002-10-17 Chris Lattner * First try at implementing TD pass this does not...
2002-10-17 Chris LattnerReenable printing of TD analysis
2002-10-17 Chris Lattner * Add data structures and code to track the call...
2002-10-17 Chris LattnerCleanup data structure graph printer, eliminate hard...
2002-10-16 Chris LattnerMake sure to print out the call nodes as well
2002-10-16 Chris LattnerFix bug: CBackend/2002-10-16-External.ll
2002-10-16 Chris Lattner * Print the "return" node in the graphs
2002-10-16 Chris LattnerThe second element of the iterator is really an offset...
2002-10-16 Chris LattnerSpecify the graph name
2002-10-16 Chris Lattner - DSGraph Printing Improvements:
2002-10-16 Chris LattnerFix bug: test/Regression/CBackend/2002-10-15-OpaqueType...
2002-10-15 Chris Lattner - Fix bug: Assembler/2002-10-15-NameClash.ll
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-10-15 Chris Lattner - Fix LLI so that it simulates the endianness of...
2002-10-15 Chris LattnerMake sure to escape \'s when they are output
2002-10-14 Chris Lattner - Add an endianness field to the TargetData datastructure
2002-10-14 Vikram S. AdvePrint "circular" warning message only in debug mode.
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-10-14 Chris LattnerAllow emission of names that start with an underscore...
2002-10-14 Chris LattnerClean up code a bit, no functionality changes.
2002-10-14 Chris LattnerThere is no way to guarantee that constants are not...
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-14 Chris LattnerThis loop executed exactly one time, turn it into strai...
2002-10-14 Chris LattnerMinor cleanups, no changes to functionality
2002-10-13 Vikram S. AdveDon't try to compute the size of an "array" element...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Chris LattnerHalfway conversion from custom printing to GraphWriter...
2002-10-13 Chris LattnerAccount for global variables resolved more accurately.
2002-10-13 Chris LattnerUse methods that are more explanatory
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveRun LICM before GCSE!
2002-10-13 Vikram S. AdveSeveral major fixes, particularly in emitting constant...
2002-10-13 Vikram S. AdveDon't use %l0 for large operands to a SAVE since it...
2002-10-13 Vikram S. AdveDon't mark JMPLCALL and JMPLRET as branches.
2002-10-13 Vikram S. Adve(1) Try to evaluate constant when multiplying 2 constants.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer in SparcRegInfo.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer. Also add a few...
next