2007-05-08 |
Chris Lattner | add the & back. I'm not sure why bill removed it. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Bill Wendling | Change names from RA to something unique to get rid... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Evan Cheng | Eliminate MarkVirtRegAliveInBlock recursion. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Evan Cheng | Add MachineBasicBlock preds / succs reverse iterators. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Devang Patel | New test for PR1400 |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Dale Johannesen | testcase for CodeGenPrepare bug fixed yesterday |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Evan Cheng | R0 is a sub-register of X0, etc. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Dan Gohman | Fix various whitespace inconsistencies. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Dan Gohman | Correct the comment for ApproximateLoopSize to reflect... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Bill Wendling | Spare '&' in the RUN line. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Chris Lattner | update comments, no functionality change |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Chris Lattner | Make a preemptive bitcode format change to support... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Tanya Lattner | Bumping cvs version number |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Tanya Lattner | Bump version number in cvs |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Chris Lattner | move this out of Codegen/Generic, because it requires... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Chris Lattner | move to CodeGen/ARM/2007-05-07-tailmerge-1.ll |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Dale Johannesen | Don't generate branch to entry block. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Lauro Ramos... | Fix PR1390 in a better way. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Evan Cheng | Fix tests. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Evan Cheng | Add some tests for (conv (load x)) -> (load (conv*... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Evan Cheng | Fix test case. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Evan Cheng | Forgot a check. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Evan Cheng | This is no longer needed after enabling the DAG combine... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Evan Cheng | Enable a couple of xforms: |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Dale Johannesen | Handle some non-exit blocks in tail merging. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Duncan Sands | Parameter attributes on invoke calls were being lost... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Duncan Sands | Testcase for PR1398. |
commit | commitdiff | tree | snapshot |
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 |
next |