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
*
Fix the x86 test-shrink optimization so that it doesn't shrink comparisons
Dan Gohman
2009-10-09
2
-4
/
+97
*
Merge a bunch of NEON tests into larger files so they run faster.
Bob Wilson
2009-10-09
87
-3650
/
+3526
*
Add basic infrastructure and x86 support for preserving MachineMemOperand
Dan Gohman
2009-10-09
4
-4
/
+114
*
Check invalid debug info for enums. This may happen when underlyng enum is op...
Devang Patel
2009-10-09
1
-2
/
+4
*
when previous scratch register is killed, flag the value as no longer tracking
Jim Grosbach
2009-10-09
1
-1
/
+4
*
Convert some ARM tests with lots of greps to use FileCheck.
Bob Wilson
2009-10-09
5
-58
/
+135
*
Revert r83606 and add comments explaining why it isn't safe.
Dan Gohman
2009-10-09
1
-12
/
+10
*
As it turns out, the bug fixes in GC codegen did not make it
Nicolas Geoffray
2009-10-09
1
-4
/
+1
*
80-columns!
Nicolas Geoffray
2009-10-09
1
-7
/
+14
*
Add initial information on VMKit.
Nicolas Geoffray
2009-10-09
1
-5
/
+9
*
more random updates.
Chris Lattner
2009-10-09
1
-1
/
+10
*
Give Dan and my recent changes, machine LICM is now code size neutral.
Evan Cheng
2009-10-09
1
-4
/
+0
*
checkpoint.
Chris Lattner
2009-10-09
1
-30
/
+63
*
Fix a logic error that caused non-rematable loop invariants loads to be licm'...
Evan Cheng
2009-10-09
2
-2
/
+265
*
checkpoint.
Chris Lattner
2009-10-09
1
-10
/
+96
*
Slight rewording.
Mikhail Glushenkov
2009-10-09
1
-2
/
+2
*
Omit the 'out_file_index != -1' check when possible.
Mikhail Glushenkov
2009-10-09
1
-6
/
+54
*
Use llvm-as only for compiling .ll -> .bc.
Mikhail Glushenkov
2009-10-09
1
-3
/
+5
*
Commit one last NEON test to use FileCheck. That's all of them now!
Bob Wilson
2009-10-09
1
-4
/
+13
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-09
11
-115
/
+388
*
update clang section.
Chris Lattner
2009-10-09
1
-15
/
+13
*
Raise the limit on built-in plugins in llvmc to 10.
Mikhail Glushenkov
2009-10-09
2
-0
/
+67
*
Reconfigure automatically when Base.td.in is changed.
Mikhail Glushenkov
2009-10-09
1
-1
/
+2
*
Reset kill markers after live interval is reconstructed.
Evan Cheng
2009-10-09
2
-6
/
+56
*
Indentation.
Evan Cheng
2009-10-09
1
-2
/
+1
*
Preserve HasNSW and HasNUW when constructing SCEVs for Add and Mul
Dan Gohman
2009-10-09
1
-4
/
+12
*
When considering whether to inline Callee into Caller,
Dale Johannesen
2009-10-09
2
-6
/
+181
*
Add the ability to track HasNSW and HasNUW on more kinds of SCEV expressions.
Dan Gohman
2009-10-09
3
-33
/
+57
*
Add codegen support for NEON vst4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-09
4
-14
/
+109
*
Add codegen support for NEON vst3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
4
-13
/
+105
*
Add codegen support for NEON vst2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
4
-13
/
+103
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
9
-46
/
+139
*
Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
4
-19
/
+158
*
Remove code that makes no sense.
Evan Cheng
2009-10-08
1
-2
/
+0
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
13
-100
/
+295
*
Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
4
-20
/
+146
*
Update CMake build yet again after a source file was removed
Douglas Gregor
2009-10-08
1
-1
/
+0
*
It's possible for a global variable to be optimized out of a metadata object. So
Bill Wendling
2009-10-08
2
-1
/
+73
*
Use lower16 / upper16 imm modifiers to asmprint 32-bit imms splitted via movt...
Anton Korobeynikov
2009-10-08
2
-5
/
+6
*
Clear variable debug info map at the end of the function.
Devang Patel
2009-10-08
1
-0
/
+3
*
Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
4
-12
/
+126
*
Clean up some unnecessary initializations.
Bob Wilson
2009-10-08
1
-2
/
+2
*
Clean up a comment (indentation was wrong).
Bob Wilson
2009-10-08
1
-1
/
+2
*
Add a SelectionDAG getTargetInsertSubreg convenience function,
Bob Wilson
2009-10-08
2
-0
/
+16
*
Do not record line number to implicitly mark start of function if function ha...
Devang Patel
2009-10-08
2
-12
/
+23
*
Add missing names for the XCore specific LADD and LSUB nodes.
Richard Osborne
2009-10-08
1
-0
/
+2
*
Add a form of addPreserved which takes a string argument, to allow passes
Dan Gohman
2009-10-08
5
-16
/
+52
*
some updates from users of llvm
Chris Lattner
2009-10-08
1
-8
/
+7
*
Add some peepholes for signed comparisons using ashr X, X, 32.
Richard Osborne
2009-10-08
2
-0
/
+92
*
all content split into sections, still much work to be done.
Chris Lattner
2009-10-08
1
-65
/
+73
[next]