- 7c95ad4 Oops - forgot to update banner. by Jim Laskey · 19 years ago
- 0701a2f Keep track of all modules crated using a name to module map. by Devang Patel · 19 years ago
- 3fc488d Cleaned up some of the grammar in the Live Intervals section. Removed the by Bill Wendling · 19 years ago
- 10aaba8 Update project with new files. by Jim Laskey · 19 years ago
- ec0d9fe Separate target specifc asm properties from asm printers. by Jim Laskey · 19 years ago
- 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
- b52b54d add the orr instruction by Rafael Espindola · 19 years ago
- ed87286 Instead of demangling symbol name by hand, use original name, which was by Devang Patel · 19 years ago
- 2681023 Extract target triplet from optimized module. Untabify. by Devang Patel · 19 years ago
- 5d8062b Only call isUse/isDef on register operands by Evan Cheng · 19 years ago
- 6cdb1ea Bugfix to work with the two-addr changes that have been made in the tree recently by Chris Lattner · 19 years ago
- c39d194 make this harder by Chris Lattner · 19 years ago
- f89e2a9 IsDef can only be accessed / set if operand is a register. by Evan Cheng · 19 years ago
- d8f44e0 Only call isUse/isDef on register operands by Chris Lattner · 19 years ago
- 67942f5 Don't call isDef on non-registers by Chris Lattner · 19 years ago
- 04957ac Initialize IsDef of all non-register MachineOperand to false. by Evan Cheng · 19 years ago
- 97d2dbd Fix Duraid's changes to work when TLI is null. This fixes the failing by Chris Lattner · 19 years ago
- 7acf5f3 Change the default to 0, which means 'default'. by Chris Lattner · 19 years ago
- 2f5993b Fix a few dejagnu failures. e.g. fast-cc-merge-stack-adj.ll by Evan Cheng · 19 years ago
- 23b3122 JIT encoding bug. by Evan Cheng · 19 years ago
- 8aa01f4 Fix JIT encoding of two-addr instructions. by Chris Lattner · 19 years ago
- 0e42d81 Update the X86 JIT to make it work with the new two-addr changes. This also by Chris Lattner · 19 years ago
- 09e4606 Completely eliminate def&use operands. Now a register operand is EITHER a by Chris Lattner · 19 years ago
- 2926869 Fix a long-standing wart in the code generator: two-address instruction lowering by Chris Lattner · 19 years ago
- 89c0b4a jmp_bufs are this big on alpha. by Andrew Lenharth · 19 years ago
- 2f87a88 First draft of the "Live Interval Analysis" section. This is the "Live by Bill Wendling · 19 years ago
- 171ce44 ADd getImm/setImm methods by Chris Lattner · 19 years ago
- 930ab73 Add some short-hand accessors by Chris Lattner · 19 years ago
- 3a02f02 add support for returning 64bit values by Rafael Espindola · 19 years ago
- 2130b99 Fix some X86 JIT failures. This should really come from TargetJITInfo. by Chris Lattner · 19 years ago
- 2790152 lli uses LinkAllCodegenComponents, so it needs this. Thanks to by Chris Lattner · 19 years ago
- dffb2e8 Correct fix for a crasher on functions with live in values by Chris Lattner · 19 years ago
- 5277e43 Hack around a regression I introduced yesterday by Chris Lattner · 19 years ago
- 0c9e0ff forgot this by Duraid Madina · 19 years ago
- a7868af Fix a build problem by Chris Lattner · 19 years ago
- 2a0013f add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 19 years ago
- 362b368 Update this to reflect llvm-config usage by Chris Lattner · 19 years ago
- 7f46327 Remove some dead makefilery by Chris Lattner · 19 years ago
- 885e3cb Use llvm-config to determine what to link in by Chris Lattner · 19 years ago
- a563208 Use llvm-config instead of magic JIT thing to link in libs by Chris Lattner · 19 years ago
- aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 19 years ago
- 54eae9e Allow things like --libs CBackend by Chris Lattner · 19 years ago
- ebfc3a9 Switch to using llvm-config to build by Chris Lattner · 19 years ago
- 0a1db82 Bugfix for llvm-config support by Chris Lattner · 19 years ago
- 55e6c4a Make LINK_COMPONENTS interact well with make clean by Chris Lattner · 19 years ago
- 9bf8ea2 Switch to using llvm-config to select components to link in. by Chris Lattner · 19 years ago
- ef0d0f1 Add a new make option (LINK_COMPONENTS) which tools can use to specify what by Chris Lattner · 19 years ago
- 87b5101 Document build order dependencies. Make sure that llvm-config is built before by Chris Lattner · 19 years ago
- 4787705 new file by Chris Lattner · 19 years ago
- 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
- dd842e1 Add accessor by Chris Lattner · 19 years ago
- b2cd4ba Add explicit doInitialization/doFinalization methods instead of making by Chris Lattner · 19 years ago
- 3199af2 remove #include by Chris Lattner · 19 years ago
- 3f2e0e6 rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. by Chris Lattner · 19 years ago
- 80930eb If a cycle exists, don't succeed building the second time around. by Chris Lattner · 19 years ago
- 40ad304 remove message by Chris Lattner · 19 years ago
- e4163b4 Rearrange library linkage order. by Chris Lattner · 19 years ago
- 07ac914 Eliminate target name. by Chris Lattner · 19 years ago
- c4fa386 Simplify target construction. by Chris Lattner · 19 years ago
- de1cce7 Remove use of target::getName() by Chris Lattner · 19 years ago
- c50b76f eliminate use of TM.getName() by Chris Lattner · 19 years ago
- bc4cec9 add the SETULT condition code by Rafael Espindola · 19 years ago
- 6b128bd Avoid beating on the mi2i map when we know the answer already. by Chris Lattner · 19 years ago
- fbecc5a minor speedup by Chris Lattner · 19 years ago
- 5e50349 Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86. by Chris Lattner · 19 years ago
- 6cfca76 Testcase (distilled from crafty) that crashed the local RA on X86. by Chris Lattner · 19 years ago
- 2ac0d43 When deleting a machine instruction, make sure to remove it from the by Chris Lattner · 19 years ago
- 7a3abdc Move two methods out of line, make them work when the record for a machine by Chris Lattner · 19 years ago
- 1c57be4 Count the time for a pass to ReleaseMemory against that pass. Not doing this by Chris Lattner · 19 years ago
- 8dfd0f0 Make this testcase actually recursive. I accidentally committed the wrong copy last time. by Owen Anderson · 19 years ago
- 0f592b3 Fix a typo pointed out by Gabor by Chris Lattner · 19 years ago
- b833e5a Make ArgumentPromotion handle recursive functions that pass pointers in their recursive calls. by Owen Anderson · 19 years ago
- 5f450d2 add more condition codes by Rafael Espindola · 19 years ago
- a3a68bd Improve handling of SelectInst. by Nick Lewycky · 19 years ago
- 9442599 improve compat with certain versions of GCC (on cygwin?) by Chris Lattner · 19 years ago
- 2efe109 add a prototype by Chris Lattner · 19 years ago
- 1acb17c Iteration is required for some cases, even if they don't occur in crafty. by Chris Lattner · 19 years ago
- f21f020 When joining two intervals where the RHS is really simple, use a light-weight by Chris Lattner · 19 years ago
- 6bda49f new method by Chris Lattner · 19 years ago
- 467782c Another "cyclic DAG" test case. by Evan Cheng · 19 years ago
- 1453de5 Oops. Bad typo. Without the check of N1.hasOneUse() bad things can happen. by Evan Cheng · 19 years ago
- aca36b9 Use a couple of multiclass patterns to factor some integer ops. by Chris Lattner · 19 years ago
- 1662239 remove a bunch of comments by Chris Lattner · 19 years ago
- cce56af Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won't by Chris Lattner · 19 years ago
- 9595159 Make this harder by Chris Lattner · 19 years ago
- e7173e1 Fix a typo Jim pointed out, thanks! by Chris Lattner · 19 years ago
- 7717d09 fix an assertion with multidefs. Def inside of multiclasses don't need to by Chris Lattner · 19 years ago
- bf77441 Fixed formatting problem. by Bill Wendling · 19 years ago
- 40de6ca document !strconcat by Chris Lattner · 19 years ago
- a396ee8 Added documentation Fernando Magno Quintao Pereira wrote for the register by Bill Wendling · 19 years ago
- 84b3598 Document multiclasses and defm's by Chris Lattner · 19 years ago
- 2762738 regenerate by Chris Lattner · 19 years ago
- ef4e0c2 simple multiclass example by Chris Lattner · 19 years ago
- 1206986 Add often-requested support for defining "multiclasses" which can be instantiated. by Chris Lattner · 19 years ago
- 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 19 years ago
- b5aaee0 Remove extra spaces. by Evan Cheng · 19 years ago
- 78050d6 Last check-in was a mistake... by Evan Cheng · 19 years ago
- 4f260b4 *** empty log message *** by Evan Cheng · 19 years ago
- 3f4fd0f Allow legalizer to expand ISD::MUL using only MULHS in the rare case that is by Evan Cheng · 19 years ago
- 3ebe71d Corrections. by Jim Laskey · 19 years ago