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
/
include
/
llvm
/
CodeGen
/
MachineFunction.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-3
/
+19
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-14
/
+14
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-7
/
+10
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-10
/
+18
*
Fix comment that didn't match the method it was above
Eli Bendersky
2013-04-22
1
-2
/
+2
*
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-16
1
-0
/
+14
*
Use ArrayRecycler for MachineInstr operand lists.
Jakob Stoklund Olesen
2013-01-05
1
-0
/
+19
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-2
/
+2
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+6
*
Fix the naming of ensureAlignment. Per the coding standard function names
Chad Rosier
2012-07-06
1
-2
/
+2
*
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
1
-1
/
+2
*
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-18
1
-11
/
+15
*
Fix unclear wording.
Jakob Stoklund Olesen
2011-12-06
1
-1
/
+1
*
Change the Dominators recalculate() function to only rely on GraphTraits
Anna Zaks
2011-12-05
1
-0
/
+4
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-1
/
+1
*
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
1
-1
/
+1
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
1
-1
/
+1
*
Pass a Banner argument to the machine code verifier both from
Jakob Stoklund Olesen
2010-12-18
1
-1
/
+1
*
move the pic base symbol stuff up to MachineFunction
Chris Lattner
2010-11-14
1
-0
/
+4
*
Attach a GCModuleInfo to a MachineFunction.
Nicolas Geoffray
2010-10-31
1
-1
/
+5
*
Teach MachineBasicBlock::print() to annotate instructions and blocks with
Jakob Stoklund Olesen
2010-10-26
1
-1
/
+1
*
Make CodeGen TBAA-aware.
Dan Gohman
2010-10-20
1
-1
/
+2
*
force clients of MachineFunction::getMachineMemOperand to provide a
Chris Lattner
2010-09-21
1
-7
/
+0
*
start pushing MachinePointerInfo out through the MachineMemOperand interface
Chris Lattner
2010-09-21
1
-0
/
+8
*
Remove double-def checking from MachineVerifier, so a register does not have to
Jakob Stoklund Olesen
2010-08-05
1
-1
/
+1
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
1
-4
/
+4
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
1
-4
/
+4
*
Move the check for "calls setjmp" to SelectionDAGISel so that it can be used by
Bill Wendling
2010-05-26
1
-1
/
+17
*
Temporarily revert r104655 as it's breaking the bots.
Eric Christopher
2010-05-26
1
-14
/
+1
*
Dale and Evan suggested putting the "check for setjmp" much earlier in the
Bill Wendling
2010-05-26
1
-1
/
+14
*
Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp
Dan Gohman
2010-04-20
1
-17
/
+0
*
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
1
-4
/
+4
*
enhance MachineFunction to have a MMI pointer.
Chris Lattner
2010-04-05
1
-6
/
+8
*
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
1
-10
/
+0
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
1
-0
/
+1
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
1
-3
/
+7
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Stop MachineInstr.h from #including AsmPrinter.h
Chris Lattner
2010-02-10
1
-0
/
+1
*
add a helper function for bumping up the alignment of a machine function.
Chris Lattner
2010-01-27
1
-0
/
+5
*
Move getJTISymbol from MachineJumpTableInfo to MachineFunction,
Chris Lattner
2010-01-26
1
-0
/
+11
*
make MachineFunction keep track of its ID and make
Chris Lattner
2010-01-26
1
-1
/
+10
*
Rearrange handling of jump tables. Highlights:
Chris Lattner
2010-01-25
1
-4
/
+9
*
remove a couple of asserts that use RTTI.
Chris Lattner
2010-01-21
1
-3
/
+0
*
Avoid including DebugInfo.h in AsmPrinter.h
Devang Patel
2010-01-19
1
-0
/
+1
*
Replace DebugLocTuple with DILocation.
Devang Patel
2010-01-16
1
-2
/
+2
*
Add comments.
Jakob Stoklund Olesen
2010-01-07
1
-0
/
+2
*
Allow the machine verifier to be run outside the PassManager.
Jakob Stoklund Olesen
2009-11-18
1
-1
/
+1
*
Sink a #include <map> to where it's actually needed.
Dan Gohman
2009-11-16
1
-1
/
+0
*
Add MachineFunction::verify() to call the machine code verifier directly.
Jakob Stoklund Olesen
2009-11-13
1
-0
/
+4
[next]