| Commit message (Expand) | Author | Age | Files | Lines |
* | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 2011-04-10 | 1 | -1/+6 |
* | ptx: Fix calling convention printing in AsmWriter.cpp | Justin Holewinski | 2011-03-07 | 1 | -2/+2 |
* | Use X86_thiscall calling convention for Win64 as well. | Tilmann Scheller | 2011-03-03 | 1 | -3/+0 |
* | Add Win64 thiscall calling convention. | Tilmann Scheller | 2011-03-02 | 1 | -0/+3 |
* | Add a special streamer to libLTO that just records symbols definitions and | Rafael Espindola | 2011-03-02 | 1 | -3/+6 |
* | These tags are now covered by dwarf::TagString(). | Devang Patel | 2011-02-18 | 1 | -9/+1 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -1/+2 |
* | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola | 2011-01-25 | 1 | -2/+2 |
* | First step in fixing PR8927: | Rafael Espindola | 2011-01-08 | 1 | -0/+3 |
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 1 | -0/+6 |
* | Add X86 MMX type to bitcode and Type. | Dale Johannesen | 2010-09-10 | 1 | -0/+1 |
* | MDNodes are not Constants. | Dan Gohman | 2010-09-09 | 1 | -5/+0 |
* | Print invalid metadata references as <badref>, for consistency with | Dan Gohman | 2010-09-09 | 1 | -2/+10 |
* | lets get crazy and name the header file the exact class name, | Chris Lattner | 2010-09-02 | 1 | -1/+1 |
* | reapply 112894: | Chris Lattner | 2010-09-02 | 1 | -12/+4 |
* | revert patch, need to update clang tests too | Chris Lattner | 2010-09-02 | 1 | -4/+12 |
* | Remove #uses comments from functions: they we're padded out to column 50 | Chris Lattner | 2010-09-02 | 1 | -12/+4 |
* | Print the number of uses of a function in the .ll since it can be informative | Duncan Sands | 2010-09-02 | 1 | -2/+2 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -25/+0 |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 1 | -0/+3 |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 1 | -2/+2 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 1 | -6/+7 |
* | Disallow null as a named metadata operand. | Dan Gohman | 2010-07-21 | 1 | -8/+3 |
* | Give MDNode printing has access to the current Module in more | Dan Gohman | 2010-07-20 | 1 | -39/+62 |
* | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 1 | -2/+1 |
* | Just use getParent() instead of getModuleFromVal when the value is a Function. | Dan Gohman | 2010-07-14 | 1 | -1/+1 |
* | Rename WriteConstantInt to WriteConstantInternal, to avoid confusion. | Dan Gohman | 2010-07-14 | 1 | -4/+5 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -1/+1 |
* | use PrintEscapedString to handle attribute section with escapes in it, | Chris Lattner | 2010-07-07 | 1 | -6/+11 |
* | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 1 | -0/+3 |
* | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -1/+0 |
* | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -0/+1 |
* | use ArgOperand accessors | Gabor Greif | 2010-06-23 | 1 | -5/+6 |
* | Add support for thiscall calling convention. | Anton Korobeynikov | 2010-05-16 | 1 | -0/+3 |
* | fix PR7105 by enumerating MDNodes on all @llvm.foo | Chris Lattner | 2010-05-10 | 1 | -5/+10 |
* | Minimally fix this code to not abort on mdnodes with integer data | Dan Gohman | 2010-05-07 | 1 | -5/+7 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -6/+5 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -5/+6 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -6/+5 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -5/+6 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -6/+5 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -5/+6 |
* | Print empty structs as {} rather than { }. | Dan Gohman | 2010-04-08 | 1 | -6/+10 |
* | rename pred_const_iterator to const_pred_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -3/+4 |
* | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 1 | -4/+3 |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 1 | -3/+4 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 1 | -4/+3 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 1 | -3/+4 |
* | add asmprinter suport for unions, fixing Feature/unions.ll to actually | Chris Lattner | 2010-03-16 | 1 | -0/+9 |