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
/
test
/
Assembler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
6
-10
/
+27
*
Don't crash on redefinitions.
Rafael Espindola
2014-05-09
1
-0
/
+7
*
IR: Don't allow non-default visibility on local linkage
Duncan P. N. Exon Smith
2014-05-07
12
-0
/
+68
*
Reject alias to undefined symbols in the verifier.
Rafael Espindola
2014-03-12
1
-1
/
+3
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-4
/
+6
*
IR: Change inalloca's grammar a bit
David Majnemer
2014-03-09
1
-5
/
+5
*
Bug 18228 - Fix accepting bitcasts between vectors of pointers with a
Matt Arsenault
2014-01-22
1
-0
/
+7
*
Add an inalloca flag to allocas
Reid Kleckner
2014-01-17
1
-0
/
+16
*
Clean up RUN command for Assembler/getInt.ll.
Cameron McInally
2014-01-13
1
-2
/
+1
*
Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Cameron McInally
2014-01-13
1
-0
/
+4
*
Fix broken CHECK lines.
Benjamin Kramer
2014-01-11
1
-1
/
+1
*
Allow addrspacecast in global aliases
Matt Arsenault
2014-01-02
1
-0
/
+6
*
Fold vector selects with undef elements in the condition. Fixes PR18319.
Nick Lewycky
2013-12-31
1
-0
/
+8
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-23
1
-7
/
+17
*
Make it explicit that nulls are not allowed in names.
Rafael Espindola
2013-11-19
1
-0
/
+6
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
2
-0
/
+5
*
Change objectsize intrinsic to accept different address spaces.
Matt Arsenault
2013-10-07
1
-0
/
+15
*
Remove verifier check that attribute 'builtin' is only applied to calls to
Richard Smith
2013-09-07
1
-2
/
+0
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-1
/
+1
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-1
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
1
-2
/
+2
*
DISubprogram metadata have an MDNode representing which base type
Eric Christopher
2013-08-08
1
-1
/
+1
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
1
-1
/
+1
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
1
-2
/
+3
*
Next batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
Update testing cases to pass debug info verifier.
Manman Ren
2013-07-24
1
-4
/
+5
*
Add -disable-debug-info-verifier to a RUN line.
Rafael Espindola
2013-07-24
1
-1
/
+1
*
Update testing cases to make them pass debug info verification.
Manman Ren
2013-07-24
1
-7
/
+9
*
Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
2013-07-23
1
-1
/
+1
*
Fix test: It was missing run lines and llvm-dis has no -disable-verify option.
Rafael Espindola
2013-07-03
1
-4
/
+4
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
1
-0
/
+52
*
Correct invalid debug info metadata
David Blaikie
2013-03-12
1
-1
/
+8
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
2
-4
/
+9
*
FileCheck-ize the tests.
Bill Wendling
2013-02-11
1
-1
/
+5
*
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...
Michael Gottesman
2013-02-05
1
-0
/
+5
*
Fix ConstantFold's folding of icmp instructions to recognize that,
Dan Gohman
2013-01-31
1
-0
/
+23
*
Fast-math test case for bitcode and textual reading/writing
Michael Ilseman
2012-11-27
1
-0
/
+142
*
Preserve address space of forward-referenced global variables in the LL parser
Justin Holewinski
2012-11-16
1
-0
/
+8
*
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
5
-2
/
+57
*
Don't crash if a .ll file contains a forward-reference that looks like a global
Nick Lewycky
2012-10-11
1
-0
/
+4
*
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
1
-1
/
+1
*
The normal edge of an invoke is not allowed to branch to a block with a
Eli Friedman
2012-08-10
1
-13
/
+0
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
12
-12
/
+12
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
15
-20
/
+20
*
Make tests which first provide a negative assertion via 'not', then
Chandler Carruth
2012-07-02
7
-7
/
+14
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
1
-0
/
+11
*
Add half support to LLVM (for OpenCL)
Tobias Grosser
2012-05-24
3
-0
/
+38
*
Remove old 'grep' lines.
Bill Wendling
2012-04-08
1
-2
/
+0
[next]