index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Readdress r236990, use of static members on a non-static variable.
David Blaikie
2015-05-11
1
-3
/
+2
*
Amends r236990, because I failed at hitting "save" before commit.
Aaron Ballman
2015-05-11
1
-2
/
+1
*
Replacing a range-based for loop with an old-style for loop. This code was pr...
Aaron Ballman
2015-05-11
1
-2
/
+3
*
Unbreak build: Makefile must have the same change as CMakeLists.txt
Douglas Katzman
2015-05-08
1
-1
/
+1
*
Prevent further errors of omission when adding backend names.
Douglas Katzman
2015-05-08
2
-0
/
+45
*
[ARM] Reject invalid -march values
John Brawn
2015-05-08
1
-0
/
+31
*
YAML: Fix crash in the skip method of KeyValueNode class.
Alex Lorenz
2015-05-06
1
-0
/
+4
*
Add bitcode test to verify functions can be materialized out of order.
Derek Schuff
2015-05-06
1
-0
/
+64
*
InstrProf: Strip filename prefixes from the names we display for coverage
Justin Bogner
2015-05-05
1
-0
/
+14
*
Fix regression in parsing armv{6,7}hl- triples. These are used by SUSE
Ismail Donmez
2015-05-05
1
-0
/
+12
*
YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...
Alex Lorenz
2015-05-04
1
-0
/
+85
*
Option parsing: properly handle flag aliases for joined options (PR23394)
Hans Wennborg
2015-05-04
2
-0
/
+16
*
Fix compilation of PDBApiTest.
Zachary Turner
2015-05-01
1
-1
/
+1
*
Move unit test into anonymous namespace as per convention.
Douglas Katzman
2015-05-01
1
-1
/
+2
*
YAML: Fix the output of sequences that contain flow sequences.
Alex Lorenz
2015-05-01
1
-0
/
+65
*
Fix infinite recursion in ScaledNumber::toInt.
Diego Novillo
2015-05-01
1
-0
/
+5
*
Exhaustively test all triples in TripleTest.
Douglas Katzman
2015-04-30
1
-4
/
+4
*
Fix private constructor for ScaledNumber.
Diego Novillo
2015-04-30
1
-0
/
+24
*
Fix typo in comment. NFC.
Diego Novillo
2015-04-30
1
-1
/
+1
*
Add convenient overloads for CreateInsertElement and CreateExtractElement met...
Pawel Bylica
2015-04-30
1
-0
/
+15
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-2
/
+2
*
New architecture name - 'sparcel' for Sparc little-endian.
Douglas Katzman
2015-04-29
1
-0
/
+20
*
Disable failing TestDevNull test on Windows
Reid Kleckner
2015-04-29
1
-0
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
3
-404
/
+403
*
Relax assert to avoid spurious failures with /dev/null.
Rafael Espindola
2015-04-29
1
-0
/
+29
*
Make getModRefInfo(Instruction *) not crash on certain types of instructions
Daniel Berlin
2015-04-28
1
-0
/
+10
*
DebugInfo: Support up to 2^16 arguments in a subprogram
Duncan P. N. Exon Smith
2015-04-28
1
-0
/
+20
*
Constfold insertelement to undef when index is out-of-bounds
Pawel Bylica
2015-04-27
1
-4
/
+13
*
Verifier: Function metadata attachments require a body
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+18
*
IR: Add Function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+108
*
Correct extractelement constant folding
Pawel Bylica
2015-04-24
1
-0
/
+8
*
Fix APInt long division algorithm
Pawel Bylica
2015-04-24
1
-182
/
+66
*
Another test to exercise APInt divide step D6.
Yaron Keren
2015-04-22
1
-0
/
+13
*
Replace std::auto_ptr with std::unique_ptr
David Blaikie
2015-04-22
1
-2
/
+2
*
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-3
/
+3
*
s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-cl
Reid Kleckner
2015-04-21
1
-1
/
+2
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-9
/
+10
*
[Orc] Make the makeStub function propagate argument attributes onto the call to
Lang Hames
2015-04-20
4
-0
/
+139
*
DebugInfo: Remove DIType
Duncan P. N. Exon Smith
2015-04-20
1
-2
/
+2
*
Don't allow pwrite to resize a stream.
Rafael Espindola
2015-04-20
1
-1
/
+9
*
[PDB] Support executables and source/line info.
Zachary Turner
2015-04-17
1
-0
/
+10
*
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
2015-04-16
1
-1
/
+2
*
DebugInfo: Gut DIDescriptor
Duncan P. N. Exon Smith
2015-04-16
1
-4
/
+4
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+2
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-30
/
+10
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+4
*
Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add...
Daniel Berlin
2015-04-14
1
-0
/
+28
*
Add raw_pwrite_stream type.
Rafael Espindola
2015-04-14
2
-0
/
+26
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-18
/
+19
[next]