projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AArch64: strengthen Darwin ABI alignment assumptions
[oota-llvm.git]
/
test
/
Assembler
/
2014-11-06
Rafael Espindola
Use FileCheck in a few tests.
tree
|
commitdiff
2014-10-16
Rafael Espindola
Delete -std-compile-opts.
tree
|
commitdiff
2014-10-03
Duncan P. N. Exon...
Revert "Revert "DI: Fold constant arguments into a...
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
Revert "DI: Fold constant arguments into a single MDString"
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
DI: Fold constant arguments into a single MDString
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
tree
|
commitdiff
2014-10-01
Adrian Prantl
Revert r218778 while investigating buldbot breakage.
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
tree
|
commitdiff
2014-09-05
Akira Hatanaka
[inline asm] Add a check in InlineAsm::ConstraintInfo...
tree
|
commitdiff
2014-08-26
Reid Kleckner
Declare that musttail calls in variadic functions forwa...
tree
|
commitdiff
2014-08-19
Duncan P. N. Exon...
IR: Implement uselistorder assembly directives
tree
|
commitdiff
2014-08-19
Duncan P. N. Exon...
verify-uselistorder: Force -preserve-bc-use-list-order
tree
|
commitdiff
2014-08-16
Duncan P. N. Exon...
IR: Don't add inbounds to GEPs of extern_weak variables
tree
|
commitdiff
2014-07-31
Duncan P. N. Exon...
verify-uselistorder: Change the default -num-shuffles=5
tree
|
commitdiff
2014-07-31
Duncan P. N. Exon...
UseListOrder: Handle self-users
tree
|
commitdiff
2014-07-31
Duncan P. N. Exon...
UseListOrder: Don't give constant IDs to GlobalValues
tree
|
commitdiff
2014-07-31
Duncan P. N. Exon...
verify-uselistorder: Add RUN lines to cases in test...
tree
|
commitdiff
2014-07-30
Rafael Espindola
Use "weak alias" instead of "alias weak"
tree
|
commitdiff
2014-07-21
Mark Heffernan
Rename metadata llvm.loop.vectorize.unroll to llvm...
tree
|
commitdiff
2014-06-27
David Majnemer
IR: Add COMDATs to the IR
tree
|
commitdiff
2014-06-25
Eli Bendersky
Add some test files for r211710.
tree
|
commitdiff
2014-06-15
Jingyue Wu
Canonicalize addrspacecast ConstExpr between different...
tree
|
commitdiff
2014-06-13
Tim Northover
IR: add "cmpxchg weak" variant to support permitted...
tree
|
commitdiff
2014-06-03
Rafael Espindola
Allow alias to point to an arbitrary ConstantExpr.
tree
|
commitdiff
2014-05-27
Arnaud A. de Grand...
No need for those tests to go thru llvm-as and/or llvm...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-05-09
Rafael Espindola
Don't crash on redefinitions.
tree
|
commitdiff
2014-05-07
Duncan P. N. Exon...
IR: Don't allow non-default visibility on local linkage
tree
|
commitdiff
2014-03-12
Rafael Espindola
Reject alias to undefined symbols in the verifier.
tree
|
commitdiff
2014-03-11
Tim Northover
IR: add a second ordering operand to cmpxhg for failure
tree
|
commitdiff
2014-03-09
David Majnemer
IR: Change inalloca's grammar a bit
tree
|
commitdiff
2014-01-22
Matt Arsenault
Bug 18228 - Fix accepting bitcasts between vectors...
tree
|
commitdiff
2014-01-17
Reid Kleckner
Add an inalloca flag to allocas
tree
|
commitdiff
2014-01-13
Cameron McInally
Clean up RUN command for Assembler/getInt.ll.
tree
|
commitdiff
2014-01-13
Cameron McInally
Fix uninitialized warning in llvm/lib/IR/DataLayout...
tree
|
commitdiff
2014-01-11
Benjamin Kramer
Fix broken CHECK lines.
tree
|
commitdiff
2014-01-02
Matt Arsenault
Allow addrspacecast in global aliases
tree
|
commitdiff
2013-12-31
Nick Lewycky
Fold vector selects with undef elements in the conditio...
tree
|
commitdiff
2013-11-23
Manman Ren
Debug Info: update testing cases to specify the debug...
tree
|
commitdiff
2013-11-19
Rafael Espindola
Make it explicit that nulls are not allowed in names.
tree
|
commitdiff
2013-11-15
Matt Arsenault
Add addrspacecast instruction.
tree
|
commitdiff
2013-10-07
Matt Arsenault
Change objectsize intrinsic to accept different address...
tree
|
commitdiff
2013-09-07
Richard Smith
Remove verifier check that attribute 'builtin' is only...
tree
|
commitdiff
2013-09-06
Manman Ren
Debug Info Testing: updated to use NULL instead of...
tree
|
commitdiff
2013-08-26
Manman Ren
Debug Info: add an identifier field to DICompositeType.
tree
|
commitdiff
2013-08-16
Daniel Dunbar
[tests] Cleanup initialization of test suffixes.
tree
|
commitdiff
2013-08-12
Tim Northover
Fix FileCheck --check-prefix lines.
tree
|
commitdiff
2013-08-08
Eric Christopher
DISubprogram metadata have an MDNode representing which...
tree
|
commitdiff
2013-07-29
Manman Ren
Debug Info: enable verifier for testing cases.
tree
|
commitdiff
2013-07-27
Manman Ren
Debug Info Verifier: verify SPs in llvm.dbg.sp.
tree
|
commitdiff
2013-07-26
Rafael Espindola
Next batch of -disable-debug-info-verifier.
tree
|
commitdiff
2013-07-24
Manman Ren
Update testing cases to pass debug info verifier.
tree
|
commitdiff
2013-07-24
Rafael Espindola
Add -disable-debug-info-verifier to a RUN line.
tree
|
commitdiff
2013-07-24
Manman Ren
Update testing cases to make them pass debug info verif...
tree
|
commitdiff
2013-07-23
Manman Ren
Debug Info Finder: use processDeclare and processValue...
tree
|
commitdiff
2013-07-03
Rafael Espindola
Fix test: It was missing run lines and llvm-dis has...
tree
|
commitdiff
2013-06-27
Michael Gottesman
Added support for the Builtin attribute.
tree
|
commitdiff
2013-03-12
David Blaikie
Correct invalid debug info metadata
tree
|
commitdiff
2013-02-20
Bill Wendling
Modify the LLVM assembly output so that it uses referen...
tree
|
commitdiff
2013-02-11
Bill Wendling
FileCheck-ize the tests.
tree
|
commitdiff
2013-02-05
Michael Gottesman
Added LLVM Asm/Bitcode Reader/Writer support for new...
tree
|
commitdiff
2013-01-31
Dan Gohman
Fix ConstantFold's folding of icmp instructions to...
tree
|
commitdiff
2012-11-27
Michael Ilseman
Fast-math test case for bitcode and textual reading...
tree
|
commitdiff
2012-11-16
Justin Holewinski
Preserve address space of forward-referenced global...
tree
|
commitdiff
2012-11-13
Duncan Sands
Relax the restrictions on vector of pointer types,...
tree
|
commitdiff
2012-10-11
Nick Lewycky
Don't crash if a .ll file contains a forward-reference...
tree
|
commitdiff
2012-10-09
Bill Wendling
Inline the checks for mutually exclusive attributes...
tree
|
commitdiff
2012-08-10
Eli Friedman
The normal edge of an invoke is not allowed to branch...
tree
|
commitdiff
2012-07-02
Chandler Carruth
Fix the remaining TCL-style quotes found in the testsui...
tree
|
commitdiff
2012-07-02
Chandler Carruth
Convert the uses of '|&' to use '2>&1 |' instead, which...
tree
|
commitdiff
2012-07-02
Chandler Carruth
Convert all tests using TCL-style quoting to use shell...
tree
|
commitdiff
2012-07-02
Chandler Carruth
Make tests which first provide a negative assertion...
tree
|
commitdiff
2012-06-23
Hans Wennborg
Extend the IL for selecting TLS models (PR9788)
tree
|
commitdiff
2012-05-24
Tobias Grosser
Add half support to LLVM (for OpenCL)
tree
|
commitdiff
2012-04-08
Bill Wendling
Remove old 'grep' lines.
tree
|
commitdiff
2012-04-08
Bill Wendling
FileCheckize these testcases.
tree
|
commitdiff
2012-02-16
Eli Bendersky
Replace all instances of dg.exp file with lit.local...
tree
|
commitdiff
2011-12-12
Chandler Carruth
Add an explicit test of the auto-upgrade functionality...
tree
|
commitdiff
2011-11-27
Chris Lattner
remove autoupgrade support for old forms of llvm.prefet...
tree
|
commitdiff
2011-11-27
Chris Lattner
remove some old autoupgrade logic
tree
|
commitdiff
2011-09-19
Eli Friedman
Fix a typo in the bitcode reader in the handling of...
tree
|
commitdiff
2011-09-06
Duncan Sands
Split the init.trampoline intrinsic, which currently...
tree
|
commitdiff
2011-08-25
Bill Wendling
Update to the new EH scheme.
tree
|
commitdiff
2011-08-12
Eli Friedman
Move "atomic" and "volatile" designations on instructio...
tree
|
commitdiff
2011-07-09
Chris Lattner
Land the long talked about "type system rewrite" patch...
tree
|
commitdiff
2011-07-09
Chris Lattner
more tests not making the jump into the brave new world.
tree
|
commitdiff
2011-07-09
Chris Lattner
remove some crufy old tests that aren't adding much...
tree
|
commitdiff
2011-06-19
Chris Lattner
Remove support for parsing the "type i32" syntax for...
tree
|
commitdiff
2011-06-18
Chris Lattner
rip out a ton of intrinsic modernization logic from...
tree
|
commitdiff
2011-06-17
Chris Lattner
make the asmparser reject function and type redefinitio...
tree
|
commitdiff
2011-06-17
Chris Lattner
remove parser support for the obsolete "multiple return...
tree
|
commitdiff
2011-06-17
Chris Lattner
manually upgrade a bunch of tests to modern syntax...
tree
|
commitdiff
2011-06-16
Nick Lewycky
Add testcase for r133050 which added support for printi...
tree
|
commitdiff
2011-06-14
Bruno Cardoso Lopes
Add one more argument to the prefetch intrinsic to...
tree
|
commitdiff
2011-05-18
Duncan Sands
Tighten up checking of the validity of casts. (1)...
tree
|
commitdiff
2011-05-03
Bill Wendling
Replace the "movnt" intrinsics with a native store...
tree
|
commitdiff
2011-04-13
Bill Wendling
Reapply r129401 with patch for clang.
tree
|
commitdiff
2011-04-12
Bill Wendling
Revert r129401 for now. Clang is using the old way...
tree
|
commitdiff
2011-04-12
Bill Wendling
Remove the unaligned load intrinsics in favor of using...
tree
|
commitdiff
2011-04-04
Jay Foad
Remove some support for ReturnInsts with multiple opera...
tree
|
commitdiff
next