- 2926869 Fix a long-standing wart in the code generator: two-address instruction lowering by Chris Lattner · 18 years ago
- 89c0b4a jmp_bufs are this big on alpha. by Andrew Lenharth · 18 years ago
- 2f87a88 First draft of the "Live Interval Analysis" section. This is the "Live by Bill Wendling · 18 years ago
- 171ce44 ADd getImm/setImm methods by Chris Lattner · 18 years ago
- 930ab73 Add some short-hand accessors by Chris Lattner · 18 years ago
- 3a02f02 add support for returning 64bit values by Rafael Espindola · 18 years ago
- 2130b99 Fix some X86 JIT failures. This should really come from TargetJITInfo. by Chris Lattner · 18 years ago
- 2790152 lli uses LinkAllCodegenComponents, so it needs this. Thanks to by Chris Lattner · 18 years ago
- dffb2e8 Correct fix for a crasher on functions with live in values by Chris Lattner · 18 years ago
- 5277e43 Hack around a regression I introduced yesterday by Chris Lattner · 18 years ago
- 0c9e0ff forgot this by Duraid Madina · 18 years ago
- a7868af Fix a build problem by Chris Lattner · 18 years ago
- 2a0013f add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 18 years ago
- 362b368 Update this to reflect llvm-config usage by Chris Lattner · 18 years ago
- 7f46327 Remove some dead makefilery by Chris Lattner · 18 years ago
- 885e3cb Use llvm-config to determine what to link in by Chris Lattner · 18 years ago
- a563208 Use llvm-config instead of magic JIT thing to link in libs by Chris Lattner · 18 years ago
- aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
- 54eae9e Allow things like --libs CBackend by Chris Lattner · 18 years ago
- ebfc3a9 Switch to using llvm-config to build by Chris Lattner · 18 years ago
- 0a1db82 Bugfix for llvm-config support by Chris Lattner · 18 years ago
- 55e6c4a Make LINK_COMPONENTS interact well with make clean by Chris Lattner · 18 years ago
- 9bf8ea2 Switch to using llvm-config to select components to link in. by Chris Lattner · 18 years ago
- ef0d0f1 Add a new make option (LINK_COMPONENTS) which tools can use to specify what by Chris Lattner · 18 years ago
- 87b5101 Document build order dependencies. Make sure that llvm-config is built before by Chris Lattner · 18 years ago
- 4787705 new file by Chris Lattner · 18 years ago
- 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
- dd842e1 Add accessor by Chris Lattner · 18 years ago
- b2cd4ba Add explicit doInitialization/doFinalization methods instead of making by Chris Lattner · 18 years ago
- 3199af2 remove #include by Chris Lattner · 18 years ago
- 3f2e0e6 rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. by Chris Lattner · 18 years ago
- 80930eb If a cycle exists, don't succeed building the second time around. by Chris Lattner · 18 years ago
- 40ad304 remove message by Chris Lattner · 18 years ago
- e4163b4 Rearrange library linkage order. by Chris Lattner · 18 years ago
- 07ac914 Eliminate target name. by Chris Lattner · 18 years ago
- c4fa386 Simplify target construction. by Chris Lattner · 18 years ago
- de1cce7 Remove use of target::getName() by Chris Lattner · 18 years ago
- c50b76f eliminate use of TM.getName() by Chris Lattner · 18 years ago
- bc4cec9 add the SETULT condition code by Rafael Espindola · 18 years ago
- 6b128bd Avoid beating on the mi2i map when we know the answer already. by Chris Lattner · 18 years ago
- fbecc5a minor speedup by Chris Lattner · 18 years ago
- 5e50349 Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86. by Chris Lattner · 18 years ago
- 6cfca76 Testcase (distilled from crafty) that crashed the local RA on X86. by Chris Lattner · 18 years ago
- 2ac0d43 When deleting a machine instruction, make sure to remove it from the by Chris Lattner · 18 years ago
- 7a3abdc Move two methods out of line, make them work when the record for a machine by Chris Lattner · 18 years ago
- 1c57be4 Count the time for a pass to ReleaseMemory against that pass. Not doing this by Chris Lattner · 18 years ago
- 8dfd0f0 Make this testcase actually recursive. I accidentally committed the wrong copy last time. by Owen Anderson · 18 years ago
- 0f592b3 Fix a typo pointed out by Gabor by Chris Lattner · 18 years ago
- b833e5a Make ArgumentPromotion handle recursive functions that pass pointers in their recursive calls. by Owen Anderson · 18 years ago
- 5f450d2 add more condition codes by Rafael Espindola · 18 years ago
- a3a68bd Improve handling of SelectInst. by Nick Lewycky · 18 years ago
- 9442599 improve compat with certain versions of GCC (on cygwin?) by Chris Lattner · 18 years ago
- 2efe109 add a prototype by Chris Lattner · 18 years ago
- 1acb17c Iteration is required for some cases, even if they don't occur in crafty. by Chris Lattner · 18 years ago
- f21f020 When joining two intervals where the RHS is really simple, use a light-weight by Chris Lattner · 18 years ago
- 6bda49f new method by Chris Lattner · 18 years ago
- 467782c Another "cyclic DAG" test case. by Evan Cheng · 18 years ago
- 1453de5 Oops. Bad typo. Without the check of N1.hasOneUse() bad things can happen. by Evan Cheng · 18 years ago
- aca36b9 Use a couple of multiclass patterns to factor some integer ops. by Chris Lattner · 18 years ago
- 1662239 remove a bunch of comments by Chris Lattner · 18 years ago
- cce56af Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won't by Chris Lattner · 18 years ago
- 9595159 Make this harder by Chris Lattner · 18 years ago
- e7173e1 Fix a typo Jim pointed out, thanks! by Chris Lattner · 18 years ago
- 7717d09 fix an assertion with multidefs. Def inside of multiclasses don't need to by Chris Lattner · 18 years ago
- bf77441 Fixed formatting problem. by Bill Wendling · 18 years ago
- 40de6ca document !strconcat by Chris Lattner · 18 years ago
- a396ee8 Added documentation Fernando Magno Quintao Pereira wrote for the register by Bill Wendling · 18 years ago
- 84b3598 Document multiclasses and defm's by Chris Lattner · 18 years ago
- 2762738 regenerate by Chris Lattner · 18 years ago
- ef4e0c2 simple multiclass example by Chris Lattner · 18 years ago
- 1206986 Add often-requested support for defining "multiclasses" which can be instantiated. by Chris Lattner · 18 years ago
- 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
- b5aaee0 Remove extra spaces. by Evan Cheng · 18 years ago
- 78050d6 Last check-in was a mistake... by Evan Cheng · 18 years ago
- 4f260b4 *** empty log message *** by Evan Cheng · 18 years ago
- 3f4fd0f Allow legalizer to expand ISD::MUL using only MULHS in the rare case that is by Evan Cheng · 18 years ago
- 3ebe71d Corrections. by Jim Laskey · 18 years ago
- fb9c0d7 Better comments. by Evan Cheng · 18 years ago
- 5f271af Yikes. This requires checking apple gcc version. by Evan Cheng · 18 years ago
- 8a67f6e Pull some code out of a hot recursive function because the common case doesn't by Chris Lattner · 18 years ago
- 5d9b6f2 remove some particularly expensive assertions by Chris Lattner · 18 years ago
- 238416c Reserve space in the ValueNumberInfo vector. This speeds up live interval by Chris Lattner · 18 years ago
- 0750bec add a simple reserve method. by Chris Lattner · 18 years ago
- a2a8f09 Iterative coallescing doesn't buy us anything (we get identical results on by Chris Lattner · 18 years ago
- 7218c28 Don't confuse canonicalize and lookup. Fixes predsimplify.reg4.ll. Also by Nick Lewycky · 18 years ago
- dfcfacb DAG combiner fix for rotates. Previously the outer-most condition checks by Evan Cheng · 18 years ago
- 2ebfa0c Add a special case that speeds up coallescing a bit, but not enough. by Chris Lattner · 18 years ago
- bfe180a Delete copies as they are coallesced instead of waiting until the end. by Chris Lattner · 18 years ago
- 91725b7 avoid calling the virtual isMoveInstr method endlessly by caching its results. by Chris Lattner · 18 years ago
- b495fb0 Add a note about C++ -> C with libstdc++ by Chris Lattner · 18 years ago
- 838f36f This program crashes the PredicateSimplifier. Not marked XFAIL because by Nick Lewycky · 18 years ago
- 6e39c7e Properties where both Values weren't in the union (as being equal to by Nick Lewycky · 18 years ago
- d3233ee Bugfix for recent coallescer crash by Chris Lattner · 18 years ago
- ba25603 Fix a compiler crash bootstrapping llvm-gcc. by Chris Lattner · 18 years ago
- 4382c73 Restore source-level compatibility with clients of these functions. by Chris Lattner · 18 years ago
- 9b0d6f4 Guess what happens when asserts are disabled. :( by Chris Lattner · 18 years ago
- 1b1a497 fix 80 column issue by Chris Lattner · 18 years ago
- 52c9171 Instantiate Statistic<> in one place, not in every .o file that uses it. by Chris Lattner · 18 years ago
- 3947a76 Move to using the EquivalenceClass ADT. Removes SynSets. by Nick Lewycky · 18 years ago
- 1bb6f06 Code cleanups, no functionality change. by Chris Lattner · 18 years ago