- Jan 28, 2009
-
-
Daniel Dunbar authored
- Merged into single ComplexEvaluator, these share too much logic to be worth splitting for float/int (IMHO). Will split on request. llvm-svn: 63248
-
Nuno Lopes authored
llvm-svn: 63158
-
- Jan 27, 2009
-
-
Anders Carlsson authored
If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417 llvm-svn: 63127
-
Chris Lattner authored
llvm-svn: 63117
-
Daniel Dunbar authored
builtins-x86.c. llvm-svn: 63069
-
- Jan 25, 2009
-
-
Eli Friedman authored
__builtin___CFStringMakeConstantString. (We get into trouble in GenerateStaticBlockVarDecl if the constant folder isn't accurate.) llvm-svn: 62949
-
Eli Friedman authored
constant. llvm-svn: 62948
-
- Jan 24, 2009
-
-
Eli Friedman authored
Note that there are still other issues in this area; see PR3396. llvm-svn: 62942
-
- Jan 23, 2009
-
-
Daniel Dunbar authored
- <rdar://problem/6518844> Clang-generated bitcode crashes LLVM while compiling function pointer addition expression llvm-svn: 62857
-
- Jan 22, 2009
-
-
Daniel Dunbar authored
- Although gross, this is needed currently to ensure that we produce well formed debug information (to match pace with the assertions being added to DebugInfo in LLVM). llvm-svn: 62734
-
- Jan 18, 2009
-
-
Nate Begeman authored
llvm-svn: 62458
-
Nate Begeman authored
llvm-svn: 62455
-
Nate Begeman authored
llvm-svn: 62443
-
- Jan 17, 2009
-
-
Nuno Lopes authored
llvm-svn: 62387
-
- Jan 15, 2009
-
-
Nuno Lopes authored
init of static vars still not working. I'll get back to it tomorrow or so llvm-svn: 62278
-
- Jan 13, 2009
-
-
Daniel Dunbar authored
llvm-svn: 62139
-
- Jan 12, 2009
-
-
Anders Carlsson authored
llvm-svn: 62069
-
- Jan 11, 2009
-
-
Anders Carlsson authored
llvm-svn: 62049
-
Anders Carlsson authored
llvm-svn: 62043
-
- Jan 06, 2009
-
-
Chris Lattner authored
llvm-svn: 61770
-
- Jan 05, 2009
-
-
Daniel Dunbar authored
Improve ext vector test case. llvm-svn: 61766
-
- Jan 04, 2009
-
-
Anders Carlsson authored
When emitting the static variables we need to make sure that the order is preserved. Fix this by making StaticDecls a std::list which has O(1) random removal. llvm-svn: 61621
-
- Dec 26, 2008
-
-
Anton Korobeynikov authored
Patch by Ilya Okonsky llvm-svn: 61437
-
- Dec 21, 2008
-
-
Anders Carlsson authored
llvm-svn: 61302
-
Anders Carlsson authored
llvm-svn: 61301
-
Eli Friedman authored
simple test that actually does VLA codegen. Note that despite the fact that the alloca isn't in the entry block, it should dominate all uses; this is guaranteed by the restrictions on goto into VLA scope in C99. llvm-svn: 61291
-
- Dec 20, 2008
-
-
Anders Carlsson authored
llvm-svn: 61283
-
- Dec 17, 2008
-
-
Chris Lattner authored
a name. This implements PR3208. llvm-svn: 61127
-
- Dec 13, 2008
-
-
Sebastian Redl authored
stdlib.h is the wrong header for printf, and introduces test-breaking definitions of inlines on Linux llvm-svn: 60981
-
- Dec 12, 2008
-
-
Daniel Dunbar authored
working with and without debug info). llvm-svn: 60960
-
- Dec 06, 2008
-
-
Anders Carlsson authored
llvm-svn: 60627
-
- Dec 05, 2008
-
-
Anders Carlsson authored
llvm-svn: 60580
-
- Dec 03, 2008
-
-
Anders Carlsson authored
llvm-svn: 60462
-
- Dec 02, 2008
-
-
Eli Friedman authored
ScalarExprEmitter::VisitBinLOr. llvm-svn: 60415
-
- Nov 26, 2008
-
-
Anders Carlsson authored
llvm-svn: 60109
-
- Nov 25, 2008
-
-
Anders Carlsson authored
llvm-svn: 60058
-
- Nov 24, 2008
-
-
Anders Carlsson authored
llvm-svn: 59946
-
Anders Carlsson authored
llvm-svn: 59942
-
Anders Carlsson authored
llvm-svn: 59941
-
- Nov 22, 2008
-
-
Anders Carlsson authored
llvm-svn: 59861
-