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
*
utils/llvm-build: Ensure output directory exists for tools which write variou...
Daniel Dunbar
2011-11-14
1
-0
/
+14
*
utils/llvm-build: Add trivial quoting of slashes for CMake fragment.
Daniel Dunbar
2011-11-14
1
-2
/
+16
*
llvm-build: Quote colons in target names, in an attempt to make msys happy.
Daniel Dunbar
2011-11-14
1
-2
/
+15
*
llvm-build: Add initial --write-cmake-fragment option.
Daniel Dunbar
2011-11-14
1
-11
/
+88
*
Build llvmCore with RTTI enabled. <rdar://problem/10395761>
Bob Wilson
2011-11-14
1
-0
/
+1
*
utils: Rename the "llvmbuild" script to llvm-compilers-check.
Daniel Dunbar
2011-11-14
1
-0
/
+0
*
llvm-build: Add initial code for --write-make-fragment.
Daniel Dunbar
2011-11-14
1
-0
/
+96
*
utils: Remove (way) old nightly test scripts, I don't think anyone uses them ...
Daniel Dunbar
2011-11-14
8
-790
/
+0
*
llvm-build: Avoid followlinks keyword argument to os.walk.
Daniel Dunbar
2011-11-14
1
-2
/
+7
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-14
2
-0
/
+50
*
llvm-build: Update --write-llvmbuild to write out a standard LLVM style file
Daniel Dunbar
2011-11-14
1
-0
/
+25
*
llvm-build: Add "--write-library-table" option for generating the C++ library
Daniel Dunbar
2011-11-14
2
-4
/
+114
*
llvm-build: Add --write-llvmbuild option, which writes out the component tree.
Daniel Dunbar
2011-11-14
2
-1
/
+95
*
llvm-build: Add --print-tree command line option.
Daniel Dunbar
2011-11-14
1
-6
/
+26
*
llvm-build: Fill in some details w.r.t. component's parents.
Daniel Dunbar
2011-11-14
2
-0
/
+27
*
llvm-build: Validate information on the loaded components and form the topolo...
Daniel Dunbar
2011-11-14
2
-1
/
+91
*
llvm-build: Fill in more of component parsing to be more strict and
Daniel Dunbar
2011-11-14
2
-20
/
+108
*
llvm-build: Sketch code to load LLVMBuild.txt files.
Daniel Dunbar
2011-11-14
2
-0
/
+181
*
build: Stub out llvm-build utility tool.
Daniel Dunbar
2011-11-14
4
-0
/
+39
*
The TableGen parts of the CMake build are seriously broken. This fixes
Chandler Carruth
2011-11-14
1
-0
/
+1
*
Rename show-diagnostics to something less ambiguous.
Chad Rosier
2011-11-14
1
-0
/
+0
*
Do a relative path ln command instead of an absolute path one. Some people st...
Bill Wendling
2011-11-14
1
-2
/
+2
*
Allow InstAlias's to use immediate matcher patterns that xform the value.
Jim Grosbach
2011-11-14
2
-5
/
+29
*
Allow register classes to match a containing class in InstAliases.
Jim Grosbach
2011-11-14
1
-0
/
+9
*
Remove the Alpha backend.
Dan Gohman
2011-11-14
2
-2
/
+2
*
Delete dead code. Nothing ever instantiates this.
Jim Grosbach
2011-11-14
1
-4
/
+0
*
lit: Drop some unneeded code from example tests.
Daniel Dunbar
2011-11-14
4
-66
/
+2
*
Remove the Blackfin backend.
Dan Gohman
2011-11-14
2
-2
/
+2
*
Remove the SystemZ backend.
Dan Gohman
2011-11-14
2
-2
/
+2
*
Add options to enable each individual level for the show-diagnostics tool.
Chad Rosier
2011-11-14
1
-4
/
+30
*
Rename the script to indicate that this is for the TEST=simple tests.
Bill Wendling
2011-11-14
1
-0
/
+0
*
Resurrect the 'find regressions for the TEST=nightly tests' script.
Bill Wendling
2011-11-14
1
-0
/
+130
*
Add X86 RORX instruction
Craig Topper
2011-11-14
1
-14
/
+23
*
Move various generated tables into read-only memory, fixing up const correctn...
Benjamin Kramer
2011-11-14
3
-23
/
+28
*
Assembly parsing for 2-register sequential variant of VLD2.
Jim Grosbach
2011-11-14
1
-0
/
+1
*
Assembly parsing for 4-register variant of VLD1.
Jim Grosbach
2011-11-14
1
-0
/
+1
*
Assembly parsing for 3-register variant of VLD1.
Jim Grosbach
2011-11-14
1
-0
/
+1
*
ARM VLD parsing and encoding.
Jim Grosbach
2011-11-14
1
-0
/
+1
*
Ensure timestamps are not embedded into files when doing a release build.
Duncan Sands
2011-11-14
1
-0
/
+1
*
Modify the script to output the regressions and passes into categories. My Py...
Bill Wendling
2011-11-14
1
-9
/
+44
*
Check for divide by zero.
Bill Wendling
2011-11-14
1
-2
/
+2
*
Also compare the built dragonegg objects between phases 2 and 3.
Duncan Sands
2011-11-14
1
-1
/
+2
*
Reset the system compiler each time we start a new flavour. Otherwise
Duncan Sands
2011-11-14
1
-2
/
+3
*
Add support for testing dragonegg. This is disabled by default.
Duncan Sands
2011-11-14
1
-37
/
+174
*
Revamp the script to handle the 'TEST=simple' output.
Bill Wendling
2011-11-14
1
-74
/
+67
*
Apply changes to migrate to upstream Oct 20th 2011.
Logan Chien
2011-10-21
1
-48
/
+41
*
Merge with LLVM upstream 2011/10/20 (r142530)
Logan Chien
2011-10-20
118
-15554
/
+5194
|
\
|
*
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
[next]