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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a regression test for bug 478.
Evan Cheng
2006-03-02
1
-0
/
+11
*
- Fixed some priority calculation bugs that were causing bug 478. Among them:
Evan Cheng
2006-03-02
1
-64
/
+98
*
Generalize the REM folding code to handle another case Nick Lewycky
Chris Lattner
2006-03-02
1
-13
/
+43
*
add a couple more cases
Chris Lattner
2006-03-02
1
-0
/
+17
*
Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for
Chris Lattner
2006-03-02
1
-1
/
+1
*
Support for enumerations.
Jim Laskey
2006-03-01
3
-2
/
+95
*
testcase that crashed the new CFE
Chris Lattner
2006-03-01
1
-0
/
+14
*
Don't print llvm constant in assmebly file. Assembler won't like comments that
Evan Cheng
2006-03-01
1
-1
/
+3
*
Back out my last check-in. Wrong place to fix it.
Evan Cheng
2006-03-01
1
-0
/
+3
*
AsmWriter should not print LLVM constant in comment. Assembler won't like
Evan Cheng
2006-03-01
1
-4
/
+0
*
Fix CodeGen/Generic/2006-03-01-dagcombineinfloop.ll, an infinite loop
Chris Lattner
2006-03-01
1
-4
/
+9
*
new testcase
Chris Lattner
2006-03-01
1
-0
/
+98
*
Remove extra comma from enum list.
Jim Laskey
2006-03-01
1
-1
/
+1
*
Remove comma from enum list.
Jim Laskey
2006-03-01
1
-1
/
+1
*
Switch back to using actual dwarf tags. Simplifies code without loss to other
Jim Laskey
2006-03-01
4
-127
/
+129
*
Fix a typo evan noticed
Chris Lattner
2006-03-01
1
-1
/
+1
*
Use context and not compile unit.
Jim Laskey
2006-03-01
2
-13
/
+15
*
I guess I can handle large type sizes.
Jim Laskey
2006-03-01
1
-2
/
+1
*
Basic array support.
Jim Laskey
2006-03-01
3
-16
/
+311
*
Implement CodeGen/PowerPC/or-addressing-mode.ll, which is also PR668.
Chris Lattner
2006-03-01
1
-18
/
+59
*
load (x|y) -> load (x+y) iff x and y have no common bits.
Chris Lattner
2006-03-01
1
-0
/
+23
*
add a note
Chris Lattner
2006-03-01
1
-0
/
+18
*
Compile this:
Chris Lattner
2006-03-01
5
-13
/
+42
*
new testcase. These functions shouldn't touch the stack if stfiwx use
Chris Lattner
2006-03-01
1
-0
/
+21
*
Use a target-specific dag-combine to implement CodeGen/PowerPC/fp-int-fp.ll.
Chris Lattner
2006-03-01
3
-25
/
+42
*
new testcase. There should be no accesses to the stack for these functions.
Chris Lattner
2006-03-01
1
-0
/
+27
*
Add support for target-specific dag combines
Chris Lattner
2006-03-01
1
-13
/
+58
*
Add interfaces for targets to provide target-specific dag combiner optimizati...
Chris Lattner
2006-03-01
2
-9
/
+67
*
Add a new AddToWorkList method, start using it
Chris Lattner
2006-03-01
1
-57
/
+63
*
Pull shifts by a constant through multiplies (a form of reassociation),
Chris Lattner
2006-03-01
1
-0
/
+27
*
new testcase
Chris Lattner
2006-03-01
1
-0
/
+12
*
Vector op lowering.
Evan Cheng
2006-03-01
2
-6
/
+35
*
New vector type v2f32.
Evan Cheng
2006-03-01
1
-0
/
+2
*
Vector ops lowering.
Evan Cheng
2006-03-01
3
-50
/
+76
*
New type v2f32.
Evan Cheng
2006-03-01
1
-2
/
+3
*
Missing a cast previously.
Evan Cheng
2006-03-01
1
-1
/
+1
*
- Added v2f32, not used by any target currently. Only for testing purpose.
Evan Cheng
2006-03-01
1
-12
/
+27
*
- Added VConstant as an abstract version of ConstantVec.
Evan Cheng
2006-03-01
2
-22
/
+34
*
Add a test case for left shift by 1. We should not be using lea for this.
Evan Cheng
2006-02-28
1
-0
/
+9
*
Another entry.
Evan Cheng
2006-02-28
1
-0
/
+16
*
Don't match x << 1 to LEAL. It's better to emit x + x.
Evan Cheng
2006-02-28
1
-1
/
+4
*
Add const, volatile, restrict support.
Jim Laskey
2006-02-28
3
-8
/
+82
*
Fix a regression in a patch from a couple of days ago. This fixes
Chris Lattner
2006-02-28
1
-1
/
+3
*
new testcase
Chris Lattner
2006-02-28
1
-0
/
+6
*
8 spaces -> tab. Reported by Wink Saville
Chris Lattner
2006-02-28
1
-1
/
+1
*
evan's recent x86 isel improvements have fixed this, though not in the way
Chris Lattner
2006-02-28
1
-3
/
+0
*
Add a subtarget feature for the stfiwx instruction. I know the G5 has it,
Chris Lattner
2006-02-28
2
-2
/
+6
*
new testcases
Chris Lattner
2006-02-28
1
-1
/
+30
*
Compile:
Chris Lattner
2006-02-28
1
-10
/
+17
*
remove implemented item
Chris Lattner
2006-02-28
1
-17
/
+0
[next]