projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Enable use of ranges for translation units in the presence of
[oota-llvm.git]
/
lib
/
CodeGen
/
SelectionDAG
/
2014-01-14
Jakob Stoklund Olesen
Always let value types influence register classes.
tree
|
commitdiff
2014-01-13
Juergen Ributzka
[DAG] Refactor ReassociateOps - no functional change...
tree
|
commitdiff
2014-01-13
Juergen Ributzka
[DAG] Teach DAG to also reassociate vector operations
tree
|
commitdiff
2014-01-13
Andrew Trick
Hide the pre-RA-sched= option.
tree
|
commitdiff
2014-01-12
Nico Rieck
Fix non-deterministic SDNodeOrder-dependent codegen
tree
|
commitdiff
2014-01-11
Alp Toker
Fix 'ned' typo in doc comment
tree
|
commitdiff
2014-01-09
Richard Sandiford
Handle masked rotate amounts
tree
|
commitdiff
2014-01-09
Richard Sandiford
Match the InstCombine form of rotates by X+C
tree
|
commitdiff
2014-01-09
Chandler Carruth
Put the functionality for printing a value to a raw_ost...
tree
|
commitdiff
2014-01-08
Andrea Di Biagio
Teach the DAGCombiner how to fold 'vselect' dag nodes...
tree
|
commitdiff
2014-01-08
Richard Sandiford
[DAGCombiner] Factor duplicated rotate code into a...
tree
|
commitdiff
2014-01-07
Chandler Carruth
Move the LLVM IR asm writer header files into the IR...
tree
|
commitdiff
2014-01-06
Kevin Qin
[AArch64 NEON] Fix invalid constant used in vselect...
tree
|
commitdiff
2014-01-06
Bill Wendling
Refactor function that checks that __builtin_returnaddr...
tree
|
commitdiff
2013-12-30
Kevin Qin
Fix a bug in DAGcombiner about zero-extend after setcc.
tree
|
commitdiff
2013-12-27
Andrea Di Biagio
Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of...
tree
|
commitdiff
2013-12-19
Josh Magee
[stackprotector] Use analysis from the StackProtector...
tree
|
commitdiff
2013-12-17
Jim Grosbach
Add a machine code print in DEBUG() following instructi...
tree
|
commitdiff
2013-12-14
Juergen Ributzka
[Stackmap] Liveness Analysis Pass
tree
|
commitdiff
2013-12-13
Andrew Trick
Revert "Liveness Analysis Pass"
tree
|
commitdiff
2013-12-13
Andrew Trick
Grow the stackmap/patchpoint format to hold 64-bit...
tree
|
commitdiff
2013-12-13
Andrew Trick
Liveness Analysis Pass
tree
|
commitdiff
2013-12-11
Benjamin Kramer
SelectionDAG: Fix a typo.
tree
|
commitdiff
2013-12-11
Richard Sandiford
Extend (truncate (load)) folding
tree
|
commitdiff
2013-12-10
Reid Kleckner
Reland "Fix miscompile of MS inline assembly with stack...
tree
|
commitdiff
2013-12-10
Richard Sandiford
Add TargetLowering::prepareVolatileOrAtomicLoad
tree
|
commitdiff
2013-12-10
Reid Kleckner
Revert "Fix miscompile of MS inline assembly with stack...
tree
|
commitdiff
2013-12-10
Reid Kleckner
Fix miscompile of MS inline assembly with stack realignment
tree
|
commitdiff
2013-12-10
Nadav Rotem
Fix PR18162 - Incorrect assertion assumed that the...
tree
|
commitdiff
2013-12-05
Alp Toker
Correct word hyphenations
tree
|
commitdiff
2013-12-05
Rafael Espindola
Try harder to get a consistent floating point results.
tree
|
commitdiff
2013-11-26
Andrew Trick
StackMap: Implement support for DirectMemRefOp.
tree
|
commitdiff
2013-11-25
Bill Wendling
Unrevert r195599 with testcase fix.
tree
|
commitdiff
2013-11-25
Amara Emerson
Revert r195599 as it broke the builds.
tree
|
commitdiff
2013-11-25
Daniel Sanders
Fixed tryFoldToZero() for vector types that need expansion.
tree
|
commitdiff
2013-11-25
Bill Wendling
Don't look past volatile loads.
tree
|
commitdiff
2013-11-22
Paul Robinson
Teach ISel not to optimize 'optnone' functions (revised).
tree
|
commitdiff
2013-11-22
Andrew Trick
patchpoint: factor SD builder code for live vars. Plain...
tree
|
commitdiff
2013-11-22
Andrew Trick
patchpoint: eliminate hard coded operand indices.
tree
|
commitdiff
2013-11-22
Tom Stellard
SelectionDAG: Optimize expansion of vec_type = BITCAST...
tree
|
commitdiff
2013-11-22
Tom Stellard
Split SETCC if VSELECT requires splitting too.
tree
|
commitdiff
2013-11-21
Daniel Sanders
Add support for legalizing SETNE/SETEQ by inverting...
tree
|
commitdiff
2013-11-21
NAKAMURA Takumi
Revert r195317 (and r195333), "Teach ISel not to optimi...
tree
|
commitdiff
2013-11-21
Paul Robinson
Teach ISel not to optimize 'optnone' functions.
tree
|
commitdiff
2013-11-20
Jack Carter
long line correction
tree
|
commitdiff
2013-11-19
Jack Carter
long lines and white space correction
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[DAG] Refactor vector splitting code in SelectionDAG...
tree
|
commitdiff
2013-11-19
Andrew Trick
Fix patchpoint comments.
tree
|
commitdiff
2013-11-17
Benjamin Kramer
DAGCombiner: Partially revert r192795, getNOT was fixed...
tree
|
commitdiff
2013-11-17
Matt Arsenault
Use more getZExtOrTruncs
tree
|
commitdiff
2013-11-17
Matt Arsenault
Use getZExtOrTrunc instead of repeating the same logic.
tree
|
commitdiff
2013-11-17
Matt Arsenault
Use right address space pointer size
tree
|
commitdiff
2013-11-16
Matt Arsenault
Fix assert on unaligned access to global with different...
tree
|
commitdiff
2013-11-16
Matt Arsenault
Fix codegen for null different sized pointer.
tree
|
commitdiff
2013-11-15
Bob Wilson
Avoid illegal integer promotion in fastisel
tree
|
commitdiff
2013-11-15
Daniel Sanders
Fix illegal DAG produced by SelectionDAG::getConstant...
tree
|
commitdiff
2013-11-15
Matt Arsenault
Add target hook to prevent folding some bitcasted loads.
tree
|
commitdiff
2013-11-15
Matt Arsenault
Add addrspacecast instruction.
tree
|
commitdiff
2013-11-14
Andrew Trick
Minor extension to llvm.experimental.patchpoint: don...
tree
|
commitdiff
2013-11-13
Juergen Ributzka
SelectionDAG: Teach the legalizer to split SETCC if...
tree
|
commitdiff
2013-11-11
Daniel Sanders
Vector forms of SHL, SRA, and SRL can be constant folde...
tree
|
commitdiff
2013-11-09
Juergen Ributzka
[Stackmap] Materialize the jump address within the...
tree
|
commitdiff
2013-11-08
Juergen Ributzka
[Stackmap] Add AnyReg calling convention support for...
tree
|
commitdiff
2013-11-05
Andrew Trick
Slightly change the way stackmap and patchpoint intrins...
tree
|
commitdiff
2013-11-01
Juergen Ributzka
[Stackmap] Remove erroneous assert.
tree
|
commitdiff
2013-11-01
Aaron Ballman
Commenting out this assert because it is causing the...
tree
|
commitdiff
2013-11-01
Aaron Ballman
Fixing an order of evaluation error in an assert.
tree
|
commitdiff
2013-10-31
Andrew Trick
Add support for stack map generation in the X86 backend.
tree
|
commitdiff
2013-10-31
Andrew Trick
Lower stackmap intrinsics directly to their target...
tree
|
commitdiff
2013-10-31
Andrew Trick
whitespace
tree
|
commitdiff
2013-10-31
Jim Grosbach
Legalize: Improve legalization of long vector extends.
tree
|
commitdiff
2013-10-30
Matt Arsenault
Fix CodeGen for unaligned loads with address spaces
tree
|
commitdiff
2013-10-30
Juergen Ributzka
Revert "SelectionDAG: Teach the legalizer to split...
tree
|
commitdiff
2013-10-30
Juergen Ributzka
SelectionDAG: Teach the legalizer to split SETCC if...
tree
|
commitdiff
2013-10-29
Alp Toker
Fix "existant" typos
tree
|
commitdiff
2013-10-28
Richard Sandiford
[DAGCombiner] Respect volatility when checking for...
tree
|
commitdiff
2013-10-28
Richard Sandiford
Keep TBAA info when rewriting SelectionDAG loads and...
tree
|
commitdiff
2013-10-25
Tim Northover
LegalizeDAG: allow libcalls for max/min atomic operations
tree
|
commitdiff
2013-10-25
Nadav Rotem
Optimize concat_vectors(X, undef) -> scalar_to_vector(X).
tree
|
commitdiff
2013-10-23
Tom Stellard
SelectionDAG: Pass along the original argument/element...
tree
|
commitdiff
2013-10-22
Wan Xiaofei
Using FoldingSet in SelectionDAG::getVTList.
tree
|
commitdiff
2013-10-21
Matt Arsenault
Fix CodeGen for different size address space GEPs
tree
|
commitdiff
2013-10-21
Matt Arsenault
Reuse variable
tree
|
commitdiff
2013-10-18
Bill Schmidt
[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE...
tree
|
commitdiff
2013-10-18
David Majnemer
CodeGen: Emit a libcall if the target doesn't support...
tree
|
commitdiff
2013-10-17
Richard Sandiford
Replace sra with srl if a single sign bit is required
tree
|
commitdiff
2013-10-17
Andrea Di Biagio
Fix edge condition in DAGCombiner to improve codegen...
tree
|
commitdiff
2013-10-17
Jack Carter
[projects/test-suite] White space and long line fixes.
tree
|
commitdiff
2013-10-16
Benjamin Kramer
DAGCombiner: Don't fold xor into not if getNOT would...
tree
|
commitdiff
2013-10-16
Richard Sandiford
Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits
tree
|
commitdiff
2013-10-14
David Blaikie
Fix indenting.
tree
|
commitdiff
2013-10-14
Elena Demikhovsky
Fixed a bug in dynamic allocation memory on stack.
tree
|
commitdiff
2013-10-13
Will Dietz
TargetLowering: Don't index into empty string.
tree
|
commitdiff
2013-10-11
Quentin Colombet
[DAGCombiner] Reapply load slicing (192471) with a...
tree
|
commitdiff
2013-10-11
Quentin Colombet
[DAGCombiner] Revert load slicing (r192471), until...
tree
|
commitdiff
2013-10-11
Quentin Colombet
[DAGCombiner] Slice a big load in two loads when the...
tree
|
commitdiff
2013-10-10
Matt Arsenault
Use getPointerSizeInBits() rather than 8 * getPointerSize()
tree
|
commitdiff
2013-10-06
Craig Topper
Fix some assert messages to say the correct opcode...
tree
|
commitdiff
2013-10-05
Craig Topper
Add OPC_CheckChildSame0-3 to the DAG isel matcher....
tree
|
commitdiff
2013-10-05
Adrian Prantl
Debug info: Don't crash in SelectionDAGISel when a...
tree
|
commitdiff
next