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 |
2007-05-05 |
Chris Lattner | remvoe two tests that cee has never gotten right |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | implement anyextend from i1 -> i64 |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | the sparc v8 backend handles this correctly |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | remove this xfail'd test, move it to the X86 readme. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | move CodeGen/X86/overlap-add.ll here. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | We need support for tail calls, this is moved to PR1392 |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | remove xfailed testcase (attached to pr) |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | unxfail this, llc doesn't support this feature yet... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | Remove bogus testcase, PR409 is wontfix |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | this tests for a missing feature. Move it to PR1391... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | remove this xfailed testcase, move it into a comment... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | llvm-gcc3 is gone |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | fix failure on ahs3's tester |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | remove bogus xfailed testcase |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Duncan Sands | Use the personality function that was registered with... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Duncan Sands | Check that the right eh personality function is used. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | Propagate alignment/volatility in two places. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | new testcase for PR1371 |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | add support for BLOCKINFO records at the module level... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | Fix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | new testcase for PR1385 |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | make a temporary for *SI, no functionality change. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Duncan Sands | Spelling fix. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Anton Korobeynikov | Emit sections/directives in the proper order. This... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | add an abbrev for loads. This shrinks the function... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | add abbrevs for the constants tables. This shrinks... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | minor bugfix |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | Add abbreviations to the TYPE_BLOCK for pointers, funct... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | Fix InstCombine/2007-05-04-Crash.ll and PR1384 |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | new testacse for PR1384 |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | emit spiffy little histograms of codes, if enabled... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | do not charge subblock sizes to the parent block. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | add a char6 abbrev for bbnames and value names. This... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | add a 6-bit encoding type for strings. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | add an abbreviation for the type symtab, this shrinks... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | update to new APIs, make output a bit (haha) nicer |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Chris Lattner | Implement support for globally associating abbrevs... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Lauro Ramos... | Add a processor. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | allow the 8-bit abbrev to be used for either bb or... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | shave another 150K off of kc++, by using a 7-bit encodi... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | where possible, encode symtab names with 7 bits per... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | use a template to eliminate manual code duplication |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Bill Wendling | Add an "implies" field to features. This indicates... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | Encode all value symtab strings as arrays of 8-bit... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | add support for array abbreviations. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | eliminate internal length fields from record. Records... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | eliminate lengths from record bodies |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | stub out creation of BLOCKINFO_BLOCK |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | minor cleanups. Add provisions for a new standard... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | refcount BitCodeAbbrev objects |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Duncan Sands | Test that the eh lowering code can handle constant... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Duncan Sands | A bitcast of a global variable may have been constant... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Dan Gohman | Use IntrinsicInst to test for prefetch instructions... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | optimize constant layout. This fixes encoding of 181... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | simple optimization for the type table |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | fix a bug where llvm-as couldn't assemble the .ll file... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | storeinst ctor takes isvolatile before alignment. ... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | fix encoding of invoke instructions. kc++ now round... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | fix a misplaced error |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Chris Lattner | encode and read param attrs along with function type... |
commit | commitdiff | tree | snapshot |
next |