- Nov 17, 2007
-
-
Nate Begeman authored
llvm-svn: 44204
-
- Nov 15, 2007
-
-
Nate Begeman authored
llvm-svn: 44181
-
- Nov 14, 2007
-
-
Duncan Sands authored
llvm-svn: 44139
-
Duncan Sands authored
llvm-svn: 44116
-
Anton Korobeynikov authored
llvm-svn: 44109
-
- Nov 01, 2007
-
-
Duncan Sands authored
doing something - this needs to work for release builds too. I chose to just abort rather than following the fancy logic of abortIfBroken, because (1) it is a pain to do otherwise, and (2) nothing is going to work if the module is this broken. llvm-svn: 43611
-
Chris Lattner authored
a command line optn. llvm-svn: 43603
-
Owen Anderson authored
llvm-svn: 43601
-
Chris Lattner authored
(in hindsight) infinite recursion. Simplify the code. llvm-svn: 43597
-
- Oct 31, 2007
-
-
Dan Gohman authored
by r43510. Gracefully handle constants with vector type that aren't ConstantVector or ConstantAggregateZero. llvm-svn: 43579
-
Owen Anderson authored
Add a preverifier pass to check that every basic block ends in a terminator, so that we don't segfault when verifying invalid code. llvm-svn: 43578
-
- Oct 30, 2007
-
-
Dan Gohman authored
llvm-svn: 43510
-
- Oct 29, 2007
-
-
Chris Lattner authored
now. It conflicts with clang's -pedantic flag. llvm-svn: 43431
-
- Oct 28, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 43424
-
- Oct 23, 2007
-
-
Owen Anderson authored
llvm-svn: 43259
-
- Oct 22, 2007
-
-
Dan Gohman authored
llvm-svn: 43232
-
- Oct 18, 2007
-
-
Chris Lattner authored
llvm-svn: 43133
-
Chris Lattner authored
llvm-svn: 43130
-
Chris Lattner authored
llvm-svn: 43129
-
- Oct 17, 2007
-
-
Dan Gohman authored
and working with broadcasted constants. llvm-svn: 43076
-
Owen Anderson authored
llvm-svn: 43059
-
Dale Johannesen authored
Remove the assumption that this will happen from various places. llvm-svn: 43053
-
- Oct 16, 2007
-
-
Owen Anderson authored
having dominator information on MBB's. llvm-svn: 43036
-
Duncan Sands authored
codegen support. This should have no effect on codegen for other types. Debatable bits: (1) the use (abuse?) of a set in SDNode::getValueTypeList; (2) the length of getTypeToTransformTo, which maybe should be refactored with a non-inline part for extended value types. llvm-svn: 43030
-
- Oct 15, 2007
-
-
Chris Lattner authored
llvm-svn: 42979
-
- Oct 14, 2007
-
-
Dale Johannesen authored
long double. llvm-svn: 42958
-
- Oct 11, 2007
-
-
Dale Johannesen authored
No compile-time support for constant operations yet, just format transformations. Make readers and writers work. Split constants into 2 doubles in Legalize. llvm-svn: 42865
-
- Oct 08, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42760
-
Evan Cheng authored
llvm-svn: 42757
-
Dan Gohman authored
llvm-svn: 42747
-
Owen Anderson authored
Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNode by making it a typedef of a templated DomTreeNodeBase. llvm-svn: 42743
-
Gordon Henriksen authored
the Objective Caml 'declare_*' functions to behave more or less like getOrInsertFunction. llvm-svn: 42740
-
- Oct 07, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42736
-
Neil Booth authored
input. APInt unfortunately zero-extends signed integers, so Dale modified the function to expect zero-extended input. Make this assumption explicit in the function name. llvm-svn: 42732
-
Gordon Henriksen authored
llvm-svn: 42713
-
- Oct 06, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42698
-
Gordon Henriksen authored
llvm-svn: 42697
-
Gordon Henriksen authored
llvm-svn: 42696
-
Gordon Henriksen authored
llvm-svn: 42668
-
Gordon Henriksen authored
bindings headers themselves, hidden behind #ifdef __cplusplus. llvm-svn: 42666
-