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
*
Support added for shifts and unpacking MMX instructions.
Bill Wendling
2007-03-22
5
-2
/
+249
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
13
-15
/
+19
*
Unbreak non-debug builds.
Evan Cheng
2007-03-22
3
-0
/
+6
*
Make this test actually match the generated code.
Reid Spencer
2007-03-22
1
-1
/
+1
*
Add noreturn function attribute.
Reid Spencer
2007-03-22
1
-0
/
+4
*
Add tests for nounwind and noreturn function attributes.
Reid Spencer
2007-03-22
1
-2
/
+2
*
Add the NoUnwind function attribute.
Reid Spencer
2007-03-22
1
-0
/
+2
*
Regenerate.
Reid Spencer
2007-03-22
5
-1546
/
+1580
*
Add support for the noreturn and nounwind function attributes.
Reid Spencer
2007-03-22
2
-1
/
+4
*
Fix broken optimization disabled by a logic bug.
Nick Lewycky
2007-03-22
1
-10
/
+51
*
Preview nounwind function attribute.
Reid Spencer
2007-03-22
1
-2
/
+5
*
Another test case.
Evan Cheng
2007-03-22
1
-15
/
+13
*
More opportunities to reduce load size.
Evan Cheng
2007-03-22
1
-45
/
+101
*
Test case for PR1257
Evan Cheng
2007-03-22
1
-0
/
+97
*
Fix for PR1257. Bug in live range shortening as a result of copy coalescing
Evan Cheng
2007-03-22
1
-11
/
+9
*
Test case for PR1248
Reid Spencer
2007-03-22
1
-0
/
+7
*
For PR1145:
Reid Spencer
2007-03-22
1
-1
/
+2
*
More LangRef fixes. Corrected names of intrinsics.
Anton Korobeynikov
2007-03-22
1
-37
/
+37
*
Fixed va_arg example. Reported by Roman Samoilov
Anton Korobeynikov
2007-03-21
1
-5
/
+9
*
For PR1248:
Reid Spencer
2007-03-21
1
-18
/
+26
*
Fix a comment.
Reid Spencer
2007-03-21
1
-1
/
+1
*
repair x86 performance, dejagnu problems from previous change
Dale Johannesen
2007-03-21
6
-6
/
+36
*
Add TODO list for MSIL backend
Anton Korobeynikov
2007-03-21
1
-0
/
+51
*
Add Roman to credits
Anton Korobeynikov
2007-03-21
1
-0
/
+4
*
Let the new backend begin!
Anton Korobeynikov
2007-03-21
5
-2
/
+1596
*
add generation of unnecessary push/pop around calls
Dale Johannesen
2007-03-21
1
-0
/
+42
*
New test case.
Evan Cheng
2007-03-21
1
-0
/
+27
*
fold (truncate (srl (load x), c)) -> (smaller load (x+c/vt bits))
Evan Cheng
2007-03-21
1
-6
/
+24
*
Regenerate.
Reid Spencer
2007-03-21
2
-767
/
+744
*
For PR1243:
Reid Spencer
2007-03-21
1
-14
/
+10
*
Regenerate.
Reid Spencer
2007-03-21
5
-904
/
+1557
*
For PR1256:
Reid Spencer
2007-03-21
3
-251
/
+708
*
Protect R31's frame offset from being used by callee-saved registers, when R31
Nicolas Geoffray
2007-03-21
1
-0
/
+20
*
Fix a bug in getAllOnesValue() which broke
Zhou Sheng
2007-03-21
1
-1
/
+1
*
Mark re-materializable instructions.
Evan Cheng
2007-03-21
3
-0
/
+6
*
Updated.
Evan Cheng
2007-03-20
1
-1
/
+6
*
Potential spiller improvement.
Evan Cheng
2007-03-20
1
-0
/
+27
*
do not share old induction variables when this would result in invalid
Dale Johannesen
2007-03-20
5
-18
/
+81
*
maintain LiveIn when splitting blocks (register scavenging needs it)
Dale Johannesen
2007-03-20
3
-1
/
+32
*
DominanceFrontier::calculate().
Devang Patel
2007-03-20
1
-23
/
+78
*
Fix some VC++ warnings.
Jeff Cohen
2007-03-20
2
-1
/
+2
*
Fix (and simplify) 48-bit byte swap.
Jeff Cohen
2007-03-20
1
-9
/
+8
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
1
-0
/
+4
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
2
-4
/
+25
*
Code clean up.
Lauro Ramos Venancio
2007-03-20
1
-23
/
+20
*
Minor bug.
Evan Cheng
2007-03-20
1
-1
/
+2
*
bugfix: When the source register of CALL_NOLINK was LR, the following code wa...
Lauro Ramos Venancio
2007-03-20
4
-19
/
+81
*
llvm-gcc now requires -fnested-functions to enable them in C.
Chris Lattner
2007-03-20
1
-1
/
+1
*
Break up huge line so that this file is almost readable.
Reid Spencer
2007-03-20
1
-2
/
+52
*
Regenerate.
Reid Spencer
2007-03-20
2
-176
/
+172
[next]