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-10-12
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-10-12
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-10-12
We need to verify that the machine instruction we're using as a replacement for
Bill Wendling
2011-10-12
Use a utility from MathExtras to clarify a check and avoid undefined behavior...
Eli Friedman
2011-10-12
Disable machine LICM speculation check (for profitability) until I have time ...
Evan Cheng
2011-10-12
To find the exiting VN of a LiveInterval from a block, use the previous slot
Cameron Zwarich
2011-10-12
Fix a thinko that Nick noticed. The previous code actually worked as
Dan Gohman
2011-10-12
Expand the check for a landing pad so that it looks at the basic block's
Bill Wendling
2011-10-12
Use an existing function.
Jakob Stoklund Olesen
2011-10-12
Fix r141744.
Evan Cheng
2011-10-11
Refine r141689 with a tri-state variable.
Evan Cheng
2011-10-11
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
Formatting.
Eric Christopher
2011-10-11
N.B. This is with the new EH scheme:
Bill Wendling
2011-10-11
Add dominance check for the instruction being hoisted.
Devang Patel
2011-10-11
Add support for legalization of vector SHL/SRA/SRL instructions
Nadav Rotem
2011-10-11
Add support for legalization of vector trunc-store where the saved scalar typ...
Nadav Rotem
2011-10-11
Cleanup the trunc-store legalization code and add asserts.
Nadav Rotem
2011-10-10
Revert r141569 and r141576.
Devang Patel
2011-10-10
Give targets a chance to expand even standard pseudos.
Jakob Stoklund Olesen
2011-10-10
If loop header is also loop exiting block then it may not be safe to hoist in...
Devang Patel
2011-10-10
Add dominance check for the instruction being hoisted.
Devang Patel
2011-10-08
Use the code that lowers the arguments and spills any values which are alive
Bill Wendling
2011-10-07
Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to
Bill Wendling
2011-10-07
PostRA scheduler fix. Clear stale loop dependencies.
Andrew Trick
2011-10-07
whitespace
Andrew Trick
2011-10-06
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-05
Modify the mapping from landing pad to call sites to accept more than one call
Bill Wendling
2011-10-05
Add an ivar that maps a landing pad's EH symbol to the call sites that may jump
Bill Wendling
2011-10-05
Small refactoring. Cache the FunctionInfo->MBB into a local variable.
Bill Wendling
2011-10-05
Fix sub-register operand verification.
Jakob Stoklund Olesen
2011-10-05
Fix comment to reflect the new EH stuff.
Bill Wendling
2011-10-05
Remove unused DstSubIdx argument.
Jakob Stoklund Olesen
2011-10-05
Simplify EXTRACT_SUBREG emission.
Jakob Stoklund Olesen
2011-10-05
Simplify INSERT_SUBREG emission.
Jakob Stoklund Olesen
2011-10-05
Add a FIXME.
Jakob Stoklund Olesen
2011-10-05
Also add <imp-use,kill> flags for redefined super-registers.
Jakob Stoklund Olesen
2011-10-05
Also add <def,undef> flags when coalescing sub-registers.
Jakob Stoklund Olesen
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
Create a mapping between the landing pad basic block and the call site index ...
Bill Wendling
2011-10-04
Allow <undef> flags on def operands as well as uses.
Jakob Stoklund Olesen
2011-10-04
Generic cleanup.
Bill Wendling
2011-10-03
Don't carry over the dispatchsetup hack from the old system.
Bill Wendling
2011-10-03
Move the grabbing of the jump buffer into the caller function, eliminating th...
Bill Wendling
2011-10-03
Whitespace.
Eric Christopher
2011-10-03
Typo.
Eric Christopher
2011-10-01
Moved type construction out of the loop and added an assert on the legality o...
Nadav Rotem
2011-09-30
When inferring the pointer alignment, if the global doesn't have an initializer
Bill Wendling
2011-09-30
Promote comment to doxycomment. Adjust whitespace. No functionality change.
Nick Lewycky
[prev]
[next]