aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modified Makefile.common to handle compilation of projects inside and outsideJohn Criswell2003-06-114-251/+325
* Updated for the new projects Makefile.John Criswell2003-06-111-4/+4
* add some commentsGuochun Shi2003-06-104-108/+228
* add an brief instruction what this pass isGuochun Shi2003-06-102-2/+2
* a simple introduction to this passGuochun Shi2003-06-102-0/+66
* cleaned codeGuochun Shi2003-06-106-254/+642
* delete useless functionsGuochun Shi2003-06-088-432/+380
* change DEBUG to DEBUG_PRINTGuochun Shi2003-06-086-204/+212
* Fix bug in environment settingChris Lattner2003-06-081-2/+2
* Add #include for older GCC'sChris Lattner2003-06-081-0/+1
* Fix bug: LevelRaise/2003-06-07-EmptyArrayTest.llChris Lattner2003-06-071-1/+2
* New testcaseChris Lattner2003-06-071-0/+10
* Fix compilation problem on GCC 2.9xChris Lattner2003-06-071-1/+1
* Do not hastily change the Opcode from 'r' to 'i' type if we're not actuallyMisha Brukman2003-06-072-14/+12
* Old versions of GCC doesn't have <ostream> :(Chris Lattner2003-06-064-4/+2
* Fix compilation problem with some versions of G++Chris Lattner2003-06-062-2/+2
* Fix problem with perrorChris Lattner2003-06-062-0/+2
* Fix warnings on SparcChris Lattner2003-06-061-5/+8
* Print address out as hex.Misha Brukman2003-06-061-1/+1
* Added 'r' and 'i' versions to WRCCR.Misha Brukman2003-06-061-1/+2
* * Changed Bcc instructions to behave like BPcc instructionsMisha Brukman2003-06-067-38/+64
* Return 'int 0' instead of 'void' so that the test can be seen as successful.Misha Brukman2003-06-061-2/+2
* Return 'int 0' instead of void so that the test can be considered to pass.Misha Brukman2003-06-061-2/+2
* * Removed PreSelection pass because that is now done in the JITMisha Brukman2003-06-061-22/+10
* Don't output explicit initializers for globals that are zero initializedChris Lattner2003-06-062-8/+8
* ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::Misha Brukman2003-06-061-1/+14
* Output function address as hex.Misha Brukman2003-06-061-3/+2
* Simplify test case: remove declaration of __main() and call to it.Misha Brukman2003-06-061-5/+0
* Fixed a bunch of test cases in test/Regression/Jello which could not get theMisha Brukman2003-06-061-2/+13
* Add statistic for # machine instrs emittedChris Lattner2003-06-061-1/+13
* * If a global is not a function, just ask the MachineCodeEmitter for the addrMisha Brukman2003-06-061-3/+3
* The SUB*i instructions belong to a different class than their SUB*r brethren.Misha Brukman2003-06-061-4/+4
* All debug print statements are now output with the DEBUG() guard to makeMisha Brukman2003-06-062-6/+6
* Put all debug print statements under the DEBUG() guard to make output clean soMisha Brukman2003-06-061-35/+36
* Removed debug print statement.Misha Brukman2003-06-061-1/+0
* Fixed confusion between register classes and register types.Misha Brukman2003-06-051-2/+4
* Added missing directive to store the instruction name.Misha Brukman2003-06-051-0/+1
* Moved predict and annul fields to the end of each individual instructionMisha Brukman2003-06-051-12/+15
* Do not preset the cc register, the instructions actually use it.Misha Brukman2003-06-051-20/+17
* * Stop ignoring cc registers, since we actually use them in branches.Misha Brukman2003-06-052-2/+4
* Minor tuning -- avoid a non-inlinable function call on every operand.Vikram S. Adve2003-06-051-70/+72
* Fix (bogus) possibly uninitialized warningChris Lattner2003-06-051-1/+1
* Added lazy function resolution to the JIT.Misha Brukman2003-06-052-31/+223
* * The textual output of (non-)predicted FP branches is the same.Misha Brukman2003-06-051-24/+50
* Remove duplicate passChris Lattner2003-06-051-4/+0
* Fix bug: InstCombine/2003-06-05-BranchInvertInfLoop.llChris Lattner2003-06-051-1/+1
* New testcaseChris Lattner2003-06-051-0/+14
* Test seteq AND setneChris Lattner2003-06-051-2/+2
* Implement generation of cmp R, C to not use an extra registerChris Lattner2003-06-053-23/+67
* Special case simple binary operator X op CChris Lattner2003-06-052-54/+110