- Oct 24, 2008
-
-
Evan Cheng authored
llvm-svn: 58072
-
Douglas Gregor authored
conversions. Added PerformImplicitConversion, which follows an implicit conversion sequence computed by TryCopyInitialization and actually performs the implicit conversions, including the extra check for ambiguity mentioned above. llvm-svn: 58071
-
Zhongxing Xu authored
llvm-svn: 58070
-
Nick Lewycky authored
Understand that mul %x, 1 = %x. llvm-svn: 58069
-
Evan Cheng authored
llvm-svn: 58068
-
Zhongxing Xu authored
llvm-svn: 58067
-
Dan Gohman authored
fixes a bunch of test-suite JIT failures on x86-64 in -relocation-model=static mode. llvm-svn: 58066
-
Zhongxing Xu authored
llvm-svn: 58061
-
Steve Naroff authored
llvm-svn: 58060
-
Steve Naroff authored
llvm-svn: 58059
-
Zhongxing Xu authored
llvm-svn: 58058
-
Dale Johannesen authored
llvm-svn: 58057
-
Ted Kremenek authored
llvm-svn: 58056
-
Daniel Dunbar authored
FileIDs. This seems better conceptually and lets the SourceManager handle details of mapping the location to a file ID. - In practice, fixes an assert because this code wasn't using getPhysicalLoc. llvm-svn: 58055
-
Ted Kremenek authored
llvm-svn: 58054
-
Ted Kremenek authored
llvm-svn: 58053
-
Ted Kremenek authored
llvm-svn: 58052
-
Ted Kremenek authored
llvm-svn: 58051
-
Ted Kremenek authored
llvm-svn: 58050
-
Daniel Dunbar authored
created with LHS and RHS whose types didn't match. llvm-svn: 58049
-
Steve Naroff authored
- Add a file to the VC++ project. - Make sure the clang driver links against the Transforms library. - Incorporate changes from patch by Dan Gohman. llvm-svn: 58048
-
Steve Naroff authored
llvm-svn: 58047
-
Ted Kremenek authored
llvm-svn: 58046
-
- Oct 23, 2008
-
-
Ted Kremenek authored
For Radar reporting, null dereferences should be default classified as "Crash/Hang/Data loss" <rdar://problem/6315624> llvm-svn: 58045
-
Evan Cheng authored
Committing a good chunk of the pre-register allocation live interval splitting pass. It's handling simple cases and appear to do good things. Next: avoid splitting an interval multiple times; renumber registers when possible; record stack slot live intervals for coloring; rematerialize defs when possible. llvm-svn: 58044
-
Dale Johannesen authored
Prevents DeadMachineInstructionElim from thinking things like MTCTR are dead (fixes massive testsuite breakage at -O0). llvm-svn: 58043
-
Daniel Dunbar authored
std::ostream API. llvm-svn: 58042
-
Duncan Sands authored
with the result number. llvm-svn: 58041
-
Douglas Gregor authored
llvm-svn: 58040
-
Argyrios Kyrtzidis authored
llvm-svn: 58039
-
Daniel Dunbar authored
llvm-svn: 58035
-
Daniel Dunbar authored
- Passes match llvm-gcc but many of the switches aren't wired. llvm-svn: 58034
-
Zhongxing Xu authored
llvm-svn: 58030
-
Douglas Gregor authored
llvm-svn: 58029
-
Zhongxing Xu authored
llvm-svn: 58028
-
Ted Kremenek authored
llvm-svn: 58027
-
Ted Kremenek authored
llvm-svn: 58024
-
Ted Kremenek authored
Disable warning about potential leaks of returned values until we test it a little more (lots of noise). llvm-svn: 58021
-
Zhongxing Xu authored
llvm-svn: 58020
-
Douglas Gregor authored
pointer-to-base. Also, add overload ranking for pointer conversions (for both pointer-to-void and derived-to-base pointer conversions). Note that we do not yet diagnose derived-to-base pointer conversion errors that stem from ambiguous or inacessible base classes. These aren't handled during overload resolution; rather, when the conversion is actually used we go ahead and diagnose the error. llvm-svn: 58017
-