index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2004-08-29
Register sizes should be specified in bits
Nate Begeman
2004-08-29
Improvements to int->float cast code for PPC-64
Nate Begeman
2004-08-29
Put this change back in after testing from Reid proved its innocence. getSpi...
Nate Begeman
2004-08-29
Add a declaration of environ global for Darwin
Reid Spencer
2004-08-29
Add an assert to cature null Operands. It is better to catch it here than
Reid Spencer
2004-08-29
Signals support has been moved to lib/System
Reid Spencer
2004-08-29
Move a warning comment to where it should have been in the first place.
Reid Spencer
2004-08-29
Correct the vim: specification
Reid Spencer
2004-08-29
Include some additional header files.
Reid Spencer
2004-08-29
Initial platform independent implementation of operating system concept
Reid Spencer
2004-08-29
Initial commit of an platform-indepdendent implementation for the
Reid Spencer
2004-08-29
Implement the following missing functionality in the PPC backend:
Nate Begeman
2004-08-29
Revise the design of the Path concept per peer review. Too many changes to
Reid Spencer
2004-08-28
Remove dead code.
Alkis Evlogimenos
2004-08-27
Now that LiveIntervals::addIntervalsForSpills is fixed, do not require
Alkis Evlogimenos
2004-08-27
Only update LiveVariables if it is available. addIntervalsForSpills
Alkis Evlogimenos
2004-08-27
Back out this change as it broke the build last night. This should be
Alkis Evlogimenos
2004-08-27
Back out change to divide getSpillSize by 8 until I figure out why it breaks ...
Nate Begeman
2004-08-27
The linear scan variants do not require the LiveVariables analysis.
Alkis Evlogimenos
2004-08-27
Register sizes are in bits, not bytes
Nate Begeman
2004-08-27
Correctly compute the number of compaction tables.
Reid Spencer
2004-08-27
Prevent an empty compaction table from being written to the bytecode file.
Reid Spencer
2004-08-26
Add the CompactionTableIsEmpty function so that we can determine if a
Reid Spencer
2004-08-26
Use newly added API in MRegisterInfo and don't expose the allocatable
Alkis Evlogimenos
2004-08-26
Use newly added API in MRegisterInfo.
Alkis Evlogimenos
2004-08-26
Add getAllocatableSet() function.
Alkis Evlogimenos
2004-08-26
Fix a typo.
Reid Spencer
2004-08-26
First cut at a README for lib/System explaining the #inclusion rules and
Reid Spencer
2004-08-26
Add a README explaining the intended content of this directory.
Reid Spencer
2004-08-25
Previous checkin broke printf(%a) support for fp constants-- re-fix it.
Brian Gaeke
2004-08-25
New version of Bill Wendling's PR33 patch.
Brian Gaeke
2004-08-25
Fix documentation.
Reid Spencer
2004-08-25
Initial implementation of the Path operating system concept.
Reid Spencer
2004-08-25
License for this library.
Reid Spencer
2004-08-24
Add a wrapper for extraction of the dependent libraries from a bytecode
Reid Spencer
2004-08-24
Rearrange output a little to make it nicer.
Reid Spencer
2004-08-24
Give the -time-passes tool option a global storage location so that its
Reid Spencer
2004-08-24
Fix a bug in a previous checkin of mine, correcting
Chris Lattner
2004-08-24
Add -sse[,2,3] arguments to LLC
Chris Lattner
2004-08-24
Nuke commented out stuff
Chris Lattner
2004-08-24
This code is dodgy, but the guaranteed assertion failure doesn't help anything.
Brian Gaeke
2004-08-24
Fix bug in PhyRegAlloc::setCallInterferences() handling call through a
Brian Gaeke
2004-08-24
Revise head-of-file comment.
Brian Gaeke
2004-08-24
Do not use .xword and friends to emit zeros on V9. Apparently there are issues
Chris Lattner
2004-08-22
Kill a majority of unnecessary sign extensions for byte loads
Nate Begeman
2004-08-22
Don't hard code the offset of the saved R31 in functions with frame pointers
Nate Begeman
2004-08-21
Initial checkin of a pass to lower packed operations to scalars operations.
Reid Spencer
2004-08-21
Bytecode Analyzer Cleanup:
Reid Spencer
2004-08-21
Get rid of an extraneous local variable.
Reid Spencer
2004-08-21
Two Changes:
Reid Spencer
[prev]
[next]