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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...
Evan Cheng
2012-09-28
1
-4
/
+3
*
MIPS DSP: other miscellaneous instructions.
Akira Hatanaka
2012-09-28
2
-0
/
+136
*
MIPS DSP: ADDUH.QB instruction sub-class.
Akira Hatanaka
2012-09-28
2
-0
/
+112
*
X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
Manman Ren
2012-09-28
1
-5
/
+28
*
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-28
8
-10
/
+1350
*
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
Dmitri Gribenko
2012-09-28
1
-4
/
+7
*
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-09-28
1
-0
/
+5
*
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-28
1
-1
/
+1
*
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
1
-1
/
+3
*
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-28
1
-0
/
+4
*
1. Add load/store words from the stack
Reed Kotler
2012-09-28
3
-34
/
+86
*
Remove <def,read-undef> flags from partial redefinitions.
Jakob Stoklund Olesen
2012-09-27
1
-0
/
+6
*
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+1
*
Don't dereference begin() on an empty vector.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+1
*
MIPS DSP: ABSQ_S.PH instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+162
*
MIPS DSP: SHLL.QB instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+151
*
Fix a integer overflow in SimplifyCFG's look up table formation logic.
Benjamin Kramer
2012-09-27
1
-0
/
+4
*
Avoid dereferencing a NULL pointer.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
42
-128
/
+128
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
42
-128
/
+128
*
Prefer shuffles to selects. Backends love shuffles!
Nick Lewycky
2012-09-27
1
-1
/
+19
*
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-09-27
5
-2
/
+123
*
MIPS DSP: rddsp (instruction which reads DSPControl register fields to a GPR).
Akira Hatanaka
2012-09-27
2
-0
/
+26
*
MIPS DSP: CMPU.EQ.QB instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+224
*
MIPS DSP: ADDU.QB instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+195
*
MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...
Akira Hatanaka
2012-09-27
4
-0
/
+103
*
MIPS DSP: all the remaining instructions which read or write accumulators.
Akira Hatanaka
2012-09-27
3
-0
/
+444
*
MIPS DSP: add support for extract-word instructions.
Akira Hatanaka
2012-09-27
4
-0
/
+224
*
MIPS DSP: add functions which decode DSP and accumulator registers.
Akira Hatanaka
2012-09-27
1
-0
/
+29
*
MIPS DSP: add code necessary for pseudo instruction lowering.
Akira Hatanaka
2012-09-27
5
-2
/
+22
*
MIPS DSP: add bitcast patterns between vectors and int.
Akira Hatanaka
2012-09-27
1
-0
/
+10
*
MIPS DSP: add vector load/store patterns.
Akira Hatanaka
2012-09-27
2
-0
/
+18
*
Fix of hang during Intel JIT profiling
Andrew Kaylor
2012-09-26
1
-11
/
+9
*
Disable the new SROA pass to get the tree back in working order. We don't yet
Nick Lewycky
2012-09-26
1
-1
/
+1
*
Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.
Dan Gohman
2012-09-26
1
-1
/
+5
*
Query the parameter attributes directly instead of using the Attribute symbols.
Bill Wendling
2012-09-26
1
-5
/
+5
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
30
-52
/
+52
*
X86_32: Large Symbol+Offset relocations.
Jim Grosbach
2012-09-26
1
-8
/
+40
*
Initial commit for the AttributesImpl class.
Bill Wendling
2012-09-26
4
-1
/
+84
*
Add case clauses for returning dsp accumulator encoding values in function
Akira Hatanaka
2012-09-26
1
-2
/
+4
*
Add DSP accumulator registers and register class. Remove hi/lo registers.
Akira Hatanaka
2012-09-26
1
-33
/
+9
*
Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.
Akira Hatanaka
2012-09-26
3
-31
/
+8
*
Add support for detecting some corei7-class Xeons.
Benjamin Kramer
2012-09-26
1
-0
/
+2
*
Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)
Duncan Sands
2012-09-26
1
-4
/
+5
*
YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.
Benjamin Kramer
2012-09-26
1
-0
/
+7
*
APFloat::roundToIntegral: Special values don't keep the exponent value up to ...
Benjamin Kramer
2012-09-26
1
-1
/
+1
*
Address Duncan's comments on r164684:
Hans Wennborg
2012-09-26
1
-9
/
+5
*
Address Duncan's comments on r164682:
Hans Wennborg
2012-09-26
1
-6
/
+4
*
Analogous fix to memset and memcpy rewriting. Don't have a test case
Chandler Carruth
2012-09-26
1
-0
/
+16
*
When rewriting the pointer operand to a load or store which has
Chandler Carruth
2012-09-26
1
-0
/
+6
[next]