summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* For PR1163:Reid Spencer2007-02-04
* Fix a comment that needed to change after SHIFT patch landed.Reid Spencer2007-02-02
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* cvs commitDevang Patel2007-02-01
* silence some warnings when assertions are disabled.Chris Lattner2007-02-01
* Fix build breakage by using correct arguments to getIndexedType in theReid Spencer2007-01-31
* implement the new GEP instruction ctors.Chris Lattner2007-01-31
* Revise APIs for creating constantexpr GEPs to not require the use of vectors.Chris Lattner2007-01-31
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* - Undo previous check-in (i.e. Do not export TimingInfo class throughDevang Patel2007-01-29
* Move TimingInfo into PassManagers.h so that other libs can use it.Devang Patel2007-01-29
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-28
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* For PR761:Reid Spencer2007-01-26
* For PR645:Reid Spencer2007-01-26
* For PR645:Reid Spencer2007-01-26
* IntegerType is a sized DerivedType too.Reid Spencer2007-01-26
* Clean up comments and assert messages that still refer to the old type names.Reid Spencer2007-01-26
* Fix an assertion message.Reid Spencer2007-01-26
* Whoops, fix typo in last commit.Reid Spencer2007-01-21
* For PR970:Reid Spencer2007-01-21
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-20
* Remove dead methods in the ValTypes.Reid Spencer2007-01-19
* For PR1043:Reid Spencer2007-01-19
* Use a cheaper computation.Reid Spencer2007-01-18
* Provide an isPowerOf2ByteWidth method for the IntegerType class. This willReid Spencer2007-01-18
* Update ModulePass::assignPassManager() to take into account PreferredDevang Patel2007-01-17
* s/PassDebugging_New/PassDebugging/gDevang Patel2007-01-17
* Update assignPassManager() signature to allow selection of preferredDevang Patel2007-01-17
* For PR1117:Reid Spencer2007-01-17
* Pass manager may require certain analysis. In such cases, initiallyDevang Patel2007-01-16
* Undo last check-in.Devang Patel2007-01-16
* Setup pass manager before scheduling required analysis.Devang Patel2007-01-16
* Code refactoring.Devang Patel2007-01-16
* Remove extra white spaces. Fix comments.Devang Patel2007-01-15
* Do not record last users of Pass Manager.Devang Patel2007-01-15
* make this more efficient in release builds (time and space)Chris Lattner2007-01-15
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* teach VMCore to accept i1 add's and shiftsChris Lattner2007-01-15
* don't discriminate against i1Chris Lattner2007-01-15
* Fix a FIXME. 1 bit integer types are now printed as i1 not bool.Reid Spencer2007-01-13
* Make sure the IntegerValType has enough space for 2^23 bits.Reid Spencer2007-01-13
* Allow isAllOnesValue testing on packed constantsJim Laskey2007-01-12
* s/addPassToManager/add/gDevang Patel2007-01-12
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* Move PMTopLevelManager, PMDataManager and FPPassManger classes intoDevang Patel2007-01-12
* Remove a bunch of duplicated code. Among other things, this fixesChris Lattner2007-01-12
* Remove dead code.Devang Patel2007-01-12
* Always write 1 bit integers as i1 not "bool".Reid Spencer2007-01-12
* For PR1064:Reid Spencer2007-01-12