summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-25
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-22
* Attempt to fix valgrind complaining about (benign) leaks in pass registration...Owen Anderson2010-10-20
* Add RegionPass support.Tobias Grosser2010-10-20
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* std::string cleanup.Benjamin Kramer2010-10-17
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-17
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Delete a redundant check.Dan Gohman2010-10-12
* More SmallVectorImpls.Dan Gohman2010-10-12
* Shrink a SmallVector with a known maximum size.Dan Gohman2010-10-12
* Constify.Dan Gohman2010-10-12
* Use SmallVectorImpl in a bunch of places.Dan Gohman2010-10-12
* Fix the pass manager's search order for immutable passes, and make itDan Gohman2010-10-11
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Add initialization routines for VMCore.Owen Anderson2010-10-07
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-07
* Another step towards getting rid of static ctors for pass registration: have ...Owen Anderson2010-10-05
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-04
* Cleanup. Get rid of extraneous variable.Bill Wendling2010-10-03
* Attempt to outwit overly smart compiler.Dale Johannesen2010-10-01
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* Allow llvm.gcroot to work with non-pointer allocas.Talin2010-09-30
* When an MDNode changes to become identical to another MDNode,Dan Gohman2010-09-28
* Scope a varible inside an if statement, to make it clear thatDan Gohman2010-09-28
* Make this code 65-bit clean.Dan Gohman2010-09-27
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-25
* Allow the PassRegistry mutex to be lazily initialized, and clean up the globa...Owen Anderson2010-09-16
* Do not expose the locking for the PassRegistry in the header. Be careful toOwen Anderson2010-09-16
* Fix a threaded LLVM bug due the need for operator= on reference counted AttrL...Owen Anderson2010-09-16
* Since PassRegistry is currently a shared global object, it needs locking. Wh...Owen Anderson2010-09-15
* Add x86MMX a few more places.Dale Johannesen2010-09-15
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* When a function-local value with function-local metadata uses gets RAUWed with aDan Gohman2010-09-14
* Minimize #includes in a top-level header.Owen Anderson2010-09-13
* Silence some constructor ordering warnings.Eric Christopher2010-09-13
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-13
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* Use StringRef which performs the "early exit" when compared against a constantBill Wendling2010-09-10
* Early exit with simple checks.Bill Wendling2010-09-10
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-10
* MDNodes are not Constants.Dan Gohman2010-09-09
* Print invalid metadata references as <badref>, for consistency withDan Gohman2010-09-09
* Clarify the ownership model of LLVMContext and Module. Namely, contexts ownOwen Anderson2010-09-08
* Fix PR7972, in which the PassRegistry was being leaked. As part of this,Owen Anderson2010-09-07
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-07
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-07
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-03
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-02