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
*
For PR1553:
Reid Spencer
2007-07-19
29
-125
/
+137
*
Hush a noisy warning from GCC 4.2 about overflow during conversion by using
Reid Spencer
2007-07-19
1
-2
/
+2
*
Make val_replace fail early, which reduces the time to optimize 403.gcc to 14...
Owen Anderson
2007-07-19
1
-0
/
+2
*
Don't need the "&&" to glue lines together.
Bill Wendling
2007-07-19
1
-1
/
+1
*
Verify loop info.
Devang Patel
2007-07-19
9
-28
/
+51
*
Properly initialize value :)
Anton Korobeynikov
2007-07-19
1
-1
/
+1
*
Replace mysterious code causing a g++-4.2 warning
Duncan Sands
2007-07-19
2
-18
/
+9
*
Fix this test. We produce pretty cruddy code for this
Duncan Sands
2007-07-19
1
-1
/
+1
*
As pointed out by g++-4.2, the original code didn't do
Duncan Sands
2007-07-19
1
-2
/
+2
*
Remember to free the heap allocated array if we're not going to use it.
Owen Anderson
2007-07-19
1
-2
/
+4
*
Use SmallVector and DenseMap in even more places.
Owen Anderson
2007-07-19
1
-27
/
+26
*
Testcase for PR1549
Bill Wendling
2007-07-19
1
-0
/
+15
*
Change ValueTable to use a DenseMap for mapping expressions to value numbers.
Owen Anderson
2007-07-19
1
-78
/
+122
*
Set up ground work to verify preserved analysis info.
Devang Patel
2007-07-19
2
-1
/
+12
*
Move some sets and maps to SmallPtrSet and DenseMap respectively. This
Owen Anderson
2007-07-19
1
-8
/
+7
*
After a basic block is split into two parts,
Devang Patel
2007-07-19
1
-2
/
+15
*
Now this temp. fix is not required.
Devang Patel
2007-07-19
1
-4
/
+0
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
33
-2514
/
+2664
*
Only adjust esp around calls in presence of alloca.
Evan Cheng
2007-07-19
1
-1
/
+1
*
Only adjust esp around calls in presence of alloca.
Evan Cheng
2007-07-19
3
-50
/
+12
*
Fix typo.
Devang Patel
2007-07-18
1
-2
/
+2
*
Fix dominator info update to accommodate CFG changes.
Devang Patel
2007-07-18
1
-17
/
+65
*
New test.
Devang Patel
2007-07-18
1
-0
/
+66
*
Add comment.
Evan Cheng
2007-07-18
1
-0
/
+3
*
New test.
Evan Cheng
2007-07-18
1
-0
/
+11
*
Use MOV instead of LEA to restore ESP if callee-saved frame size is 0; if pre...
Evan Cheng
2007-07-18
1
-13
/
+19
*
Add constructor overloads for LoadInst and StoreInst that insert at the
Dan Gohman
2007-07-18
2
-0
/
+24
*
Implement initial memory alignment awareness for SSE instructions. Vector loads
Dan Gohman
2007-07-18
12
-59
/
+238
*
Fix an issue where assignments that caused a SmallPtrSet to become non-small
Owen Anderson
2007-07-18
1
-4
/
+8
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
2
-5
/
+14
*
New entry.
Evan Cheng
2007-07-18
1
-0
/
+17
*
Fix a sys::Path API error caught by a gcc 4.2 warning.
Reid Spencer
2007-07-18
1
-1
/
+1
*
Work around a bogus gcc 4.2 warning.
Chris Lattner
2007-07-18
1
-1
/
+2
*
Fix this test to not rely on the path but to use the
Reid Spencer
2007-07-18
1
-1
/
+1
*
The property is svn:executable not svn:execute.
Reid Spencer
2007-07-18
1
-0
/
+0
*
Alphabetize. Document -mlimit parameter.
Nick Lewycky
2007-07-18
1
-6
/
+11
*
Turn on FastDSE by default.
Owen Anderson
2007-07-17
2
-2
/
+2
*
Fold prologue esp update when possible.
Evan Cheng
2007-07-17
1
-1
/
+22
*
support poolalloc as checked out from svn
Andrew Lenharth
2007-07-17
2
-0
/
+4
*
Change sroa threshold back.
Evan Cheng
2007-07-17
1
-1
/
+1
*
Dead code.
Evan Cheng
2007-07-17
1
-1
/
+0
*
Make sure not to break eh_return.
Evan Cheng
2007-07-17
1
-9
/
+10
*
Update.
Evan Cheng
2007-07-17
1
-3
/
+1
*
Fix test.
Evan Cheng
2007-07-17
1
-2
/
+1
*
Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't ...
Tanya Lattner
2007-07-17
3
-3
/
+3
*
Missed the case where alloca is used but the stack size (not including callee...
Evan Cheng
2007-07-17
1
-17
/
+17
*
detect invalid combination of sret and byval
Rafael Espindola
2007-07-17
1
-0
/
+4
*
XFAIL these on sparc-solaris
Gabor Greif
2007-07-17
3
-2
/
+8
*
Use push / pop for prologues and epilogues.
Evan Cheng
2007-07-17
7
-93
/
+157
*
Make use of the process_builder_args library function.
Reid Spencer
2007-07-17
1
-21
/
+14
[next]