Age | Commit message (Expand) | Author |
2010-11-09 | Last try to get this reference counting right, I swear. | Owen Anderson |
2010-11-09 | Really fix the leak in the attributes list. Thanks to Benjamin Kramer for po... | Owen Anderson |
2010-11-09 | Fix leak in my recent fix for PR8442. | Owen Anderson |
2010-11-09 | Fix PR8441, a race condition in the static attributes list. While the refere... | Owen Anderson |
2010-11-02 | Apply patch for use-after-free in InlineAsm constant handling, | Dale Johannesen |
2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
2010-10-25 | Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op | Charles Davis |
2010-10-22 | Make some symbols static, move classes into anonymous namespaces. | Benjamin Kramer |
2010-10-20 | Attempt to fix valgrind complaining about (benign) leaks in pass registration... | Owen Anderson |
2010-10-20 | Add RegionPass support. | Tobias Grosser |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-17 | std::string cleanup. | Benjamin Kramer |
2010-10-17 | Build with RTTI and exceptions disabled. Only in GCC for now. | Oscar Fuentes |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-12 | Delete a redundant check. | Dan Gohman |
2010-10-12 | More SmallVectorImpls. | Dan Gohman |
2010-10-12 | Shrink a SmallVector with a known maximum size. | Dan Gohman |
2010-10-12 | Constify. | Dan Gohman |
2010-10-12 | Use SmallVectorImpl in a bunch of places. | Dan Gohman |
2010-10-11 | Fix the pass manager's search order for immutable passes, and make it | Dan Gohman |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-10-07 | Add initialization routines for VMCore. | Owen Anderson |
2010-10-07 | Next step on the getting-rid-of-static-ctors train: begin adding per-library | Owen Anderson |
2010-10-05 | Another step towards getting rid of static ctors for pass registration: have ... | Owen Anderson |
2010-10-04 | The pshufw instruction came about in MMX2 when SSE was introduced. Don't place | Bill Wendling |
2010-10-03 | Cleanup. Get rid of extraneous variable. | Bill Wendling |
2010-10-01 | Attempt to outwit overly smart compiler. | Dale Johannesen |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-09-30 | Allow llvm.gcroot to work with non-pointer allocas. | Talin |
2010-09-28 | When an MDNode changes to become identical to another MDNode, | Dan Gohman |
2010-09-28 | Scope a varible inside an if statement, to make it clear that | Dan Gohman |
2010-09-27 | Make this code 65-bit clean. | Dan Gohman |
2010-09-25 | Add ret instruction to PTX backend | Che-Liang Chiou |
2010-09-16 | Allow the PassRegistry mutex to be lazily initialized, and clean up the globa... | Owen Anderson |
2010-09-16 | Do not expose the locking for the PassRegistry in the header. Be careful to | Owen Anderson |
2010-09-16 | Fix a threaded LLVM bug due the need for operator= on reference counted AttrL... | Owen Anderson |
2010-09-15 | Since PassRegistry is currently a shared global object, it needs locking. Wh... | Owen Anderson |
2010-09-15 | Add x86MMX a few more places. | Dale Johannesen |
2010-09-14 | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman |
2010-09-14 | When a function-local value with function-local metadata uses gets RAUWed with a | Dan Gohman |
2010-09-13 | Minimize #includes in a top-level header. | Owen Anderson |
2010-09-13 | Silence some constructor ordering warnings. | Eric Christopher |
2010-09-13 | Added skeleton for inline asm multiple alternative constraint support. | John Thompson |
2010-09-10 | Add X86 MMX type to bitcode and Type. | Dale Johannesen |
2010-09-10 | Use StringRef which performs the "early exit" when compared against a constant | Bill Wendling |
2010-09-10 | Early exit with simple checks. | Bill Wendling |
2010-09-10 | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to | Bill Wendling |
2010-09-09 | MDNodes are not Constants. | Dan Gohman |
2010-09-09 | Print invalid metadata references as <badref>, for consistency with | Dan Gohman |
2010-09-08 | Clarify the ownership model of LLVMContext and Module. Namely, contexts own | Owen Anderson |