summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAge
* Fix these comments to reflect current reality. Surprisingly,Dan Gohman2008-09-16
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner2008-08-23
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Fix uses of underscore-capital names.Dan Gohman2008-07-21
* Trim unnecessary #includes.Dan Gohman2008-07-11
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* Silence warning when no assertions.Chris Lattner2008-04-06
* Spiller now remove unused spill slots.Evan Cheng2008-02-27
* Rename PrintableName to Name.Bill Wendling2008-02-26
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-26
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfoChris Lattner2008-01-25
* properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner2007-12-31
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-31
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-05
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-03
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...Evan Cheng2007-04-25
* support > 4G stack objectsChris Lattner2007-04-25
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-14
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-20
* Debug dump error.Evan Cheng2006-12-22
* 1. Tidy up jump table info.Jim Laskey2006-12-14
* Removed more <iostream> includesBill Wendling2006-12-07
* const'ify jump table stuffChris Lattner2006-10-28
* add an assertChris Lattner2006-10-28
* BugfixesChris Lattner2006-10-03
* Provide a function that ensures MBB numbering is dense and inorder. ThisChris Lattner2006-10-03
* Use getOffset() instead.Evan Cheng2006-09-14
* A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* ...Evan Cheng2006-09-14
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-12
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Add an out-of-line virtual function to home class.Chris Lattner2006-07-14
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-28
* For PR801:Reid Spencer2006-06-27
* For PR798:Reid Spencer2006-06-05
* Print the vreg that livein physregs are live inChris Lattner2006-05-16
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Code cleanup associated with jump tables, thanks to Chris for noticingNate Begeman2006-04-22
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* Remove unused methodChris Lattner2006-04-03
* Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner2006-02-09
* rename fields of constant pool entriesChris Lattner2006-02-09
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-31