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
*
It's better to have the arrays, which would trigger the creation of stack
Bill Wendling
2010-07-27
1
-1
/
+1
*
Remove too-strict assertion. We may want the vreg copy of the physical register
Jim Grosbach
2010-07-23
1
-1
/
+0
*
Fix debugging strings.
Dan Gohman
2010-07-07
1
-2
/
+2
*
Infer alignments of fixed frame objects when they are constructed. This ensur...
Evan Cheng
2010-07-04
1
-1
/
+7
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-2
/
+2
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
1
-7
/
+6
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
1
-6
/
+7
*
Avoid adding duplicate function live-in's.
Evan Cheng
2010-05-24
1
-2
/
+8
*
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
1
-1
/
+1
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-8
/
+8
*
enhance MachineFunction to have a MMI pointer.
Chris Lattner
2010-04-05
1
-2
/
+3
*
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
1
-34
/
+0
*
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
1
-9
/
+0
*
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
1
-0
/
+34
*
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-02
1
-34
/
+0
*
Revert r100143.
Eric Christopher
2010-04-01
1
-0
/
+34
*
Add some switches helpful for debugging:
David Greene
2010-04-01
1
-34
/
+0
*
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
1
-3
/
+1
*
Stop trying to merge identical jump tables. This had been inadvertently
Bob Wilson
2010-03-19
1
-11
/
+0
*
Define placement new wrappers for BumpPtrAllocator and
Dan Gohman
2010-03-18
1
-10
/
+6
*
Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to
Bob Wilson
2010-03-18
1
-3
/
+12
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
1
-2
/
+2
*
Add a new jump table encoding to indicate jump tables entries
Richard Osborne
2010-03-11
1
-0
/
+4
*
set the temporary bit on MCSymbols correctly.
Chris Lattner
2010-03-10
1
-1
/
+3
*
Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.
Charles Davis
2010-02-19
1
-0
/
+3
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Silence GCC warnings with asserts turned off. No functionality change.
Chandler Carruth
2010-01-27
1
-2
/
+1
*
Move getJTISymbol from MachineJumpTableInfo to MachineFunction,
Chris Lattner
2010-01-26
1
-18
/
+21
*
add a new MachineJumpTableInfo::getJTISymbol method,
Chris Lattner
2010-01-26
1
-8
/
+28
*
make MachineFunction keep track of its ID and make
Chris Lattner
2010-01-26
1
-5
/
+5
*
Add support for target-specific 32-bit custom-lowered
Chris Lattner
2010-01-26
1
-0
/
+2
*
Rearrange handling of jump tables. Highlights:
Chris Lattner
2010-01-25
1
-11
/
+49
*
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
-3
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-04
1
-4
/
+5
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-2
/
+2
*
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
1
-5
/
+4
*
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-11-30
1
-0
/
+3
*
Do not merge jump tables this early. Branch folding will do any necessary
Jim Grosbach
2009-11-14
1
-4
/
+0
*
Add function to replace a destination MBB in a single jump table
Jim Grosbach
2009-11-14
1
-8
/
+19
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-2
/
+3
*
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-31
1
-27
/
+44
*
Fix 80-column violation.
Dan Gohman
2009-10-31
1
-1
/
+2
*
Allow constants of different types to share constant pool entries
Dan Gohman
2009-10-28
1
-3
/
+47
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Add basic infrastructure and x86 support for preserving MachineMemOperand
Dan Gohman
2009-10-09
1
-0
/
+64
*
Remove dead code.
Devang Patel
2009-09-30
1
-17
/
+0
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
1
-5
/
+23
*
add hooks to hang target-specific goop off MachineModuleInfo,
Chris Lattner
2009-09-15
1
-0
/
+3
[next]