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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix the spill code
Rafael Espindola
2006-08-09
2
-7
/
+15
*
fix the loading of the link register in emitepilogue
Rafael Espindola
2006-08-09
1
-1
/
+3
*
change the addressing mode of the str instruction to reg+imm
Rafael Espindola
2006-08-08
4
-7
/
+13
*
initial support for variable number of arguments
Rafael Espindola
2006-08-08
2
-12
/
+37
*
Start eliminating temporary vectors used to create DAG nodes. Instead, pass
Chris Lattner
2006-08-08
3
-65
/
+68
*
Eliminate reachability matrix. It has to be calculated before any instruction
Evan Cheng
2006-08-08
1
-57
/
+34
*
Match tablegen isel changes.
Evan Cheng
2006-08-07
6
-315
/
+164
*
Make XMM, FP register dwarf register numbers consistent with gcc.
Evan Cheng
2006-08-07
1
-24
/
+24
*
use a 'register pressure reducing' scheduler
Rafael Espindola
2006-08-04
1
-0
/
+2
*
Bug fix: always generate a RET_FLAG in LowerRET
Rafael Espindola
2006-08-03
1
-1
/
+1
*
remove some more dead sparcv9 support stuff
Chris Lattner
2006-08-03
1
-63
/
+1
*
remove a dead proto
Chris Lattner
2006-08-03
1
-1
/
+0
*
Get darwin intel debugging up and running.
Jim Laskey
2006-08-03
3
-55
/
+60
*
add and use ARMISD::RET_FLAG
Rafael Espindola
2006-08-03
2
-9
/
+10
*
Reflect change to AssignTopologicalOrder().
Evan Cheng
2006-08-02
1
-5
/
+8
*
Use of vector<bool> causes some horrendous compile time regression (2x)!
Evan Cheng
2006-08-02
1
-13
/
+26
*
Update the readme to remove duplicate information and clarify the loop
Nate Begeman
2006-08-02
1
-44
/
+19
*
Disable LSR at -fast
Nate Begeman
2006-08-02
1
-1
/
+1
*
start comments with #
Rafael Espindola
2006-08-01
2
-7
/
+21
*
implement LowerConstantPool and LowerGlobalAddress
Rafael Espindola
2006-08-01
2
-3
/
+26
*
Factor topological order code to SelectionDAG. Clean up.
Evan Cheng
2006-08-01
1
-87
/
+23
*
Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.
Chris Lattner
2006-07-31
2
-0
/
+68
*
handle GlobalValue::InternalLinkage in doFinalization
Rafael Espindola
2006-07-31
1
-2
/
+10
*
Remove a duplicate pattern.
Evan Cheng
2006-07-31
1
-1
/
+0
*
Remove a duplicate pattern/
Evan Cheng
2006-07-31
1
-3
/
+0
*
Make functions with an "asm" name propagate that asm name into the cbe.c file.
Chris Lattner
2006-07-28
2
-0
/
+12
*
Fix some ppc64 issues with vector code.
Chris Lattner
2006-07-28
1
-4
/
+7
*
Can't spell.
Evan Cheng
2006-07-28
1
-15
/
+15
*
Some clean up.
Evan Cheng
2006-07-28
1
-6
/
+8
*
Rename IsFoldableBy to CanBeFoldedleBy
Evan Cheng
2006-07-28
1
-3
/
+3
*
Node selected into address mode cannot be folded.
Evan Cheng
2006-07-28
1
-0
/
+39
*
Remove InFlightSet hack. No longer needed.
Evan Cheng
2006-07-28
5
-5
/
+0
*
Another duh. Determine topological order before any target node is added.
Evan Cheng
2006-07-28
1
-13
/
+13
*
Brain cramp..
Evan Cheng
2006-07-27
1
-3
/
+1
*
Allocating too large an array for ReachibilityMatrix.
Evan Cheng
2006-07-27
1
-2
/
+5
*
Calculate the portion of reachbility matrix on demand.
Evan Cheng
2006-07-27
1
-11
/
+42
*
isNonImmUse is replaced by IsFoldableBy
Evan Cheng
2006-07-27
1
-1
/
+1
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
10
-60
/
+27
*
synchronizeICache removeed from TargetJITInfo.
Evan Cheng
2006-07-27
2
-11
/
+0
*
Use reachbility information to determine whether a node can be folded into an...
Evan Cheng
2006-07-27
1
-3
/
+118
*
emit global constants
Rafael Espindola
2006-07-27
1
-0
/
+29
*
Remove NodeDepth
Evan Cheng
2006-07-27
2
-12
/
+2
*
Use the predicate.
Jim Laskey
2006-07-27
3
-15
/
+15
*
Support jump tables when in PIC relocation model
Nate Begeman
2006-07-27
3
-4
/
+6
*
Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842.
Jim Laskey
2006-07-27
1
-1
/
+3
*
New entry.
Evan Cheng
2006-07-26
1
-0
/
+5
*
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.
Chris Lattner
2006-07-26
7
-15
/
+15
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
14
-71
/
+101
*
Can't commute shufps. The high / low parts elements come from different vectors.
Evan Cheng
2006-07-25
2
-20
/
+1
*
implement function calling of functions with up to 4 arguments
Rafael Espindola
2006-07-25
1
-3
/
+45
[next]