index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-04-29
Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...
Eli Friedman
2011-04-29
Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...
Devang Patel
2011-04-29
The last hack for producing bit identical output with cfi on OS X.
Rafael Espindola
2011-04-29
Change DwarfCFIException's member variables to track what it actually
Rafael Espindola
2011-04-29
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-28
Fix a silly mistake in r130338.
Eli Friedman
2011-04-27
Remove unnecessary argument.
Rafael Espindola
2011-04-27
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
Rafael Espindola
2011-04-27
Simplify handling of variables with complex address (i.e. blocks variables)
Devang Patel
2011-04-27
Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...
Eli Friedman
2011-04-27
Remove unused function.
Eli Friedman
2011-04-27
Fix indentation.
Rafael Espindola
2011-04-27
Revert r130178. It turned out to be not the optimal path to emit complex loca...
Devang Patel
2011-04-27
If converter was being too cute. It look for root BBs (which don't have
Evan Cheng
2011-04-27
Also add <imp-def> operands for defined and dead super-registers when rewriting.
Jakob Stoklund Olesen
2011-04-26
Add a safe-guard against repeated splitting for some rare cases.
Jakob Stoklund Olesen
2011-04-26
Be careful about scheduling nodes above previous calls. It increase usages of
Evan Cheng
2011-04-26
Print the label if we will use it in debug_frame.
Rafael Espindola
2011-04-26
Refactor code. Keep dwarf register operation selection logic at one place.
Devang Patel
2011-04-26
Use the new TRI->getLargestLegalSuperClass hook to constrain register class i...
Jakob Stoklund Olesen
2011-04-26
Fast-isel support for simple inline asms.
Dan Gohman
2011-04-26
don't emit the symbol name twice for local bss and common
Chris Lattner
2011-04-26
Fix typo
Evan Cheng
2011-04-26
Print all the moves at a given label instead of just the first one.
Rafael Espindola
2011-04-26
Let dwarf writer allocate extra space in the debug location expression. This ...
Devang Patel
2011-04-25
Rename a local variable.
Devang Patel
2011-04-25
Rename a method to match what it really does.
Devang Patel
2011-04-25
Do not drop a variable's complex address if it is not based on frame base.
Devang Patel
2011-04-25
A dbg.declare may not be in entry block, even if it is referring to an incomi...
Devang Patel
2011-04-24
Simplify the logic. Noticed by aKor.
Rafael Espindola
2011-04-24
Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc.
Rafael Espindola
2011-04-24
Give SplitKit.h a header guard.
Sebastian Redl
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-22
Teach FastISel to deal with instructions that have two immediate operands.
Owen Anderson
2011-04-22
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-22
Always compare the cost of region splitting with the cost of per-block splitt...
Jakob Stoklund Olesen
2011-04-22
Recommit the fix for rdar://9289512 with a couple tweaks to
Chris Lattner
2011-04-22
DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.
Benjamin Kramer
2011-04-22
Do not leak argument's DbgVariables.
Devang Patel
2011-04-22
Typo
Evan Cheng
2011-04-22
Branch folding is folding a landing pad into a regular BB.
Bill Wendling
2011-04-21
Refactor.
Devang Patel
2011-04-21
Don't recycle loop variables.
Matt Beaumont-Gay
2011-04-21
Allow allocatable ranges from global live range splitting to be split again.
Jakob Stoklund Olesen
2011-04-21
Add comment in output stream.
Devang Patel
2011-04-21
Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",
Daniel Dunbar
2011-04-20
Add debug output for rematerializable instructions.
Jakob Stoklund Olesen
2011-04-20
Permit remat when a virtual register has multiple defs.
Jakob Stoklund Olesen
2011-04-20
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
[prev]
[next]