2007-05-07 |
Reid Spencer | Initialize variable to null so it has a value in the... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Evan Cheng | Update. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Jeff Cohen | Unbreak VC++ build. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | use the new MemoryBuffer interfaces to simplify error... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Enhance MemoryBuffer to return error messages in string... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | remove dead option |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | this is obsolete |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | link to the bitcode doc |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | bzip2 is gone |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Fix PR1395, by passing the ID correctly |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Anton Korobeynikov | Update fields |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add this back |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Anton Korobeynikov | Detabify |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Anton Korobeynikov | Update MSIL BE. This patch fixes most weird glitches... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | lib/Bytecode is dead |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | move this to lib/Archive |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | build lib/Archive instead of lib/Bytecode |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | adjust this to live in lib/Archive |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | remove bytecode headers |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | remove dead header |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Fix a buggy conversion from bytecode to bitcode |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | remove bytecode reader |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | remove the old bc writer |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | fix off-by-one that caused the llvm2cpp test to fail |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | remove libbzip2 from this. This should use llvm-config... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Flush the file after writing bitcode so that clients... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | make sure the ofstream for opt's output file is destroy... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | remove this file for now, we can bring it back from... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | remove libbzip2, it is dead |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Duncan Sands | Testcase for yet another global constant Ada f-e bug. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Nick Lewycky | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | switch tools to bitcode from bytecode |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | don't build bzip2 for now |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | disable this for now |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | don't build bcreader/bcwriter |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | switch tools to bitcode instead of bytecode |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | switch this to bitcode instead of bytecode |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Switch this over to bitcode instead of bytecode. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Move this here from Bytecode/Archive.h |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Fix a nasty problem where we would miss enumeration... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | allow zero-length arrays |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Allow structs with zero fields. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | we aren't at the end of stream until we've consumed... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Bill Wendling | 3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add a missing check |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Fix MemoryBuffer::getFile to return null if it has... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Fix a bug in my previous patch |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add bitcode support |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add bitcode support |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | this doesn't directly depend on bytecode |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add bitcode support. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | archive library already depends on bc reader |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add bitcode support, optimize reading to not read all... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | use an auto_ptr to avoid an explicit delete |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add bitcode support |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Remove the -emit-bytecode option. Noone in the llvm... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add bitcode reading support to llvm-nm |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | pull some win32 code into common code, add bitcode... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add support for identifying bitcode files |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | bitcodify, remove eh cruft |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | teach this to read from bitcode files |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | debugger depends on bcreader, not llvm-db |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | remove EH cruft, add bitcode support |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add bitcode reading support, remove eh stuff |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add bitcode reading support. Remove EH cruft. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | bitcodify |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add support to llvm-prof for reading from a bitcode... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Add a helper that either opens a file or stdin. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Nate Begeman | Reference correct header |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Jeff Cohen | Make code more 64-bit aware. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Jeff Cohen | Keep header file free of 'possible loss of data' warnings. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Jeff Cohen | Unbreak VC++. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | if -bitcode is specified, read and write a bitcode... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add abbrevs for binops and casts. This shrinks a testc... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add a new CreateBitcodeWriterPass method, which creates... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | implement reading/writing of inlineasm objects |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add inline asm code |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | Fix a subtle bug that prevented round-tripping 470.lbm |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Reid Spencer | Make my credits refer to my wiki page. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add some abbrevs for ret and unreachable, shrinking... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | enumerate the operands of a constant before we enumerat... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add a denser encoding for null terminated strings,... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | add an abbreviation for the string constants opzn,... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Lauro Ramos... | Add myself. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | implement the 'string constant' optimization. This... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | further reduce the redundancy of types in the instructi... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Chris Lattner | stop encoding type/value pairs when the type is implied... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | handle gep aliasee |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Lauro Ramos... | Fix PR1390. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | fix a bug I introduced when I merged some code together |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | this test is now in Target/README.txt |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | remove an old xfailed test |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | Implement Transforms/InstCombine/cast_ptr.ll |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | un-xfail this. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | wrap long lines |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | the mason example is implemented. Move some examples... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | move these xfailed tests to lib/Target/README.txt |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingT... |
commit | commitdiff | tree | snapshot |
next |