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
*
build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify that
Daniel Dunbar
2011-11-03
1
-0
/
+4
*
Reverted r143600 - selector reference change
Pete Cooper
2011-11-03
2
-45
/
+0
*
Keep the Crack language as an external project.
Bill Wendling
2011-11-03
1
-7
/
+7
*
llvm-build: Avoid followlinks keyword argument to os.walk.
Daniel Dunbar
2011-11-03
1
-2
/
+7
*
fixed global array handling for ptx to use the correct bit widths
Dan Bailey
2011-11-03
3
-42
/
+47
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
89
-0
/
+2182
*
DeadStoreElimination can now trim the size of a store if the end of it is dead.
Pete Cooper
2011-11-03
2
-33
/
+187
*
llvm-build: Update --write-llvmbuild to write out a standard LLVM style file
Daniel Dunbar
2011-11-03
1
-0
/
+25
*
llvm-build: Add "--write-library-table" option for generating the C++ library
Daniel Dunbar
2011-11-03
3
-4
/
+121
*
docs: Sketch docs for llvm-build tool.
Daniel Dunbar
2011-11-03
3
-1
/
+68
*
llvm-build: Add --write-llvmbuild option, which writes out the component tree.
Daniel Dunbar
2011-11-03
2
-1
/
+95
*
llvm-build: Add --print-tree command line option.
Daniel Dunbar
2011-11-03
1
-6
/
+26
*
llvm-build: Fill in some details w.r.t. component's parents.
Daniel Dunbar
2011-11-03
2
-0
/
+27
*
llvm-build: Validate information on the loaded components and form the topolo...
Daniel Dunbar
2011-11-03
2
-1
/
+91
*
llvm-build: Fill in more of component parsing to be more strict and
Daniel Dunbar
2011-11-03
2
-20
/
+108
*
llvm-build: Sketch code to load LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
2
-0
/
+181
*
build: Stub out llvm-build utility tool.
Daniel Dunbar
2011-11-03
4
-0
/
+39
*
docs: Add initial docs on LLVMBuild organization.
Daniel Dunbar
2011-11-03
2
-0
/
+332
*
llvm-config-2: Implement component dependency traversal, implement support fo...
Daniel Dunbar
2011-11-03
1
-13
/
+90
*
llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,
Daniel Dunbar
2011-11-03
5
-1
/
+283
*
Add new X86 AVX2 VBROADCAST instructions.
Craig Topper
2011-11-03
4
-21
/
+66
*
Cleaned text, fixed HTML.
Galina Kistanova
2011-11-03
1
-72
/
+88
*
Add support for sign-extending non-legal types in SelectSIToFP().
Chad Rosier
2011-11-03
2
-5
/
+110
*
Treat objc selector reference globals as invariant so that MachineLICM can ho...
Pete Cooper
2011-11-03
2
-0
/
+45
*
Remove some cruft from the BitcodeWriter, while still maintaining backward
Chad Rosier
2011-11-03
4
-8
/
+45
*
Fixed parameter name.
Lang Hames
2011-11-02
2
-3
/
+3
*
Removed unused variable.
Chad Rosier
2011-11-02
1
-1
/
+0
*
An array of chars of length 8 will also cause the stack protector to be inserted
Bill Wendling
2011-11-02
1
-1
/
+1
*
Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...
Lang Hames
2011-11-02
3
-1
/
+54
*
Few corrections on the document page.
Galina Kistanova
2011-11-02
1
-12
/
+20
*
I added the first test to run llvm-dwarfdump.
Nick Lewycky
2011-11-02
1
-1
/
+1
*
Don't emit a directory entry for the value in DW_AT_comp_dir, that is always
Nick Lewycky
2011-11-02
4
-5
/
+29
*
docs: Fix two typos
Tobias Grosser
2011-11-02
1
-2
/
+2
*
build/Make: Update for rename of show-diagnostics.
Daniel Dunbar
2011-11-02
1
-1
/
+1
*
object: Add operator < for SymbolRef and SectionRef.
Michael J. Spencer
2011-11-02
1
-0
/
+16
*
object/COFF: Properly initalize uses of DataRefImpl.
Michael J. Spencer
2011-11-02
1
-0
/
+2
*
Object/Archive: Add symbol table iteration.
Michael J. Spencer
2011-11-02
2
-9
/
+117
*
Add support for comparing integer non-legal types.
Chad Rosier
2011-11-02
2
-16
/
+80
*
Fix the issue that r143552 was trying to address the _right_ way. One-regist...
Owen Anderson
2011-11-02
2
-2
/
+10
*
Replace tabs I added in this new line of code with spaces.
Kevin Enderby
2011-11-02
1
-1
/
+1
*
tests: Clean up tests/CMakeLists.txt to drop some variable configuration we no
Daniel Dunbar
2011-11-02
1
-36
/
+0
*
The rules disallowing single-register reglist operands only apply to the POP ...
Owen Anderson
2011-11-02
1
-5
/
+1
*
Register list operands are not allowed to contain only a single register. Al...
Owen Anderson
2011-11-02
1
-1
/
+5
*
Don't print two 0x prefixes when printing an address.
Benjamin Kramer
2011-11-02
1
-1
/
+1
*
Add back the top-level target for 'llvm-config' and the dependency edge
Chandler Carruth
2011-11-02
1
-0
/
+7
*
Factor out an EmitIntExt function. No functionality change intended.
Chad Rosier
2011-11-02
1
-31
/
+37
*
Rewrite LinearFunctionTestReplace to handle pointer-type IVs.
Andrew Trick
2011-11-02
2
-84
/
+231
*
Fix a typo noticed by Peter Collingbourne. No one depends on this
Chandler Carruth
2011-11-02
1
-1
/
+1
*
docs: Remove an out-of-date and unnecessary tool list.
Daniel Dunbar
2011-11-02
1
-19
/
+1
*
docs: Separate development process type of documentation from programming
Daniel Dunbar
2011-11-02
1
-16
/
+22
[next]