2007-11-27 |
Owen Anderson | Make LoopInfoBase more generic, in preparation for... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Owen Anderson | Add accessor for getting the underlying templated type... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chuck Rose III | Moving TGLexer.h from source to header file tab in... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Dan Gohman | Change &| to |&. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Dan Gohman | Change grep '' to grep {}. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Dan Gohman | Don't redirect llvm-as's stderr to llvm-dis. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Dan Gohman | Remove unnecessary && from the RUN lines of this test. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Dan Gohman | Don't lower srem/urem X%C to X-X/C*C unless the divisio... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Chuck Rose III | Add TGParser files to VStudio project files. Removed... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Owen Anderson | Fix another bug that was causing siod to fail. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Owen Anderson | Fix a silly bug that Nicholas noticed. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Owen Anderson | Allow GVN to eliminate read-only function calls when... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Anton Korobeynikov | Remove another leak. Due to some reason AliasSetTracker... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Nick Lewycky | Add new SCEV, SCEVSMax. This allows LLVM to analyze... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Chris Lattner | Implement PR1822 |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Anton Korobeynikov | Remove a leak. Destroy LoopInfoBase object. releaseMemo... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Duncan Sands | Fix PR1816. If a bitcast of a function only exists... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Reid Spencer | Don't ignore files that are no longer in use. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Chris Lattner | Fix a long standing deficiency in the X86 backend:... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Chris Lattner | Implement expand support for MERGE_VALUEs that only... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Chris Lattner | add a immAllZerosV_bc pattern fragment for consistency... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Chris Lattner | remove bogus assertion that broke CodeGen/Generic/cast... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Chris Lattner | Implement support for custom legalization in DAGTypeLeg... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Chris Lattner | Several changes: |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Chris Lattner | upgrade this test |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | Fix PR1816, by correcting the broken definition of... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | Fix APInt::countTrailingZeros to return BitWidth if... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | add a comment. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | splice some lines together, no functionality change. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | !< is >=, not >. Thanks to Max Hailperin for pointing... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Duncan Sands | Ding dong, the DoesntAccessMemoryFns and |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Duncan Sands | Remove some logic I thoughtlessly copied over |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | Fix a bug where we'd try to find a scev value for a... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Chris Lattner | Fix PR1817. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Chris Lattner | add some static icmpinst predicates. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Chris Lattner | add missing #include |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Anton Korobeynikov | Don't crash on bogus llvm.noinline. This is first part... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Duncan Sands | Turn invokes of nounwind functions into ordinary calls. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Duncan Sands | Teach alias analysis about readnone/readonly functions. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Duncan Sands | Readonly/readnone functions are allowed to throw |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Chris Lattner | resolve the last fixme's in the new tblgen parser. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Chris Lattner | change the Init print methods to return strings, and... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Chris Lattner | eliminate a bunch of print methods that are duplicate... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Chris Lattner | Rewrite the tblgen parser in a recursive descent style... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Duncan Sands | Rename the 'const' parameter attribute to 'readnone', |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Nick Lewycky | Instead of calculating constant factors, calculate... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Nick Lewycky | Create nodes for inline asm so that we don't crash... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Chuck Rose III | Switching back to strtoll. Including config.h. On... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Duncan Sands | Fix a bug in which node A is replaced by node B, but... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Nick Lewycky | typo |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Dale Johannesen | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Chuck Rose III | This change does a couple of things. First it gets... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Dale Johannesen | File missing from previous patch. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Dale Johannesen | Fix .eh table linkage issues on Darwin. Some EH support |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Chris Lattner | Add the ability to convert a tblgen type to a string. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Duncan Sands | In order for parameter attribute uniquing to make |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Nick Lewycky | Small cleanup. Use APInt::getHighBitsSet method instead... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Nick Lewycky | Be more careful when transforming | to +. Patch from... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Chris Lattner | Testcase for PR1811 |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Chris Lattner | ExpandUnalignedLoad doesn't handle vectors right at... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Chris Lattner | Implement vector expand support for shuffle_vector... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Dan Gohman | Remove meaningless qualifiers from return types, avoidi... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Chris Lattner | Implement splitting of UNDEF nodes. This is the first... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Owen Anderson | Teach me to do stuff late at night. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Dan Gohman | Add support in SplitVectorOp for remainder operators. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Owen Anderson | Fix a factually incorrect statement pointed out by... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Chris Lattner | Record the start of the current token, for use in error... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Chris Lattner | Add carat diagnostics to tblgen lexer errors. |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Chris Lattner | Fix the Linker testcase regressions, by making MemoryBu... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Chris Lattner | autoupgrade files that use callfoo as call foo. |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Chris Lattner | print a call to a fastcc function as: |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Chris Lattner | fix bogus test that the more strict lexer is finding. |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Chris Lattner | Bugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Chris Lattner | Replace the original flex lexer with a hand writen... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Chris Lattner | ensure header is self contained. |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Chris Lattner | reimplement the tblgen lexer with a simple hand-written... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Nate Begeman | Add support for vectors to int <-> float casts. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Ted Kremenek | Reverted patch 44199: |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Dale Johannesen | Remove indeterminism from a loop. We think this will |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Dale Johannesen | Fix denormal check in float->APInt conversion. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Ted Kremenek | Changed implementation of Serialize::EmitDiffPtrID and |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Ted Kremenek | Implemented optimization for BatchEmitOwnedPtrs that... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Evan Cheng | Live interval splitting: |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Evan Cheng | Shrinkfy. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Dale Johannesen | Testcase from PR 1508 (although its's somewhat |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Tanya Lattner | Fix for PR1801 |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Anton Korobeynikov | These were implemented |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Chris Lattner | Fix PR1800 by correcting mistaken logic. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Chris Lattner | fix a typo |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Anton Korobeynikov | Implement codegen for flt_rounds on x86 |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Anton Korobeynikov | Implement necessary bits for flt_rounds gcc builtin. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Nate Begeman | Basic non-power-of-2 vector support |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Anton Korobeynikov | Reverted r44163 per request |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Daniel Berlin | Fix bugs in iterator invalidation |
commit | commitdiff | tree | snapshot |
next |