| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 127066
|
| |
|
|
|
|
| |
Patch by Erik Olofsson!
llvm-svn: 126847
|
| |
|
|
| |
llvm-svn: 126821
|
| |
|
|
|
|
|
| |
tagging and branching for the release. I will update this more throughout the
2.9 release process.
llvm-svn: 126604
|
| |
|
|
| |
llvm-svn: 126573
|
| |
|
|
|
|
|
|
|
|
| |
Limit the folding of any_ext and sext into the load operation to scalars.
Limit the active-bits trunc optimization to scalars.
Document vector trunc and vector sext in LangRef.
Similar to commit 126080 (for enabling zext).
llvm-svn: 126424
|
| |
|
|
|
|
| |
Visual Studio.
llvm-svn: 126083
|
| |
|
|
|
|
|
|
| |
The DAGCombiner folds the zext into complex load instructions. This patch
prevents this optimization on vectors since none of the supported targets
knows how to perform load+vector_zext in one instruction.
llvm-svn: 126080
|
| |
|
|
| |
llvm-svn: 126065
|
| |
|
|
| |
llvm-svn: 125709
|
| |
|
|
| |
llvm-svn: 125563
|
| |
|
|
| |
llvm-svn: 125544
|
| |
|
|
| |
llvm-svn: 125469
|
| |
|
|
| |
llvm-svn: 125412
|
| |
|
|
| |
llvm-svn: 125203
|
| |
|
|
| |
llvm-svn: 125192
|
| |
|
|
|
|
|
|
| |
- Note "GnuWin32".
- Note LLVM_LIT_TOOLS_DIR
- Now we can run tests on VS w/e all tests might pass or not!
llvm-svn: 125177
|
| |
|
|
|
|
| |
Factor some code better.
llvm-svn: 125006
|
| |
|
|
|
|
|
|
| |
instcombine xform to exercise this.
Nothing forms exact udivs yet though. This is progress on PR8862
llvm-svn: 124992
|
| |
|
|
| |
llvm-svn: 124761
|
| |
|
|
| |
llvm-svn: 124677
|
| |
|
|
| |
llvm-svn: 124664
|
| |
|
|
|
|
| |
so that the code reads properly.
llvm-svn: 124514
|
| |
|
|
|
|
| |
Patch by arrowdodger!
llvm-svn: 123976
|
| |
|
|
| |
llvm-svn: 123750
|
| |
|
|
| |
llvm-svn: 123530
|
| |
|
|
|
|
|
|
|
| |
shouldn't depend directly on that.
Give an example of how to iterate over all virtual registers in a function
without depending on the representation.
llvm-svn: 123099
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a unnamed_addr bit to global variables and functions. This will be used
to indicate that the address is not significant and therefore the constant
or function can be merged with others.
If an optimization pass can show that an address is not used, it can set this.
Examples of things that can have this set by the FE are globals created to
hold string literals and C++ constructors.
Adding unnamed_addr to a non-const global should have no effect unless
an optimization can transform that global into a constant.
Aliases are not allowed to have unnamed_addr since I couldn't figure
out any use for it.
llvm-svn: 123063
|
| |
|
|
|
|
| |
ago. This is both easier to learn and easier to read.
llvm-svn: 123001
|
| |
|
|
|
|
|
|
|
| |
analyses to be informed when
a pointer value has potentially become escaping. Implementations can choose to either fall back to
conservative responses for that value, or may recompute their analysis to accomodate the change.
llvm-svn: 122777
|
| |
|
|
| |
llvm-svn: 122773
|
| |
|
|
| |
llvm-svn: 122754
|
| |
|
|
|
|
|
|
| |
The rationale is that after analyzing a function in the SCC, we may want to
modify it in a way that requires us to update its uses (f.e. to replace the
call with a constant) or its users (f.e. to call it with fewer arguments).
llvm-svn: 122739
|
| |
|
|
|
|
| |
in their SCC as they already have with the direct callees.
llvm-svn: 122734
|
| |
|
|
|
|
| |
even compile, let alone work.
llvm-svn: 122657
|
| |
|
|
|
|
| |
using a separate objects directory.
llvm-svn: 122656
|
| |
|
|
|
|
| |
not locally.
llvm-svn: 122655
|
| |
|
|
| |
llvm-svn: 122651
|
| |
|
|
| |
llvm-svn: 122650
|
| |
|
|
|
|
|
| |
This was done for label, void, floating point, x86mmx, metadata,
just not integer.
llvm-svn: 122606
|
| |
|
|
| |
llvm-svn: 122346
|
| |
|
|
|
|
|
|
| |
being tested. This ensures that we test the tools just built and not
some random tools that might happen to be in the user's PATH. This
makes LLVM testing much more stable and predictable.
llvm-svn: 122341
|
| |
|
|
| |
llvm-svn: 122312
|
| |
|
|
|
|
| |
backend.
llvm-svn: 122276
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
revision id is appended to the LLVM version string. Defaults to
OFF.
Until now the VC revision id was always appended to the revision
string whenever cmake was invoked (either explicitly or implicitly
because a cmake source file changed). This was causing massive
recompilations because config.h are reconfigured with the new contents
of PACKAGE_VERSION.
llvm-svn: 122240
|
| |
|
|
| |
llvm-svn: 122203
|
| |
|
|
| |
llvm-svn: 121909
|
| |
|
|
| |
llvm-svn: 121874
|
| |
|
|
| |
llvm-svn: 121832
|
| |
|
|
| |
llvm-svn: 121740
|