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 |
2007-11-09 |
Duncan Sands | Move MinAlign to MathExtras.h. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | Fix indent |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | Forget to commit users part of value mapper interface |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | And delete this one |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | Make this header public |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Fix some load/store logic that would be wrong for |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Add terminating newline. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Check that the first and third characters, s and u, |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Check that accesses to the second short, t, have |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Bill Wendling | Initial commit of files that support building LLVM... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Nick Lewycky | Add a link to the tutorial. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Much improved pic jumptable codegen: |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Didn't mean to check these in. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Bug fix. Passive nodes are not in SUnitMap. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Chuck Rose III | Adding some recently added files to the VStudio projects |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Dale Johannesen | Rewrite Dwarf number handling per review comments. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ted Kremenek | Updated Deserializer class to provide more information... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Devang Patel | Run this test only on darwin. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | This preserves critical edge breaking. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | Make BreakCriticalMachineEdges available as a pass... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ted Kremenek | Added typedef "SerializedPtrID" to represent the pointe... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Andrew Lenharth | Better check |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Andrew Lenharth | Fix PR1780 |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Lauro Ramos... | [ARM] Implement __builtin_thread_pointer. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Evan Cheng | If both parts of smul_lohi, etc. are used, don't simpli... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | Add the majority of machine-level critical edge breakin... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | Take another stab at getting isLiveIn() and isLiveOut... |
commit | commitdiff | tree | snapshot |
next |