| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 143164
|
|
|
|
|
|
| |
- This will require you to manually reconfigure the projects/sample project (by running projects/config/sample/config.status --recheck) if you haven't updated/built since the 1st part of this commit went in.
llvm-svn: 143148
|
|
|
|
|
|
| |
Patch by Dimitry Andric!
llvm-svn: 142995
|
|
|
|
| |
llvm-svn: 142880
|
|
|
|
| |
llvm-svn: 142878
|
|
|
|
| |
llvm-svn: 142457
|
|
|
|
|
|
|
|
|
|
| |
so that projects/sample is standalone and not tied to the LLVM build setup.
- This currently just moves over all of the behavior from LLVM. Eventually all of the configure checks that are directly needed by the LLVM build setup should probably go away, and the project should manage their own configuration checks if necessary.
- This is the 1st half of this work, the actual Makefile.common hasn't moved over yet. I've tried to stage this in such a way that incremental builds will properly reconfigure for most active developers (the Makefiles don't handle reconfiguring in a perfectly reliable way, and I haven't found an easy way to make them do so).
llvm-svn: 142456
|
|
|
|
|
|
| |
Luis Felipe Strano Moraes!
llvm-svn: 129558
|
|
|
|
| |
llvm-svn: 121646
|
|
|
|
|
|
|
|
|
|
| |
autoconf directory, but these paths need to be relative to the main
source directory. Patch originally by Dan Gohman, r67655.
Also, cause configure.ac to find absolute paths to LLVM source and
object trees. Together, fixes PR1220.
llvm-svn: 121645
|
|
|
|
| |
llvm-svn: 120304
|
|
|
|
|
|
| |
llvm/projects.
llvm-svn: 113490
|
|
|
|
| |
llvm-svn: 108518
|
|
|
|
|
|
| |
TII::isMoveInstr is going tobe completely removed.
llvm-svn: 108507
|
|
|
|
| |
llvm-svn: 96948
|
|
|
|
| |
llvm-svn: 96221
|
|
|
|
| |
llvm-svn: 95670
|
|
|
|
| |
llvm-svn: 95667
|
|
|
|
|
|
| |
Patch by Torvald Riegel!
llvm-svn: 94405
|
|
|
|
| |
llvm-svn: 94187
|
|
|
|
| |
llvm-svn: 93729
|
|
|
|
|
|
| |
direct inclusion edge from System to Support.
llvm-svn: 85086
|
|
|
|
|
|
|
|
| |
that all the Makefiles changed mode.
Fix this by tellint install-sh to chmod
only to 0644, these are not executable files after all!
llvm-svn: 80371
|
|
|
|
| |
llvm-svn: 74065
|
|
|
|
|
|
| |
not going to persue this further at this time.
llvm-svn: 67666
|
|
|
|
| |
llvm-svn: 67658
|
|
|
|
| |
llvm-svn: 67656
|
|
|
|
|
|
|
| |
autoconf directory, but these paths need to be relative to the main
source directory.
llvm-svn: 67655
|
|
|
|
| |
llvm-svn: 67654
|
|
|
|
| |
llvm-svn: 67647
|
|
|
|
|
|
| |
Patch by Viktar Zviarovich!
llvm-svn: 66230
|
|
|
|
|
|
| |
This fixes part of PR2793.
llvm-svn: 56198
|
|
|
|
|
|
|
|
|
| |
We will keep the old projects/llvm-test working for existing installs.
The changes to configure are made manually, since I lack autoconf-2.6. Someone
might want to run AutoGen.sh to see if that changes anything.
llvm-svn: 52675
|
|
|
|
| |
llvm-svn: 45416
|
|
|
|
| |
llvm-svn: 37801
|
|
|
|
| |
llvm-svn: 34387
|
|
|
|
| |
llvm-svn: 33292
|
|
|
|
|
|
|
| |
Remove the projects/Stacker directory. LLVM is now free of dependency
on llvm-gcc.
llvm-svn: 33278
|
|
|
|
| |
llvm-svn: 32993
|
|
|
|
|
|
| |
Convert signed integer types to signless.
llvm-svn: 32786
|
|
|
|
|
|
|
|
| |
This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instruction has been removed and
been replaced with ICmpInst and FCmpInst.
llvm-svn: 32751
|
|
|
|
| |
llvm-svn: 32704
|
|
|
|
| |
llvm-svn: 32533
|
|
|
|
| |
llvm-svn: 32520
|
|
|
|
|
|
| |
now cerr, cout, and NullStream resp.
llvm-svn: 32298
|
|
|
|
| |
llvm-svn: 32283
|
|
|
|
|
|
|
| |
adding a temporary wrapper around the ostream to make it friendly to
functions expecting an LLVM stream. This should be fixed in the future.
llvm-svn: 31990
|
|
|
|
|
|
|
|
|
|
| |
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding changes throughout LLVM are
provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
exception of 175.vpr which fails only on a slight floating point output
difference.
llvm-svn: 31931
|
|
|
|
|
|
|
|
| |
This patch converts the old SHR instruction into two instructions,
AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
dependent on the sign of their operands.
llvm-svn: 31542
|
|
|
|
|
|
| |
Be careful about blanks when checking LLVMGCC variable.
llvm-svn: 31455
|