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 |
2007-11-11 |
Anton Korobeynikov | Use TableGen to emit information for dwarf register... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
Anton Korobeynikov | Add convenient helper to obtain list of ints |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Dale Johannesen | Add CCAssignToStackABISizeAlign for convenience in |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Fixed a bug introduced by my last patch. Now we proper... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Fixed hack in BatchReadOwnedPtrs to no longer use the... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Updated method signature to conform with the typedef... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Arnold Schwaighofer | Update tailcall code to include inline attribute operan... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Added "random access" to the Deserializer to allow... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Made Deserializer a friend class of BitstreamReader. |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Evan Cheng | Added -test-opts to specify test options. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Chris Lattner | Update links. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Fix tests. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Hartmut Kaiser | Fixed a strange construct. Please review. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Chris Lattner | try again |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Unbreak x86-64 jumptable. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | Silence a warning |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Dale Johannesen | Revert previous rewrite per chris's comments. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Chris Lattner | Tighten up a check for folding away loads from (newly... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Thanks to the XTARGET line, this test should still |
commit | commitdiff | tree | snapshot |
next |