index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rename fields of constant pool entries
Chris Lattner
2006-02-09
1
-2
/
+2
*
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
1
-2
/
+5
*
Moving MachineDebugInfo to module level location.
Jim Laskey
2006-01-04
1
-1
/
+1
*
Added source file/line correspondence for dwarf (PowerPC only at this point.)
Jim Laskey
2005-12-16
1
-1
/
+1
*
Added graphviz/gv support for MF.
Jim Laskey
2005-10-12
1
-0
/
+22
*
If a function has live ins/outs, print them
Chris Lattner
2005-08-31
1
-1
/
+23
*
print stack object alignment in -print-machineinstr dumps
Chris Lattner
2005-05-13
1
-2
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-1
/
+1
*
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-30
1
-1
/
+1
*
adjust to ilist changes.
Chris Lattner
2005-01-29
1
-4
/
+3
*
Add support for the PhysRegsUsed array.
Chris Lattner
2005-01-23
1
-2
/
+3
*
Silence warnings from VS
Chris Lattner
2005-01-08
1
-1
/
+2
*
Indent to 2 spaces and cleanup excess whitespace.
Alkis Evlogimenos
2004-09-05
1
-48
/
+47
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp
Chris Lattner
2004-08-16
1
-158
/
+1
*
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-16
1
-1
/
+1
*
Add a note that people shouldn't use MachineFunctionInfo.
Brian Gaeke
2004-08-16
1
-0
/
+2
*
Stop using CreateStackObject(RegClass*)
Chris Lattner
2004-08-15
1
-4
/
+0
*
Forward substitute some constants into their users
Chris Lattner
2004-08-12
1
-5
/
+2
*
The only target that uses this code (v9) always has argsOnStackHaveFixedSize
Chris Lattner
2004-08-12
1
-16
/
+1
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
Add viewCFG() and viewCFGOnly() APIs.
Alkis Evlogimenos
2004-07-08
1
-1
/
+77
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Make sure that we destroy the MBB's, with all of their instructions, before
Chris Lattner
2004-07-01
1
-0
/
+1
*
Instance var no longer exists
Chris Lattner
2004-07-01
1
-1
/
+1
*
Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were ...
Chris Lattner
2004-06-11
1
-1
/
+1
*
Inline findOptimalStorageSize into it's caller, both of which are sparc specific
Chris Lattner
2004-06-02
1
-12
/
+18
*
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
1
-3
/
+3
*
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
1
-0
/
+19
*
Start NextMBBNumber out at zero.
Brian Gaeke
2004-05-12
1
-1
/
+1
*
Change how the beginnings and ends of MachineFunctions are printed. Get
Brian Gaeke
2004-03-29
1
-3
/
+3
*
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-03-01
1
-2
/
+1
*
Remove use of an ugly header
Chris Lattner
2004-02-29
1
-1
/
+0
*
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-16
1
-11
/
+0
*
Add back machine code deleter pass until we get a MachineCode pass
Alkis Evlogimenos
2004-02-15
1
-0
/
+21
*
Refactor MachineFunction::print() into MachineBasicBlock::print().
Brian Gaeke
2004-02-13
1
-8
/
+12
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-29
/
+1
*
Fix a bug in a recent checkin
Chris Lattner
2004-02-01
1
-1
/
+1
*
Give clients of MachineFunctionPrinter the ability to specify a banner and
Brian Gaeke
2004-01-30
1
-3
/
+14
*
Add a new target-independent machine code freeing pass
Chris Lattner
2003-12-20
1
-8
/
+33
*
* Finegrainify namespacification
Chris Lattner
2003-12-20
1
-72
/
+13
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-13
1
-3
/
+3
*
Const correctness fixes
Chris Lattner
2003-07-26
1
-1
/
+1
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-1
/
+1
*
Remove unneccesary &*
Chris Lattner
2003-04-23
1
-1
/
+1
*
Print machine frame objects with the frame offset intrinsic to the machine
Chris Lattner
2003-01-16
1
-7
/
+12
*
Add support for constant pool
Chris Lattner
2003-01-13
1
-1
/
+29
*
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-29
1
-1
/
+1
[prev]
[next]