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
/
Target
/
IA64
/
IA64ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename SDOperand to SDValue.
Dan Gohman
2008-07-27
1
-99
/
+99
*
Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk
Dan Gohman
2008-07-17
1
-2
/
+1
*
random bugfix sitting in my tree.
Chris Lattner
2008-07-09
1
-1
/
+2
*
Add explicit keywords.
Dan Gohman
2008-07-07
1
-1
/
+1
*
Split scheduling from instruction selection.
Evan Cheng
2008-06-30
1
-7
/
+4
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-5
/
+5
*
Add chain inputs for loads.
Chris Lattner
2008-05-28
1
-3
/
+3
*
loads should get chains. THis helps but does not solve CodeGen/Generic/2003-...
Chris Lattner
2008-05-28
1
-2
/
+4
*
Dwarf requires variable entries to be in the source order. Right now, since w...
Evan Cheng
2008-02-04
1
-1
/
+0
*
explicitly include Compiler.h instead of getting it from tblgen in the middle...
Chris Lattner
2008-02-03
1
-0
/
+1
*
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-02
1
-0
/
+1
*
Factor the addressing mode and the load/store VT out of LoadSDNode
Dan Gohman
2008-01-30
1
-2
/
+2
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-1
/
+0
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Revise per review of previous patch.
Dale Johannesen
2007-08-31
1
-2
/
+4
*
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-31
1
-2
/
+2
*
Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration
Dan Gohman
2007-06-19
1
-1
/
+1
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-22
/
+30
*
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-19
1
-4
/
+1
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-1
/
+0
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
fix storing bools to mem and unordered FP ops
Duraid Madina
2006-11-26
1
-1
/
+1
*
For PR786:
Reid Spencer
2006-11-02
1
-5
/
+3
*
Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of the
Chris Lattner
2006-10-24
1
-2
/
+6
*
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-13
1
-7
/
+7
*
Naming consistency.
Evan Cheng
2006-10-11
1
-1
/
+1
*
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-09
1
-6
/
+5
*
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-10-04
1
-2
/
+1
*
Reflects MachineConstantPoolEntry changes.
Evan Cheng
2006-09-12
1
-1
/
+1
*
Do not use getTargetNode() and SelectNodeTo() which takes more than 3
Evan Cheng
2006-08-27
1
-15
/
+27
*
SelectNodeTo now returns a SDNode*.
Evan Cheng
2006-08-26
1
-10
/
+10
*
Select() no longer require Result operand by reference.
Evan Cheng
2006-08-26
1
-20
/
+13
*
Match tblgen changes.
Evan Cheng
2006-08-26
1
-30
/
+38
*
SelectNodeTo() may return a SDOperand that is different from the input.
Evan Cheng
2006-08-16
1
-31
/
+20
*
Match tablegen changes.
Evan Cheng
2006-08-11
1
-25
/
+21
*
Match tablegen isel changes.
Evan Cheng
2006-08-07
1
-70
/
+28
*
Remove InFlightSet hack. No longer needed.
Evan Cheng
2006-07-28
1
-1
/
+0
*
Remove NodeDepth
Evan Cheng
2006-07-27
1
-6
/
+1
*
It was pointed out that DEBUG() is only available with -debug.
Jim Laskey
2006-07-11
1
-1
/
+5
*
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-07-11
1
-1
/
+1
*
Assert if InflightSet is not cleared after instruction selecting a BB.
Evan Cheng
2006-05-25
1
-0
/
+1
*
Clear HandleMap and ReplaceMap after instruction selection. Or it may cause
Evan Cheng
2006-05-24
1
-0
/
+2
*
Move this code to a common place
Andrew Lenharth
2006-05-16
1
-3
/
+0
*
#include Intrinsics.h into all dag isels
Chris Lattner
2006-03-25
1
-0
/
+1
*
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-13
1
-3
/
+4
*
fix storing booleans (grawp missed this one)
Duraid Madina
2006-02-11
1
-3
/
+3
*
Match getTargetNode() changes (now return SDNode* instead of SDOperand).
Evan Cheng
2006-02-09
1
-64
/
+78
*
Change Select() from
Evan Cheng
2006-02-09
1
-48
/
+82
*
Use SelectRoot() as entry of any tblgen based isel.
Evan Cheng
2006-02-05
1
-1
/
+2
*
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
1
-2
/
+4
[next]