Regression test for initializers with members of unknown size.
[oota-llvm.git] / include /
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...
2003-11-23 Brian GaekeThis is a hack to make this file compile under g++...
2003-11-20 Chris LattnerSomehow I forgot poor little UnwindInst
2003-11-20 Chris Lattner* Add new constructors to allow insertion of terminator...
2003-11-20 Alkis EvlogimenosMerging the linear scan register allocator in trunk...
2003-11-18 Brian GaekeRegenerated using autoheader-2.57
2003-11-17 Chris LattnerImplement == and != correctly. Before they would incor...
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-17 Chris LattnerConstant folding shalt not be built on annotations
2003-11-17 Chris LattnerFix copy-and-pasteo
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-14 Chris LattnerThis is obviously illegal C++ code, but was apparently...
2003-11-13 Chris LattnerAdd methods for implementation
2003-11-13 Chris LattnerRemove needless dependence on boost
2003-11-13 Chris LattnerAdd namespace qualifier
2003-11-13 Chris LattnerMinor cleanups
2003-11-13 Chris LattnerAdd an initial version of the CompleteBUDataStructures...
2003-11-12 Chris LattnerFix faulty namespacification
2003-11-12 John CriswellRegress to not using the llvm namespace.
2003-11-12 Chris LattnerAdd argument
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeAdd prototypes for CheckMagic, IsArchive, and IsBytecode.
2003-11-11 Brian Gaeke VS: ---------------------------------------------...
2003-11-11 Chris LattnerAdd new method
2003-11-10 Chris LattnerInclude forms of SplitCriticalEdge which work correctly...
2003-11-10 Chris LattnerNo really, I'm not on crack
next