summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* backing out my last commit, it was not intended to go on the trunkGabor Greif2008-09-19
* first shot at removing Use::ValGabor Greif2008-09-19
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-14
* Add assertion check.Devang Patel2008-09-09
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-09
* Fix typoAnton Korobeynikov2008-09-09
* Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov2008-09-09
* Simplify.Devang Patel2008-09-09
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Bitcasting two or from aggregate types is not permitted. UpdateDan Gohman2008-09-08
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Avoid extra comma.Devang Patel2008-09-03
* Parse and print opt_size note.Devang Patel2008-09-03
* Try to fold each element of a vector. This is needed to maintain structuralNick Lewycky2008-09-03
* Don't crash when trying to constant fold a vector with some elements that can'tNick Lewycky2008-09-03
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-02
* Use bitwise AND.Devang Patel2008-09-02
* Print function notes.Devang Patel2008-09-02
* Initialize function notes.Devang Patel2008-09-02
* plug a little memleak in verifyFunction()Nuno Lopes2008-09-02
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-30
* Fix ConstantExpr::getInsertElement.Gordon Henriksen2008-08-30
* Asmprint nameless instructions as:Chris Lattner2008-08-29
* Make the verifier reject instructions which have null pointers Chris Lattner2008-08-28
* Put file scoped constants in an anonymous namespace. Use the "using namespaceBill Wendling2008-08-27
* Minor cleanup.Chris Lattner2008-08-27
* Diagnose uses of unsized types with the byval attribute in theDan Gohman2008-08-27
* Update wording, as aggregates are now first-class.Dan Gohman2008-08-27
* Add DebugInfoBuilder. Patch by Talin!Evan Cheng2008-08-27
* Fix pasto (values -> types) noticed by Josh ConnerChris Lattner2008-08-25
* flush stream after dumping.Chris Lattner2008-08-25
* remove the type checking logic already done by tblgen, just keep theChris Lattner2008-08-24
* add a hack to temporarily allow pseudo source values.Chris Lattner2008-08-24
* minor cleanups.Chris Lattner2008-08-23
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Reverting r55227. This was causing the following failures in the regressionBill Wendling2008-08-23
* Verify that the alignment argument to llvm.memcpy is a constantChris Lattner2008-08-23
* remove verification for gc intrinsic argument types. it was indented wrongChris Lattner2008-08-23
* the bug was apparently fixed long ago, reenable the assertionChris Lattner2008-08-23
* Accept NOT of a constant vector of int.Dale Johannesen2008-08-21
* Add a new ConstantExpr::getWithOperands that takes any array of operands Chris Lattner2008-08-20
* more cleanups, random methods shouldn't return ostreams.Chris Lattner2008-08-19
* more cleanup, eliminate getLLVMName when printing outChris Lattner2008-08-19
* random cleanups, factor some printing code for linkage and visibilityChris Lattner2008-08-19
* Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner2008-08-19
* whitespace cleanupChris Lattner2008-08-19
* rearrange code and make more legible.Chris Lattner2008-08-19
* put SlotTracker in an anon namespace since it is private.Chris Lattner2008-08-19
* Reid had to call this class "slot machine" out of some strange referenceChris Lattner2008-08-19