summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bitcodifyChris Lattner2007-05-06
* simplify codeChris Lattner2007-05-06
* add support to llvm-prof for reading from a bitcode fileChris Lattner2007-05-06
* Add a helper that either opens a file or stdin.Chris Lattner2007-05-06
* Reference correct headerNate Begeman2007-05-06
* Make code more 64-bit aware.Jeff Cohen2007-05-06
* Keep header file free of 'possible loss of data' warnings.Jeff Cohen2007-05-06
* Unbreak VC++.Jeff Cohen2007-05-06
* if -bitcode is specified, read and write a bitcode file instead of a bytecode...Chris Lattner2007-05-06
* add abbrevs for binops and casts. This shrinks a testcase from 725132->682500Chris Lattner2007-05-06
* add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner2007-05-06
* implement reading/writing of inlineasm objectsChris Lattner2007-05-06
* add inline asm codeChris Lattner2007-05-06
* Fix a subtle bug that prevented round-tripping 470.lbmChris Lattner2007-05-06
* Make my credits refer to my wiki page.Reid Spencer2007-05-06
* add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388Chris Lattner2007-05-06
* enumerate the operands of a constant before we enumerate the constant itselfChris Lattner2007-05-06
* add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner2007-05-06
* add an abbreviation for the string constants opzn, shrinking the constnatsChris Lattner2007-05-06
* Add myself.Lauro Ramos Venancio2007-05-06
* implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner2007-05-06
* further reduce the redundancy of types in the instruction encoding. ThisChris Lattner2007-05-06
* stop encoding type/value pairs when the type is implied by the value.Chris Lattner2007-05-06
* handle gep aliaseeChris Lattner2007-05-05
* Fix PR1390.Lauro Ramos Venancio2007-05-05
* fix a bug I introduced when I merged some code togetherChris Lattner2007-05-05
* this test is now in Target/README.txtChris Lattner2007-05-05
* add a noteChris Lattner2007-05-05
* remove an old xfailed testChris Lattner2007-05-05
* Implement Transforms/InstCombine/cast_ptr.llChris Lattner2007-05-05
* un-xfail this.Chris Lattner2007-05-05
* wrap long linesChris Lattner2007-05-05
* the mason example is implemented. Move some examples out of llvm/test,Chris Lattner2007-05-05
* move these xfailed tests to lib/Target/README.txtChris Lattner2007-05-05
* Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarreplChris Lattner2007-05-05
* remvoe two tests that cee has never gotten rightChris Lattner2007-05-05
* implement anyextend from i1 -> i64Chris Lattner2007-05-05
* the sparc v8 backend handles this correctlyChris Lattner2007-05-05
* remove this xfail'd test, move it to the X86 readme.Chris Lattner2007-05-05
* move CodeGen/X86/overlap-add.ll here.Chris Lattner2007-05-05
* We need support for tail calls, this is moved to PR1392Chris Lattner2007-05-05
* remove xfailed testcase (attached to pr)Chris Lattner2007-05-05
* unxfail this, llc doesn't support this feature yet, so don't run it.Chris Lattner2007-05-05
* Remove bogus testcase, PR409 is wontfixChris Lattner2007-05-05
* this tests for a missing feature. Move it to PR1391 instead of being anChris Lattner2007-05-05
* remove this xfailed testcase, move it into a comment in PR279, an enhancement...Chris Lattner2007-05-05
* llvm-gcc3 is goneChris Lattner2007-05-05
* fix failure on ahs3's testerChris Lattner2007-05-05
* remove bogus xfailed testcaseChris Lattner2007-05-05
* Use the personality function that was registered with MMI rather thanDuncan Sands2007-05-05