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
*
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-20
10
-23
/
+41
*
Update to include clean and install commands.
Reid Spencer
2007-07-20
1
-0
/
+2
*
No longer referencing "shared memory" as this can confuse people. The memory is
Chandler Carruth
2007-07-20
1
-13
/
+13
*
Silly HTML
Reid Spencer
2007-07-20
1
-1
/
+3
*
Fix validation errors.
Reid Spencer
2007-07-20
1
-16
/
+10
*
This introduces the atomic operation intrinsics into the documentation. This is
Chandler Carruth
2007-07-20
1
-0
/
+305
*
Make the heuristic for shrinking DenseMap smarter.
Owen Anderson
2007-07-20
1
-2
/
+4
*
Use SmallVector instead of std::vector.
Devang Patel
2007-07-20
2
-12
/
+12
*
Fixing some differences between CVS and SVN diff'ing. Reid fixed these already,
Chandler Carruth
2007-07-20
1
-2
/
+2
*
Optimize alignment of loads and stores.
Dan Gohman
2007-07-20
2
-0
/
+76
*
Update these regression tests to accomodate X86InstrSSE.td now using movups/m...
Dan Gohman
2007-07-20
6
-6
/
+6
*
Have DenseMap auto-shrink itself on clear(). This improves the time to optimize
Owen Anderson
2007-07-20
1
-1
/
+36
*
Place SCCPSolver also in the anonymous namespace. This
Duncan Sands
2007-07-20
1
-3
/
+3
*
Fix a bug where we were marking GEP expressions with the wrong opcode.
Owen Anderson
2007-07-20
1
-1
/
+1
*
When removing instructions from the analysis, be sure to check the confirmed
Owen Anderson
2007-07-20
1
-1
/
+2
*
New test.
Evan Cheng
2007-07-20
1
-0
/
+42
*
Because we promote SSE logical ops and loads to v2i64, we often end up generate
Evan Cheng
2007-07-20
1
-11
/
+27
*
No need for noResults anymore.
Evan Cheng
2007-07-20
3
-5
/
+2
*
Oops. These stores actually produce results.
Evan Cheng
2007-07-20
2
-9
/
+9
*
New test.
Evan Cheng
2007-07-19
1
-0
/
+24
*
Try fixing it again.
Evan Cheng
2007-07-19
1
-1
/
+1
*
Fix custom lowering of SSE FXOR.
Evan Cheng
2007-07-19
1
-10
/
+19
*
Fix patterns so we isel the xorps, etc. for floating pt logical SSE ops. DAG ...
Evan Cheng
2007-07-19
1
-12
/
+12
*
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
[next]