index
:
~vadimg/llvm
master
r600-wip-sched
si_sched
vadimg's llvm repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
VMCore
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-21
Test that a landingpad gets the name provided when it was created (see commit
Duncan Sands
1
-0
/
+7
2012-12-09
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
1
-2
/
+2
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
1
-7
/
+7
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
10
-36
/
+31
2012-12-04
VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...
NAKAMURA Takumi
1
-0
/
+2
2012-12-04
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
1
-0
/
+4
2012-11-29
copyFastMathFlags utility and test case
Michael Ilseman
1
-0
/
+9
2012-11-28
Whoops, fixed bad merge
Michael Ilseman
1
-55
/
+0
2012-11-28
Fixed bad test case
Michael Ilseman
1
-0
/
+55
2012-11-28
Fast-math: IRBuilder test for creating instructions with fast-math flags
Michael Ilseman
1
-0
/
+58
2012-11-17
Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...
James Molloy
1
-0
/
+106
2012-11-12
do not play preprocessor tricks with 'private', use public interfaces instead...
Gabor Greif
1
-7
/
+4
2012-11-12
add unit test for waymarking algorithm (Use::getUser)
Gabor Greif
2
-0
/
+58
2012-10-31
Add IRBuilderBase::getIntPtrTy.
Evgeniy Stepanov
1
-0
/
+12
2012-10-30
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
1
-0
/
+37
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2
-14
/
+14
2012-08-04
Update cmake build.
Benjamin Kramer
1
-0
/
+1
2012-08-04
Postpone the deletion of the old name in StructType::setName to allow using a...
Benjamin Kramer
1
-0
/
+30
2012-07-16
Add support for attaching branch weight metadata directly from the IRBuilder.
Chandler Carruth
1
-0
/
+11
2012-07-16
Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.
Chandler Carruth
1
-1
/
+15
2012-07-16
Move the IRBuilder unittest from Support to VMCore. This got missed in
Chandler Carruth
2
-0
/
+75
2012-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2
-0
/
+255
2012-07-15
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
3
-1
/
+109
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
1
-2
/
+2
2012-06-21
llvm/unittests: Simplify LINK_COMPONENTS.
NAKAMURA Takumi
2
-3
/
+1
2012-06-21
llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OPTIONAL_SOURCES here, too.
NAKAMURA Takumi
1
-0
/
+6
2012-06-21
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
1
-0
/
+27
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
1
-1
/
+1
2012-04-16
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
1
-8
/
+0
2012-04-16
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
1
-0
/
+25
2012-03-31
I noticed in passing that the Metadata getIfExists method was creating a new
Duncan Sands
1
-0
/
+7
2012-03-30
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2
-1
/
+196
2012-01-02
Undo the hack in r147427 and move this unittest to a better home. This
Chandler Carruth
2
-65
/
+1
2012-01-02
Fix unittest makefile after r147425. This should unbreak the makefile
Chandler Carruth
1
-1
/
+1
2012-01-02
Materialize functions whose basic blocks are used by global variables. Fixes
Rafael Espindola
1
-0
/
+64
2011-12-12
re-enable unittest
Dylan Noblesmith
1
-2
/
+2
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
1
-0
/
+97
2011-08-30
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
1
-1
/
+1
2011-08-27
The 'expected' argument to EXPECT_EQ is actually the first one;
John McCall
1
-23
/
+23
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
3
-12
/
+12
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
1
-2
/
+2
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
1
-2
/
+2
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
1
-2
/
+2
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
1
-88
/
+0
2011-06-20
Revamp the "ConstantStruct::get" methods. Previously, these were scattered
Chris Lattner
1
-1
/
+1
2011-05-18
Teach getCastOpcode about element-by-element vector casts. For example, "trunc"
Duncan Sands
1
-0
/
+8
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
1
-6
/
+6
2011-04-11
Don't include Operator.h from InstrTypes.h.
Jay Foad
2
-0
/
+2
2011-04-01
While testing dragonegg I noticed that isCastable and getCastOpcode
Duncan Sands
1
-0
/
+13
2011-03-31
Strip trailing whitespace.
Duncan Sands
2
-14
/
+14
[next]