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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
10
-11
/
+11
*
Add the C source code to the test to make it easier to update when debug info...
Nadav Rotem
2013-07-29
1
-0
/
+9
*
SLPVectorier: update the debug location for the new instructions.
Nadav Rotem
2013-07-29
1
-0
/
+82
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
37
-208
/
+237
*
Use proper section suffix for COFF weak symbols
Nico Rieck
2013-07-29
2
-25
/
+44
*
Proper va_arg/va_copy lowering on win64
Nico Rieck
2013-07-29
1
-0
/
+60
*
Add support for the 's' operation to llvm-ar.
Rafael Espindola
2013-07-29
2
-0
/
+32
*
MC: Support larger COFF string tables
Nico Rieck
2013-07-29
1
-0
/
+62
*
Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...
Silviu Baranga
2013-07-29
1
-1
/
+25
*
Don't vectorize when the attribute NoImplicitFloat is used.
Nadav Rotem
2013-07-29
1
-0
/
+25
*
DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
Benjamin Kramer
2013-07-27
1
-0
/
+0
*
SimplifyCFG: Add missing tests from r187278
Tom Stellard
2013-07-27
3
-0
/
+125
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
37
-161
/
+200
*
SLP Vectorier: Don't vectorize really short chains because they are already ...
Nadav Rotem
2013-07-26
1
-1
/
+3
*
SLP Vectorizer: Disable the vectorization of non power of two chains, such as...
Nadav Rotem
2013-07-26
2
-33
/
+39
*
Use pipefail when available.
Rafael Espindola
2013-07-26
1
-0
/
+2
*
next batch of -disable-debug-info-verifier
Rafael Espindola
2013-07-26
5
-5
/
+5
*
When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is
Owen Anderson
2013-07-26
1
-0
/
+12
*
[mips] Implement llvm.trap intrinsic.
Akira Hatanaka
2013-07-26
1
-0
/
+11
*
[mips] Fix FP conditional move instructions to have explicit FP condition code
Akira Hatanaka
2013-07-26
2
-0
/
+36
*
[mips] Fix FP branch instructions to have explicit FP condition code register
Akira Hatanaka
2013-07-26
4
-0
/
+24
*
Debug Info Verifier: enable verification of DICompileUnit.
Manman Ren
2013-07-26
71
-217
/
+268
*
[mips] Print instructions "beq", "bne" and "or" using assembler pseudo
Akira Hatanaka
2013-07-26
6
-31
/
+35
*
Move this to the X86 directory, unfortunately the hashes are not
Eric Christopher
2013-07-26
1
-0
/
+0
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
1
-0
/
+116
*
Next batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-26
5
-5
/
+5
*
Add a target legalize hook for SplitVectorOperand (again)
Justin Holewinski
2013-07-26
2
-0
/
+43
*
Revert "Add a target legalize hook for SplitVectorOperand"
Rafael Espindola
2013-07-26
2
-41
/
+0
*
Add a target legalize hook for SplitVectorOperand
Justin Holewinski
2013-07-26
2
-0
/
+41
*
Re-implement the analysis of uses in mem2reg to be significantly more
Chandler Carruth
2013-07-26
2
-26
/
+70
*
Add test cases for the various instruction alias and Intel syntax fixes that ...
Craig Topper
2013-07-26
3
-17
/
+380
*
Make .bc en/decoding of AttrKind stable
Tobias Grosser
2013-07-26
2
-0
/
+236
*
PPC32 va_list is an actual structure so va_copy needs to copy the whole
Roman Divacky
2013-07-25
1
-0
/
+24
*
Remove dead code from the makefile build system.
Rafael Espindola
2013-07-25
1
-12
/
+0
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
23
-162
/
+170
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
44
-4573
/
+0
*
Evict local live ranges if they can be reassigned.
Andrew Trick
2013-07-25
4
-12
/
+6
*
Allocate local registers in order for optimal coloring.
Andrew Trick
2013-07-25
18
-74
/
+69
*
Current batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-25
15
-19
/
+19
*
AArch64: add llc-based tests for previous commit.
Tim Northover
2013-07-25
2
-2
/
+15
*
Fix a bug in TableGen where the intrinsic function name recognizer could mis-...
Justin Holewinski
2013-07-25
1
-0
/
+35
*
[SystemZ] Rework compare and branch support
Richard Sandiford
2013-07-25
1
-0
/
+22
*
[SystemZ] Add LOCR and LOCGR
Richard Sandiford
2013-07-25
4
-0
/
+209
*
[SystemZ] Add LOC and LOCG
Richard Sandiford
2013-07-25
5
-0
/
+486
*
[SystemZ] Add STOC and STOCG
Richard Sandiford
2013-07-25
7
-2
/
+538
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
34
-167
/
+172
*
Respect llvm.used in Internalize.
Rafael Espindola
2013-07-25
1
-0
/
+20
*
Check that TD isn't NULL before dereferencing it down this path.
Nick Lewycky
2013-07-25
1
-0
/
+17
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
3
-32
/
+50
*
Update testing cases to pass debug info verifier.
Manman Ren
2013-07-24
26
-208
/
+223
[next]