AsmParser
|
* Remove trailing whitespace
|
2005-04-21 21:10:11 +00:00 |
Bytecode
|
Convert tabs to spaces
|
2005-04-22 04:01:18 +00:00 |
CodeGen
|
Fold (X > -1) | (Y > -1) --> (X&Y > -1)
|
2005-04-26 01:18:33 +00:00 |
Debugger
|
Remove trailing whitespace
|
2005-04-21 22:36:52 +00:00 |
ExecutionEngine
|
Convert tabs to spaces
|
2005-04-22 04:08:30 +00:00 |
Linker
|
Remove trailing whitespace
|
2005-04-21 22:55:34 +00:00 |
Support
|
* Order #includes as per style guide
|
2005-04-22 19:13:22 +00:00 |
System
|
Silence gcc-4.0.0 warnings.
|
2005-04-22 17:56:01 +00:00 |
Target
|
clean up some warnings
|
2005-04-27 11:57:39 +00:00 |
Transforms
|
More Cleanup:
|
2005-04-27 17:46:54 +00:00 |
VMCore
|
Unbreak the sparc backend.
|
2005-04-27 18:57:15 +00:00 |