| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to reflect the new license.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351636
|
|
|
|
| |
llvm-svn: 183941
|
|
|
|
| |
llvm-svn: 101338
|
|
|
|
| |
llvm-svn: 45419
|
|
|
|
| |
llvm-svn: 35745
|
|
|
|
| |
llvm-svn: 21428
|
|
|
|
| |
llvm-svn: 19773
|
|
|
|
| |
llvm-svn: 19768
|
|
|
|
|
|
| |
used by other tools.
llvm-svn: 19767
|
|
|
|
|
|
|
| |
* Change use of ReadFileIntoAddressSpace to sys::MappedFile use.
* Shorten a line > 80 chars.
llvm-svn: 18896
|
|
|
|
|
|
|
|
| |
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.
llvm-svn: 16137
|
|
|
|
| |
llvm-svn: 14259
|
|
|
|
| |
llvm-svn: 14169
|
|
|
|
|
|
| |
due to non-numeric diff failures that caused fpcmp to go into infinite loops
llvm-svn: 14098
|
|
|
|
| |
llvm-svn: 13867
|
|
|
|
| |
llvm-svn: 13865
|
|
|
|
| |
llvm-svn: 13121
|
|
|
|
| |
llvm-svn: 13072
|
|
|
|
| |
llvm-svn: 12934
|
|
Here is a simple minimal program that does what we want. Instead of taking
minutes to compare mesa's output, and crashing on binary files (like spiff
does), this take < .02s in the common case and doesn't crash.
llvm-svn: 12926
|