2010-04-15 |
Dan Gohman | Add more const qualifiers for LLVM IR pointers in CodeGen. |
blob | commitdiff | raw |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Chris Lattner | enhance MachineFunction to have a MMI pointer. |
blob | commitdiff | raw | diff to current |
2010-04-02 |
David Greene | Ok, third time's the charm. No changes from last time... |
blob | commitdiff | raw | diff to current |
2010-04-02 |
Chris Lattner | Switch the code generator (except the JIT) onto the... |
blob | commitdiff | raw | diff to current |
2010-04-02 |
Evan Cheng | Revert 100204. It broke a bunch of tests and apparently... |
blob | commitdiff | raw | diff to current |
2010-04-02 |
David Greene | Let's try this again. Re-apply 100143 including an... |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Eric Christopher | Revert r100143. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
David Greene | Add some switches helpful for debugging: |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | Rip out the 'is temporary' nonsense from the MCContext... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Bob Wilson | Stop trying to merge identical jump tables. This had... |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Dan Gohman | Define placement new wrappers for BumpPtrAllocator and |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Bob Wilson | Fix pr6543: svn r88806 changed MachineJumpTableInfo... |
blob | commitdiff | raw | diff to current |
2010-03-13 |
Chris Lattner | rearrange MCContext ownership. Before LLVMTargetMachin... |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Richard Osborne | Add a new jump table encoding to indicate jump tables... |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Chris Lattner | set the temporary bit on MCSymbols correctly. |
blob | commitdiff | raw | diff to current |
2010-02-19 |
Charles Davis | Add support for the 'alignstack' attribute to the x86... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Chandler Carruth | Silence GCC warnings with asserts turned off. No functi... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Chris Lattner | Move getJTISymbol from MachineJumpTableInfo to MachineF... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Chris Lattner | add a new MachineJumpTableInfo::getJTISymbol method, |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Chris Lattner | make MachineFunction keep track of its ID and make |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Chris Lattner | Add support for target-specific 32-bit custom-lowered |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Chris Lattner | Rearrange handling of jump tables. Highlights: |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Devang Patel | Avoid including DebugInfo.h in AsmPrinter.h |
blob | commitdiff | raw | diff to current |
2010-01-16 |
Devang Patel | Replace DebugLocTuple with DILocation. |
blob | commitdiff | raw | diff to current |
2010-01-04 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Chris Lattner | improve portability to avoid conflicting with std:... |
blob | commitdiff | raw | diff to current |
2009-11-30 |
Tobias Grosser | Remove ShortNames from getNodeLabel in DOTGraphTraits |
blob | commitdiff | raw | diff to current |
2009-11-30 |
Tobias Grosser | Instantiate DefaultDOTGraphTraits |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Jim Grosbach | Do not merge jump tables this early. Branch folding... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Jim Grosbach | Add function to replace a destination MBB in a single... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
David Greene | Add a bool flag to StackObjects telling whether they... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Dan Gohman | Make -print-machineinstrs more readable. |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Dan Gohman | Fix 80-column violation. |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Dan Gohman | Allow constants of different types to share constant... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Dan Gohman | Add basic infrastructure and x86 support for preserving... |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Devang Patel | Remove dead code. |
blob | commitdiff | raw | diff to current |
2009-09-25 |
Dan Gohman | Improve MachineMemOperand handling. |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Chris Lattner | add hooks to hang target-specific goop off MachineModul... |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Devang Patel | Reapply 79977. |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Devang Patel | Revert 79977. It causes llvm-gcc bootstrap failures... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Devang Patel | Update DebugInfo interface to use metadata, instead... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Daniel Dunbar | Fix some refactos for iostream changes (in -Asserts... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove std::ostream versions of printing stuff for... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | convert some stuff to work on raw_ostreams instead... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove dead PrefixPrinter class. |
blob | commitdiff | raw | diff to current |
2009-08-19 |
David Greene | Add missing includes. |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Jim Grosbach | Remove a bit more cruft from the sjlj moving to a backe... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Jakob Stoklund Olesen | Add MachineFrameInfo::getPristineRegisters(MBB) method. |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Jim Grosbach | SjLj based exception handling unwinding support. This... |
blob | commitdiff | raw | diff to current |
2009-08-03 |
David Greene | Re-apply LiveInterval index dumping patch, with fixes... |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Daniel Dunbar | Fix some comments referring to std::cerr. |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Dan Gohman | MachineFunction no longer needs Annotation. |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Dan Gohman | Reapply r77654 with a fix: MachineFunctionPass's getAna... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Daniel Dunbar | Revert r77654, it appears to be causing llvm-gcc bootst... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Dan Gohman | Manage MachineFunctions with an analysis Pass instead... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | More migration to raw_ostream, the water has dried... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Daniel Dunbar | Switch to getNameStr(). |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Chris Lattner | reimplement Constant::ContainsRelocations as |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Chris Lattner | no really, I can spell! |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Chris Lattner | add an API so target-independent codegen can determine... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Chris Lattner | revert r76602, 76603, and r76615, pending design discus... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
David Greene | Add PrefixPrinter arguments to the dump routines for... |
blob | commitdiff | raw | diff to current |
2009-06-30 |
Bill Wendling | Add an "alignment" field to the MachineFunction object... |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Bill Wendling | My guess is that RegInfo should only call the Allocator... |
blob | commitdiff | raw | diff to current |
2009-06-24 |
Owen Anderson | Get rid of the global CFGOnly flag by threading a Short... |
blob | commitdiff | raw | diff to current |
2009-05-21 |
Bill Wendling | Temporarily revert r72191. It was causing an assert... |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Argyrios Kyrtzidis | Introduce DebugScope which gets embedded into the machi... |
blob | commitdiff | raw | diff to current |
2009-05-14 |
Owen Anderson | Down with static variables! |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Jim Grosbach | Removing the HasBuiltinSetjmp flag and associated bits... |
blob | commitdiff | raw | diff to current |
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 | diff to current |
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 |
next |