#
4ca2ea5b |
| 22-Apr-2006 |
Nate Begeman <natebegeman@mac.com> |
JumpTable support! What this represents is working asm and jit support for x86 and ppc for 100% dense switch statements when relocations are non-PIC. This support will be extended and enhanced in th
JumpTable support! What this represents is working asm and jit support for x86 and ppc for 100% dense switch statements when relocations are non-PIC. This support will be extended and enhanced in the coming days to support PIC, and less dense forms of jump tables.
llvm-svn: 27947
show more ...
|
#
6bc4b9c7 |
| 03-Apr-2006 |
Chris Lattner <sabre@nondot.org> |
Remove unused method
llvm-svn: 27379
|
#
f6190821 |
| 09-Feb-2006 |
Chris Lattner <sabre@nondot.org> |
Adjust to MachineConstantPool interface change: instead of keeping a value/alignment pair for each constant, keep a value/offset pair.
llvm-svn: 26078
|
#
ba97264e |
| 09-Feb-2006 |
Chris Lattner <sabre@nondot.org> |
rename fields of constant pool entries
llvm-svn: 26076
|
#
32be2dc0 |
| 31-Jan-2006 |
Evan Cheng <evan.cheng@apple.com> |
Allow the specification of explicit alignments for constant pool entries.
llvm-svn: 25855
|
#
57a5e0b4 |
| 04-Jan-2006 |
Jim Laskey <jlaskey@mac.com> |
Moving MachineDebugInfo to module level location.
llvm-svn: 25090
|
#
7c462768 |
| 16-Dec-2005 |
Jim Laskey <jlaskey@mac.com> |
Added source file/line correspondence for dwarf (PowerPC only at this point.)
llvm-svn: 24748
|
Revision tags: llvmorg-1.6.0 |
|
#
d00db257 |
| 12-Oct-2005 |
Jim Laskey <jlaskey@mac.com> |
Added graphviz/gv support for MF.
llvm-svn: 23700
|
#
d4d10fff |
| 31-Aug-2005 |
Chris Lattner <sabre@nondot.org> |
If a function has live ins/outs, print them
llvm-svn: 23181
|
Revision tags: llvmorg-1.5.0 |
|
#
77b220f3 |
| 13-May-2005 |
Chris Lattner <sabre@nondot.org> |
print stack object alignment in -print-machineinstr dumps
llvm-svn: 21992
|
#
835702a0 |
| 21-Apr-2005 |
Misha Brukman <brukman+llvm@gmail.com> |
Remove trailing whitespace
llvm-svn: 21420
|
#
f6c93e36 |
| 30-Jan-2005 |
Chris Lattner <sabre@nondot.org> |
Improve conformance with the Misha spelling benchmark suite
llvm-svn: 19930
|
#
e6074aa0 |
| 29-Jan-2005 |
Chris Lattner <sabre@nondot.org> |
adjust to ilist changes.
llvm-svn: 19924
|
#
304053c6 |
| 23-Jan-2005 |
Chris Lattner <sabre@nondot.org> |
Add support for the PhysRegsUsed array.
llvm-svn: 19789
|
#
e64ff1c4 |
| 08-Jan-2005 |
Chris Lattner <sabre@nondot.org> |
Silence warnings from VS
llvm-svn: 19386
|
Revision tags: llvmorg-1.4.0 |
|
#
58350a74 |
| 05-Sep-2004 |
Alkis Evlogimenos <alkis@evlogimenos.com> |
Indent to 2 spaces and cleanup excess whitespace.
llvm-svn: 16188
|
#
7c16caa3 |
| 01-Sep-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Changes For Bug 352 Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/l
Changes For Bug 352 Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/.
llvm-svn: 16137
show more ...
|
#
a1d7802e |
| 16-Aug-2004 |
Chris Lattner <sabre@nondot.org> |
Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp
llvm-svn: 15834
|
#
9fb30a42 |
| 16-Aug-2004 |
Chris Lattner <sabre@nondot.org> |
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9
llvm-svn: 15830
|
#
224704fc |
| 16-Aug-2004 |
Brian Gaeke <gaeke@uiuc.edu> |
Add a note that people shouldn't use MachineFunctionInfo.
llvm-svn: 15823
|
#
c66f27fd |
| 15-Aug-2004 |
Chris Lattner <sabre@nondot.org> |
Stop using CreateStackObject(RegClass*)
llvm-svn: 15775
|
Revision tags: llvmorg-1.3.0 |
|
#
e64f008f |
| 12-Aug-2004 |
Chris Lattner <sabre@nondot.org> |
Forward substitute some constants into their users
llvm-svn: 15693
|
#
eb023134 |
| 12-Aug-2004 |
Chris Lattner <sabre@nondot.org> |
The only target that uses this code (v9) always has argsOnStackHaveFixedSize set to true (obviously)
llvm-svn: 15692
|
#
63b38bd2 |
| 29-Jul-2004 |
Misha Brukman <brukman+llvm@gmail.com> |
Fix #includes of i*.h => Instructions.h as per PR403.
llvm-svn: 15334
|
#
2c422bbe |
| 08-Jul-2004 |
Alkis Evlogimenos <alkis@evlogimenos.com> |
Add viewCFG() and viewCFGOnly() APIs.
llvm-svn: 14679
|