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 |
2007-11-14 |
Ted Kremenek | Added two new overloaded versions of BatchEmitOwnedPtrs and |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Evan Cheng | Clean up sub-register implementation by moving subReg... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Duncan Sands | XFAIL these tests until the fix gets backported |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Chris Lattner | Document a limitation, patch contributed by George... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Nick Lewycky | Allow the block extractor take to take a list of basic... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Chris Lattner | Implement PR1796 and Transforms/SimplifyCFG/noreturn... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Owen Anderson | Start the process of making MachineLoopInfo possible... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Hartmut Kaiser | Fixed a compilation error. |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Hartmut Kaiser | Fixed a strange construct. Please review. |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Chris Lattner | Fix the regression on Transforms/GlobalOpt/deadglobal... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Chris Lattner | upgrade test |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Owen Anderson | Run computeDomForest() on the set of registers that... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Owen Anderson | Preserve LiveVariables when doing critical edge splitting. |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Owen Anderson | Wow. I definitely shouldn't write code when I'm tird. |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Dale Johannesen | Revert previous; these files aren't ready to go in... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Dale Johannesen | Add parameter to getDwarfRegNum to permit targets |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Chris Lattner | Make llvm2cpp better, patch for PR1794, contributed... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Evan Cheng | Fix x86-64 jit: remove reliance on Dwarf numbers. |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Bill Wendling | Unifacalize the CALLSEQ{START,END} stuff. |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Chris Lattner | Implement PR1786 by iterating between dead cycle elimin... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Chris Lattner | Many typos, grammaro, and wording fixes. Patch by |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Bill Wendling | Unify CALLSEQ_{START,END}. They take 4 parameters:... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Ted Kremenek | Renamed serialization method "Materialize" to "Create... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Ted Kremenek | Fixed bug with inconsistent serialization/deserializati... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Bill Wendling | Move SYSCTL stuff close to where it's used. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Devang Patel | Build universal llvm. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Anton Korobeynikov | Completely forgot, that we have some debug information... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Bruno Cardoso... | Added JumpTable support |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ted Kremenek | Added versions of ReadPtr that takes an explicit Serial... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | Break critical edges coming into blocks with PHI nodes. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Gordon Henriksen | Typo fix in the tutorial. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Duncan Sands | Compile fix. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | Add a flag for indirect branch instructions. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Evan Cheng | Refactor some code. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | Fix rewriting of PHI nodes. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | Remove unnecessary #include's. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | As Chris and Evan pointed out, BreakCriticalMachineEdge... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | Fix on 64-bit machines. |
commit | commitdiff | tree | snapshot |
2007-11-11 |
Anton Korobeynikov | Clarify the meaning of '-2' register number |
commit | commitdiff | tree | snapshot |
next |