summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement PassManager_New destructors.Devang Patel2006-12-131-1/+2
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-121-12/+12
* Remove unneeded include.Jim Laskey2006-12-121-2/+0
* Rollback changes to take a different tack.Jim Laskey2006-12-122-6/+0
* Honor the command line specification for machine type.Jim Laskey2006-12-122-0/+8
* Implement getIntegerCast and getFPCast for ConstantExpr. These are similarReid Spencer2006-12-121-0/+13
* Implement createIntegerCast and createFPCast factory methods for handlingReid Spencer2006-12-121-0/+34
* Properly mangles symbol table namesNate Begeman2006-12-111-21/+36
* Add a default relocation type, and allow clients to set the ConstantValNate Begeman2006-12-111-0/+14
* Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov2006-12-102-20/+31
* Added option -soft-float to generate SW fp library calls instead of fp instru...Evan Cheng2006-12-091-0/+6
* Add AnalysisResolver_New.Devang Patel2006-12-081-1/+6
* Add AnalysisResolver_New. It is a replacement for existingDevang Patel2006-12-081-0/+44
* Change the implementation of statistic to not need destructors at all.Chris Lattner2006-12-081-17/+24
* Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P)Devang Patel2006-12-081-1/+1
* Move findTiedToSrcOperand to TargetInstrDescriptor.Evan Cheng2006-12-081-5/+4
* Packed StructuresAndrew Lenharth2006-12-083-3/+11
* Use MI's TargetInstrDescriptor.Evan Cheng2006-12-081-1/+2
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-1/+1
* Removed more <iostream> includesBill Wendling2006-12-071-1/+1
* Provide a getOpcode() method on CmpInst to ensure the opcode is returnedReid Spencer2006-12-071-0/+5
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-0727-94/+110
* Ignoring the upper 32 bits of a 64 bit constant is not a good thing.Jim Laskey2006-12-061-4/+4
* For PR950:Reid Spencer2006-12-061-16/+8
* Fix some 80 col violations.Reid Spencer2006-12-061-2/+2
* merge the Statistic and StatisticBase classes, eliminating virtual methodsChris Lattner2006-12-061-37/+6
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-20/+19
* Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand().Evan Cheng2006-12-061-17/+5
* Remove the dead CachedWriter class.Chris Lattner2006-12-061-74/+0
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-061-1/+1
* remove unused apiChris Lattner2006-12-061-3/+0
* add a helper to call llvm_shutdown()Chris Lattner2006-12-061-0/+8
* Bail on the getInferredCast idea. Remove the function and convertReid Spencer2006-12-051-9/+1
* Add cast creation functions for Pointer Casts, either BitCast or PtrToIntReid Spencer2006-12-042-1/+23
* Separate the get and getTy functions for ICmp and FCmp into getCompareReid Spencer2006-12-041-7/+12
* Unclutter this by using new cast creation functions.Reid Spencer2006-12-041-8/+2
* Implement new cast creation functions for both instructions and constantReid Spencer2006-12-042-0/+66
* For PR950: Provide an isCompare method for detection of ICmp and FCmp constan...Reid Spencer2006-12-041-2/+6
* Change inferred casts to explicit casts.Reid Spencer2006-12-041-2/+8
* Take a baby step towards getting rid of inferred casts. Provide methods onReid Spencer2006-12-042-4/+32
* Remove dead code.Reid Spencer2006-12-031-61/+0
* Implement creation of ICmp and FCmp constant expressions.Reid Spencer2006-12-031-2/+7
* Switch analysis groups to be unregistered when llvm_shutdown is called.Chris Lattner2006-12-011-2/+0
* Start moving pass registration over to using the ManagedStatic mechanism.Chris Lattner2006-12-012-9/+0
* pass cfgonly up the ctor instead of calling an explicit method.Chris Lattner2006-12-011-22/+6
* move 'cfgonly' pass tracking into PassInfo, instead of handling it withChris Lattner2006-12-011-3/+11
* remove 'target constructor' support.Chris Lattner2006-12-012-17/+6
* TypoEvan Cheng2006-12-011-1/+1
* - Add getOperandConstraint() to TargetInstrDescriptor.Evan Cheng2006-12-011-17/+28
* Add weak reference directive.Evan Cheng2006-12-011-0/+7