- a929c68 Constify and don't return a reference. by Bill Wendling · 17 years ago
- 44f6ac6 Erm. Would be nice to initialize this variable. . . by Bill Wendling · 17 years ago
- 85e3af9 Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 17 years ago
- 9bc96a5 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 17 years ago
- aaeea9e Refine DebugLoc per review comments. by Evan Cheng · 17 years ago
- b9f66cf No need to keep size of DebugLocations vector separately. by Evan Cheng · 17 years ago
- c4b1abd Actually source file has already been uniquified into an id during isel. Eliminate the StringMap. by Evan Cheng · 17 years ago
- d0adbb5 Add data structure to define and track debug location during codegen. by Evan Cheng · 17 years ago
- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
- 0614088 Make MachineFrameInfo::print not crash when no TargetFrameInfo is available. by Matthijs Kooijman · 17 years ago
- 2636747 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 17 years ago
- e2b997b Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 17 years ago
- 05ae983 Fix these comments to reflect current reality. Surprisingly, by Dan Gohman · 17 years ago
- ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- 62ca325 get MachineConstantPool off std::ostream, onto raw_ostream. It would be by Chris Lattner · 17 years ago
- 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
- fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
- 80f3d46 Fix uses of underscore-capital names. by Dan Gohman · 17 years ago
- dc2fbdd Trim unnecessary #includes. by Dan Gohman · 17 years ago
- 8e5f2c6 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
- 409a3d0 Silence warning when no assertions. by Chris Lattner · 17 years ago
- d365312 Spiller now remove unused spill slots. by Evan Cheng · 17 years ago
- e6d088a Rename PrintableName to Name. by Bill Wendling · 17 years ago
- 74ab84c Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
- 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 17 years ago
- 1612faa move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo by Chris Lattner · 18 years ago
- f20c1a4 properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
- 84bc542 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
- cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
- 1997473 Drop 'const' by Devang Patel · 18 years ago
- 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- 505e551 Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. by Evan Cheng · 18 years ago
- a401b1e support > 4G stack objects by Chris Lattner · 18 years ago
- d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 18 years ago
- 58092e3 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 19 years ago
- d472ad7 Debug dump error. by Evan Cheng · 19 years ago
- acd80ac 1. Tidy up jump table info. by Jim Laskey · 19 years ago
- bcd2498 Removed more <iostream> includes by Bill Wendling · 19 years ago
- a4eb44a const'ify jump table stuff by Chris Lattner · 19 years ago
- e7251a0 add an assert by Chris Lattner · 19 years ago
- f28bbda Bugfixes by Chris Lattner · 19 years ago
- e70cab0 Provide a function that ensures MBB numbering is dense and inorder. This by Chris Lattner · 19 years ago
- a17cf0a Use getOffset() instead. by Evan Cheng · 19 years ago
- 9abd7c3 A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* values. by Evan Cheng · 19 years ago
- d6594ae Added support for machine specific constantpool values. These are useful for by Evan Cheng · 19 years ago
- a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
- efb9b81 Add an out-of-line virtual function to home class. by Chris Lattner · 19 years ago
- f8c68f6 Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 19 years ago
- 9d5b532 For PR801: by Reid Spencer · 19 years ago
- 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
- 4e92027 Print the vreg that livein physregs are live in by Chris Lattner · 19 years ago
- 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
- a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
- 3700a4d Code cleanup associated with jump tables, thanks to Chris for noticing these. by Nate Begeman · 19 years ago
- 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
- 7dca8e2 Remove unused method by Chris Lattner · 19 years ago
- 3029f92 Adjust to MachineConstantPool interface change: instead of keeping a by Chris Lattner · 19 years ago
- fa77d43 rename fields of constant pool entries by Chris Lattner · 19 years ago
- b8973bd Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 20 years ago
- f99c232 Moving MachineDebugInfo to module level location. by Jim Laskey · 20 years ago
- f5395ce Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 20 years ago
- 851a22d Added graphviz/gv support for MF. by Jim Laskey · 20 years ago
- a1f68ca If a function has live ins/outs, print them by Chris Lattner · 20 years ago
- 0db0709 print stack object alignment in -print-machineinstr dumps by Chris Lattner · 20 years ago
- edf128a Remove trailing whitespace by Misha Brukman · 20 years ago
- bca8144 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 21 years ago
- 9d5d759 adjust to ilist changes. by Chris Lattner · 21 years ago
- ce9c41e Add support for the PhysRegsUsed array. by Chris Lattner · 21 years ago
- 28696be Silence warnings from VS by Chris Lattner · 21 years ago
- 76d9dac Indent to 2 spaces and cleanup excess whitespace. by Alkis Evlogimenos · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- ad82816 Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp by Chris Lattner · 21 years ago
- 85015a0 Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9 by Chris Lattner · 21 years ago
- e6c3dc8 Add a note that people shouldn't use MachineFunctionInfo. by Brian Gaeke · 21 years ago
- 26eb14b Stop using CreateStackObject(RegClass*) by Chris Lattner · 21 years ago
- 4f65fb3 Forward substitute some constants into their users by Chris Lattner · 21 years ago
- 3927af8 The only target that uses this code (v9) always has argsOnStackHaveFixedSize by Chris Lattner · 21 years ago
- 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
- 71bf404 Add viewCFG() and viewCFGOnly() APIs. by Alkis Evlogimenos · 21 years ago
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- 4b9a400 Make sure that we destroy the MBB's, with all of their instructions, before by Chris Lattner · 21 years ago
- 51289aa Instance var no longer exists by Chris Lattner · 21 years ago
- 7f7bbc2 Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were being by Chris Lattner · 21 years ago
- 62d6ad2 Inline findOptimalStorageSize into it's caller, both of which are sparc specific by Chris Lattner · 21 years ago
- 17fb34b Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 21 years ago
- 792699c Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 21 years ago
- d657c42 Start NextMBBNumber out at zero. by Brian Gaeke · 21 years ago
- 47b7164 Change how the beginnings and ends of MachineFunctions are printed. Get by Brian Gaeke · 21 years ago
- 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 21 years ago
- 78827e9 Remove use of an ugly header by Chris Lattner · 21 years ago
- aad5c05 Add LeakDetection to MachineInstr. by Alkis Evlogimenos · 21 years ago
- c81efdc Add back machine code deleter pass until we get a MachineCode pass by Alkis Evlogimenos · 21 years ago
- 90421cd Refactor MachineFunction::print() into MachineBasicBlock::print(). by Brian Gaeke · 21 years ago
- c0b9dc5 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 21 years ago
- d4baf0f Fix a bug in a recent checkin by Chris Lattner · 22 years ago
- 09caa37 Give clients of MachineFunctionPrinter the ability to specify a banner and by Brian Gaeke · 22 years ago
- 16c45e9 Add a new target-independent machine code freeing pass by Chris Lattner · 22 years ago