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 |
2007-11-15 |
Duncan Sands | This assertion was bogus. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Evan Cheng | Fix a thinko in post-allocation coalescer. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Nick Lewycky | Fix handling of overflow in loop calculation by adding... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Chris Lattner | Fix PR1788 by taking the approach suggested by Richard... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Chris Lattner | Import the boost scoped_ptr class to LLVM. This patch... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Owen Anderson | More templatization. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Chris Lattner | many edits, patch by Kelly Wilson! |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bill Wendling | Adding debug output during coalescing. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bill Wendling | Need to increment the iterator. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Ted Kremenek | Fixed serious bug in BatchReadOwnedPtrs where in a... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Duncan Sands | I discover array_lengthof, thanks to gabor on #llvm. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Duncan Sands | Tweak the descriptions of the new 'const' and 'pure... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Evan Cheng | Oops. Debugging code shouldn't have been checked in. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Removed debug #define that was accidentally checked... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Duncan Sands | Simplify the attribute verification code. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Duncan Sands | Un XFAIL these tests, now that Bill has backported |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Anton Korobeynikov | Document pure/const parameter attributes |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Anton Korobeynikov | Regenerate |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Anton Korobeynikov | Add pure/const attributes. Documentation will follow. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Anton Korobeynikov | Fix PIC jump table codegen on x86-32/linux. In fact... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Duncan Sands | Eliminate the recently introduced CCAssignToStackABISiz... |
commit | commitdiff | tree | snapshot |
next |