| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 1 | -5/+5 |
* | Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op | Charles Davis | 2010-10-25 | 1 | -0/+2 |
* | Make some symbols static, move classes into anonymous namespaces. | Benjamin Kramer | 2010-10-22 | 2 | -1/+3 |
* | Attempt to fix valgrind complaining about (benign) leaks in pass registration... | Owen Anderson | 2010-10-20 | 1 | -2/+14 |
* | Add RegionPass support. | Tobias Grosser | 2010-10-20 | 1 | -0/+3 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -3/+9 |
* | std::string cleanup. | Benjamin Kramer | 2010-10-17 | 1 | -1/+1 |
* | Build with RTTI and exceptions disabled. Only in GCC for now. | Oscar Fuentes | 2010-10-17 | 1 | -0/+2 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 2 | -2/+8 |
* | Delete a redundant check. | Dan Gohman | 2010-10-12 | 1 | -1/+1 |
* | More SmallVectorImpls. | Dan Gohman | 2010-10-12 | 2 | -10/+10 |
* | Shrink a SmallVector with a known maximum size. | Dan Gohman | 2010-10-12 | 1 | -1/+1 |
* | Constify. | Dan Gohman | 2010-10-12 | 1 | -3/+4 |
* | Use SmallVectorImpl in a bunch of places. | Dan Gohman | 2010-10-12 | 1 | -9/+9 |
* | Fix the pass manager's search order for immutable passes, and make it | Dan Gohman | 2010-10-11 | 1 | -22/+21 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 3 | -6/+6 |
* | Add initialization routines for VMCore. | Owen Anderson | 2010-10-07 | 1 | -2/+14 |
* | Next step on the getting-rid-of-static-ctors train: begin adding per-library | Owen Anderson | 2010-10-07 | 1 | -0/+5 |
* | Another step towards getting rid of static ctors for pass registration: have ... | Owen Anderson | 2010-10-05 | 1 | -1/+0 |
* | The pshufw instruction came about in MMX2 when SSE was introduced. Don't place | Bill Wendling | 2010-10-04 | 1 | -7/+37 |
* | Cleanup. Get rid of extraneous variable. | Bill Wendling | 2010-10-03 | 1 | -3/+2 |
* | Attempt to outwit overly smart compiler. | Dale Johannesen | 2010-10-01 | 1 | -0/+1 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 3 | -57/+506 |
* | Allow llvm.gcroot to work with non-pointer allocas. | Talin | 2010-09-30 | 1 | -2/+6 |
* | When an MDNode changes to become identical to another MDNode, | Dan Gohman | 2010-09-28 | 1 | -5/+4 |
* | Scope a varible inside an if statement, to make it clear that | Dan Gohman | 2010-09-28 | 1 | -3/+1 |
* | Make this code 65-bit clean. | Dan Gohman | 2010-09-27 | 1 | -1/+1 |
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 2 | -0/+8 |
* | Allow the PassRegistry mutex to be lazily initialized, and clean up the globa... | Owen Anderson | 2010-09-16 | 1 | -10/+10 |
* | Do not expose the locking for the PassRegistry in the header. Be careful to | Owen Anderson | 2010-09-16 | 1 | -1/+8 |
* | Fix a threaded LLVM bug due the need for operator= on reference counted AttrL... | Owen Anderson | 2010-09-16 | 1 | -0/+1 |
* | Since PassRegistry is currently a shared global object, it needs locking. Wh... | Owen Anderson | 2010-09-15 | 1 | -0/+7 |
* | Add x86MMX a few more places. | Dale Johannesen | 2010-09-15 | 1 | -0/+1 |
* | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 2010-09-14 | 1 | -1/+8 |
* | When a function-local value with function-local metadata uses gets RAUWed with a | Dan Gohman | 2010-09-14 | 1 | -0/+18 |
* | Minimize #includes in a top-level header. | Owen Anderson | 2010-09-13 | 1 | -0/+1 |
* | Silence some constructor ordering warnings. | Eric Christopher | 2010-09-13 | 1 | -3/+3 |
* | Added skeleton for inline asm multiple alternative constraint support. | John Thompson | 2010-09-13 | 1 | -10/+60 |
* | Add X86 MMX type to bitcode and Type. | Dale Johannesen | 2010-09-10 | 6 | -0/+22 |
* | Use StringRef which performs the "early exit" when compared against a constant | Bill Wendling | 2010-09-10 | 1 | -6/+1 |
* | Early exit with simple checks. | Bill Wendling | 2010-09-10 | 1 | -3/+6 |
* | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to | Bill Wendling | 2010-09-10 | 1 | -0/+14 |
* | 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 |
* | Clarify the ownership model of LLVMContext and Module. Namely, contexts own | Owen Anderson | 2010-09-08 | 4 | -0/+24 |
* | Fix PR7972, in which the PassRegistry was being leaked. As part of this, | Owen Anderson | 2010-09-07 | 1 | -35/+16 |
* | Add an MVT::x86mmx type. It will take the place of all current MMX vector types. | Bill Wendling | 2010-09-07 | 1 | -0/+1 |
* | Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ... | Owen Anderson | 2010-09-07 | 1 | -26/+64 |
* | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson | 2010-09-03 | 1 | -12/+50 |
* | lets get crazy and name the header file the exact class name, | Chris Lattner | 2010-09-02 | 1 | -1/+1 |