start comments with #
[oota-llvm.git] / lib /
2006-08-01 Rafael Espindolastart comments with #
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris LattnerUse getFileStatus instead of Path::isDirectory().
2006-08-01 Chris Lattnerelimiante some syscalls
2006-08-01 Jim LaskeyForgot the added files for plugable machine passes.
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-08-01 Rafael Espindolaimplement LowerConstantPool and LowerGlobalAddress
2006-08-01 Evan ChengAdded AssignTopologicalOrder() to assign each node...
2006-08-01 Evan ChengFactor topological order code to SelectionDAG. Clean up.
2006-08-01 Anton KorobeynikovMinor fix due to recent API changes
2006-08-01 Evan ChengPIC jump table entries are always 32-bit even in 64...
2006-07-31 Chris LattnerFix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.
2006-07-31 Rafael Espindolahandle GlobalValue::InternalLinkage in doFinalization
2006-07-31 Evan ChengRemove a duplicate pattern.
2006-07-31 Evan ChengRemove a duplicate pattern/
2006-07-29 Chris LattnerInstead of blindly looking past constantexpr casts...
2006-07-28 Chris LattnerRemove a redundant syscall.
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerUpdate win32 for Path::getStatusInfo
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerFinegrainify namespacification, minor cleanups
2006-07-28 Chris Lattnerformatting cleanups
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-28 Chris Lattnerlibsupport still throws.
2006-07-28 Chris LattnerExceptions are thrown by and through this library.
2006-07-28 Chris LattnerFix handling of asm specifiers for external globals...
2006-07-28 Chris LattnerMake functions with an "asm" name propagate that asm...
2006-07-28 Chris LattnerFix some ppc64 issues with vector code.
2006-07-28 Evan ChengCan't spell.
2006-07-28 Evan ChengSome clean up.
2006-07-28 Evan ChengRename IsFoldableBy to CanBeFoldedleBy
2006-07-28 Evan ChengNode selected into address mode cannot be folded.
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-28 Chris LattnerPrint empty inline asms as a blank line instead of:
2006-07-28 Evan ChengAnother duh. Determine topological order before any...
2006-07-27 Evan ChengBrain cramp..
2006-07-27 Evan ChengAllocating too large an array for ReachibilityMatrix.
2006-07-27 Evan ChengCalculate the portion of reachbility matrix on demand.
2006-07-27 Evan ChengisNonImmUse is replaced by IsFoldableBy
2006-07-27 Jim LaskeyWorking toward registration of register allocators.
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengsynchronizeICache removeed from TargetJITInfo.
2006-07-27 Nate BegemanCode cleanups, per review
2006-07-27 Evan ChengUse reachbility information to determine whether a...
2006-07-27 Jim LaskeyFixed a typo in Evan's submisson.
2006-07-27 Rafael Espindolaemit global constants
2006-07-27 Evan ChengAssignNodeIds should return unsigned.
2006-07-27 Evan ChengRemove NodeDepth
2006-07-27 Evan ChengAssignNodeIds assign each node in the DAG an unique id.
2006-07-27 Evan ChengMove synchronizeICache from TargetJITInfo into a static...
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-27 Jim LaskeyPrevent creation of MachineDebugInfo for intel unless...
2006-07-27 Chris LattnerFix warning on linux
2006-07-26 Chris LattnerFix a case where LegalizeAllNodesNotLeadingTo could...
2006-07-26 Evan ChengNew entry.
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-26 Chris LattnerFix the build on win32
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Jim LaskeyNo Need to live in the past.
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-07-25 Reid SpencerInitialize some variables the compiler warns about.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-25 Evan ChengCan't commute shufps. The high / low parts elements...
2006-07-25 Rafael Espindolaimplement function calling of functions with up to...
2006-07-22 Nate BegemanFix the build on my old and busted version of OS X
2006-07-22 Evan ChengForgot to #ifdef __APPLE__
2006-07-21 Evan ChengDone.
2006-07-21 Evan ChengResolve __dso_handle.
2006-07-21 Jim LaskeyEliminate data relocations by using NULL instead of...
2006-07-21 Jim LaskeyUse an enumeration to eliminate data relocations.
2006-07-21 Rafael Espindolaimplemented sub
2006-07-21 Evan ChengThis opt is now handled in DAG combine.
2006-07-21 Evan ChengIf a shuffle is a splat, check if the argument is a...
2006-07-21 Chris LattnerBuild more debugger/selectiondag libraries as archives...
2006-07-20 Evan ChengA splat of a vector constant of all zero or all one...
2006-07-20 Evan ChengMissing a space.
2006-07-20 Evan ChengIf a shuffle is unary, i.e. one of the vector argument...
2006-07-20 Evan ChengClean up.
2006-07-20 Chris LattnerFix a race condition in the makefile andrew reported
2006-07-20 Chris LattnerMinor comment tweaks
2006-07-20 Chris LattnerMems can be in the output list also. This is the secon...
2006-07-20 Devang PatelMake it fit into 80 cols.
2006-07-20 Devang PatelAdd new constructor to accept vector of exported names...
2006-07-20 Andrew Lenharth80 cols
2006-07-20 Andrew LenharthReduce number of exported symbols
2006-07-20 Andrew LenharthFix linking on Alpha
2006-07-20 Chris LattnerFix PR835 so that touching tblgen in a way that doesn...
2006-07-19 Evan ChengNew entry.
2006-07-19 Jim LaskeyDo once flag never set to true.
2006-07-19 Jim LaskeyTidy up a few things.
2006-07-19 Jim LaskeyReduce size of routine. Shrinks .o by 37%.
2006-07-19 Chris Lattnerbswapped load/store instructions are only availble...
2006-07-19 Jim LaskeyBug#834 ICE (crash in code generator?) when building...
2006-07-19 Evan ChengMisc. new entry.
2006-07-19 Owen AndersonAdd an assertion.
2006-07-19 Owen AndersonMake LoopUnroll not die on LCSSA Phis. This makes...
2006-07-19 Owen AndersonFix a error that hadn't yet cause any problems, but...
next