- Aug 01, 2007
-
-
David Greene authored
New CallInst interface to address GLIBCXX_DEBUG errors caused by indexing an empty std::vector. Updates to all clients. llvm-svn: 40660
-
- Jul 31, 2007
-
-
Reid Spencer authored
permitted on function results. So, revert the last patch to make it illegal. llvm-svn: 40632
-
Reid Spencer authored
front end converts regparm attribute on the gcc function into InReg attribute on the llvm function. This fixes test/CFrontend/2002-07-30-SubrefSetAssertion.c llvm-svn: 40618
-
- Jul 30, 2007
-
-
Dan Gohman authored
llvm-svn: 40588
-
- Jul 27, 2007
-
-
Devang Patel authored
to make it easier to understand failure. llvm-svn: 40567
-
Devang Patel authored
llvm-svn: 40564
-
Duncan Sands authored
with StructReturn and ByVal, so make it so. llvm-svn: 40554
-
Duncan Sands authored
Verifier::visitFunction is suffering a combinatorial explosion due to the number of mutually incompatible attributes. This patch tidies the whole thing up using attribute masks. While there I fixed some small bugs: (1) the ByVal attribute tests cast a type to a pointer type, which can fail. Yes, the fact it is of a pointer type is checked before, but a failing check does not cause the program to exit, it continues on outputting further errors; (2) Nothing was checking that an sret attribute is on the first parameter; (3) nothing was checking that a function for which isStructReturn() is true has a parameter with the sret attribute and vice-versa (I don't think it is possible for this to go wrong, but it seems right to check it). llvm-svn: 40553
-
Duncan Sands authored
still under discussion. llvm-svn: 40549
-
- Jul 26, 2007
-
-
Dan Gohman authored
to Instruction::mayWriteToMemory, fixing a FIXME, and helping various places that call mayWriteToMemory directly. llvm-svn: 40533
-
Dan Gohman authored
llvm-svn: 40530
-
Christopher Lamb authored
llvm-svn: 40506
-
- Jul 24, 2007
-
-
Reid Spencer authored
llvm-svn: 40464
-
Reid Spencer authored
2. Fold an if statement into the Assert1 macro call. llvm-svn: 40455
-
Reid Spencer authored
to use sret or inreg on the function. It is equally illegal to use noreturn or nounwind on a parameter; they only go with the function. This patch enforces these rules. llvm-svn: 40453
-
- Jul 21, 2007
-
-
Chris Lattner authored
This hopefully fixes a miscompilation of TargetData.cpp when self hosting. llvm-svn: 40125
-
- Jul 20, 2007
-
-
Devang Patel authored
llvm-svn: 40109
-
Reid Spencer authored
Change the keywords for the zext and sext parameter attributes to be zeroext and signext so they don't conflict with the keywords for the instructions of the same name. This gets around the ambiguity. llvm-svn: 40069
-
- Jul 19, 2007
-
-
Devang Patel authored
llvm-svn: 40062
-
Devang Patel authored
llvm-svn: 40039
-
- Jul 18, 2007
-
-
Dan Gohman authored
end of a BasicBlock and have an alignment parameter. llvm-svn: 40016
-
- Jul 17, 2007
-
-
Rafael Espindola authored
llvm-svn: 39971
-
- Jul 16, 2007
-
-
Dan Gohman authored
llvm-svn: 39921
-
- Jul 10, 2007
-
-
Rafael Espindola authored
llvm-svn: 38506
-
- Jul 09, 2007
-
-
Devang Patel authored
llvm-svn: 38469
-
- Jul 06, 2007
-
-
Rafael Espindola authored
llvm-svn: 37940
-
- Jul 05, 2007
-
-
Chris Lattner authored
llvm-svn: 37920
-
Gabor Greif authored
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
-
- Jun 27, 2007
-
-
Devang Patel authored
llvm-svn: 37765
-
Dan Gohman authored
llvm-svn: 37758
-
- Jun 26, 2007
-
-
Dan Gohman authored
llvm-svn: 37731
-
- Jun 25, 2007
-
-
Dan Gohman authored
extended vector types. Remove the special SDNode opcodes used for pre-legalize vector operations, and the special MVT::Vector type used with them. Adjust lowering and legalize to work with the normal SDNode kinds instead, and to use the normal MVT functions to work with vector types instead of using the two special operands that the pre-legalize nodes held. This allows pre-legalize and post-legalize DAGs, and the code that operates on them, to be more consistent. Pre-legalize vector operators can be handled more consistently with scalar operators. And, -view-dag-combine1-dags and -view-legalize-dags now look prettier for vector code. llvm-svn: 37719
-
- Jun 21, 2007
-
-
Devang Patel authored
from LoopSimplify.cpp to Dominator.cpp llvm-svn: 37689
-
- Jun 18, 2007
-
-
Devang Patel authored
llvm-svn: 37630
-
- Jun 15, 2007
-
-
Chris Lattner authored
AND vectors. llvm-svn: 37586
-
Chris Lattner authored
llvm-svn: 37585
-
- Jun 12, 2007
-
-
Devang Patel authored
llvm-svn: 37562
-
Devang Patel authored
llvm-svn: 37561
-
Devang Patel authored
common dominator. llvm-svn: 37559
-
Devang Patel authored
Remove unused PostETForest. llvm-svn: 37551
-