Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid going through the LLVMContext for type equality where it's safe to ↵ | Benjamin Kramer | 2010-01-05 | 1 | -2/+2 |
| | | | | | | dereference the type pointer. llvm-svn: 92726 | ||||
* | Change instnamer to name arguments "arg" instead of "tmp" for clarity, and | Dan Gohman | 2009-10-19 | 1 | -2/+2 |
| | | | | | | to name basic blocks "bb" instead of "BB", for consistency. llvm-svn: 84502 | ||||
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -2/+2 |
| | | | | llvm-svn: 78948 | ||||
* | make instnamer name unnamed blocks as well as instructions and args. | Chris Lattner | 2008-12-18 | 1 | -1/+5 |
| | | | | llvm-svn: 61175 | ||||
* | Don't forget arguments! | Devang Patel | 2008-11-20 | 1 | -1/+6 |
| | | | | llvm-svn: 59745 | ||||
* | InstructionNamer preserves everything. | Devang Patel | 2008-11-06 | 1 | -0/+4 |
| | | | | llvm-svn: 58787 | ||||
* | export an ID for the instructionNamer, allowing analysis/transformation passes | Torok Edwin | 2008-10-27 | 1 | -0/+1 |
| | | | | | | that need it to require it by ID. llvm-svn: 58238 | ||||
* | Add a new trivial -inst-namer pass which makes it possible to diff the | Chris Lattner | 2008-08-23 | 1 | -0/+49 |
before/after effects of a pass, crazy! llvm-svn: 55230 |