- Oct 24, 2008
-
-
Daniel Dunbar authored
llvm-svn: 58076
-
Nick Lewycky authored
llvm-svn: 58075
-
Zhongxing Xu authored
llvm-svn: 58074
-
Zhongxing Xu authored
llvm-svn: 58073
-
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
-