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
Commit message (
Expand
)
Author
Age
Files
Lines
*
correctly set LocalAreaOffset of TargetFrameInfo
Rafael Espindola
2006-08-09
2
-6
/
+1
*
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
7
-339
/
+244
*
Eliminate some malloc traffic by allocating vectors on the stack. Change some
Chris Lattner
2006-08-08
2
-82
/
+67
*
Eliminate reachability matrix. It has to be calculated before any instruction
Evan Cheng
2006-08-08
1
-57
/
+34
*
Remove the use of "IncludeFile" from this support facility. The mechanism
Reid Spencer
2006-08-07
1
-3
/
+0
*
Make this example pass use some things from lib/Support (EscapeString,
Reid Spencer
2006-08-07
1
-2
/
+15
*
For PR780:
Reid Spencer
2006-08-07
1
-1
/
+1
*
Revamp the "CSEMap" datastructure used in the SelectionDAG class. This
Chris Lattner
2006-08-07
2
-312
/
+517
*
Match tablegen isel changes.
Evan Cheng
2006-08-07
6
-315
/
+164
*
Clear TopOrder before assigning topological order. Some clean ups.
Evan Cheng
2006-08-07
1
-1
/
+3
*
Reverse the FlaggedNodes after scanning up for flagged preds or else the orde...
Evan Cheng
2006-08-07
1
-5
/
+10
*
Make XMM, FP register dwarf register numbers consistent with gcc.
Evan Cheng
2006-08-07
1
-24
/
+24
*
Remove extraneous #include.
Reid Spencer
2006-08-07
1
-1
/
+0
*
Make the removal of files use Path::eraseFromDisk just like it does for
Reid Spencer
2006-08-07
1
-4
/
+5
*
Add a note about how the "isFile" check in Path::eraseFromDisk prevents
Reid Spencer
2006-08-07
1
-0
/
+5
*
Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.
Reid Spencer
2006-08-04
2
-163
/
+188
*
Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which
Chris Lattner
2006-08-04
2
-51
/
+33
*
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
*
Fix PR867 (and maybe 868) and testcsae:
Chris Lattner
2006-08-03
1
-6
/
+25
*
Copy the liveins for the first block. PR859
Jim Laskey
2006-08-03
1
-0
/
+14
*
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
*
Changes:
Chris Lattner
2006-08-03
1
-17
/
+46
*
Work around a GCC 3.3.5 bug noticed by a user.
Chris Lattner
2006-08-03
1
-1
/
+1
*
Work around a bug in gcc 3.3.5, reported by a user
Chris Lattner
2006-08-03
1
-1
/
+1
*
Reflect change to AssignTopologicalOrder().
Evan Cheng
2006-08-02
1
-5
/
+8
*
- Change AssignTopologicalOrder to return vector of SDNode* by reference.
Evan Cheng
2006-08-02
1
-16
/
+22
*
If the Program name was NULL then all further output sent to std::cerr was
Jim Laskey
2006-08-02
1
-1
/
+3
*
Final polish on machine pass registries.
Jim Laskey
2006-08-02
9
-37
/
+69
*
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
*
Add special check to avoid isLoop call. Simple, but doesn't seem to speed
Chris Lattner
2006-08-02
1
-2
/
+2
*
Speed up Loop::isLCSSAForm by using a binary search and single-entry cache.
Chris Lattner
2006-08-02
1
-6
/
+14
*
Replace the SSA update code in LCSSA with a bottom-up approach instead of a top
Chris Lattner
2006-08-02
1
-125
/
+95
*
Add dominates/properlyDominates queries to IDom.
Chris Lattner
2006-08-01
1
-0
/
+11
*
Now that the ISel is available, it's possible to create a default instruction
Jim Laskey
2006-08-01
1
-17
/
+22
*
start comments with #
Rafael Espindola
2006-08-01
2
-7
/
+21
*
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
6
-15
/
+31
*
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-08-01
2
-67
/
+0
*
Use getFileStatus instead of Path::isDirectory().
Chris Lattner
2006-08-01
2
-13
/
+14
*
elimiante some syscalls
Chris Lattner
2006-08-01
2
-23
/
+20
*
Forgot the added files for plugable machine passes.
Jim Laskey
2006-08-01
1
-0
/
+31
[next]