index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modified Makefile.common to handle compilation of projects inside and outside
John Criswell
2003-06-11
4
-251
/
+325
*
Updated for the new projects Makefile.
John Criswell
2003-06-11
1
-4
/
+4
*
add some comments
Guochun Shi
2003-06-10
4
-108
/
+228
*
add an brief instruction what this pass is
Guochun Shi
2003-06-10
2
-2
/
+2
*
a simple introduction to this pass
Guochun Shi
2003-06-10
2
-0
/
+66
*
cleaned code
Guochun Shi
2003-06-10
6
-254
/
+642
*
delete useless functions
Guochun Shi
2003-06-08
8
-432
/
+380
*
change DEBUG to DEBUG_PRINT
Guochun Shi
2003-06-08
6
-204
/
+212
*
Fix bug in environment setting
Chris Lattner
2003-06-08
1
-2
/
+2
*
Add #include for older GCC's
Chris Lattner
2003-06-08
1
-0
/
+1
*
Fix bug: LevelRaise/2003-06-07-EmptyArrayTest.ll
Chris Lattner
2003-06-07
1
-1
/
+2
*
New testcase
Chris Lattner
2003-06-07
1
-0
/
+10
*
Fix compilation problem on GCC 2.9x
Chris Lattner
2003-06-07
1
-1
/
+1
*
Do not hastily change the Opcode from 'r' to 'i' type if we're not actually
Misha Brukman
2003-06-07
2
-14
/
+12
*
Old versions of GCC doesn't have <ostream> :(
Chris Lattner
2003-06-06
4
-4
/
+2
*
Fix compilation problem with some versions of G++
Chris Lattner
2003-06-06
2
-2
/
+2
*
Fix problem with perror
Chris Lattner
2003-06-06
2
-0
/
+2
*
Fix warnings on Sparc
Chris Lattner
2003-06-06
1
-5
/
+8
*
Print address out as hex.
Misha Brukman
2003-06-06
1
-1
/
+1
*
Added 'r' and 'i' versions to WRCCR.
Misha Brukman
2003-06-06
1
-1
/
+2
*
* Changed Bcc instructions to behave like BPcc instructions
Misha Brukman
2003-06-06
7
-38
/
+64
*
Return 'int 0' instead of 'void' so that the test can be seen as successful.
Misha Brukman
2003-06-06
1
-2
/
+2
*
Return 'int 0' instead of void so that the test can be considered to pass.
Misha Brukman
2003-06-06
1
-2
/
+2
*
* Removed PreSelection pass because that is now done in the JIT
Misha Brukman
2003-06-06
1
-22
/
+10
*
Don't output explicit initializers for globals that are zero initialized
Chris Lattner
2003-06-06
2
-8
/
+8
*
::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::
Misha Brukman
2003-06-06
1
-1
/
+14
*
Output function address as hex.
Misha Brukman
2003-06-06
1
-3
/
+2
*
Simplify test case: remove declaration of __main() and call to it.
Misha Brukman
2003-06-06
1
-5
/
+0
*
Fixed a bunch of test cases in test/Regression/Jello which could not get the
Misha Brukman
2003-06-06
1
-2
/
+13
*
Add statistic for # machine instrs emitted
Chris Lattner
2003-06-06
1
-1
/
+13
*
* If a global is not a function, just ask the MachineCodeEmitter for the addr
Misha Brukman
2003-06-06
1
-3
/
+3
*
The SUB*i instructions belong to a different class than their SUB*r brethren.
Misha Brukman
2003-06-06
1
-4
/
+4
*
All debug print statements are now output with the DEBUG() guard to make
Misha Brukman
2003-06-06
2
-6
/
+6
*
Put all debug print statements under the DEBUG() guard to make output clean so
Misha Brukman
2003-06-06
1
-35
/
+36
*
Removed debug print statement.
Misha Brukman
2003-06-06
1
-1
/
+0
*
Fixed confusion between register classes and register types.
Misha Brukman
2003-06-05
1
-2
/
+4
*
Added missing directive to store the instruction name.
Misha Brukman
2003-06-05
1
-0
/
+1
*
Moved predict and annul fields to the end of each individual instruction
Misha Brukman
2003-06-05
1
-12
/
+15
*
Do not preset the cc register, the instructions actually use it.
Misha Brukman
2003-06-05
1
-20
/
+17
*
* Stop ignoring cc registers, since we actually use them in branches.
Misha Brukman
2003-06-05
2
-2
/
+4
*
Minor tuning -- avoid a non-inlinable function call on every operand.
Vikram S. Adve
2003-06-05
1
-70
/
+72
*
Fix (bogus) possibly uninitialized warning
Chris Lattner
2003-06-05
1
-1
/
+1
*
Added lazy function resolution to the JIT.
Misha Brukman
2003-06-05
2
-31
/
+223
*
* The textual output of (non-)predicted FP branches is the same.
Misha Brukman
2003-06-05
1
-24
/
+50
*
Remove duplicate pass
Chris Lattner
2003-06-05
1
-4
/
+0
*
Fix bug: InstCombine/2003-06-05-BranchInvertInfLoop.ll
Chris Lattner
2003-06-05
1
-1
/
+1
*
New testcase
Chris Lattner
2003-06-05
1
-0
/
+14
*
Test seteq AND setne
Chris Lattner
2003-06-05
1
-2
/
+2
*
Implement generation of cmp R, C to not use an extra register
Chris Lattner
2003-06-05
3
-23
/
+67
*
Special case simple binary operator X op C
Chris Lattner
2003-06-05
2
-54
/
+110
[next]