- Jul 14, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 75537
-
Owen Anderson authored
llvm-svn: 75536
-
Daniel Dunbar authored
- For adding arbitrary arguments to pass to configure. llvm-svn: 75535
-
Eli Friedman authored
llvm-svn: 75534
-
Dan Gohman authored
llvm-svn: 75533
-
Chris Lattner authored
llvm-svn: 75532
-
Eli Friedman authored
(I think it's reasonably clear that we want to have a canonical form for constructs like this; if anyone thinks that a select is not the best canonical form, please tell me.) llvm-svn: 75531
-
Dan Gohman authored
llvm-svn: 75530
-
Dan Gohman authored
llvm-svn: 75529
-
Owen Anderson authored
llvm-svn: 75528
-
Daniel Dunbar authored
- Like -noremove, except the build directory is still purged prior to building but isn't removed at the end of the test run (so the build products can be examined if need be). llvm-svn: 75527
-
Chris Lattner authored
printSymbolOperand instead. llvm-svn: 75526
-
Dan Gohman authored
llvm-svn: 75525
-
Dan Gohman authored
llvm-svn: 75524
-
Dan Gohman authored
and related functions out of LoopBase and into Loop, since they are specific to BasicBlock-based loops. This also allows the code to be moved out-of-line. llvm-svn: 75523
-
- Jul 13, 2009
-
-
Oscar Fuentes authored
are found mixed with the sources. Fixes PR 4522. llvm-svn: 75522
-
Ted Kremenek authored
where we are comparing a symbolic value against itself, regardless of the nature of that symbolic value. This enhancement identified a case where RegionStoreManager is not correctly symbolicating the values of the pointees of parameters. The failing test is now in 'test/Analysis/misc-ps-region-store.m', with that test file now (temporarily) marked XFAIL. llvm-svn: 75521
-
Chris Lattner authored
llvm-svn: 75520
-
Dan Gohman authored
using the Curiously Recurring Template Pattern with LoopBase. This will help further refactoring, and future functionality for Loop. Also, Headers can now foward-declare Loop, instead of pulling in LoopInfo.h or doing tricks. llvm-svn: 75519
-
Daniel Dunbar authored
in array value-initialization. llvm-svn: 75518
-
Daniel Dunbar authored
llvm-svn: 75517
-
Chris Lattner authored
only remaining modifier is "subreg". llvm-svn: 75516
-
Devang Patel authored
llvm-svn: 75515
-
Eli Friedman authored
the changes are allowed by not calling this function for bitcasts. The Instruction::AShr case is dead because SimplifyDemandedInstructionBits handles that case. llvm-svn: 75514
-
David Goodwin authored
Fix FP elimination code to work for Thumb-2 addrmode AddrModeT2_so. This fixes SingleSource/Benchmarks/Stanford/Queens (among others). llvm-svn: 75513
-
Chris Lattner authored
llvm-svn: 75512
-
Dan Gohman authored
check for avoiding re-analyzing a widening cast needed to happen earlier, as getSCEV itself may result in a isLoopGuardedByCond query. llvm-svn: 75511
-
Oscar Fuentes authored
hierarchy to the list of dependencies. llvm-svn: 75510
-
Steve Naroff authored
llvm-svn: 75509
-
Owen Anderson authored
llvm-svn: 75508
-
Devang Patel authored
llvm-svn: 75507
-
Daniel Dunbar authored
for stdin. llvm-svn: 75506
-
Steve Naroff authored
llvm-svn: 75505
-
Devang Patel authored
llvm-svn: 75504
-
Devang Patel authored
llvm-svn: 75503
-
Kevin Enderby authored
llvm-svn: 75500
-
Eli Friedman authored
llvm-svn: 75499
-
Owen Anderson authored
llvm-svn: 75497
-
Dan Gohman authored
SCEVZeroExtendExpr ahead of the most expensive analysis. This speeds up analysis and helps avoid pathologically bad behavior on the testcase in PR4534. llvm-svn: 75496
-
Eli Friedman authored
bitcasts will always be eliminated anyway. llvm-svn: 75495
-