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
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do a relative path ln command instead of an absolute path one. Some people st...
Bill Wendling
2011-10-29
1
-2
/
+2
*
Allow InstAlias's to use immediate matcher patterns that xform the value.
Jim Grosbach
2011-10-28
2
-5
/
+29
*
Allow register classes to match a containing class in InstAliases.
Jim Grosbach
2011-10-28
1
-0
/
+9
*
Remove the Alpha backend.
Dan Gohman
2011-10-27
2
-2
/
+2
*
Delete dead code. Nothing ever instantiates this.
Jim Grosbach
2011-10-27
1
-4
/
+0
*
lit: Drop some unneeded code from example tests.
Daniel Dunbar
2011-10-27
4
-66
/
+2
*
Remove the Blackfin backend.
Dan Gohman
2011-10-25
2
-2
/
+2
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
2
-2
/
+2
*
Add options to enable each individual level for the show-diagnostics tool.
Chad Rosier
2011-10-24
1
-4
/
+30
*
Rename the script to indicate that this is for the TEST=simple tests.
Bill Wendling
2011-10-23
1
-0
/
+0
*
Resurrect the 'find regressions for the TEST=nightly tests' script.
Bill Wendling
2011-10-23
1
-0
/
+130
*
Add X86 RORX instruction
Craig Topper
2011-10-23
1
-14
/
+23
*
Move various generated tables into read-only memory, fixing up const correctn...
Benjamin Kramer
2011-10-22
3
-23
/
+28
*
Assembly parsing for 2-register sequential variant of VLD2.
Jim Grosbach
2011-10-21
1
-0
/
+1
*
Assembly parsing for 4-register variant of VLD1.
Jim Grosbach
2011-10-21
1
-0
/
+1
*
Assembly parsing for 3-register variant of VLD1.
Jim Grosbach
2011-10-21
1
-0
/
+1
*
ARM VLD parsing and encoding.
Jim Grosbach
2011-10-21
1
-0
/
+1
*
Ensure timestamps are not embedded into files when doing a release build.
Duncan Sands
2011-10-21
1
-0
/
+1
*
Modify the script to output the regressions and passes into categories. My Py...
Bill Wendling
2011-10-21
1
-9
/
+44
*
Check for divide by zero.
Bill Wendling
2011-10-21
1
-2
/
+2
*
Also compare the built dragonegg objects between phases 2 and 3.
Duncan Sands
2011-10-20
1
-1
/
+2
*
Reset the system compiler each time we start a new flavour. Otherwise
Duncan Sands
2011-10-20
1
-2
/
+3
*
Add support for testing dragonegg. This is disabled by default.
Duncan Sands
2011-10-20
1
-37
/
+174
*
Revamp the script to handle the 'TEST=simple' output.
Bill Wendling
2011-10-20
1
-74
/
+67
*
Duncan pointed out that sometimes CC and CXX are used to specify the compiler...
Bill Wendling
2011-10-19
1
-20
/
+2
*
Use bash instead.
Bill Wendling
2011-10-19
1
-1
/
+1
*
Make changes so that this runs on FreeBSD.
Bill Wendling
2011-10-19
1
-7
/
+13
*
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
Joe Abbey
2011-10-19
1
-0
/
+8
*
ARM VTBL (one register) assembly parsing and encoding.
Jim Grosbach
2011-10-18
1
-0
/
+1
*
Don't exit just because some early commands fail. Use the -k flag when runnin...
Bill Wendling
2011-10-18
1
-4
/
+6
*
ARM assembly parsing and encoding for VMOV.i64.
Jim Grosbach
2011-10-18
1
-0
/
+1
*
ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.
Jim Grosbach
2011-10-18
1
-0
/
+2
*
ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.
Jim Grosbach
2011-10-17
1
-0
/
+1
*
ARM NEON "vmov.i8" immediate assembly parsing and encoding.
Jim Grosbach
2011-10-17
1
-0
/
+1
*
Forgot to add the project name to the 'svn ls' command.
Bill Wendling
2011-10-17
1
-1
/
+1
*
Add message to svn mkdir command.
Bill Wendling
2011-10-17
1
-1
/
+1
*
Fix unused variable warning in the rare circumstance that we have no feature-...
Owen Anderson
2011-10-17
1
-1
/
+4
*
Pick low-hanging MatchEntry shrinkage fruit.
Benjamin Kramer
2011-10-17
1
-4
/
+17
*
Don't download and compile compiler-rt, libcxx, and libcxxabi by default.
Bill Wendling
2011-10-17
1
-2
/
+2
*
Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...
Bill Wendling
2011-10-17
1
-2
/
+40
*
Overhaul the 'test-release' script.
Bill Wendling
2011-10-16
1
-158
/
+96
*
Update the tree before applying patch.
Bill Wendling
2011-10-16
1
-0
/
+2
*
Add X86 PEXTR and PDEP instructions.
Craig Topper
2011-10-16
1
-18
/
+27
*
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
2
-15
/
+11
*
Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...
Craig Topper
2011-10-16
1
-4
/
+0
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
1
-36
/
+37
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-1
/
+1
*
Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...
Craig Topper
2011-10-16
2
-6
/
+21
*
Add a helper script to create branches and tag release candidates.
Bill Wendling
2011-10-16
1
-0
/
+95
*
Add a script that helps merge changes into a release branch.
Bill Wendling
2011-10-16
1
-0
/
+72
[next]