- Feb 20, 2007
-
-
Evan Cheng authored
llvm-svn: 34435
-
Evan Cheng authored
llvm-svn: 34434
-
Reid Spencer authored
and rules used by LLVM to construct the target's layout rules. llvm-svn: 34433
-
Reid Spencer authored
uses them. llvm-svn: 34432
-
- Feb 19, 2007
-
-
Reid Spencer authored
rules alignment is to pick the alignment that corresponds to the smallest specified alignment that is larger than the bit width of the type or the largest specified integer alignment if none are larger than the bitwidth of the type. For the byte size, the size returned is the next larger multiple of the alignment for that type (using the above rule). This patch also changes bit widths from "short" to "uint32_t" to ensure there are enough bits to specify any bit width that LLVM can handle (currently 2^23); 16-bits isn't enough. llvm-svn: 34431
-
Evan Cheng authored
llvm-svn: 34429
-
Evan Cheng authored
llvm-svn: 34428
-
Evan Cheng authored
llvm-svn: 34427
-
Chris Lattner authored
llvm-svn: 34426
-
Chris Lattner authored
llvm-svn: 34425
-
Chris Lattner authored
llvm-svn: 34424
-
Evan Cheng authored
llvm-svn: 34423
-
Reid Spencer authored
llvm-svn: 34422
-
Bill Wendling authored
llvm-svn: 34421
-
Reid Spencer authored
llvm-svn: 34420
-
Chris Lattner authored
llvm-svn: 34419
-
Chris Lattner authored
llvm-svn: 34418
-
Chris Lattner authored
llvm-svn: 34417
-
Chris Lattner authored
llvm-svn: 34416
-
Chris Lattner authored
this offers no performance advantage. llvm-svn: 34415
-
Chris Lattner authored
llvm-svn: 34414
-
Chris Lattner authored
llvm-svn: 34413
-
Chris Lattner authored
llvm-svn: 34412
-
Chris Lattner authored
llvm-svn: 34411
-
Chris Lattner authored
llvm-svn: 34410
-
Chris Lattner authored
llvm-svn: 34409
-
Chris Lattner authored
llvm-svn: 34408
-
Chris Lattner authored
llvm-svn: 34407
-
Chris Lattner authored
Much of its content is now in other parts of the doc, and this brings it up immediately after 'stay informed' and right before 'code reviews'. llvm-svn: 34406
-
Chris Lattner authored
llvm-svn: 34405
-
Chris Lattner authored
move testcases above quality. Mention that a testcase is part of quality. llvm-svn: 34404
-
Chris Lattner authored
incremental development as a subsection of it. llvm-svn: 34403
-
Chris Lattner authored
llvm-svn: 34401
-
Chris Lattner authored
llvm-svn: 34400
-
Reid Spencer authored
Revert patches that caused the problem. Evan, please investigate and reapply when you've discovered the problem. llvm-svn: 34399
-
Reid Spencer authored
llvm-svn: 34398
-
- Feb 18, 2007
-
-
Reid Spencer authored
2. Implement toString for power-of-2 radix without using divide and always printing full words. This allows hex/binary to look at the bit respresentation of the APInt as well as avoid bugs in divide. llvm-svn: 34396
-
Chris Lattner authored
llvm-svn: 34395
-
Chris Lattner authored
llvm-svn: 34394
-
Reid Spencer authored
llvm-svn: 34393
-