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
*
For PR387:
Reid Spencer
2006-08-28
5
-4
/
+21
*
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-28
14
-16
/
+16
*
Silence -Woverloaded-virtual warnings.
Chris Lattner
2006-08-28
1
-1
/
+11
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
74
-101
/
+106
*
Fit to 80 cols
Chris Lattner
2006-08-27
1
-3
/
+6
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
18
-29
/
+29
*
We no longer care whether something is an opt vs analysis pass, only whether
Chris Lattner
2006-08-27
1
-3
/
+3
*
Minor code cleanups
Chris Lattner
2006-08-27
1
-11
/
+10
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
43
-43
/
+43
*
typo fix
Chris Lattner
2006-08-27
1
-3
/
+4
*
Add external definitions for commonly-used template specializations and add
Chris Lattner
2006-08-27
1
-7
/
+28
*
Do not use getTargetNode() and SelectNodeTo() which takes more than 3
Evan Cheng
2006-08-27
4
-66
/
+77
*
Eliminate SelectNodeTo() and getTargetNode() variants which take more than
Evan Cheng
2006-08-27
1
-254
/
+12
*
Fix target matching weights, so that ppc-darwin modules are codegen with the
Chris Lattner
2006-08-26
2
-13
/
+7
*
Properly size the string table, and emit symbol table and string table
Nate Begeman
2006-08-26
1
-59
/
+81
*
SelectNodeTo now returns a SDNode*.
Evan Cheng
2006-08-26
6
-112
/
+112
*
Select() no longer require Result operand by reference.
Evan Cheng
2006-08-26
6
-82
/
+68
*
Simplifications to liveinterval analysis, no functionality change.
Chris Lattner
2006-08-26
2
-37
/
+36
*
Match tblgen changes.
Evan Cheng
2006-08-26
4
-112
/
+143
*
Match tblgen changes; clean up.
Evan Cheng
2006-08-26
1
-79
/
+34
*
Give a good error message when we try to jit inline asm.
Chris Lattner
2006-08-26
1
-0
/
+3
*
Completely change the way that joining with physregs is implemented. This
Chris Lattner
2006-08-25
2
-35
/
+72
*
Add a comment.
Evan Cheng
2006-08-25
1
-0
/
+1
*
Tidy up.
Jim Laskey
2006-08-25
1
-2
/
+4
*
Fix a crash related to updating Phi nodes in the original header block. This...
Owen Anderson
2006-08-25
1
-1
/
+2
*
Add an assertion to check that we're really preserving LCSSA.
Owen Anderson
2006-08-25
1
-0
/
+2
*
Encode pc-relative conditional branch offset as pc+(num of bytes / 4). The
Evan Cheng
2006-08-25
2
-2
/
+2
*
For PR797:
Reid Spencer
2006-08-25
9
-76
/
+67
*
For PR797:
Reid Spencer
2006-08-25
7
-34
/
+27
*
Consolidate callee saved register information so that it can me used by debug
Jim Laskey
2006-08-25
1
-20
/
+21
*
Fix some comments.
Jim Laskey
2006-08-25
1
-1
/
+4
*
Allow for register numbers > 31.
Jim Laskey
2006-08-25
1
-4
/
+14
*
use @ for comments
Rafael Espindola
2006-08-25
3
-14
/
+61
*
For PR797:
Reid Spencer
2006-08-25
6
-124
/
+153
*
Reapply the indvars patch, since nothing blew up last night.
Owen Anderson
2006-08-25
1
-0
/
+1
*
Get closer to handling globals correctly. We now generally get them in the
Nate Begeman
2006-08-25
1
-5
/
+70
*
Revert my previous patch. Since there are some major changes that went in to...
Owen Anderson
2006-08-25
1
-3
/
+0
*
Specify that indvars actually preserve LCSSA. This has been done for a whil...
Owen Anderson
2006-08-25
1
-0
/
+3
*
For PR797:
Reid Spencer
2006-08-24
6
-114
/
+130
*
When replacing value numbers, make sure to compactify the value # space.
Chris Lattner
2006-08-24
1
-0
/
+12
*
We compile this into:
Chris Lattner
2006-08-24
1
-18
/
+0
*
Owen implemented this.
Chris Lattner
2006-08-24
1
-11
/
+0
*
Take advantage of the recent improvements to the liveintervals set (tracking
Chris Lattner
2006-08-24
3
-221
/
+330
*
Remove a character to avoid line exceeding 80 cols.
Reid Spencer
2006-08-24
1
-1
/
+1
*
Implement unrolling of multiblock loops. This significantly improves the
Owen Anderson
2006-08-24
1
-127
/
+125
*
For PR797:
Reid Spencer
2006-08-24
1
-42
/
+37
*
add the "eq" condition code
Rafael Espindola
2006-08-24
3
-8
/
+13
*
create a generic bcond instruction that has a conditional code argument
Rafael Espindola
2006-08-24
4
-8
/
+34
*
initial support for branches
Rafael Espindola
2006-08-24
3
-3
/
+30
*
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
Nate Begeman
2006-08-23
6
-44
/
+518
[next]