Correct the URL to the attrib.incl file.
[oota-llvm.git] / include /
2006-09-12 Nick LewyckyAdd ability to remove nodes from DominatorTree, for...
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-09 Chris LattnerImplement new fpowi node
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-08 Chris Lattneradd powi intrinsics.
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Chris LattnerAdd new option to leave asm names alone
2006-09-06 Devang PatelAdd getTargetTriple() that linker can use to query...
2006-09-06 Devang PatelKeep track of all modules crated using a name to module...
2006-09-06 Jim LaskeySeparate target specifc asm properties from asm printers.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-06 Devang PatelExtract target triplet from optimized module.
2006-09-05 Evan ChengIsDef can only be accessed / set if operand is a register.
2006-09-05 Evan ChengInitialize IsDef of all non-register MachineOperand...
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-04 Chris LattnerADd getImm/setImm methods
2006-09-04 Chris LattnerAdd some short-hand accessors
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-04 Chris LattnerAdd explicit doInitialization/doFinalization methods...
2006-09-03 Chris LattnerEliminate target name.
2006-09-03 Chris LattnerAvoid beating on the mi2i map when we know the answer...
2006-09-03 Chris LattnerMove two methods out of line, make them work when the...
2006-09-02 Chris LattnerFix a typo pointed out by Gabor
2006-09-02 Chris Lattneradd a prototype
2006-09-02 Chris LattnerIteration is required for some cases, even if they...
2006-09-02 Chris Lattnernew method
2006-09-01 Chris Lattnerremove some particularly expensive assertions
2006-09-01 Chris Lattneradd a simple reserve method.
2006-09-01 Chris LattnerIterative coallescing doesn't buy us anything (we get...
2006-08-31 Chris Lattneravoid calling the virtual isMoveInstr method endlessly...
2006-08-30 Chris LattnerRestore source-level compatibility with clients of...
2006-08-30 Chris Lattnerfix 80 column issue
2006-08-30 Chris LattnerInstantiate Statistic<> in one place, not in every...
2006-08-29 Chris LattnerTeach the coallescer to coallesce live intervals joined...
2006-08-29 Devang PatelDo not rely on std::sort and std::erase to get list...
2006-08-29 Evan ChengMove isCommutativeBinOp from SelectionDAG.cpp and DAGCo...
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...
2006-08-28 Chris LattnerAdd 2nd form of resize
2006-08-28 Chris Lattnerremove extraneous space
2006-08-28 Reid SpencerBack out last revision which should not have been commi...
2006-08-28 Reid SpencerFor PR387:
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-28 Chris LattnerSilence -Woverloaded-virtual warnings.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris LattnerWe no longer care whether something is an opt vs analys...
2006-08-27 Chris LattnerRemove a dead class.
2006-08-27 Chris Lattneradd directive to disable inlining
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-27 Chris LattnerAdd external definitions for commonly-used template...
2006-08-27 Chris LattnerNew place to put compiler-specific functionality. ...
2006-08-27 Evan ChengEliminate SelectNodeTo() and getTargetNode() variants...
2006-08-27 Chris Lattnermake optional pointer really optional
2006-08-26 Nate BegemanProperly size the string table, and emit symbol table...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-25 Chris LattnerCompletely change the way that joining with physregs...
2006-08-25 Jim LaskeyTidy up.
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Jim LaskeyConsolidate callee saved register information so that...
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Nate BegemanGet closer to handling globals correctly. We now gener...
2006-08-24 Reid SpencerFor PR797:
2006-08-24 Chris LattnerTake advantage of the recent improvements to the livein...
2006-08-24 Reid SpencerRemove a FIXME. Don't use strlcpy that isn't available...
2006-08-24 Chris Lattnerupdate some comments
2006-08-23 Nate BegemanCorrectly attribute file author & remote tabs
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFix constructor documentation.
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Chris LattnerImprove the LiveInterval class to keep track of which...
2006-08-22 Reid SpencerFix some indentation.
2006-08-22 Chris Lattneradd resize, move swap out of line
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Chris LattnerSwitch to using smallvector for liveintervals. This...
2006-08-22 Chris Lattneradd a bunch more operations, including swap, insert...
2006-08-21 Chris Lattnermove LiveInterval state all together
2006-08-21 Jim LaskeyAdding new Dwarf constants.
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFix the documentation for this file.
2006-08-21 Reid SpencerFor PR885:
2006-08-21 Reid SpencerFor PR797:
2006-08-18 Chris Lattnervpkuwus didn't work, due to this typo
2006-08-18 Reid SpencerFor PR797:
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-17 Chris Lattnerswitch the SUnit pred/succ sets from being std::sets...
2006-08-16 Chris Lattneradd an accessor
2006-08-16 Chris LattnerConvert vector to smallvector: 4% speedup.
2006-08-16 Chris Lattnersilence a warning.
2006-08-16 Chris LattnerChange the use_list to be a smallvector instead of...
2006-08-16 Chris Lattneradd a way to have multiple modules in a JIT :)
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
next