- Aug 07, 2008
-
-
Ted Kremenek authored
ModuleBuilder now performs llvmgen in HandleTranslationUnit. This patch follows from the discussion on the following thread on cfe-commits: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080804/006849.html llvm-svn: 54486
-
Bruno Cardoso Lopes authored
Fixed bug in adjustMipsStackFrame, which was breaking while trying to access a dead stack object index. Also added one more alignment before fixing the callee saved registers stack offset adjustment. llvm-svn: 54485
-
Bruno Cardoso Lopes authored
FPROUND_F80_F32, FPROUND_PPCF128_F32, FPROUND_F80_F64, FPROUND_PPCF128_F64 Support for soften float fp_round operands is added, Mips needs this to round f64->f32. Also added support to soften float FABS result, Mips doesn't support double fabs results while in 'single float only' mode. llvm-svn: 54484
-
Owen Anderson authored
Do a dominator walk when scheduling copies, rather than a DFS on the CFG. Also, fix a few problems when creating live intervals for temporaries created by phi elimination. llvm-svn: 54483
-
Ted Kremenek authored
llvm-svn: 54478
-
Ted Kremenek authored
llvm-svn: 54477
-
Duncan Sands authored
and objc++. llvm-svn: 54474
-
Ted Kremenek authored
Fix by Jordan Breeding: when scanning for prior runs, scan-build should ignore files that are not directories. llvm-svn: 54473
-
Ted Kremenek authored
Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticClient until after we have created the Preprocessor object. llvm-svn: 54472
-
Duncan Sands authored
directory: some people (guess who!) may build llvm-gcc with support for objc but not with support for objc++. llvm-svn: 54471
-
Daniel Dunbar authored
- <rdar://problem/6093889> llvm-svn: 54470
-
Matthijs Kooijman authored
prevent unexpected surprises later on. llvm-svn: 54469
-
Matthijs Kooijman authored
postfixing it with a number. llvm-svn: 54468
-
Matthijs Kooijman authored
r53941 (but this was not noticed due to the lack of a basic test for SRETPromotion). llvm-svn: 54467
-
Matthijs Kooijman authored
llvm-svn: 54466
-
Matthijs Kooijman authored
llvm-svn: 54465
-
Matthijs Kooijman authored
llvm-svn: 54464
-
Steve Naroff authored
Fixes <rdar://problem/6093889> Nested enum redefinition crashes sema. llvm-svn: 54463
-
Matthijs Kooijman authored
llvm-svn: 54462
-
Anton Korobeynikov authored
llvm-svn: 54461
-
Anton Korobeynikov authored
llvm-svn: 54460
-
Anton Korobeynikov authored
llvm-svn: 54459
-
Anton Korobeynikov authored
llvm-svn: 54458
-
Anton Korobeynikov authored
llvm-svn: 54457
-
Anton Korobeynikov authored
llvm-svn: 54456
-
Anton Korobeynikov authored
llvm-svn: 54455
-
Anton Korobeynikov authored
llvm-svn: 54454
-
Anton Korobeynikov authored
llvm-svn: 54453
-
Anton Korobeynikov authored
llvm-svn: 54452
-
Anton Korobeynikov authored
llvm-svn: 54451
-
Anton Korobeynikov authored
llvm-svn: 54450
-
Anton Korobeynikov authored
llvm-svn: 54449
-
Anton Korobeynikov authored
llvm-svn: 54448
-
Matthijs Kooijman authored
llvm-svn: 54447
-
Chris Lattner authored
llvm-svn: 54446
-
Dan Gohman authored
LowerSubregs, and fix an x86-64 isel bug that this exposed. SUBREG_TO_REG for x86-64 implicit zero extension is only safe for isel to generate when the source is known to always have zeros in the high 32 bits. The EXTRACT_SUBREG instruction does not clear the high 32 bits. llvm-svn: 54444
-
Dan Gohman authored
llvm-svn: 54443
-
Dale Johannesen authored
are allocated in the same buffer as the code, jump tables, etc. The default JIT memory manager does not handle buffer overflow well. I didn't introduce this and I'm not attempting to fix it here, but it is more likely to be hit now since we're putting more stuff in the buffer. This affects one test that I know of so far, MultiSource/Benchmarks/NPB-serial/is. llvm-svn: 54442
-
Ted Kremenek authored
llvm-svn: 54440
-
rdar://problem/6125909Ted Kremenek authored
Unify logic in return-of-stack-check (Sema) for casts and implicit casts. llvm-svn: 54439
-