- fde1b3b 1. Remove condition on delete. by Jim Laskey · 19 years ago
- f93f683 Untabify. by Devang Patel · 19 years ago
- c8719e9 Use iterative do-while loop instead of recursive DFSPass calls to by Devang Patel · 19 years ago
- 2dd538c add a new value for the command line optn by Chris Lattner · 19 years ago
- cdb341d Fix a cross-build issue. The asmsyntax shouldn't be affected by the build by Chris Lattner · 19 years ago
- 9346336 Adding new files. by Jim Laskey · 19 years ago
- a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
- 8e8de8f Break out target asm info into separate files. by Jim Laskey · 19 years ago
- 998051a Using addPassesToEmitWholeFile is not a good idea here. by Devang Patel · 19 years ago
- 76ed7b1 Add linker into list of LINK_COMPONENTS. by Devang Patel · 19 years ago
- e99c623 Throttle back tail duplication to avoid creating really ugly sequences of code. by Chris Lattner · 19 years ago
- 3d222b9 new testcase by Chris Lattner · 19 years ago
- ffc0b26 Eliminate X86ISD::TEST, using X86ISD::CMP instead. Match X86ISD::CMP patterns by Chris Lattner · 19 years ago
- b14ca60 Some notes on better load folding we could do by Chris Lattner · 19 years ago
- 0300352 Add lto into the list of PARALLEL_DIRS by Devang Patel · 19 years ago
- bdaf3dc Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() by Devang Patel · 19 years ago
- ec3bc39 Consistency. by Evan Cheng · 19 years ago
- 61c958e Fix pasto that was breaking x86 tests. by Evan Cheng · 19 years ago
- afd39f0 Change DisambiguateGlobalSymbols to not rename asm globals, which breaks by Chris Lattner · 19 years ago
- 833eb68 Add new option to leave asm names alone by Chris Lattner · 19 years ago
- 81fe06a This fails by Chris Lattner · 19 years ago
- c40eb5e Warn people not to use GCC 4.1.1. by Chris Lattner · 19 years ago
- 05a059d Make the x86 asm flavor part of the subtarget info. by Jim Laskey · 19 years ago
- 41b3252 *** empty log message *** by Bill Wendling · 19 years ago
- bd0d7b5 Fixed my rotten Engrish grammar. by Bill Wendling · 19 years ago
- 9abd8af cleanups and updates to the GSG, patch by B Scott Michel, thanks! This is PR899 by Chris Lattner · 19 years ago
- d5e93c0 Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a bug where SDIsel inserted by Chris Lattner · 19 years ago
- 5aa0307 New testcase for a switch lowering bug. by Chris Lattner · 19 years ago
- 95971c5 Clean up. by Evan Cheng · 19 years ago
- 07240e0 testcase, ensure this never breaks. by Chris Lattner · 19 years ago
- 48ff2fb Watch out for variable_ops instructions. by Evan Cheng · 19 years ago
- 3530baf Variable ops instructions may ignore the last few operands for code emission. by Evan Cheng · 19 years ago
- c1e6e13 Document getTargetTriple(). by Devang Patel · 19 years ago
- a291a68 Add getTargetTriple() that linker can use to query target architecture. by Devang Patel · 19 years ago
- 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