summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove codegen libraries to speed up linking optChris Lattner2003-04-16
* Fix bug: IndVarSimplify/2003-04-16-ExprAnalysis.llChris Lattner2003-04-16
* New testcaseChris Lattner2003-04-16
* Change the interface to constant expressions to allow automatic foldingChris Lattner2003-04-16
* Allow the user to disable the internalize passChris Lattner2003-04-16
* Add tests for linker and linkonce globalsChris Lattner2003-04-16
* Add support to the bytecode reader/writer for the new linkage typesChris Lattner2003-04-16
* Give verbose error messages if bytecode file cannot be parsedChris Lattner2003-04-16
* Add code to verify correctly linkagesChris Lattner2003-04-16
* Revert modulo scheduling change that should be part of the modulo-sched pass ...Chris Lattner2003-04-16
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Add missing keyword, add new linkage keywordsChris Lattner2003-04-16
* Add new linkage keywords. Spell uninitialized correctlyChris Lattner2003-04-16
* Add PRE directoryChris Lattner2003-04-16
* Improve the efficiency and cleanup writing a bitChris Lattner2003-04-16
* Don't allow declaring an external internal variableChris Lattner2003-04-16
* Improve compatibility with system AS further by allowing input from stdinChris Lattner2003-04-16
* * Get rid of using declarationChris Lattner2003-04-16
* Namespacify command line optionsChris Lattner2003-04-16
* Fix bug: Assember2003-04-15-ConstantInitAssertion.llxChris Lattner2003-04-15
* New testcase that triggered assertion failure.Chris Lattner2003-04-15
* Make help message more clearChris Lattner2003-04-13
* Simple arithmetic loop-based test case for modulo scheduling.Misha Brukman2003-04-10
* Adding a simple test case in the hope that commit-diffs.pl will pick this up.Misha Brukman2003-04-10
* Not only is this the first test case for ModuloScheduing, it's also the firstMisha Brukman2003-04-10
* * Fix bug: Mem2Reg/2003-04-10-DFNotFound.llChris Lattner2003-04-10
* New testcaseChris Lattner2003-04-10
* Fixed compilation errors, command-line argument declarations, cleaned up code toMisha Brukman2003-04-10
* Made the code readable:Misha Brukman2003-04-09
* Must use std::pair instead of just 'pair'.Misha Brukman2003-04-07
* added a function and a member to the TargetSchedInfo classGuochun Shi2003-04-07
* added some memory for clone functionGuochun Shi2003-04-06
* change the include file names and some class names to make it compileGuochun Shi2003-04-06
* Implement scanf and fix sscanf to actually endian swap the results correctlyChris Lattner2003-03-31
* Update to work with newer versions of bisonChris Lattner2003-03-31
* Initial checkin of PRE testChris Lattner2003-03-31
* Initial checkin of PRE testsChris Lattner2003-03-31
* Initial checkin of PRE on LLVM. This implementation is still lacking inChris Lattner2003-03-31
* Minor tweakChris Lattner2003-03-31
* * We now preserve the no-critical-edge pass (because we cannot insert critica...Chris Lattner2003-03-31
* Add getAnalysisUsage methodChris Lattner2003-03-31
* *** empty log message ***Guochun Shi2003-03-27
* Move BreakCriticalEdges pass to lib/Transforms/UtilsChris Lattner2003-03-21
* Add helper methodChris Lattner2003-03-21
* Update commentChris Lattner2003-03-21
* Add more graph traits specializations for dominator tree nodesChris Lattner2003-03-20
* * Change the order that globals and constants are processed inChris Lattner2003-03-19
* Changes to the V2 bytecode format:Chris Lattner2003-03-19
* * Bug fixes:Chris Lattner2003-03-19
* Add new chunk typeChris Lattner2003-03-19