2009-08-31 |
Torok Edwin | Free the constants that have no uses in ~LLVMContext. |
tree | commitdiff |
2009-08-29 |
Dan Gohman | Cleanup whitespace and indentation. |
tree | commitdiff |
2009-08-29 |
Dan Gohman | Remove some unused fields. |
tree | commitdiff |
2009-08-28 |
Devang Patel | Reapply 79977. |
tree | commitdiff |
2009-08-27 |
Dan Gohman | Teach getUnderlyingObject and skipPointerCasts about... |
tree | commitdiff |
2009-08-27 |
Devang Patel | Remove an entry from ValueMap before removing elements. |
tree | commitdiff |
2009-08-26 |
Devang Patel | Revert 79977. It causes llvm-gcc bootstrap failures... |
tree | commitdiff |
2009-08-26 |
Dale Johannesen | Add an 'inline hint' attribute to represent source |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Fix the InsertAtEnd form of ShuffleVectorInst construct... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Eliminate the unused Context argument on one of the... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Use covariant return types for Instruction::clone,... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | This should use isIndenticalToWhenDefined. |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Rename Instruction::isIdenticalTo to Instruction::isIde... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Allocate the basic types inside the LLVMContextImpl... |
tree | commitdiff |
2009-08-25 |
Devang Patel | Update DebugInfo interface to use metadata, instead... |
tree | commitdiff |
2009-08-23 |
Benjamin Kramer | Kill off more cerr/cout uses and prune includes a bit. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the std::ostream form of WriteAsOperand and... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | remove the std::ostream version of module and type... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | remove some DOUTs |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the "Value" printing methods that print to... |
tree | commitdiff |
2009-08-23 |
Owen Anderson | Use standard LLVM-style headers. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | switch a couple things off std::ostream |
tree | commitdiff |
2009-08-23 |
Chris Lattner | switch from std::ostream to raw ostream, fix file header. |
tree | commitdiff |
2009-08-20 |
Owen Anderson | Reduce contention on the Attributes lock by using atomi... |
tree | commitdiff |
2009-08-20 |
Dan Gohman | Rename hasNoUnsignedOverflow and hasNoSignedOverflow... |
tree | commitdiff |
2009-08-19 |
Daniel Dunbar | Add a fast path for setName("") on an unnamed value. |
tree | commitdiff |
2009-08-19 |
Owen Anderson | AttrListPtr operations need to be atomic. |
tree | commitdiff |
2009-08-19 |
Daniel Dunbar | Change ValueSymbolTable to use raw_svector_ostream... |
tree | commitdiff |
2009-08-19 |
Owen Anderson | Reapply my less-lock-contention-in-leak-detector patch... |
tree | commitdiff |
2009-08-19 |
Daniel Dunbar | Make a SmallVector size more reasonable. |
tree | commitdiff |
2009-08-19 |
Owen Anderson | Revert my last patch temporarily. |
tree | commitdiff |
2009-08-19 |
Owen Anderson | Privatize part of the leak detector mechanism, which... |
tree | commitdiff |
2009-08-18 |
Owen Anderson | Privatize the ValueHandle global map. Because this... |
tree | commitdiff |
2009-08-17 |
Devang Patel | Add prefix only if it is needed. |
tree | commitdiff |
2009-08-17 |
Owen Anderson | Privatize the last bits of static type state. |
tree | commitdiff |
2009-08-17 |
Owen Anderson | Move the TypeMap lock to a member on LLVMContextImpl. |
tree | commitdiff |
2009-08-17 |
Owen Anderson | Add locking around the attributes list. |
tree | commitdiff |
2009-08-17 |
Chris Lattner | the MinPad argument to PadToColumn only really makes... |
tree | commitdiff |
2009-08-17 |
Dan Gohman | Fix printing of instructions with null operands. |
tree | commitdiff |
2009-08-17 |
Dan Gohman | Always print at least one space before adding a comment. |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Expose creating constant ints and floats from strings... |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Add helper functions to ConstantInt and ConstantFP... |
tree | commitdiff |
2009-08-16 |
Dan Gohman | Add a getOffsetOf, for building a target-independent... |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Add an llvm-c function that lets you insert an instruct... |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Expose most of the Constant creation functions to llvm-c. |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Expose most of the rest of IRBuilder's functions to... |
tree | commitdiff |
2009-08-15 |
Chris Lattner | switch DominanceFrontier::splitBlock to use a smallvect... |
tree | commitdiff |
2009-08-14 |
Erick Tryzelaar | Expose LLVMContext to llvm-c. |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Actually privatize a IntegerTypes, and fix a few bugs... |
tree | commitdiff |
2009-08-13 |
Dan Gohman | Make formatted_raw_ostream restore the buffer settings... |
tree | commitdiff |
2009-08-13 |
Dan Gohman | Take the fast path for any named value and any GlobalVa... |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-08-13 |
Dan Gohman | Fix a 4x slowdown in llc -asm-verbose caused by the... |
tree | commitdiff |
2009-08-13 |
Dan Gohman | Change the indentation for LLVM Assembly files from... |
tree | commitdiff |
2009-08-12 |
Dan Gohman | Now that numbered types have their number printed,... |
tree | commitdiff |
2009-08-12 |
Dan Gohman | Extend the AsmWriter to print unnamed numbered types... |
tree | commitdiff |
2009-08-12 |
Dan Gohman | Make AsmWriter more careful with formatted_raw_ostream... |
tree | commitdiff |
2009-08-12 |
Dan Gohman | Make LLVM Assembly dramatically easier to read by align... |
tree | commitdiff |
2009-08-12 |
Dan Gohman | Remove a bunch more now-unnecessary Context arguments. |
tree | commitdiff |
2009-08-12 |
Owen Anderson | Add contexts to some of the MVT APIs. No functionality... |
tree | commitdiff |
2009-08-12 |
Dan Gohman | Simplify this code, and use an in-bounds GEP. |
tree | commitdiff |
2009-08-11 |
Owen Anderson | Split EVT into MVT and EVT, the former representing... |
tree | commitdiff |
2009-08-11 |
Dan Gohman | Add convenience functions for creating nsw add operators. |
tree | commitdiff |
2009-08-11 |
Dan Gohman | Don't set the isexact flag if an sdiv operator has... |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | Simplify ConstantExpr::getInBoundsGetElementPtr and... |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | Revert 78680 until I figure out why it completely broke... |
tree | commitdiff |
2009-08-11 |
Devang Patel | Link NamedMDNodes. |
tree | commitdiff |
2009-08-11 |
Dan Gohman | Add convenience functions for creating inbounds GEPs. |
tree | commitdiff |
2009-08-11 |
Benjamin Kramer | Make LLVMContext and LLVMContextImpl classes instead... |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | Remove some unnecessary LoadInst constructors, missed... |
tree | commitdiff |
2009-08-11 |
Dan Gohman | Add convenience functions for creating exact sdiv opera... |
tree | commitdiff |
2009-08-11 |
Dan Gohman | Tidy #includes. |
tree | commitdiff |
2009-08-11 |
Dan Gohman | Fix a typo in an assertion string. |
tree | commitdiff |
2009-08-11 |
Devang Patel | Remove dead metadata. |
tree | commitdiff |
2009-08-11 |
Bob Wilson | Add a new overloaded EVT::vAny type for use in TableGen... |
tree | commitdiff |
2009-08-10 |
Devang Patel | Remove MDNode from ValueMap when MDNode is destroyed. |
tree | commitdiff |
2009-08-10 |
Owen Anderson | Rename MVT to EVT, in preparation for splitting SimpleV... |
tree | commitdiff |
2009-08-10 |
Devang Patel | Rename MDNodeSet as MDNodes. |
tree | commitdiff |
2009-08-10 |
Daniel Dunbar | Rename ConvertType to ConvertConstant to avoid a name... |
tree | commitdiff |
2009-08-10 |
Devang Patel | We are not using FoldingSet for metadata uniquing anymore. |
tree | commitdiff |
2009-08-10 |
Benjamin Kramer | g++ 4.0 doesn't have std::vector::data. |
tree | commitdiff |
2009-08-10 |
Owen Anderson | Change the MDNode uniquing to a ValueMap, at Devang... |
tree | commitdiff |
2009-08-07 |
Dan Gohman | Fix a bunch of namespace pollution. |
tree | commitdiff |
2009-08-06 |
Daniel Dunbar | Don't search the entire type table just to delete a... |
tree | commitdiff |
2009-08-05 |
Owen Anderson | Privatize the StructType table, which unfortunately... |
tree | commitdiff |
2009-08-05 |
Owen Anderson | Privatize the FunctionType table. |
tree | commitdiff |
2009-08-05 |
Chris Lattner | common globals may also not be marked constant. |
tree | commitdiff |
2009-08-05 |
Chris Lattner | Clarify common linkage and the requirements on it.... |
tree | commitdiff |
2009-08-05 |
Owen Anderson | Privatize the PointerType factory. |
tree | commitdiff |
2009-08-04 |
Owen Anderson | Privatize the VectorType uniquing. |
tree | commitdiff |
2009-08-04 |
Owen Anderson | Begin the process of privatizing the type uniquing... |
tree | commitdiff |
2009-08-04 |
Chris Lattner | revert r78048, it isn't worth using assertingvh here. |
tree | commitdiff |
2009-08-04 |
Benjamin Kramer | Update CMakeLists. |
tree | commitdiff |
2009-08-04 |
Owen Anderson | It helps if I remember to actually add the file... |
tree | commitdiff |
2009-08-04 |
Owen Anderson | Factor some of the constants+context related code out... |
tree | commitdiff |
2009-08-04 |
Owen Anderson | Privatize the last bit of Constant-creation state. |
tree | commitdiff |
2009-08-04 |
Chris Lattner | switch ValueMap to using AssertingVH. This is an old... |
tree | commitdiff |
2009-08-03 |
Devang Patel | Keep track of metadata used by other metadata. |
tree | commitdiff |
2009-08-03 |
Dan Gohman | Add a new Constant::getIntegerValue helper function... |
tree | commitdiff |
next |