2009-05-13 |
Jim Grosbach | Removing the HasBuiltinSetjmp flag and associated bits... |
blob | commitdiff | raw |
2009-05-12 |
Jim Grosbach | Add support for GCC compatible builtin setjmp and longj... |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Argyrios Kyrtzidis | Make DebugLoc independent of DwarfWriter. |
blob | commitdiff | raw |
2009-04-20 |
Bob Wilson | Move duplicated AddLiveIn function from X86 and ARM... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Dan Gohman | Move MachineJumpTableInfo::ReplaceMBBInJumpTables out... |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Chris Lattner | Add a new "available_externally" linkage type. This... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Dan Gohman | Now that errs() is properly non-buffered, there's no... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Evan Cheng | Fix some significant problems with constant pools that... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Bill Wendling | Constify and don't return a reference. |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Bill Wendling | Erm. Would be nice to initialize this variable. . . |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Bill Wendling | Add getDebugLocTuple to retrieve the DebugLocTuple... |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Bill Wendling | Create DebugLoc information in FastISel. Several tempor... |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Evan Cheng | Refine DebugLoc per review comments. |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Evan Cheng | No need to keep size of DebugLocations vector separately. |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Evan Cheng | Actually source file has already been uniquified into... |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Evan Cheng | Add data structure to define and track debug location... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Duncan Sands | Rename getABITypeSize to getTypePaddedSize, as |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Matthijs Kooijman | Make MachineFrameInfo::print not crash when no TargetFr... |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Dan Gohman | Adjust whitespace in debug messages to be more consistent |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Matthijs Kooijman | Make MachineFunction not crash when TargetMachine:... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Dan Gohman | Fix these comments to reflect current reality. Surprisi... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | get MachineConstantPool off std::ostream, onto raw_ostr... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
blob | commitdiff | raw | diff to current |
2008-07-28 |
Dan Gohman | Fold the useful features of alist and alist_node into... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Dan Gohman | Fix uses of underscore-capital names. |
blob | commitdiff | raw | diff to current |
2008-07-11 |
Dan Gohman | Trim unnecessary #includes. |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Dan Gohman | Pool-allocation for MachineInstrs, MachineBasicBlocks... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Chris Lattner | Silence warning when no assertions. |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Evan Cheng | Spiller now remove unused spill slots. |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Bill Wendling | Rename PrintableName to Name. |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Bill Wendling | Change "Name" to "AsmName" in the target register info... |
blob | commitdiff | raw | diff to current |
2008-02-10 |
Dan Gohman | Rename MRegisterInfo to TargetRegisterInfo. |
blob | commitdiff | raw | diff to current |
2008-01-25 |
Chris Lattner | move MachineFrameInfo::CreateFixedObject out of line... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Chris Lattner | properly encapsulate the parent field of MBB and MI... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Chris Lattner | Rename SSARegMap -> MachineRegisterInfo in keeping... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Duncan Sands | Eliminate the remaining uses of getTypeSize. This |
blob | commitdiff | raw | diff to current |
2007-10-03 |
Dan Gohman | Use empty() member functions when that's what's being... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Evan Cheng | Change UsedPhysRegs from array bool to BitVector to... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Chris Lattner | support > 4G stack objects |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Chris Lattner | Generalize TargetData strings, to support more interest... |
blob | commitdiff | raw | diff to current |
2007-01-20 |
Chris Lattner | Teach TargetData to handle 'preferred' alignment for... |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Evan Cheng | Debug dump error. |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Jim Laskey | 1. Tidy up jump table info. |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Removed more <iostream> includes |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Chris Lattner | const'ify jump table stuff |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Chris Lattner | add an assert |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Chris Lattner | Bugfixes |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Chris Lattner | Provide a function that ensures MBB numbering is dense... |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Evan Cheng | Use getOffset() instead. |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Evan Cheng | A MachineConstantPool may have mixed Constant* and... |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Evan Cheng | Added support for machine specific constantpool values... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Chris Lattner | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Chris Lattner | Add an out-of-line virtual function to home class. |
blob | commitdiff | raw | diff to current |
2006-06-28 |
Chris Lattner | Shave another 27K off libllvmgcc.dylib with visibility... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Reid Spencer | For PR801: |
blob | commitdiff | raw | diff to current |
2006-06-05 |
Reid Spencer | For PR798: |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Chris Lattner | Print the vreg that livein physregs are live in |
blob | commitdiff | raw | diff to current |
2006-05-12 |
Owen Anderson | Refactor a bunch of includes so that TargetMachine... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Owen Anderson | Refactor TargetMachine, pushing handling of TargetData... |
blob | commitdiff | raw | diff to current |
2006-04-22 |
Nate Begeman | Code cleanup associated with jump tables, thanks to... |
blob | commitdiff | raw | diff to current |
2006-04-22 |
Nate Begeman | JumpTable support! What this represents is working... |
blob | commitdiff | raw | diff to current |
2006-04-03 |
Chris Lattner | Remove unused method |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Chris Lattner | Adjust to MachineConstantPool interface change: instead... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Chris Lattner | rename fields of constant pool entries |
blob | commitdiff | raw | diff to current |
2006-01-31 |
Evan Cheng | Allow the specification of explicit alignments for... |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Jim Laskey | Moving MachineDebugInfo to module level location. |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Jim Laskey | Added source file/line correspondence for dwarf (PowerP... |
blob | commitdiff | raw | diff to current |
2005-10-12 |
Jim Laskey | Added graphviz/gv support for MF. |
blob | commitdiff | raw | diff to current |
2005-08-31 |
Chris Lattner | If a function has live ins/outs, print them |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Chris Lattner | print stack object alignment in -print-machineinstr... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Chris Lattner | Improve conformance with the Misha spelling benchmark... |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Chris Lattner | adjust to ilist changes. |
blob | commitdiff | raw | diff to current |
2005-01-23 |
Chris Lattner | Add support for the PhysRegsUsed array. |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Chris Lattner | Silence warnings from VS |
blob | commitdiff | raw | diff to current |
2004-09-05 |
Alkis Evlogimenos | Indent to 2 spaces and cleanup excess whitespace. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Chris Lattner | Move this code to lib/Target/SparcV9/MachineFunctionInf... |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Chris Lattner | Move MachineCodeForInstruction.h and MachineFunctionInf... |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Brian Gaeke | Add a note that people shouldn't use MachineFunctionInfo. |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Chris Lattner | Stop using CreateStackObject(RegClass*) |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Chris Lattner | Forward substitute some constants into their users |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Chris Lattner | The only target that uses this code (v9) always has... |
blob | commitdiff | raw | diff to current |
2004-07-29 |
Misha Brukman | Fix #includes of i*.h => Instructions.h as per PR403. |
blob | commitdiff | raw | diff to current |
2004-07-08 |
Alkis Evlogimenos | Add viewCFG() and viewCFGOnly() APIs. |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not #include... |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Chris Lattner | Make sure that we destroy the MBB's, with all of their... |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Chris Lattner | Instance var no longer exists |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Chris Lattner | Fix fallout from getOffsetOfLocalArea() being negated... |
blob | commitdiff | raw | diff to current |
2004-06-02 |
Chris Lattner | Inline findOptimalStorageSize into it's caller, both... |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Tanya Lattner | Moved MachineBasicBlock deconstructor to cpp file and... |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Tanya Lattner | Added MachineFunction parent* to MachineBasicBlock... |
blob | commitdiff | raw | diff to current |
2004-05-12 |
Brian Gaeke | Start NextMBBNumber out at zero. |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Brian Gaeke | Change how the beginnings and ends of MachineFunctions... |
blob | commitdiff | raw | diff to current |
2004-03-01 |
Brian Gaeke | TargetCacheInfo has been removed; its only uses were... |
blob | commitdiff | raw | diff to current |
next |