- Apr 25, 2005
-
-
Reid Spencer authored
llvm-svn: 21523
-
Reid Spencer authored
calls. The pass visits all external functions in the module and determines if such function calls can be optimized. The optimizations are specific to the library calls involved. This initial version only optimizes calls to exit(3) when they occur in main(): it changes them to ret instructions. llvm-svn: 21522
-
Reid Spencer authored
llvm-svn: 21521
-
Reid Spencer authored
so we put the destructor in Pass.cpp and make it non-inline. llvm-svn: 21520
-
Chris Lattner authored
llvm-svn: 21515
-
Reid Spencer authored
instruction is added to the original block, not the new block. llvm-svn: 21513
-
Reid Spencer authored
destructor. llvm-svn: 21510
-
Reid Spencer authored
don't have virtual destructors. llvm-svn: 21507
-
- Apr 24, 2005
-
-
Reid Spencer authored
grammar rules for the English language. llvm-svn: 21503
-
Misha Brukman authored
llvm-svn: 21501
-
Chris Lattner authored
llvm-svn: 21500
-
Misha Brukman authored
regardless of the tab size/stop settings on the developer side llvm-svn: 21499
-
Misha Brukman authored
llvm-svn: 21498
-
Misha Brukman authored
llvm-svn: 21497
-
Misha Brukman authored
llvm-svn: 21496
-
Chris Lattner authored
llvm-svn: 21495
-
Chris Lattner authored
llvm-svn: 21494
-
Chris Lattner authored
const_cast instead of c casts. llvm-svn: 21493
-
Chris Lattner authored
llvm-svn: 21492
-
Chris Lattner authored
Completely rework the 'setcc (cast x to larger), y' code. This code has the advantage of implementing setcc.ll:test19 (being more general than the previous code) and being correct in all cases. This allows us to unxfail 2004-11-27-SetCCForCastLargerAndConstant.ll, and close PR454. llvm-svn: 21491
-
Chris Lattner authored
llvm-svn: 21490
-
Chris Lattner authored
llvm-svn: 21489
-
Misha Brukman authored
* ... but it wasn't so busy as to not smell the roses and doxygenify comments llvm-svn: 21487
-
Chris Lattner authored
llvm-svn: 21486
-
Chris Lattner authored
llvm-svn: 21485
-
Chris Lattner authored
llvm-svn: 21484
-
Chris Lattner authored
llvm-svn: 21483
-
- Apr 23, 2005
-
-
Chris Lattner authored
llvm-svn: 21482
-
Chris Lattner authored
llvm-svn: 21481
-
Jeff Cohen authored
llvm-svn: 21480
-
Jeff Cohen authored
llvm-svn: 21479
-
Chris Lattner authored
a crash of the sfv on 188.ammp llvm-svn: 21478
-
Chris Lattner authored
llvm-svn: 21475
-
Reid Spencer authored
USEDLIB as the variable to which "CBackend" is appended. The surrounding if clause is safe because currently the configure script ensures that the CBackend target is always added to TARGETS_TO_BUILD. By using a non-hard coded construct in the makefile, we gain uniformity and the ability to change the default set of targets by only changing the configure script. llvm-svn: 21474
-
Chris Lattner authored
llvm-svn: 21473
-
Chris Lattner authored
llvm-svn: 21472
-
Chris Lattner authored
llvm-svn: 21471
-
Chris Lattner authored
any constant RHS, not just a constant integer RHS. This implements select.ll:test17 llvm-svn: 21470
-
Chris Lattner authored
llvm-svn: 21469
-
Chris Lattner authored
testers last night, as llc was not getting the cbe linked in. llvm-svn: 21468
-