- Aug 27, 2007
-
-
David Greene authored
Update InvokeInst to work like CallInst llvm-svn: 41506
-
- Aug 06, 2007
-
-
Chris Lattner authored
llvm-svn: 40875
-
Chris Lattner authored
llvm-svn: 40874
-
- Aug 04, 2007
-
-
Chandler Carruth authored
llvm-svn: 40808
-
Chandler Carruth authored
This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported. llvm-svn: 40807
-
- Aug 03, 2007
-
-
Dale Johannesen authored
llvm-svn: 40774
-
- Aug 01, 2007
-
-
David Greene authored
Update generated files. llvm-svn: 40663
-
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
llvm-svn: 40634
-
Reid Spencer authored
permitted on function results. So, revert the last patch to make it illegal. llvm-svn: 40632
-
Reid Spencer authored
llvm-svn: 40621
-
Reid Spencer authored
function result to be passed in a register. This implements the GCC regparm function attribute for llvm by translation to the InReg parameter attribute and fixes test/CFrontend/2002-07-30-SubregSetAssertion.c llvm-svn: 40619
-
Reid Spencer authored
llvm-svn: 40613
-
Reid Spencer authored
Fix the comment for WSNL to describe its actual function. llvm-svn: 40612
-
Reid Spencer authored
llvm-svn: 40611
-
Reid Spencer authored
Make the AsmParser auto-upgrade the old zext and sext keywords for parameter attributes and handle the end-of-line ambiguity. llvm-svn: 40610
-
- Jul 27, 2007
-
-
Duncan Sands authored
still under discussion. llvm-svn: 40549
-
- Jul 20, 2007
-
-
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 06, 2007
-
-
Rafael Espindola authored
llvm-svn: 37940
-
- Jul 05, 2007
-
-
Chris Lattner authored
llvm-svn: 37918
-
- Jun 29, 2007
-
-
John Criswell authored
llvm-svn: 37801
-
- Jun 05, 2007
-
-
Zhou Sheng authored
VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll updated also. llvm-svn: 37432
-
- May 22, 2007
-
-
Reid Spencer authored
llvm-svn: 37294
-
Reid Spencer authored
Make sure we convert \\ into \. llvm-svn: 37293
-
Reid Spencer authored
llvm-svn: 37292
-
Reid Spencer authored
and strings. llvm-svn: 37291
-
Chris Lattner authored
llvm-svn: 37282
-
Chris Lattner authored
llvm-svn: 37281
-
Chris Lattner authored
llvm-svn: 37280
-
- May 19, 2007
-
-
Reid Spencer authored
llvm-svn: 37258
-
Reid Spencer authored
with global names which can already be @"..." llvm-svn: 37257
-
- May 04, 2007
-
-
Chris Lattner authored
llvm-svn: 36740
-
Chris Lattner authored
llvm-svn: 36739
-
- Apr 29, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 36566
-
Anton Korobeynikov authored
should be taught to deal with protected symbols. llvm-svn: 36565
-
Jeff Cohen authored
llvm-svn: 36561
-
- Apr 28, 2007
-
-
Reid Spencer authored
llvm-svn: 36543
-
Reid Spencer authored
llvm-svn: 36542
-
Reid Spencer authored
llvm-svn: 36539
-
Anton Korobeynikov authored
llvm-svn: 36538
-