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 a comment typo.
Bob Wilson
2010-06-15
1
-1
/
+1
*
Remove stray semi-colon.
Daniel Dunbar
2010-06-15
1
-1
/
+1
*
Add some missing checks for the case where the extract_subregs are
Bob Wilson
2010-06-15
1
-22
/
+23
*
Avoid processing early clobbers twice in RegAllocFast.
Jakob Stoklund Olesen
2010-06-15
2
-3
/
+37
*
Add CoalescerPair helper class.
Jakob Stoklund Olesen
2010-06-15
5
-40
/
+299
*
Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.
Daniel Dunbar
2010-06-15
1
-0
/
+1
*
Generalize the pre-coalescing of extract_subregs feeding reg_sequences,
Bob Wilson
2010-06-15
2
-35
/
+85
*
VMOVQQ and VMOVQQQQ are pseudo instructions and not predicable.
Bob Wilson
2010-06-15
1
-1
/
+4
*
Revert 105986; looks like I'd better try bootstrapping.
Dale Johannesen
2010-06-15
1
-4
/
+2
*
Update CMake build.
Ted Kremenek
2010-06-15
1
-2
/
+2
*
The form of BuildMI used for TAILJMPr was changing the register
Dale Johannesen
2010-06-15
1
-2
/
+4
*
Make sure to skip dbg_value instructions when finding an insertion point for
Jim Grosbach
2010-06-15
1
-1
/
+2
*
Add missing include to unbreak the build.
Sean Hunt
2010-06-14
1
-0
/
+1
*
generate better code in CheckComplexPattern
Chris Lattner
2010-06-14
1
-2
/
+3
*
Rename functions referring to VMOV immediates to refer to NEON "modified
Bob Wilson
2010-06-14
3
-30
/
+34
*
More dbg_value cleanup so the presence of debug info doesn't affect code-gen.
Jim Grosbach
2010-06-14
1
-2
/
+21
*
Don't produce output only if *all* files are unused.
Rafael Espindola
2010-06-14
1
-7
/
+7
*
- Do away with SimpleHazardRecognizer.h. It's not used and offers little value.
Evan Cheng
2010-06-14
6
-225
/
+113
*
apparently lots of dupes.
Chris Lattner
2010-06-14
1
-1
/
+1
*
Avoid uncessary array copying.
Evan Cheng
2010-06-14
1
-7
/
+19
*
fix a nasty bug where we were not treating available_externally
Chris Lattner
2010-06-14
2
-3
/
+31
*
remove old test.
Chris Lattner
2010-06-14
1
-30
/
+0
*
rename test
Chris Lattner
2010-06-14
1
-0
/
+30
*
jump threading can't split a critical edge from an indirectbr. This
Chris Lattner
2010-06-14
2
-1
/
+28
*
Test case for Radar 8004649.
Stuart Hastings
2010-06-14
1
-0
/
+8
*
Fix a comment typo.
Bob Wilson
2010-06-14
1
-1
/
+1
*
fix a -Wbool-conversions warning from clang.
Chris Lattner
2010-06-14
1
-1
/
+1
*
fix a -Wbool-conversions warning from clang.
Chris Lattner
2010-06-14
1
-1
/
+1
*
Honor the SDKROOT setting when building llvm.
Bob Wilson
2010-06-14
1
-2
/
+1
*
Add back some possible optimizations for va_arg, with wording that makes it
Eli Friedman
2010-06-14
1
-0
/
+31
*
Update html tutorial docs to match api changes.
Eric Christopher
2010-06-14
5
-18
/
+18
*
Make kaleidoscope use fp add/sub/mul.
Eric Christopher
2010-06-14
4
-12
/
+12
*
Add the last of the SemaChecking-gen code.
Nate Begeman
2010-06-14
1
-2
/
+45
*
Test case for r105914.
Benjamin Kramer
2010-06-13
1
-0
/
+11
*
SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes...
Benjamin Kramer
2010-06-13
1
-0
/
+3
*
Let SmallVector take advantage of LiveRange's podness.
Benjamin Kramer
2010-06-13
1
-0
/
+2
*
Add a helping of comments
Nate Begeman
2010-06-13
1
-8
/
+105
*
Merge getStoreRegOpcode and getLoadRegOpcode.
Rafael Espindola
2010-06-12
1
-97
/
+47
*
tests: Run macho-dump with binary unbuffered streams on Windows, I can't find...
Daniel Dunbar
2010-06-12
1
-3
/
+3
*
tests: Make macho-dump.bat actually work.
Daniel Dunbar
2010-06-12
1
-1
/
+5
*
tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to...
Daniel Dunbar
2010-06-12
3
-0
/
+9
*
lit: Replace /dev/null in scripts with temporary files on Windows.
Daniel Dunbar
2010-06-12
1
-0
/
+17
*
improve verifier error about unterminated block to include
Chris Lattner
2010-06-12
1
-1
/
+2
*
declare a class with 'class' instead of struct to avoid tag mismatch
Chris Lattner
2010-06-12
2
-2
/
+3
*
Add README entry; based on testcase from Bill Hart.
Eli Friedman
2010-06-12
1
-0
/
+44
*
make the avx intrinsics 3 address
Bruno Cardoso Lopes
2010-06-12
1
-4
/
+12
*
Add generic vector support for bitselect & element byteswap
Nate Begeman
2010-06-12
2
-31
/
+75
*
Add some basic fp intrinsics for AVX
Bruno Cardoso Lopes
2010-06-12
1
-0
/
+32
*
When performing the Horrible Hack(tm-Duncan) on the EH code to convert a
Bill Wendling
2010-06-12
1
-26
/
+49
*
More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rm
Bruno Cardoso Lopes
2010-06-12
3
-0
/
+80
[next]