- Aug 19, 2009
-
-
Owen Anderson authored
llvm-svn: 79435
-
Daniel Dunbar authored
- This avoids unnecessary malloc/free overhead in the common case, and unnecessary copying from the ostream buffer into the output vector. llvm-svn: 79434
-
Daniel Dunbar authored
- These allow clients to make use of the extra elements in the vector which have already been allocated, without requiring them to be value initialized. llvm-svn: 79433
-
Erick Tryzelaar authored
llvm-svn: 79432
-
Erick Tryzelaar authored
llvm-svn: 79431
-
Erick Tryzelaar authored
llvm-svn: 79430
-
Owen Anderson authored
actually added. llvm-svn: 79429
-
Bob Wilson authored
This is derived from a patch by Anton Korzh. I modified it to recognize the VEXT shuffles during legalization and lower them to a target-specific DAG node. llvm-svn: 79428
-
Daniel Dunbar authored
llvm-svn: 79427
-
Daniel Dunbar authored
rather obscure way (the other candidate is r79377). llvm-svn: 79426
-
David Goodwin authored
Use the schedule itinerary operand use/def cycle information to adjust dependence edge latency for post-RA scheduling. llvm-svn: 79425
-
Sandeep Patel authored
llvm-svn: 79424
-
Mike Stump authored
llvm-svn: 79423
-
Mike Stump authored
llvm-svn: 79422
-
Mike Stump authored
llvm-svn: 79421
-
Zhongxing Xu authored
and other core analysis logic will be untied to a particular Decl. llvm-svn: 79420
-
Duncan Sands authored
Xerxes Rånby. llvm-svn: 79419
-
Benjamin Kramer authored
llvm-svn: 79418
-
Benjamin Kramer authored
Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren't available on windows (mingw defines them though). llvm-svn: 79417
-
Benjamin Kramer authored
llvm-svn: 79416
-
Eli Friedman authored
llvm-svn: 79415
-
Erick Tryzelaar authored
llvm-svn: 79414
-
Erick Tryzelaar authored
llvm-svn: 79413
-
Eli Friedman authored
where sizeof(short) == sizeof(int). Move UsualArithmeticConversionsType out of Sema, since it was only there as a historical artifact. Patch by Enea Zaffanella. llvm-svn: 79412
-
Nick Lewycky authored
delete a newed pointer, and improve readability a little bit. llvm-svn: 79411
-
Erick Tryzelaar authored
llvm-svn: 79410
-
Chris Lattner authored
llvm-svn: 79409
-
Chris Lattner authored
llvm-svn: 79408
-
Nick Lewycky authored
llvm-svn: 79407
-
Chris Lattner authored
llvm-svn: 79406
-
Chris Lattner authored
talk to the MCStreamer directly instead. llvm-svn: 79405
-
Andreas Neustifter authored
llvm-svn: 79404
-
Daniel Dunbar authored
llvm-svn: 79403
-
Mike Stump authored
llvm-svn: 79402
-
Erick Tryzelaar authored
gcc-4.4 was optimizing away comparisons against SimpleValueType when it was compared to a value larger than the largest value in the enum. This patch works around it by adding one extra item to the enum so that these tests will now be valid. llvm-svn: 79401
-
Mike Stump authored
llvm-svn: 79400
-
Argyrios Kyrtzidis authored
llvm-svn: 79399
-
Lang Hames authored
llvm-svn: 79397
-
Argyrios Kyrtzidis authored
llvm-svn: 79396
-
Argyrios Kyrtzidis authored
llvm-svn: 79395
-