aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Now Attributes are divided in three groupsDevang Patel2008-09-264-12/+26
* Fix missing whitespace in the printing of function notes.Dan Gohman2008-09-261-3/+3
* Another file I forgot.Dale Johannesen2008-09-261-1/+0
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-261-3/+0
* Make pointer parameter const for isUsedInBasicBlock.Bill Wendling2008-09-251-1/+1
* Large mechanical patch.Devang Patel2008-09-257-186/+186
* Avoid a spurious extra space character when printing empty structs.Dan Gohman2008-09-251-3/+4
* CMake: Lists of source files updated. Removed bogus dependency fromOscar Fuentes2008-09-241-3/+1
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-243-18/+18
* s/ParamAttributeListImpl/AttributeListImpl/gDevang Patel2008-09-241-12/+12
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-241-3/+3
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-231-3/+3
* 80 colsDevang Patel2008-09-231-1/+1
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-235-42/+42
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-234-8/+19
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-2/+2
* Add hasNote() to check note associated with a function.Devang Patel2008-09-221-15/+24
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+32
* backing out my last commit, it was not intended to go on the trunkGabor Greif2008-09-193-510/+11
* first shot at removing Use::ValGabor Greif2008-09-193-11/+510
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-141-30/+56
* Add assertion check.Devang Patel2008-09-091-1/+1
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-092-4/+4
* Fix typoAnton Korobeynikov2008-09-091-1/+1
* Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov2008-09-091-1/+9
* Simplify.Devang Patel2008-09-091-8/+2
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-091-4/+17
* Bitcasting two or from aggregate types is not permitted. UpdateDan Gohman2008-09-081-0/+6
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-042-10/+9
* Avoid extra comma.Devang Patel2008-09-031-3/+4
* Parse and print opt_size note.Devang Patel2008-09-031-2/+11
* Try to fold each element of a vector. This is needed to maintain structuralNick Lewycky2008-09-031-12/+4
* Don't crash when trying to constant fold a vector with some elements that can'tNick Lewycky2008-09-031-6/+12
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-021-3/+3
* Use bitwise AND.Devang Patel2008-09-021-2/+2
* Print function notes.Devang Patel2008-09-021-1/+9
* Initialize function notes.Devang Patel2008-09-021-0/+2
* plug a little memleak in verifyFunction()Nuno Lopes2008-09-021-1/+3
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-301-0/+10
* Fix ConstantExpr::getInsertElement.Gordon Henriksen2008-08-301-2/+1
* Asmprint nameless instructions as:Chris Lattner2008-08-291-1/+8
* Make the verifier reject instructions which have null pointers Chris Lattner2008-08-281-0/+11
* Put file scoped constants in an anonymous namespace. Use the "using namespaceBill Wendling2008-08-271-3/+5
* Minor cleanup.Chris Lattner2008-08-271-16/+15
* Diagnose uses of unsized types with the byval attribute in theDan Gohman2008-08-271-0/+11
* Update wording, as aggregates are now first-class.Dan Gohman2008-08-271-3/+2
* Add DebugInfoBuilder. Patch by Talin!Evan Cheng2008-08-271-0/+272
* Fix pasto (values -> types) noticed by Josh ConnerChris Lattner2008-08-251-5/+3
* flush stream after dumping.Chris Lattner2008-08-251-3/+3
* remove the type checking logic already done by tblgen, just keep theChris Lattner2008-08-241-36/+10