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
*
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
*
Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc.
Rafael Espindola
2011-04-24
1
-1
/
+1
*
Give SplitKit.h a header guard.
Sebastian Redl
2011-04-24
1
-0
/
+5
*
Remove unused STL header includes.
Jay Foad
2011-04-23
4
-4
/
+0
*
Teach FastISel to deal with instructions that have two immediate operands.
Owen Anderson
2011-04-22
1
-10
/
+27
*
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-22
1
-38
/
+50
*
Always compare the cost of region splitting with the cost of per-block splitt...
Jakob Stoklund Olesen
2011-04-22
1
-6
/
+45
*
Recommit the fix for rdar://9289512 with a couple tweaks to
Chris Lattner
2011-04-22
1
-17
/
+54
*
DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.
Benjamin Kramer
2011-04-22
1
-0
/
+36
*
Do not leak argument's DbgVariables.
Devang Patel
2011-04-22
1
-1
/
+1
*
Typo
Evan Cheng
2011-04-22
1
-1
/
+1
*
Branch folding is folding a landing pad into a regular BB.
Bill Wendling
2011-04-22
1
-1
/
+1
*
Refactor.
Devang Patel
2011-04-21
2
-30
/
+35
*
Don't recycle loop variables.
Matt Beaumont-Gay
2011-04-21
1
-1
/
+1
*
Allow allocatable ranges from global live range splitting to be split again.
Jakob Stoklund Olesen
2011-04-21
3
-7
/
+45
*
Add comment in output stream.
Devang Patel
2011-04-21
1
-0
/
+3
*
Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",
Daniel Dunbar
2011-04-21
1
-41
/
+15
*
Add debug output for rematerializable instructions.
Jakob Stoklund Olesen
2011-04-20
3
-6
/
+10
*
Permit remat when a virtual register has multiple defs.
Jakob Stoklund Olesen
2011-04-20
1
-5
/
+0
*
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-20
2
-6
/
+45
*
ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...
Stuart Hastings
2011-04-20
1
-3
/
+4
*
Remove unused arguments.
Rafael Espindola
2011-04-20
2
-5
/
+3
*
Rewrite the expander for umulo/smulo to remember to sign extend the input
Eric Christopher
2011-04-20
1
-10
/
+58
*
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
2011-04-20
1
-1
/
+1
*
CodeGen: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
1
-11
/
+3
*
Delete unnecessary variable. <rdar://problem/7662569>
Stuart Hastings
2011-04-19
1
-11
/
+4
*
Avoid write-after-write issue hazards for Cortex-A9.
Bob Wilson
2011-04-19
1
-10
/
+24
*
Force the greedy register allocator to be linked alongside linear scan.
Jakob Stoklund Olesen
2011-04-19
1
-0
/
+5
*
SelectBasicBlock is rather slow even when it doesn't do anything; skip the
Eli Friedman
2011-04-19
1
-5
/
+7
[next]