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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tighten up check for empty (i.e. no meaningful debug info) module. This fixes...
Devang Patel
2011-05-04
1
-15
/
+17
*
Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_link...
Devang Patel
2011-05-03
1
-5
/
+5
*
Gracefully handle invalid live ranges. Fix PR9831.
Jakob Stoklund Olesen
2011-05-03
3
-0
/
+23
*
If the front end has emitted llvm.dbg.cu and other debug info anchors (clang ...
Devang Patel
2011-05-03
1
-27
/
+49
*
Other parts of the SelectionDAG framework assume that targets use their point...
Owen Anderson
2011-05-02
1
-1
/
+1
*
Handle <def,undef> in the second loop as well.
Jakob Stoklund Olesen
2011-05-02
1
-1
/
+3
*
Use the PrintReg adaptor to correctly print live-in registers in debug output.
Jakob Stoklund Olesen
2011-05-02
1
-17
/
+5
*
Only ignore <undef> use operands, keep the <def,undef> ops.
Jakob Stoklund Olesen
2011-05-02
1
-1
/
+4
*
Emit debug info for global variables first.
Devang Patel
2011-05-02
1
-5
/
+5
*
Only produce the eh_frame section if we have at least one personality function.
Rafael Espindola
2011-05-02
1
-7
/
+9
*
Minimize the slot indexes spanned by register ranges created when splitting.
Jakob Stoklund Olesen
2011-05-02
3
-5
/
+13
*
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
2
-3
/
+3
*
When a physreg is live-in and live through a basic block, make sure its live
Jakob Stoklund Olesen
2011-04-30
1
-1
/
+1
*
Avoid using stale entries form the sibling value map.
Jakob Stoklund Olesen
2011-04-30
1
-5
/
+21
*
Use hysteresis for local live range splitting as well.
Jakob Stoklund Olesen
2011-04-30
1
-4
/
+4
*
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
1
-0
/
+1
*
Update comment.
Jakob Stoklund Olesen
2011-04-30
1
-2
/
+2
*
Use a greedy algorithm for allocating registers.
Jakob Stoklund Olesen
2011-04-30
1
-3
/
+3
*
Print out the 'nontemporal' info on a store.
Bill Wendling
2011-04-29
1
-0
/
+4
*
Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...
Eli Friedman
2011-04-29
1
-2
/
+7
*
Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...
Devang Patel
2011-04-29
1
-0
/
+3
*
The last hack for producing bit identical output with cfi on OS X.
Rafael Espindola
2011-04-29
1
-0
/
+8
*
Change DwarfCFIException's member variables to track what it actually
Rafael Espindola
2011-04-29
2
-34
/
+38
*
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-29
2
-4
/
+19
*
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-28
4
-27
/
+84
*
Fix a silly mistake in r130338.
Eli Friedman
2011-04-28
1
-1
/
+1
*
Remove unnecessary argument.
Rafael Espindola
2011-04-27
2
-4
/
+3
*
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
Rafael Espindola
2011-04-27
2
-16
/
+44
*
Simplify handling of variables with complex address (i.e. blocks variables)
Devang Patel
2011-04-27
3
-44
/
+32
*
Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...
Eli Friedman
2011-04-27
1
-2
/
+6
*
Remove unused function.
Eli Friedman
2011-04-27
1
-47
/
+0
*
Fix indentation.
Rafael Espindola
2011-04-27
1
-21
/
+21
*
Revert r130178. It turned out to be not the optimal path to emit complex loca...
Devang Patel
2011-04-27
1
-4
/
+3
*
If converter was being too cute. It look for root BBs (which don't have
Evan Cheng
2011-04-27
1
-18
/
+3
*
Also add <imp-def> operands for defined and dead super-registers when rewriting.
Jakob Stoklund Olesen
2011-04-27
1
-6
/
+15
*
Add a safe-guard against repeated splitting for some rare cases.
Jakob Stoklund Olesen
2011-04-26
3
-3
/
+43
*
Be careful about scheduling nodes above previous calls. It increase usages of
Evan Cheng
2011-04-26
2
-1
/
+61
*
Print the label if we will use it in debug_frame.
Rafael Espindola
2011-04-26
1
-2
/
+5
*
Refactor code. Keep dwarf register operation selection logic at one place.
Devang Patel
2011-04-26
2
-72
/
+66
*
Use the new TRI->getLargestLegalSuperClass hook to constrain register class i...
Jakob Stoklund Olesen
2011-04-26
1
-50
/
+29
*
Fast-isel support for simple inline asms.
Dan Gohman
2011-04-26
1
-10
/
+31
*
don't emit the symbol name twice for local bss and common
Chris Lattner
2011-04-26
1
-6
/
+0
*
Fix typo
Evan Cheng
2011-04-26
1
-1
/
+1
*
Print all the moves at a given label instead of just the first one.
Rafael Espindola
2011-04-26
2
-6
/
+6
*
Let dwarf writer allocate extra space in the debug location expression. This ...
Devang Patel
2011-04-26
1
-3
/
+4
*
Rename a local variable.
Devang Patel
2011-04-25
1
-17
/
+21
*
Rename a method to match what it really does.
Devang Patel
2011-04-25
3
-8
/
+10
*
Do not drop a variable's complex address if it is not based on frame base.
Devang Patel
2011-04-25
1
-1
/
+5
*
A dbg.declare may not be in entry block, even if it is referring to an incomi...
Devang Patel
2011-04-25
1
-4
/
+0
*
Simplify the logic. Noticed by aKor.
Rafael Espindola
2011-04-24
1
-2
/
+1
[prev]
[next]