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
/
Feature
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
1
-0
/
+11
*
change of mind :)
Chris Lattner
2009-10-27
1
-0
/
+0
*
rename test.
Chris Lattner
2009-10-27
1
-0
/
+0
*
eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it.
Chris Lattner
2009-10-19
2
-24
/
+1
*
Add new "memory use marker" intrinsics. These indicate lifetimes and invariant
Nick Lewycky
2009-10-13
1
-0
/
+36
*
Parse custom metadata attached with an instruction.
Devang Patel
2009-09-29
2
-9
/
+9
*
Write and read metadata attachments.
Devang Patel
2009-09-18
1
-0
/
+22
*
A testcase!
Devang Patel
2009-09-17
1
-0
/
+23
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
this test is using invalid "intrinsics".
Chris Lattner
2009-09-11
1
-20
/
+0
*
Use "opt < %s" instead of "opt %s" so that opt doesn't print the test
Dan Gohman
2009-09-08
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
2
-3
/
+3
*
Temporary test files should use %t.
Daniel Dunbar
2009-09-05
2
-6
/
+6
*
Remove obsolete -f flags.
Dan Gohman
2009-08-25
2
-2
/
+2
*
Do not use abbrev while writing NamedMDNode name.
Devang Patel
2009-07-30
1
-0
/
+7
*
Read and write NamedMDNode.
Devang Patel
2009-07-29
1
-0
/
+6
*
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-23
4
-17
/
+7
*
Remove empty test.
Devang Patel
2009-07-22
1
-0
/
+0
*
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-22
2
-7
/
+5
*
Drop "constant" from
Devang Patel
2009-07-08
3
-4
/
+5
*
Update SLotTracker to handle MDNode slots.
Devang Patel
2009-07-08
1
-3
/
+4
*
Support MDNode forward reference.
Devang Patel
2009-07-08
1
-0
/
+5
*
new test case
Devang Patel
2009-07-01
1
-0
/
+3
*
Support stand alone metadata syntax.
Devang Patel
2009-07-01
1
-0
/
+7
*
Let's ignore MDStrings also!
Devang Patel
2009-06-26
1
-1
/
+3
*
No need to code gen MDNodes
Devang Patel
2009-06-25
1
-0
/
+2
*
Support vector casts in more places, fixing a variety of assertion
Dan Gohman
2009-06-15
1
-0
/
+37
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
3
-3
/
+3
*
Give embedded metadata its own type instead of relying on EmptyStructTy.
Nick Lewycky
2009-05-30
1
-3
/
+3
*
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2009-05-10
1
-1
/
+1
*
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
2009-04-04
1
-0
/
+11
*
Don't load values out of global constants with weak
Duncan Sands
2009-03-20
1
-0
/
+38
*
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2009-01-02
2
-5
/
+1
*
add testcase for type parsing.
Chris Lattner
2008-12-27
1
-0
/
+21
*
Extend the 'noalias' attribute to function return values. This is intended to
Nick Lewycky
2008-11-24
1
-0
/
+6
*
Put CPPBackend tests into their own directory and run them only if they're
Bill Wendling
2008-07-10
1
-756
/
+0
*
Fix some escaping and quoting in RUN lines, mainly involving { and <. In two
Matthijs Kooijman
2008-06-10
1
-1
/
+1
*
Remove lingering references to .llx and .tr in the tests.
Dan Gohman
2008-05-23
1
-1
/
+1
*
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-05-20
1
-1
/
+1
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Update test
Anton Korobeynikov
2008-04-25
1
-1
/
+1
*
Start removing 'unwinds to' support from mainline in preparation for 2.3.
Nick Lewycky
2008-04-22
1
-67
/
+0
*
Upgrade these tests for the current intrinsic prototypes.
Dan Gohman
2008-04-14
1
-18
/
+18
*
Support chained aliases for LLVM IR printing. This fixes PR2145
Anton Korobeynikov
2008-03-22
1
-0
/
+2
*
no need to keep around this output.
Chris Lattner
2008-03-12
1
-1
/
+1
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
1
-9
/
+9
*
Exercise the new CFG change.
Nick Lewycky
2008-03-06
1
-0
/
+13
*
Oops, can't unwind to the entry block (entry block may have no preds).
Nick Lewycky
2008-03-02
1
-0
/
+6
[prev]
[next]