- Nov 24, 2007
-
-
Chris Lattner authored
llvm-svn: 44299
-
Chris Lattner authored
llvm-svn: 44298
-
Anders Carlsson authored
llvm-svn: 44297
-
- Nov 23, 2007
-
-
Chris Lattner authored
llvm-svn: 44296
-
Chris Lattner authored
llvm-svn: 44295
-
Chris Lattner authored
Fix APInt::countTrailingZeros to return BitWidth if the input is zero instead of returning some random large number. llvm-svn: 44294
-
Chris Lattner authored
llvm-svn: 44293
-
Chris Lattner authored
llvm-svn: 44292
-
Chris Lattner authored
llvm-svn: 44291
-
Chris Lattner authored
test/CodeGen/global-with-initialiser.c Patch by Oliver Hunt! llvm-svn: 44290
-
Anders Carlsson authored
llvm-svn: 44289
-
Duncan Sands authored
OnlyReadsMemoryFns tables are dead! We get more, and more accurate, information from gcc via the readnone and readonly function attributes. llvm-svn: 44288
-
Duncan Sands authored
from the old ADCE implementation (there it was correct because the transform was being done for read-only functions). llvm-svn: 44287
-
Chris Lattner authored
even though the bitcast operand did not have integer type. This fixes PR1814. llvm-svn: 44286
-
Chris Lattner authored
Neil, please review this fix. llvm-svn: 44285
-
Chris Lattner authored
llvm-svn: 44284
-
Chris Lattner authored
llvm-svn: 44283
-
Chris Lattner authored
llvm-svn: 44282
-
- Nov 22, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 44281
-
Duncan Sands authored
llvm-svn: 44280
-
Duncan Sands authored
Based on a patch by Török Edwin. llvm-svn: 44279
-
Duncan Sands authored
exceptions, so don't turn invokes of them into calls. llvm-svn: 44278
-
Chris Lattner authored
llvm-svn: 44277
-
Chris Lattner authored
print in terms of that. llvm-svn: 44276
-
Chris Lattner authored
llvm-svn: 44275
-
Chris Lattner authored
This makes the parser much easier to understand, eliminates a ton of global variables, and gives tblgen nice caret diagnostics. It is also faster, but tblgen probably doesn't care about performance. There are a couple of FIXMEs which I will take care of next. llvm-svn: 44274
-
Duncan Sands authored
and the 'pure' parameter attribute to 'readonly'. Names suggested by DannyB. llvm-svn: 44273
-
Nick Lewycky authored
bits. Patch from Wojciech Matyjewicz. llvm-svn: 44268
-
Nick Lewycky authored
llvm-svn: 44267
-
Anders Carlsson authored
Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? llvm-svn: 44266
-
Anders Carlsson authored
llvm-svn: 44265
-
- Nov 21, 2007
-
-
Chuck Rose III authored
llvm-svn: 44264
-
Duncan Sands authored
node A gets back into the DAG again because it was hiding in one of the node maps: make sure that node replacement happens in those maps too. llvm-svn: 44263
-
Nick Lewycky authored
llvm-svn: 44262
-
Dale Johannesen authored
llvm-svn: 44261
-
Chuck Rose III authored
I added the lexing files to the VStudio projects and removed the .l files from the VStudio projects. There was a problem with use of strtoll in TGLexer.cpp and Chris suggested switching to strtol, so that's included here. Additionally, this checkin adds minimal x64 builds to the VStudio builds. Build issues related to x64 in the windows specific files for DynamicLibrary.inc and Singals.inc are worked around, but not ultimately solved. Binaries used to be stored in ...\win32\{Debug|Release} but are now kept in ...\win32\bin\{win32|x64}\{Debug|Release} intermediate files will continue to be stored in the individual project directories under win32. Some names will likely change in the future to reflect that the vstudio projects are no longer 32-bit only, but I wanted to get things up and running today so kept away from bigger restructuring. llvm-svn: 44260
-
Dale Johannesen authored
llvm-svn: 44259
-
Dale Johannesen authored
for Darwin PPC, but it's not fully working yet. llvm-svn: 44258
-
- Nov 20, 2007
-
-
Chris Lattner authored
llvm-svn: 44257
-
Anders Carlsson authored
llvm-svn: 44255
-