- Aug 24, 2004
-
-
Chris Lattner authored
with emitting .xwords when not on an 8-byte boundary (.xword 0 is not the same as 8 .byte 0's). Because we do not know when or when we are not aligned, just emit bytes like the old V9 asmprinter did. llvm-svn: 16006
-
- Aug 23, 2004
-
-
Brian Gaeke authored
llvm-svn: 16005
-
Misha Brukman authored
llvm-svn: 16004
-
Reid Spencer authored
Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003
-
Reid Spencer authored
/examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002
-
Reid Spencer authored
Make the "DIRS" option descend any directory with a Makefile. llvm-svn: 16001
-
Misha Brukman authored
llvm-svn: 16000
-
Reid Spencer authored
llvm-svn: 15999
-
- Aug 22, 2004
-
-
Reid Spencer authored
Misha: you're next. :) llvm-svn: 15996
-
Reid Spencer authored
llvm-svn: 15995
-
Reid Spencer authored
llvm-svn: 15994
-
Reid Spencer authored
Allow CRLF as a line terminator (as well as plain LF) llvm-svn: 15993
-
Reid Spencer authored
directly. Remove -pre (experimental pass). llvm-svn: 15992
-
Nate Begeman authored
llvm-svn: 15991
-
Nate Begeman authored
llvm-svn: 15990
-
Misha Brukman authored
llvm-svn: 15989
-
Reid Spencer authored
stated. PLEASE REVIEW THIS DOCUMENT NOW! :) llvm-svn: 15988
-
- Aug 21, 2004
-
-
Reid Spencer authored
This also registers the pass with opt with a -lower-packed command line option. Patch contributed by Brad Jones. llvm-svn: 15987
-
Reid Spencer authored
llvm-svn: 15986
-
Reid Spencer authored
- Rearrange output order to make more sense - Make only the function level output count as "detailed" - Output dump output directly to stream, don't buffer it. - Fix counting of block sizes - Implement new handlers for number of types, dependent libs, target triple - Compute the size of block headers. llvm-svn: 15985
-
Reid Spencer authored
llvm-svn: 15984
-
Reid Spencer authored
- Pass the output stream to the analyzer so it can write its output there directly instead of buffering it. - Don't pass a boolean to ParseBytecode because its not needed any more. llvm-svn: 15983
-
Reid Spencer authored
Remove the "processFunctions" boolean from ParseBytecode as it is no longer needed. This is part of avoiding double reading of functions when analyzing bytecode. llvm-svn: 15982
-
Reid Spencer authored
- provide the correct conversion for ModuleBlockID in read_block (a potential bug but not actually exploited because reading module block ids doesn't use read_block). - install support for handleTypeList handler - install support for handleDependentLibrary handler - install support for handleTargetTriple handler - clean up comments, output strings, - ensure that processing function arguments doesn't SIGSEGV if one of the arguments is a null pointer (yeah, it happened .. weird) - prepare for version 5 bytecode by documenting what will change. llvm-svn: 15981
-
Reid Spencer authored
globals info block. Add an enumerator for getting the number of enumerators so we can range check in assertions. llvm-svn: 15980
-
Nate Begeman authored
hurt a lot in others. Instead, improve branching version of SetCC and Select instructions. The old code will be in CVS should we ever need to dig it up again. llvm-svn: 15979
-
Reid Spencer authored
- get the total number of types in the global type list - handle dependent libraries - handle target triple llvm-svn: 15978
-
Reid Spencer authored
- don't save the "dump" output, just emit it - record the bc version number - record info about the dependent libraries and target triple - use the correct enumeration as the index on the block size map llvm-svn: 15977
-
Chris Lattner authored
llvm-svn: 15976
-
Chris Lattner authored
Also, change GPRC for PPC32 to align on 32-bit boundary instead of 64-bit llvm-svn: 15975
-
Chris Lattner authored
llvm-svn: 15974
-
Chris Lattner authored
llvm-svn: 15973
-
Chris Lattner authored
llvm-svn: 15972
-
Chris Lattner authored
llvm-svn: 15971
-
Chris Lattner authored
bytes. llvm-svn: 15970
-
Chris Lattner authored
llvm-svn: 15969
-
Chris Lattner authored
llvm-svn: 15968
-
Chris Lattner authored
of getRegClass llvm-svn: 15967
-
Chris Lattner authored
it is embedded into. llvm-svn: 15966
-
Chris Lattner authored
llvm-svn: 15965
-