- 019b92a Start the process of making MachineLoopInfo possible by templating Loop. by Owen Anderson · 17 years ago
- ffb15de Fixed a compilation error. by Hartmut Kaiser · 17 years ago
- 729bd28 Fixed a strange construct. Please review. by Hartmut Kaiser · 17 years ago
- ea966dd Updated VC++ build system by Hartmut Kaiser · 17 years ago
- 1945024 Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from my by Chris Lattner · 17 years ago
- 59ab338 upgrade test by Chris Lattner · 17 years ago
- 42f9e96 Run computeDomForest() on the set of registers that need to be tested for by Owen Anderson · 17 years ago
- 17b1418 Preserve LiveVariables when doing critical edge splitting. by Owen Anderson · 17 years ago
- 660c5b9 Wow. I definitely shouldn't write code when I'm tird. by Owen Anderson · 17 years ago
- b1d40d9 Revert previous; these files aren't ready to go in yet. by Dale Johannesen · 17 years ago
- b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 17 years ago
- 120119d Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin. by Chris Lattner · 17 years ago
- e7c8754 Fix x86-64 jit: remove reliance on Dwarf numbers. by Evan Cheng · 17 years ago
- c69107c Unifacalize the CALLSEQ{START,END} stuff. by Bill Wendling · 17 years ago
- b42c8f7 Implement PR1786 by iterating between dead cycle elimination by Chris Lattner · 17 years ago
- 41fcea3 Many typos, grammaro, and wording fixes. Patch by Kelly Wilson, thanks! by Chris Lattner · 17 years ago
- 0f8d9c0 Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack by Bill Wendling · 17 years ago
- 3ba3a9b Renamed serialization method "Materialize" to "Create". This is an API change. by Ted Kremenek · 17 years ago
- dd479dd Fixed bug with inconsistent serialization/deserialization in matching by Ted Kremenek · 17 years ago
- 553d22c Move SYSCTL stuff close to where it's used. by Bill Wendling · 17 years ago
- 5250f1f Build universal llvm. by Devang Patel · 17 years ago
- 3809fbe Completely forgot, that we have some debug information emission on PPC. This should fix by Anton Korobeynikov · 17 years ago
- 753a987 Added JumpTable support by Bruno Cardoso Lopes · 17 years ago
- 62724da Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows by Ted Kremenek · 17 years ago
- 35e2dba Break critical edges coming into blocks with PHI nodes. by Owen Anderson · 17 years ago
- bb310f1 Typo fix in the tutorial. by Gordon Henriksen · 17 years ago
- e923e21 Compile fix. by Duncan Sands · 17 years ago
- 20ab290 Add a flag for indirect branch instructions. by Owen Anderson · 17 years ago
- f2fbca6 Refactor some code. by Evan Cheng · 17 years ago
- e6e1384 Fix rewriting of PHI nodes. by Owen Anderson · 17 years ago
- 7de5a94 Updated VC++ build system by Hartmut Kaiser · 17 years ago
- 91a91ff Remove unnecessary #include's. by Owen Anderson · 17 years ago
- fe0c882 As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really need by Owen Anderson · 17 years ago
- e7e1133 Fix on 64-bit machines. by Owen Anderson · 17 years ago
- 2e7eedf Clarify the meaning of '-2' register number by Anton Korobeynikov · 17 years ago
- f191c80 Use TableGen to emit information for dwarf register numbers. by Anton Korobeynikov · 17 years ago
- af1b61d Add convenient helper to obtain list of ints by Anton Korobeynikov · 17 years ago
- e3ef744 Add CCAssignToStackABISizeAlign for convenience in by Dale Johannesen · 17 years ago
- e7bbd41 Fixed a bug introduced by my last patch. Now we properly clear out the BatchIDVec by Ted Kremenek · 17 years ago
- 303f7fe Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passed in for by Ted Kremenek · 17 years ago
- 5d1f2cc Updated method signature to conform with the typedef in the method prototype. by Ted Kremenek · 17 years ago
- 38ada86 Update tailcall code to include inline attribute operand for memcpy. by Arnold Schwaighofer · 17 years ago
- 1a8a08a Added "random access" to the Deserializer to allow a client to jump to any by Ted Kremenek · 17 years ago
- 13faf5c Made Deserializer a friend class of BitstreamReader. by Ted Kremenek · 17 years ago
- 2ba49a9 Added -test-opts to specify test options. by Evan Cheng · 17 years ago
- 788ee28 Update links. by Chris Lattner · 17 years ago
- 9858c34 Fix tests. by Evan Cheng · 17 years ago
- 7168be9 Fixed a strange construct. Please review. by Hartmut Kaiser · 17 years ago
- 55ce3d0 Updated VC++ build system by Hartmut Kaiser · 17 years ago
- 1b024ce try again by Chris Lattner · 17 years ago
- ed2fc71 Unbreak x86-64 jumptable. by Evan Cheng · 17 years ago
- b623ce9 Silence a warning by Anton Korobeynikov · 17 years ago
- 7a42f24 Revert previous rewrite per chris's comments. by Dale Johannesen · 17 years ago
- 7b52fe7 Tighten up a check for folding away loads from (newly constant) globals. This by Chris Lattner · 17 years ago
- 27b1238 Thanks to the XTARGET line, this test should still by Duncan Sands · 17 years ago
- fd617d0 Move MinAlign to MathExtras.h. by Duncan Sands · 17 years ago
- 20a990e Fix indent by Anton Korobeynikov · 17 years ago
- 344ef19 Forget to commit users part of value mapper interface by Anton Korobeynikov · 17 years ago
- 8be8137 And delete this one by Anton Korobeynikov · 17 years ago
- 18d083f Make this header public by Anton Korobeynikov · 17 years ago
- c6fa170 Fix some load/store logic that would be wrong for by Duncan Sands · 17 years ago
- f6bd0ce Add terminating newline. by Duncan Sands · 17 years ago
- 38c576c Check that the first and third characters, s and u, by Duncan Sands · 17 years ago
- 506f908 Check that accesses to the second short, t, have by Duncan Sands · 17 years ago
- 6902e84 Initial commit of files that support building LLVM the "Apple" way. by Bill Wendling · 17 years ago
- cf326da Add a link to the tutorial. by Nick Lewycky · 17 years ago
- cc41586 Much improved pic jumptable codegen: by Evan Cheng · 17 years ago
- 2dfdefd Didn't mean to check these in. by Evan Cheng · 17 years ago
- 7da8f39 Bug fix. Passive nodes are not in SUnitMap. by Evan Cheng · 17 years ago
- 7781941 Adding some recently added files to the VStudio projects by Chuck Rose III · 17 years ago
- 3556bc1 Rewrite Dwarf number handling per review comments. by Dale Johannesen · 17 years ago
- 48a3969 Updated Deserializer class to provide more information about the current by Ted Kremenek · 17 years ago
- dbaf378 Run this test only on darwin. by Devang Patel · 17 years ago
- 0823cea This preserves critical edge breaking. by Owen Anderson · 17 years ago
- d195ce1 Make BreakCriticalMachineEdges available as a pass that can be depended on. by Owen Anderson · 17 years ago
- ec8cd06 Added typedef "SerializedPtrID" to represent the pointer handle written to disk by Ted Kremenek · 17 years ago
- b410df9 Better check by Andrew Lenharth · 17 years ago
- ab9338e Fix PR1780 by Andrew Lenharth · 17 years ago
- e0cb36b [ARM] Implement __builtin_thread_pointer. by Lauro Ramos Venancio · 17 years ago
- 4471194 If both parts of smul_lohi, etc. are used, don't simplify. If only one part is used, try simplify it. by Evan Cheng · 17 years ago
- 01f43a4 Add the majority of machine-level critical edge breaking pass. Most of this was written by Fernando, cleanup and updating to TOT by me. by Owen Anderson · 17 years ago
- 14b3fb7 Take another stab at getting isLiveIn() and isLiveOut() right. by Owen Anderson · 17 years ago
- 401f78f Fix MachineDominators' getAnalysisUsage. by Owen Anderson · 17 years ago
- fc8663d Oops, forgot to commit this file. by Owen Anderson · 17 years ago
- a018540 Bring UsedBlocks back. StrongPHIElimination needs this information. by Owen Anderson · 17 years ago
- 43b665d Revised BatchEmitOwnedPtrs to work better with constant pointers. by Ted Kremenek · 17 years ago
- 6d0372d Revised implementation of BatchReadOwnedPtrs() that deserializes an by Ted Kremenek · 17 years ago
- 3b46b6d Fixed bug where we did not properly serialize owned objects due to a missing by Ted Kremenek · 17 years ago
- fba9cda Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/reads by Ted Kremenek · 17 years ago
- 6d8ab4a Added methods to batch emit and deserialize owned pointers. This allows by Ted Kremenek · 17 years ago
- 4542edc Complete conditionalization of Dwarf reg numbers. by Dale Johannesen · 17 years ago
- 033903c Add testcase by Bill Wendling · 17 years ago
- abaff88 Updated VC++ build system by Hartmut Kaiser · 17 years ago
- a1dc96e Fixed compilation errors on VC++. by Hartmut Kaiser · 17 years ago
- c47dfdd Implemented generic serialization of APFloat. by Ted Kremenek · 17 years ago
- 2e6452c Implemented serialization of signed integers. by Ted Kremenek · 17 years ago
- 2912184 Simplify my (il)logic. by Evan Cheng · 17 years ago
- 8816498 minor edit by Chris Lattner · 17 years ago
- 8bbe014 final edits. by Chris Lattner · 17 years ago
- 1e46a6c chapter 7 edits by Chris Lattner · 17 years ago