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
/
SelectionDAG
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
1
-7
/
+5
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
1
-5
/
+7
*
disable switch lowering using shift/and. It still breaks ppc bootstrap for
Chris Lattner
2007-04-14
1
-0
/
+1
*
Fix PR1325: Case range optimization was performed in the case it
Anton Korobeynikov
2007-04-14
1
-4
/
+2
*
disable shift/and lowering to work around PR1325 for now.
Chris Lattner
2007-04-14
1
-1
/
+3
*
Fix PR1323 : we haven't updated phi nodes in good manner :)
Anton Korobeynikov
2007-04-13
1
-0
/
+1
*
the result of an inline asm copy can be an arbitrary VT that the register
Chris Lattner
2007-04-12
1
-4
/
+21
*
For PR1284:
Reid Spencer
2007-04-12
1
-1
/
+6
*
For PR1146:
Reid Spencer
2007-04-11
1
-13
/
+13
*
apparently some people commit without building the tree, or they forget to
Chris Lattner
2007-04-10
1
-1
/
+1
*
No longer needed.
Jeff Cohen
2007-04-09
1
-1
/
+0
*
Use integer log for metric calculation
Anton Korobeynikov
2007-04-09
1
-2
/
+2
*
Unbreak VC++ build.
Jeff Cohen
2007-04-09
1
-2
/
+3
*
Next stage into switch lowering refactoring
Anton Korobeynikov
2007-04-09
1
-19
/
+340
*
For PR1146:
Reid Spencer
2007-04-09
1
-13
/
+17
*
implement CodeGen/X86/inline-asm-x-scalar.ll:test3
Chris Lattner
2007-04-09
1
-2
/
+9
*
Fix PR1316
Chris Lattner
2007-04-09
1
-4
/
+4
*
Fix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and PR1314
Chris Lattner
2007-04-08
1
-1
/
+1
*
minor comment fix
Chris Lattner
2007-04-06
1
-1
/
+1
*
Change the bit_part_select (non)implementation from "return 0" to abort.
Reid Spencer
2007-04-05
1
-3
/
+5
*
Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.
Reid Spencer
2007-04-04
1
-0
/
+5
*
Properly emit range comparisons for switch cases, where neighbour cases
Anton Korobeynikov
2007-04-04
1
-71
/
+181
*
For PR1297:
Reid Spencer
2007-04-01
1
-24
/
+31
*
move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...
Chris Lattner
2007-03-31
1
-483
/
+1
*
Scale 1 is always ok.
Evan Cheng
2007-03-28
1
-1
/
+1
*
GEP index sinking fixes:
Evan Cheng
2007-03-28
1
-40
/
+35
*
Remove dead code
Anton Korobeynikov
2007-03-27
1
-82
/
+46
*
Split big monster into small helpers. No functionality change.
Anton Korobeynikov
2007-03-27
1
-190
/
+285
*
SDISel does not preserve all, it changes CFG and other info.
Evan Cheng
2007-03-27
1
-1
/
+0
*
First step of switch lowering refactoring: perform worklist-driven
Anton Korobeynikov
2007-03-25
1
-176
/
+249
*
Implement support for vector operands to inline asm, implementing
Chris Lattner
2007-03-25
1
-4
/
+16
*
switch TargetLowering::getConstraintType to take the entire constraint,
Chris Lattner
2007-03-25
1
-4
/
+4
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
1
-1
/
+1
*
Minor bug.
Evan Cheng
2007-03-20
1
-1
/
+2
*
Use SmallSet instead of std::set.
Evan Cheng
2007-03-17
1
-1
/
+1
*
If sdisel has decided to sink GEP index expression into any BB. Replace all uses
Evan Cheng
2007-03-17
1
-22
/
+37
*
Turn on GEP index sinking by default.
Evan Cheng
2007-03-16
1
-7
/
+0
*
Stupid bug.
Evan Cheng
2007-03-16
1
-1
/
+1
*
Sink a binary expression into its use blocks if it is a loop invariant
Evan Cheng
2007-03-16
1
-0
/
+92
*
implement support for floating point constants used as inline asm memory oper...
Chris Lattner
2007-03-08
1
-2
/
+7
*
make this fail even in non-assert builds.
Chris Lattner
2007-03-08
1
-2
/
+4
*
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-03-07
1
-24
/
+27
*
Enumerate SDISel formal parameter attributes. Make use of new
Anton Korobeynikov
2007-03-06
1
-22
/
+24
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
1
-1
/
+1
*
Lower eh filter intrinsic.
Jim Laskey
2007-03-01
1
-1
/
+4
*
MERGE_VALUES unnecessary.
Jim Laskey
2007-02-28
1
-12
/
+4
*
track signedness of formal argument, though we have a fixme here.
Chris Lattner
2007-02-26
1
-0
/
+8
*
Fix for PR1224.
Jim Laskey
2007-02-25
1
-35
/
+50
*
optimize duplicate ValueMap lookups
Chris Lattner
2007-02-25
1
-9
/
+6
*
Deal with cases when MMI is not requested.
Jim Laskey
2007-02-24
1
-0
/
+14
[next]