index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+2
*
Continue refactoring inline asm code. If there is an earlyclobber output
Chris Lattner
2007-04-30
1
-79
/
+108
*
refactor GetRegistersForValue to take OpInfo as an argument instead of various
Chris Lattner
2007-04-30
1
-98
/
+101
*
refactor some code, no functionality change
Chris Lattner
2007-04-30
1
-44
/
+52
*
generalize aggregate handling
Chris Lattner
2007-04-29
1
-5
/
+21
*
memory operands that have a direct operand should have their stores created
Chris Lattner
2007-04-28
1
-35
/
+42
*
eliminate more redundant constraint type analysis
Chris Lattner
2007-04-28
1
-6
/
+2
*
merge constraint type analysis stuff together.
Chris Lattner
2007-04-28
1
-14
/
+21
*
Significant refactoring of the inline asm stuff, to support future changes.
Chris Lattner
2007-04-28
1
-82
/
+107
*
memory inputs to an inline asm are required to have an address available.
Chris Lattner
2007-04-28
1
-18
/
+32
*
Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and
Chris Lattner
2007-04-28
1
-4
/
+10
*
Fix this to match change to InlineAsm class.
Chris Lattner
2007-04-28
1
-3
/
+3
*
improve EH global handling, patch by Duncan Sands.
Chris Lattner
2007-04-27
1
-6
/
+10
*
enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap
Chris Lattner
2007-04-26
1
-1
/
+0
*
Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32
Anton Korobeynikov
2007-04-26
1
-1
/
+1
*
This was lefted out. Fixed sumarray-dbl.
Evan Cheng
2007-04-25
1
-0
/
+1
*
allow support for 64-bit stack objects
Chris Lattner
2007-04-25
1
-1
/
+1
*
Assertion when using a 1-element vector for an add operation. Get the
Bill Wendling
2007-04-24
1
-4
/
+7
*
Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about
Scott Michel
2007-04-24
1
-2
/
+2
*
PR400 phase 2. Propagate attributed load/store information through DAGs.
Christopher Lamb
2007-04-22
1
-5
/
+7
*
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
[prev]
[next]