The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not do what
[oota-llvm.git] / include /
2007-04-21 Jeff CohenThe expression "SubclassData = (SubclassData & ~1)...
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-21 Owen AndersonFix some null checks to actually test the part that...
2007-04-21 Evan ChengAdd super-register set.
2007-04-20 Chris LattnerFix a problem where primitive types lose their name...
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-20 Evan ChengAdd sub-registers set accessor.
2007-04-20 Evan ChengAdd sub-register sets.
2007-04-20 Owen AndersonMove more passes to using ETForest instead of Dominator...
2007-04-20 Owen AndersonAdd null checks and const-ify these accessors.
2007-04-20 Chris LattnerFix a very strange assertion message, patch by Christop...
2007-04-19 Jeff CohenFix some VC++ warnings.
2007-04-18 Owen AndersonAdd accessor to get the blocks immediately dominated...
2007-04-18 Evan ChengVarInfo::UsedBlocks is no longer used. Remove.
2007-04-18 Owen AndersonAdd an accessor to make ETForest more useful.
2007-04-18 Evan ChengDon't populate TryAgainList when coalescing only physic...
2007-04-18 Chris Lattnerwhat's an & between friends?
2007-04-17 Evan ChengCopy coalescing change to prevent a physical register...
2007-04-17 Evan ChengAdd a register allocation preference field; add a metho...
2007-04-17 Evan ChengChange getAllocatableSet() so it returns allocatable...
2007-04-17 Evan ChengKeep track of number of uses within the function per...
2007-04-17 Chris LattnerCommit an patch from Gabor Greif in Mar 2005. This...
2007-04-17 Chris Lattnermake getnext/getprev accessors private.
2007-04-17 Chris Lattnermake next/prev accessors private
2007-04-17 Chris Lattnerbool on darwin/ppc is 4 bytes.
2007-04-17 Chris LattnerInstruction:: Next/Prev accessors are now private
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-17 Jeff CohenFix build breakage on 64-bit systems.
2007-04-17 Chris Lattnermerge several fields in GlobalValue to use the same...
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-17 Chris Lattnerurr, yeah.
2007-04-16 Reid SpencerFix 80 col violations.
2007-04-16 Devang PatelProivde getAnalysis<FPAnalysis>(Func) support.
2007-04-16 Devang PatelGive each pass manager chance to manage lower level...
2007-04-16 Devang PatelAdd getPotentialPassManagerType(). No functionality...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-16 Reid SpencerFor PR1328:
2007-04-15 Owen AndersonTabs -> Spaces
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-14 Owen AndersonMake ETForest depend on DomTree rather than IDom. ...
2007-04-14 Jeff CohenFix PR1329.
2007-04-14 Chris Lattneradd GetElementPtrInst::hasAllZeroIndices, a long-overdu...
2007-04-13 Reid SpencerImplement a getBitsNeeded method to determine how many...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-04-13 Chris LattnerCSE simple binary expressions when they are inserted...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-12 Reid SpencerFor PR1284:
2007-04-12 Chris Lattnerimprove the patch for PR1318 to also support grouped...
2007-04-11 Reid SpencerFor PR1146:
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-04-10 Chris Lattnerfix a comment bug Reid noticed
2007-04-10 Chris Lattneradd missing methods, mark stuff const
2007-04-10 Chris LattnergetLimitedValue now just forward to APInt's getLimitedV...
2007-04-10 Chris Lattneradd a method
2007-04-10 Reid SpencerDrop the "bit" prefix for the part.select intrinsic.
2007-04-09 Chris Lattnerremove dead target hooks.
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-09 Chris Lattneradd a default ctor for AddrMode.
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Anton KorobeynikovNext stage into switch lowering refactoring
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Owen AndersonMove isReachableFromEntry out of line to avoid an unnec...
2007-04-09 Reid SpencerChris convinced me that the default size of the SmallVe...
2007-04-09 Reid SpencerRemove redundancy.
2007-04-09 Owen AndersonCleanup some from my DomSet-removal changes. Add a new
2007-04-08 Reid SpencerFix a typo.
2007-04-08 Reid SpencerImplement more feedback:
2007-04-08 Reid SpencerImplement review feedback.
2007-04-08 Owen AndersonRemove DomSet completely. This concludes work on PR1171.
2007-04-08 Reid SpencerImplement the output inserter for PathWithStatus
2007-04-08 Reid SpencerFor PR1146:
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Owen AndersonAdd DomSet back, and revert the changes to LoopSimplify...
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2007-04-07 Owen AndersonExpunge DomSet from CodeExtractor. This is part of...
2007-04-07 Chris Lattneradd loop rot
2007-04-07 Devang PatelAdd loop rotation pass.
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2007-04-06 Chris LattnerSwitch some vectors to smallvectors. This reduces...
2007-04-06 Chris LattnerEliminate unneeded virtual methods
2007-04-06 Reid SpencerFor PR1209:
2007-04-05 Chris Lattnereliminate a virtual method
2007-04-05 Chris Lattnerremove the dead removeArgument method, rename Options...
2007-04-05 Chris LattnerAdd a helper class (APSInt) which can represent an...
2007-04-04 Reid SpencerImplement the llvm.bit.part_select.iN.iN.iN overloaded...
2007-04-04 Lauro Ramos VenancioFix release build.
2007-04-04 Anton KorobeynikovProperly emit range comparisons for switch cases, where...
2007-04-04 Evan ChengAdd isFixedObjectIndex. It returns true if the stack...
2007-04-04 Reid SpencerMake the LinkInFile and LinkInLibrary both return an...
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Chris Lattnertrivial optimization
2007-04-04 Chris Lattneruse calloc instead of new/memset, it is more efficient
2007-04-04 Chris LattnerInitialize the symbol table to zero explicitly. This...
2007-04-04 Chris LattnerExtend StringMap to support being initialized as comple...
2007-04-03 Bill WendlingAdding more MMX instructions.
next