- Sep 10, 2007
-
-
Chris Lattner authored
llvm-svn: 41804
-
Devang Patel authored
llvm-svn: 41800
-
Devang Patel authored
llvm-svn: 41798
-
- Sep 07, 2007
-
-
Chris Lattner authored
llvm-svn: 41759
-
- Sep 06, 2007
-
-
Dale Johannesen authored
Use APFloat in UpgradeParser and AsmParser. Change all references to ConstantFP to use the APFloat interface rather than double. Remove the ConstantFP double interfaces. Use APFloat functions for constant folding arithmetic and comparisons. (There are still way too many places APFloat is just a wrapper around host float/double, but we're getting there.) llvm-svn: 41747
-
Nick Lewycky authored
llvm-svn: 41741
-
Nick Lewycky authored
that would make the icmp true. Fixes PR1637. llvm-svn: 41740
-
- Sep 05, 2007
-
-
Chuck Rose III authored
llvm-svn: 41725
-
Chuck Rose III authored
Added default parameters to GetElementPtrInstr constructor call. Visual Studio 2k5 was getting confused and was unable to compile it. Suspected compiler error. llvm-svn: 41721
-
- Sep 04, 2007
-
-
Devang Patel authored
llvm-svn: 41713
-
David Greene authored
Update GEP constructors to use an iterator interface to fix GLIBCXX_DEBUG issues. llvm-svn: 41697
-
- Sep 03, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 41676
-
- Sep 01, 2007
-
-
Evan Cheng authored
llvm-svn: 41668
-
- Aug 28, 2007
-
-
Chris Lattner authored
llvm-svn: 41522
-
- Aug 27, 2007
-
-
Devang Patel authored
llvm-svn: 41516
-
David Greene authored
Update InvokeInst to work like CallInst llvm-svn: 41506
-
Dan Gohman authored
llvm-svn: 41488
-
- Aug 26, 2007
-
-
Anton Korobeynikov authored
Don't promote volatile loads/stores. This is needed (for example) to handle setjmp/longjmp properly. This fixes PR1520. llvm-svn: 41461
-
Owen Anderson authored
llvm-svn: 41456
-
- Aug 25, 2007
-
-
Devang Patel authored
Move exit condition and exit branch from exiting block into loop header and dominator info. This avoid execution of dead iteration. Loop is already filter in the beginning such that this change is safe. llvm-svn: 41394
-
Devang Patel authored
llvm-svn: 41389
-
Devang Patel authored
While calculating upper loop bound for first loop and lower loop bound for second loop, take care of edge cases. llvm-svn: 41387
-
- Aug 24, 2007
-
-
Devang Patel authored
Fix regression that I caused yesterday night while adding logic to select appropriate split condition branch. llvm-svn: 41365
-
Devang Patel authored
condition predicate is GT or GE then execute false branch first. llvm-svn: 41358
-
Devang Patel authored
llvm-svn: 41357
-
Devang Patel authored
llvm-svn: 41356
-
Devang Patel authored
llvm-svn: 41354
-
- Aug 23, 2007
-
-
Chris Lattner authored
Add an APSInt::toString() method. llvm-svn: 41309
-
- Aug 22, 2007
-
-
Devang Patel authored
llvm-svn: 41295
-
Devang Patel authored
llvm-svn: 41292
-
Devang Patel authored
"True Loop" and "False Loop" naming terminology to refer two loops after loop cloning is confusing. Instead just use A_Loop and B_Loop. llvm-svn: 41287
-
Devang Patel authored
llvm-svn: 41282
-
Devang Patel authored
Starting value of second loop's induction variable can not be lower then starting value of original loop's induction variable. llvm-svn: 41280
-
- Aug 21, 2007
-
-
Devang Patel authored
llvm-svn: 41250
-
Devang Patel authored
llvm-svn: 41246
-
Devang Patel authored
llvm-svn: 41207
-
Devang Patel authored
llvm-svn: 41204
-
- Aug 20, 2007
-
-
Devang Patel authored
Replace indunction variable with split value in loop body. This fixes art miscompile. llvm-svn: 41195
-
Devang Patel authored
llvm-svn: 41194
-
- Aug 19, 2007
-
-
Nick Lewycky authored
llvm-svn: 41170
-