index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineFunction.cpp
Age
Commit message (
Expand
)
Author
2010-07-04
Infer alignments of fixed frame objects when they are constructed. This ensur...
Evan Cheng
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-05-24
Avoid adding duplicate function live-in's.
Evan Cheng
2010-04-15
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-05
enhance MachineFunction to have a MMI pointer.
Chris Lattner
2010-04-02
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-01
Revert r100143.
Eric Christopher
2010-04-01
Add some switches helpful for debugging:
David Greene
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-19
Stop trying to merge identical jump tables. This had been inadvertently
Bob Wilson
2010-03-18
Define placement new wrappers for BumpPtrAllocator and
Dan Gohman
2010-03-18
Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to
Bob Wilson
2010-03-13
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-11
Add a new jump table encoding to indicate jump tables entries
Richard Osborne
2010-03-10
set the temporary bit on MCSymbols correctly.
Chris Lattner
2010-02-19
Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.
Charles Davis
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-01-27
Silence GCC warnings with asserts turned off. No functionality change.
Chandler Carruth
2010-01-26
Move getJTISymbol from MachineJumpTableInfo to MachineFunction,
Chris Lattner
2010-01-26
add a new MachineJumpTableInfo::getJTISymbol method,
Chris Lattner
2010-01-26
make MachineFunction keep track of its ID and make
Chris Lattner
2010-01-26
Add support for target-specific 32-bit custom-lowered
Chris Lattner
2010-01-25
Rearrange handling of jump tables. Highlights:
Chris Lattner
2010-01-19
Avoid including DebugInfo.h in AsmPrinter.h
Devang Patel
2010-01-16
Replace DebugLocTuple with DILocation.
Devang Patel
2010-01-04
Change errs() to dbgs().
David Greene
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-11-30
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-11-14
Do not merge jump tables this early. Branch folding will do any necessary
Jim Grosbach
2009-11-14
Add function to replace a destination MBB in a single jump table
Jim Grosbach
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-10-31
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-31
Fix 80-column violation.
Dan Gohman
2009-10-28
Allow constants of different types to share constant pool entries
Dan Gohman
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-09
Add basic infrastructure and x86 support for preserving MachineMemOperand
Dan Gohman
2009-09-30
Remove dead code.
Devang Patel
2009-09-25
Improve MachineMemOperand handling.
Dan Gohman
2009-09-15
add hooks to hang target-specific goop off MachineModuleInfo,
Chris Lattner
2009-08-28
Reapply 79977.
Devang Patel
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
[next]