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-09-30
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-30
Comment grammar fixes.
Torok Edwin
2011-09-30
Instead of crashing when MCAsmInfo is NULL, add an assert.
Torok Edwin
2011-09-29
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
Place this bracket according to the LLVM style.
Duncan Sands
2011-09-29
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-09-29
Use the local we already set up.
Eric Christopher
2011-09-29
Rewrite MachineInstr::addOperand() to avoid NumImplicitOps.
Jakob Stoklund Olesen
2011-09-28
Have the SjLjEHPrepare pass do some more heavy lifting.
Bill Wendling
2011-09-28
A typeid of zero means a cleanup, not a catch. This case occurs
Duncan Sands
2011-09-28
Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument.
Bill Wendling
2011-09-28
Bitcast the alloca to an i8* to match the intrinsic's signature.
Bill Wendling
2011-09-28
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-28
In the new EH model, setup the function context and the call site info.
Bill Wendling
2011-09-28
Don't conditionalize execution of the SjLj EH prepare pass.
Bill Wendling
2011-09-28
Rename class and clean up source.
Jakob Stoklund Olesen
2011-09-28
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen
2011-09-27
This is the start of the new SjLj EH preparation pass, which will replace the
Bill Wendling
2011-09-27
Remove an invalid assert that is really just asserting when the scheduler emits
Cameron Zwarich
2011-09-27
Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
Jim Grosbach
2011-09-27
Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.
Nadav Rotem
2011-09-27
Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8,
Nadav Rotem
2011-09-26
Fix emission of debug data for global variables. getContext() on DIGlobalVari...
James Molloy
2011-09-25
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-25
[vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENT
Nadav Rotem
2011-09-25
Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-25
Rename LowerSubregs to ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-24
Implement Duncan's suggestion to use the result of getSetCCResultType if it i...
Nadav Rotem
2011-09-24
[Vector-Select] Address one of the problems in 10902.
Nadav Rotem
2011-09-23
Verify that terminators follow non-terminators.
Jakob Stoklund Olesen
2011-09-23
PR10998: It is not legal to sink an instruction past the terminator of a bloc...
Eli Friedman
2011-09-23
Tweak the handling of MERGE_VALUES nodes: remove the need for
Duncan Sands
2011-09-23
Vector-Select: Address one of the problems in pr10902. Add handling for the
Nadav Rotem
2011-09-22
Fix SimplifySelectCC to add newly created nodes to the DAGCombiner
Dan Gohman
2011-09-22
Constrain register classes instead of emitting copies.
Jakob Stoklund Olesen
2011-09-22
Add a MinNumRegs argument to MRI::constrainRegClass().
Jakob Stoklund Olesen
2011-09-22
Use the C personality function instead of the C++ personality function.
Bill Wendling
2011-09-21
Do not unnecessarily use AT_specification DIE because it does not add any value.
Devang Patel
2011-09-21
Attempt to update the shadow stack GC pass to the new EH model.
Bill Wendling
2011-09-21
Tidy up. Whitepsace.
Jim Grosbach
2011-09-21
[VECTOR-SELECT] Address one of the bugs in pr10902.
Nadav Rotem
2011-09-21
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
2011-09-20
Add a DAGCombine for subvector extracts to remove useless chains of
Bruno Cardoso Lopes
2011-09-20
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
whitespace
Andrew Trick
2011-09-18
white space cleanups
Nadav Rotem
2011-09-16
Namespacify.
Benjamin Kramer
2011-09-16
Spill mode: Hoist back-copies locally.
Jakob Stoklund Olesen
2011-09-16
Disable local spill hoisting for non-killing copies.
Jakob Stoklund Olesen
[prev]
[next]