- Aug 04, 2010
-
-
Chris Lattner authored
llvm-svn: 110164
-
- Aug 03, 2010
-
-
Dan Gohman authored
eliminate several const_casts. Make CallSite implicitly convertible to ImmutableCallSite. Rename the getModRefBehavior for intrinsic IDs to getIntrinsicModRefBehavior to avoid overload ambiguity with CallSite, which happens to be implicitly convertible to bool. llvm-svn: 110155
-
Nate Begeman authored
Add support for using the FPSCR in conjunction with the vcvtr instruction, for controlling fp to int rounding. Add support for the FLT_ROUNDS_ node now that the FPSCR is exposed. llvm-svn: 110152
-
Dan Gohman authored
llvm-svn: 110135
-
Dan Gohman authored
llvm-svn: 110134
-
Dan Gohman authored
instructions with alignment 0, so that subsequent passes don't need to bother checking the TargetData ABI size manually. llvm-svn: 110128
-
Oscar Fuentes authored
XCore->XCoreGen PIC16->PIC16CodeGen After updating your working copy, the first build will fail because it is using the old library dependencies. Start the build again and it will work fine. llvm-svn: 110127
-
Oscar Fuentes authored
Adds "svn" or "git", depending on the VCS used. If svn, adds the revision number as well. llvm-svn: 110121
-
Dan Gohman authored
llvm-svn: 110120
-
Jakob Stoklund Olesen authored
When the normalizeSpillWeights function was introduced, I forgot to remove this normalization. This change could affect register allocation. Hopefully for the better. llvm-svn: 110119
-
Jakob Stoklund Olesen authored
nice farm in the country where it can play with other tests. And bunnies. It is not clear what is being tested, and the revision history shows a bunch of random changes to the expected instruction count. Clearly, we are just fudging it to pass whenever it fails. llvm-svn: 110118
-
Chris Lattner authored
llvm-svn: 110117
-
Dan Gohman authored
llvm-svn: 110115
-
Chris Lattner authored
llvm-svn: 110114
-
Peter Collingbourne authored
llvm-svn: 110113
-
Dan Gohman authored
around std::min vs static const friction. llvm-svn: 110112
-
Oscar Fuentes authored
llvm-svn: 110110
-
Daniel Dunbar authored
appended. llvm-svn: 110109
-
Michael J. Spencer authored
Patch by Cameron Esfahani! llvm-svn: 110104
-
Michael J. Spencer authored
This reverts commit r110100 Wrong path caps. llvm-svn: 110103
-
Michael J. Spencer authored
llvm-svn: 110101
-
Michael J. Spencer authored
Patch by Cameron Esfahani! llvm-svn: 110100
-
Michael J. Spencer authored
llvm-svn: 110097
-
Bruno Cardoso Lopes authored
as soon as we properly codegen the simple vector operations in clang, remove the unnecessary builti-ins/intrinsics from clang and llvm. llvm-svn: 110094
-
Dan Gohman authored
llvm-svn: 110092
-
Dan Gohman authored
llvm-svn: 110091
-
Dan Gohman authored
are unknown. llvm-svn: 110090
-
Dan Gohman authored
of Value deletions and RAUWs, instead of relying on ScalarEvolution's Scalars map being notified, as that's complicated at best, and insufficient in general. This means SCEVUnknown needs a non-trivial destructor, so introduce a mechanism to allow ScalarEvolution to locate all the SCEVUnknowns. llvm-svn: 110086
-
Stuart Hastings authored
llvm-svn: 110081
-
Dan Gohman authored
llvm-svn: 110077
-
Dan Gohman authored
a redundant check from checkInstruction. llvm-svn: 110076
-
Dan Gohman authored
llvm-svn: 110075
-
Dan Gohman authored
llvm-svn: 110074
-
Devang Patel authored
llvm-svn: 110072
-
Stuart Hastings authored
llvm-svn: 110070
-
Bill Wendling authored
llvm-svn: 110069
-
- Aug 02, 2010
-
-
Oscar Fuentes authored
LLVMConfig. llvm-svn: 110065
-
Oscar Fuentes authored
is a dependence on an LLVM target that is not included on the build. When LLVM_TARGETS_TO_BUILD didn't include all the targets, the function emitted an error like "Library LLVMArmParser not found in list of llvm libraries." llvm-svn: 110060
-
Oscar Fuentes authored
Patch by nobled! llvm-svn: 110057
-
Dan Gohman authored
llvm-svn: 110056
-