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
2007-10-03
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-25
Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...
Evan Cheng
2007-04-25
support > 4G stack objects
Chris Lattner
2007-02-14
Generalize TargetData strings, to support more interesting forms of data.
Chris Lattner
2007-01-20
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2006-12-22
Debug dump error.
Evan Cheng
2006-12-14
1. Tidy up jump table info.
Jim Laskey
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-10-28
const'ify jump table stuff
Chris Lattner
2006-10-28
add an assert
Chris Lattner
2006-10-03
Bugfixes
Chris Lattner
2006-10-03
Provide a function that ensures MBB numbering is dense and inorder. This
Chris Lattner
2006-09-14
Use getOffset() instead.
Evan Cheng
2006-09-14
A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* ...
Evan Cheng
2006-09-12
Added support for machine specific constantpool values. These are useful for
Evan Cheng
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-07-14
Add an out-of-line virtual function to home class.
Chris Lattner
2006-06-28
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-06-27
For PR801:
Reid Spencer
2006-06-05
For PR798:
Reid Spencer
2006-05-16
Print the vreg that livein physregs are live in
Chris Lattner
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-22
Code cleanup associated with jump tables, thanks to Chris for noticing
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-03
Remove unused method
Chris Lattner
2006-02-09
Adjust to MachineConstantPool interface change: instead of keeping a
Chris Lattner
2006-02-09
rename fields of constant pool entries
Chris Lattner
2006-01-31
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-04
Moving MachineDebugInfo to module level location.
Jim Laskey
2005-12-16
Added source file/line correspondence for dwarf (PowerPC only at this point.)
Jim Laskey
2005-10-12
Added graphviz/gv support for MF.
Jim Laskey
2005-08-31
If a function has live ins/outs, print them
Chris Lattner
2005-05-13
print stack object alignment in -print-machineinstr dumps
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-30
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-29
adjust to ilist changes.
Chris Lattner
2005-01-23
Add support for the PhysRegsUsed array.
Chris Lattner
2005-01-08
Silence warnings from VS
Chris Lattner
2004-09-05
Indent to 2 spaces and cleanup excess whitespace.
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-16
Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp
Chris Lattner
2004-08-16
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-16
Add a note that people shouldn't use MachineFunctionInfo.
Brian Gaeke
2004-08-15
Stop using CreateStackObject(RegClass*)
Chris Lattner
2004-08-12
Forward substitute some constants into their users
Chris Lattner
2004-08-12
The only target that uses this code (v9) always has argsOnStackHaveFixedSize
Chris Lattner
[next]