The only clients of the slot calculator are now the asmwriter and bcwriter.
[oota-llvm.git] / include /
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-13 Alkis EvlogimenosRemove allocatable registers vector. It is already...
2004-01-13 Brian GaekeRegenerated using autoheader-2.57.
2004-01-12 Chris LattnerAdd new method
2004-01-12 Chris LattnerMove this file to lib/VMCore
2004-01-12 Chris LattnerEliminate a lot of out-of-date comments, and all of...
2004-01-12 Chris LattnerThe getShift method is no obsolete
2004-01-12 Chris Lattnerllvm::ConstantFoldInstruction
2004-01-12 Chris LattnerMove prototype of llvm::ConstantFoldInstruction
2004-01-11 Alkis EvlogimenosMake LiveVariables::HandlePhysRegUse and
2004-01-10 Chris LattnerMinor cleanup
2004-01-10 Chris LattnerRemove standard C file wrapper
2004-01-10 Chris LattnerRemove wrapper for standard C file, use <cstdlib> instead
2004-01-10 Chris LattnerDead file, use <cstring> instead of this.
2004-01-10 Chris Lattnerremove obsolete file
2004-01-09 Chris LattnerRemove an obsolete method, including its _long_ out...
2004-01-08 Chris LattnerRemove yet another obsolete comment :)
2004-01-08 Brian GaekeFix typos. Rewrite head-of-file comment.
2004-01-08 Brian GaekeFix typos. Regularize include guard.
2004-01-08 Chris LattnerImprove encapsulation in the Loop and LoopInfo classes...
2004-01-06 Chris Lattneradd new intrinsic
2004-01-06 Chris Lattneradd new method
2004-01-05 Chris Lattner/me slaps forehead
2004-01-05 Chris LattnerAdd some intrinsics
2004-01-05 Chris LattnerInitial implementation of some source-level debugging...
2003-12-31 Chris LattnerAdd new ExecutionEngine::getGlobalValueAtAddress method...
2003-12-31 Chris Lattner* Add a new helper progress method
2003-12-31 Chris LattnerAdd some comments, add a new getGlobalVariable method
2003-12-31 Chris Lattner* Make Module::getTypeName const
2003-12-31 Chris LattnerMake the lookup method const.
2003-12-31 Chris Lattneradd new function
2003-12-31 Chris Lattnerclarify comments
2003-12-31 Chris LattnerNew class, useful for command-line interactive programs.
2003-12-31 Chris Lattnerdoxygenify
2003-12-30 Chris LattnerAdd new function
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-30 Chris LattnerAdd a new class useful for providing fully materialized...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-29 Chris Lattneradd new function
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Alkis EvlogimenosAdd coalescing to register allocator. A hint is added...
2003-12-28 Alkis EvlogimenosAdd TargetInstrInfo::isMoveInstr() to support coalescin...
2003-12-28 Chris LattnerWe may now pass IntrinsicLowering implementations into...
2003-12-28 Chris Lattneradd argument
2003-12-28 Chris LattnerABC's must have virtual dtors! Shame on me!
2003-12-28 Chris LattnerMove header into top-level llvm dir
2003-12-28 Chris LattnerAdd new interface that allows removal of some code...
2003-12-26 Chris LattnerNew method
2003-12-26 Chris LattnerRename 'run' to 'runFunction' to emphasize that it...
2003-12-23 Chris LattnerHrm is a really nasty ommission. The lack of this...
2003-12-23 Chris LattnerRename ClassifyExpression -> ClassifyExpr
2003-12-22 Chris LattnerDoxygenize methods, add new getIntPtrType method
2003-12-22 Chris Lattnerfix grammao
2003-12-21 Alkis EvlogimenosChange weight into a float so that we can take into...
2003-12-21 Alkis EvlogimenosAdd support for inactive intervals. This effectively...
2003-12-20 Chris LattnerRearrange code, indent for the namespace, add the creat...
2003-12-20 Chris LattnerRemove sparc specific passes from public headers
2003-12-20 Chris LattnerRemove a horrible API
2003-12-20 Chris LattnerCleanups to implement PR135
2003-12-20 Chris LattnerSimple refactorings to prepare for lazy global emission
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-19 Chris LattnerAdd new function
2003-12-18 Alkis EvlogimenosRemove TwoAddressInstruction from the public headers...
2003-12-18 Alkis EvlogimenosAdd TwoAddressInstructionPass to handle instructions...
2003-12-18 Alkis EvlogimenosRename LiveIntervals::expired() to LiveIntervals::expir...
2003-12-18 Alkis EvlogimenosHandle multiple virtual register definitions gracefully.
2003-12-18 Chris LattnerAdd a new AliassetTracker::remove method. Because...
2003-12-16 Brian GaekeFix typo in comment.
2003-12-15 Chris LattnerThis header is dead
2003-12-14 Alkis EvlogimenosI wonder how this didn't cause any tests to fail...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-14 Chris LattnerAdd capability to represent volatile AliasSet's
2003-12-13 Alkis EvlogimenosIgnore non-allocatable physical registers in live inter...
2003-12-12 Chris LattnerAdd new getJITStubForFunction method, which may optiona...
2003-12-12 Chris LattnerDoxygenify comments, remove extraneous #include
2003-12-12 Brian GaekeUse uintptr_t for pointer values in the ExecutionEngine.
2003-12-12 Brian GaekeFix typo in comment
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicValueNumbering wheneve...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicAliasAnalysis whenever...
2003-12-08 Chris Lattneradd two new virtual functions:
2003-12-08 Chris LattnerSince ssaification of the varargs builtings, the vaarg...
2003-12-08 Brian GaekeRegenerated using autoheader-2.57
2003-12-07 Chris LattnerThe recalclulate method was a nasty hack that was once...
2003-12-07 Chris LattnerRewrite dominators implementation. Now domset is const...
2003-12-07 Chris LattnerMove this method out of the generic dominators calculat...
2003-12-05 Alkis EvlogimenosMove operator<<(std::ostream&, const LiveInterval&...
2003-12-01 Brian GaekeLock abstraction, introduced with a view toward making...
2003-12-01 Chris LattnerAdd new block number
2003-12-01 Chris LattnerRemove unused enum value
2003-12-01 Chris LattnerAdd some "useful" methods
2003-11-29 Chris Lattnerbe GCC 3.4 clean
2003-11-29 Chris LattnerHrm, how could this compile?
2003-11-28 Chris Lattnerfix gcc 3.4 compatibility problem
2003-11-25 Chris LattnerIt is legal to index into sequential types with any...
2003-11-25 Chris LattnerWork with gepi's and constant exprs. Also, add version...
2003-11-25 Chris LattnerRename class to be consistent with other iterator classes
2003-11-25 Chris LattnerInitial checkin of gep_type_begin/end which will be...
2003-11-24 Misha BrukmanExpose functionality to query if a file is an ELF share...
2003-11-23 Brian GaekeA better way to get std::pair into the compiler's littl...
next