- cf130b3 remove the 'protected' workaround now that we don't care about gcc 2.95 anymore. by Chris Lattner · 18 years ago
- 70d8d12 Now that setcondinst has been eliminated, we can mark Value::SubclassID by Chris Lattner · 18 years ago
- 58513aa Add a new ConstantPacked::getAllOnesValue method by Chris Lattner · 18 years ago
- 8688428 Enable new pass manager, which was accidentally disabled. by Devang Patel · 18 years ago
- fcf17a3 The previous implementation of LLVM Streams wasn't removing symbols. This by Bill Wendling · 18 years ago
- 0098b3e Fix naming inconsistency: calleesave -> calleesaved. by Evan Cheng · 18 years ago
- ebdf389 Add virtual method spillCalleeSaveRegisters() and restoreCalleeSaveRegisters() by Evan Cheng · 18 years ago
- 5fe31dc Add some convenience functions for getting the source and destination by Reid Spencer · 18 years ago
- 9066834 Convert the intrinsic function definitions to use llvm_i32_ty instead of by Reid Spencer · 18 years ago
- 2ba767f For PR950: Change integer type names for signless integer types by Reid Spencer · 18 years ago
- 57a0342 For PR950: by Reid Spencer · 18 years ago
- f306293 For PR950: by Reid Spencer · 18 years ago
- 7194131 Make a variable private now that the conditions requiring it to be by Reid Spencer · 18 years ago
- c25ec25 Doxygenify a comment. by Reid Spencer · 18 years ago
- 1db0ce8 Add some documentation to make Nick happy. by Reid Spencer · 18 years ago
- e4d87aa For PR950: by Reid Spencer · 18 years ago
- 29ee5c1 Enable new pass manager. 2nd attempt. by Devang Patel · 18 years ago
- c7d0f4b ModulePass and ImmutablePass. Force out of line virtual method. by Devang Patel · 18 years ago
- 7f44f6a Grandchildren are covered by protect. by Jim Laskey · 18 years ago
- bf11182 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 18 years ago
- 52fc5fe Enable old pass manager. New pass manager causes CBE failures in llvm-test. by Devang Patel · 18 years ago
- 0a36152 eliminate constructor from Statistic class. It is now impossible to get a by Chris Lattner · 18 years ago
- 3d3a429 Added operator methods to the Statistic class; some LLVM projects depend by John Criswell · 18 years ago
- 193c88c Enable new pass manager. by Devang Patel · 18 years ago
- ecb2768 Refactor statistic a big and introduce a horrible-but-necessary macro by Chris Lattner · 18 years ago
- 5f4ddf5 s/BasicBlockPassManager/BBPassManager/g by Devang Patel · 18 years ago
- 6d0483a Correct the description of ConstantInt::isValueValidForType. by Reid Spencer · 18 years ago
- 9b11d51 Make ConstantInt not care about sign any more. To ensure the AsmParser can by Reid Spencer · 18 years ago
- 49e6a9b Doxgenate comments. Add GreatestCommonDivisor64 by Chris Lattner · 18 years ago
- fc04e5e Removed llvm_ostream and used std::ostream instead. by Bill Wendling · 18 years ago
- 1bd82a5 Remove the createInferredCast methods now that their last uses have been by Reid Spencer · 18 years ago
- d97321c Remove the two-argument (inferred cast) form of ConstantExpr::getCast now by Reid Spencer · 18 years ago
- af58cae Determine if the -enable-pic option was given. by Reid Spencer · 18 years ago
- 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 18 years ago
- fee18ae Accidental submission. by Bill Wendling · 18 years ago
- 6914586 Fix problems in the CBE and InstructionCombining which use the isMaxValue by Reid Spencer · 18 years ago
- 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 18 years ago
- 3381f0a Apply B. Scott Michel's patch for PR1054, thanks! by Chris Lattner · 18 years ago
- 6d0b329 Typo. by Evan Cheng · 18 years ago
- 4b60774 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 18 years ago
- c21c5ee An even better unbreakage... by Jeff Cohen · 18 years ago
- d5c0f43 Complete unbreak of VC++ (Chris identified the simple fix). by Jeff Cohen · 18 years ago
- f2f6a1b Silly assertion. Forgot variable_ops instructions can have arbitrary number of by Evan Cheng · 18 years ago
- a80b783 File missing from last check in. by Jim Laskey · 18 years ago
- acd80ac 1. Tidy up jump table info. by Jim Laskey · 18 years ago
- 6e9e5e0 fit in 80 cols by Chris Lattner · 18 years ago
- e8ff1ce Using PDL as a prefix for PassDebugLevel enums is not a good idea. Fix it. by Devang Patel · 18 years ago
- 975651a Add getTypeToExpandTo() which recursively walks TransformToType to determine by Evan Cheng · 18 years ago
- 45dc02d Move enum PassDebugLevel from PassManagerT.h to Pass.h. by Devang Patel · 18 years ago
- f92b25e Remove DSA. by John Criswell · 18 years ago
- bc80038 Remove DSA header files. by John Criswell · 18 years ago
- e026c07 Remove DSA. by John Criswell · 18 years ago
- 3ba68b9 Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode by Reid Spencer · 18 years ago
- 6586adf Update comments. by Evan Cheng · 18 years ago
- b9d89c9 Update comments. by Evan Cheng · 18 years ago
- 3162691 Add #ifdef switch toggle between old and new pass manager. However, by Devang Patel · 18 years ago
- 2db3a3b FunctionPassManager does not support runOnModule(). by Devang Patel · 18 years ago
- 3f2577d Move getAnalysis() and getAnalysisID() definitions from Pass.h to by Devang Patel · 18 years ago
- 37a6f79 Implement PassManager_New destructors. by Devang Patel · 18 years ago
- d977d86 Replace inferred getCast(V,Ty) calls with more strict variants. by Reid Spencer · 18 years ago
- 3b1cf89 Remove unneeded include. by Jim Laskey · 18 years ago
- 9a7dfa3 Rollback changes to take a different tack. by Jim Laskey · 18 years ago
- 55a7ec3 Honor the command line specification for machine type. by Jim Laskey · 18 years ago
- 84f3eab Implement getIntegerCast and getFPCast for ConstantExpr. These are similar by Reid Spencer · 18 years ago
- 6d81a7d Implement createIntegerCast and createFPCast factory methods for handling by Reid Spencer · 18 years ago
- bfaaaa6 Properly mangles symbol table names by Nate Begeman · 18 years ago
- 5381baa Add a default relocation type, and allow clients to set the ConstantVal by Nate Begeman · 18 years ago
- d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 18 years ago
- c9ab2f3 Added option -soft-float to generate SW fp library calls instead of fp instructions. by Evan Cheng · 18 years ago
- 186bf2b Add AnalysisResolver_New. by Devang Patel · 18 years ago
- f3dc6d9 Add AnalysisResolver_New. It is a replacement for existing AnalysisResolver. by Devang Patel · 18 years ago
- 975f058 Change the implementation of statistic to not need destructors at all. by Chris Lattner · 18 years ago
- cc132cd Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P) by Devang Patel · 18 years ago
- cc22a7a Move findTiedToSrcOperand to TargetInstrDescriptor. by Evan Cheng · 18 years ago
- 38ecbf1 Packed Structures by Andrew Lenharth · 18 years ago
- 3cc3816 Use MI's TargetInstrDescriptor. by Evan Cheng · 18 years ago
- 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 18 years ago
- bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
- 6b538cf Provide a getOpcode() method on CmpInst to ensure the opcode is returned by Reid Spencer · 18 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
- a091fa8 Ignoring the upper 32 bits of a 64 bit constant is not a good thing. by Jim Laskey · 18 years ago
- 5c14a1b For PR950: by Reid Spencer · 18 years ago
- ce10f8b Fix some 80 col violations. by Reid Spencer · 18 years ago
- cf84504 merge the Statistic and StatisticBase classes, eliminating virtual methods by Chris Lattner · 18 years ago
- ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
- 576d123 Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand(). by Evan Cheng · 18 years ago
- 82c4bc7 Remove the dead CachedWriter class. by Chris Lattner · 18 years ago
- 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
- cb5736b remove unused api by Chris Lattner · 18 years ago
- bdbf5fd add a helper to call llvm_shutdown() by Chris Lattner · 18 years ago
- 7858b33 Bail on the getInferredCast idea. Remove the function and convert by Reid Spencer · 18 years ago
- 887ee06 Add cast creation functions for Pointer Casts, either BitCast or PtrToInt by Reid Spencer · 18 years ago
- 90fdf9c Separate the get and getTy functions for ICmp and FCmp into getCompare by Reid Spencer · 18 years ago
- 8955e3b Unclutter this by using new cast creation functions. by Reid Spencer · 18 years ago
- 848414e Implement new cast creation functions for both instructions and constant by Reid Spencer · 18 years ago
- 4b94f49 For PR950: Provide an isCompare method for detection of ICmp and FCmp constant expressions. Change interfaces to allow for ICmp and FCmp predicate values. by Reid Spencer · 18 years ago
- 575d95c Change inferred casts to explicit casts. by Reid Spencer · 18 years ago
- 5666712 Take a baby step towards getting rid of inferred casts. Provide methods on by Reid Spencer · 18 years ago
- c1126ac Remove dead code. by Reid Spencer · 18 years ago
- 728b6db Implement creation of ICmp and FCmp constant expressions. by Reid Spencer · 18 years ago