oota-llvm.git
2004-08-25 Reid SpencerUpdate to include tools/llvmc and lib/System as having...
2004-08-25 Reid SpencerLicense file for llvmc.
2004-08-25 Reid SpencerDocument definitions and computations provided by llvm...
2004-08-24 Reid SpencerInsert declarations for two new functions that support...
2004-08-24 Reid SpencerRun the compilation actions before we attempt linking...
2004-08-24 Reid SpencerAdd the directory specified by LLVM_LIB_SEARCH_PATH...
2004-08-24 Reid SpencerAdd dependent library support for Stacker. It now inser...
2004-08-24 Reid SpencerAdd a function that gets just the dependent libraries...
2004-08-24 Reid SpencerProvide a method for wholesale extraction of the depend...
2004-08-24 Reid SpencerAdd a wrapper for extraction of the dependent libraries...
2004-08-24 Reid SpencerRearrange output a little to make it nicer.
2004-08-24 Chris LattnerAdd some details
2004-08-24 Reid SpencerAdded BURS.
2004-08-24 Reid SpencerGet rid of error messages from CommandLine because...
2004-08-24 Reid SpencerGive the -time-passes tool option a global storage...
2004-08-24 Chris LattnerFix a bug in a previous checkin of mine, correcting
2004-08-24 Reid SpencerAdd the examples directory to these scripts.
2004-08-24 Chris LattnerModify testcase to merit a warning, though no warning...
2004-08-24 Reid SpencerInclude the "examples" directory as optional.
2004-08-24 Reid SpencerEnsure that the examples get built.
2004-08-24 Reid SpencerAdjustments for changes in the configuration language.
2004-08-24 Reid Spencer- Unify format of output messages
2004-08-24 Reid SpencerLink with bcreader and vmcore.
2004-08-24 Reid Spencer- Implement the %args% substitution
2004-08-24 Reid Spencer- Alphabetize the list of token enumerators.
2004-08-24 Reid Spencer- Rename and rearrange for clarity
2004-08-24 Reid Spencer- Remove unused GetSuffix function
2004-08-24 Reid SpencerRemove unneeded flags.
2004-08-24 Chris LattnerAdd -sse[,2,3] arguments to LLC
2004-08-24 Chris LattnerNuke commented out stuff
2004-08-24 Brian Gaekebug fixed
2004-08-24 Brian Gaekenote pr#
2004-08-24 Brian GaekeThis code is dodgy, but the guaranteed assertion failur...
2004-08-24 Brian GaekeFix bug in PhyRegAlloc::setCallInterferences() handling...
2004-08-24 Brian GaekeRevise head-of-file comment.
2004-08-24 Reid SpencerActually get the URL to my notes page correct.
2004-08-24 Reid SpencerCorrect my home page. Shorten my entry. Reference home...
2004-08-24 Misha BrukmanChange LVN -> Load-VN since that's the name of the...
2004-08-24 Misha BrukmanFix some grammar.
2004-08-24 Misha BrukmanAdded DSE, LICM, LVN, PRE, SCCP, and SSA
2004-08-24 Chris LattnerDo not use .xword and friends to emit zeros on V9....
2004-08-23 Brian GaekeA PR60 test case
2004-08-23 Misha BrukmanDocument 'gmake install' vs. 'install-bytecode' (used...
2004-08-23 Reid SpencerMoved small examples from /projects/SmallExamples to...
2004-08-23 Reid SpencerMoved the "SmallExamples" out of the /projects director...
2004-08-23 Reid SpencerFix Title line
2004-08-23 Misha BrukmanNote: do not use GNU binutils under AIX, they're not...
2004-08-23 Reid SpencerChange the makefile back so it descends any directory...
2004-08-22 Reid SpencerMany useful corrections resulting from Chris Lattner...
2004-08-22 Reid SpencerProvide support for retaining the version number found...
2004-08-22 Reid SpencerAdd the VERSION token.
2004-08-22 Reid SpencerAdd support for version numbers.
2004-08-22 Reid SpencerShorten lines so this file can be used as the documenta...
2004-08-22 Nate BegemanKill a majority of unnecessary sign extensions for...
2004-08-22 Nate BegemanDon't hard code the offset of the saved R31 in function...
2004-08-21 Misha BrukmanBytecode libraries are installed with `make install...
2004-08-21 Reid SpencerFirst complete version. The details of configuration...
2004-08-21 Reid SpencerInitial checkin of a pass to lower packed operations...
2004-08-21 Reid SpencerCorrect to change interface of the analyzer.
2004-08-21 Reid SpencerBytecode Analyzer Cleanup:
2004-08-21 Reid SpencerGet rid of an extraneous local variable.
2004-08-21 Reid SpencerTwo Changes:
2004-08-21 Reid SpencerAdd boolean file format flags in preparation for versio...
2004-08-21 Reid SpencerBytecode Reader Cleanup:
2004-08-21 Reid SpencerDump the DependentLibsBlockID, its not a block, its...
2004-08-21 Nate BegemanBack out branchless SetCC code. While it helped a...
2004-08-21 Reid SpencerAdd new methods:
2004-08-21 Reid SpencerBytecode Analyzer cleanup:
2004-08-21 Chris LattnerAlignment is now in bits.
2004-08-21 Chris LattnerSwitch from bytes to bits for alignment.
2004-08-21 Chris LattnerSwitch from bytes to bits for alignment for consistency
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-21 Chris LattnerConvert regclass alignment from bytes to bites
2004-08-21 Chris LattnerConvert bytes to bits in alignment
2004-08-21 Chris LattnerRegister info alignment is in bits, frame object alignm...
2004-08-21 Chris LattnerMake alignment be in bits, just like size is
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-21 Chris LattnerNow that we have per-register spill size/alignment...
2004-08-21 Chris LattnerInfer the spillsize/alignment of a register based on...
2004-08-21 Chris LattnerSupport "Methods" in register classes in CodgeGenRegist...
2004-08-21 Chris LattnerFix warning
2004-08-21 Reid SpencerExamine the type code in the setcc class of instruction...
2004-08-21 Nate BegemanMove XForm instructions over to the auto-generated...
2004-08-21 Chris LattnerStart parsing register classes into a more structured...
2004-08-21 Chris LattnerRead in declared reg sizes
2004-08-21 Chris LattnerAdd two values
2004-08-21 Chris LattnerFix a nasty bug that Nate ran into. In particular...
2004-08-20 Reid SpencerChange @ -> % in config files. @name@ might be needed...
2004-08-20 Nate Begemanremove some things from the todo list.
2004-08-20 Chris LattnerDo not register ppc64 yet, as it breaks the SparcV9...
2004-08-20 Chris Lattnerquish a warning
2004-08-20 Reid SpencerFix a bug found exposed by: Regression/Other/2004-08...
2004-08-20 Nate BegemanImplement code to convert SetCC into straight line...
2004-08-20 Reid SpencerRemove even the slightest chance of a race condition...
2004-08-20 Reid SpencerImplement the correct search for configuration files...
2004-08-20 Reid SpencerAdd CONFIG_FILES so the language specific config files...
2004-08-20 Reid SpencerAdded a set of rules for installing configuration files...
2004-08-20 Reid SpencerImplement Assembly support.
2004-08-20 Reid SpencerChanges resulting from change in autoconf/configure...
2004-08-20 Reid SpencerActually name the #define correctly.
next