- e58d356 More prominantly mention ppc support, more accurately describe its status by Chris Lattner · 21 years ago
- 9411875 * Mention PowerPC as new feature, and experimental feature by Misha Brukman · 21 years ago
- 2c2ba76 Add additional copyright notice for the PowerPC backend. Thanks Nate! by John Criswell · 21 years ago
- 047e606 Split out -disable-codegen into -disable-llc and -disable-jit. by Brian Gaeke · 21 years ago
- f200eee We now have the PowerPC backend, thanks to Nate Begeman and Luis Gerbarg! by Misha Brukman · 21 years ago
- 2f94786 Simplify makefile by combining all TableGen dependencies into one variable by Misha Brukman · 21 years ago
- 84b3e01 while we're at it, make the libraries be on separate lines by Chris Lattner · 21 years ago
- 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 21 years ago
- b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 21 years ago
- 3c70714 PowerPC is a real target now. by Misha Brukman · 21 years ago
- 42b70f3 This file is obsolete by Chris Lattner · 21 years ago
- 8243976 Make GlobalVariable constructor assert when an initializer is of incorrect type. by Alkis Evlogimenos · 21 years ago
- a2b5f45 sparcv9select is history. by Brian Gaeke · 21 years ago
- 14f7a50 C++ support does not live in the C runtime any longer by Chris Lattner · 21 years ago
- d4d02bc Two files are moved to libstdc++, and a NOTE gets added by Chris Lattner · 21 years ago
- 45872bf Add missing copyrights by Chris Lattner · 21 years ago
- 9a7e0c5 Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get by Reid Spencer · 21 years ago
- aad2deb Fix another minor problem that exists if you ahve multiple functions with by Chris Lattner · 21 years ago
- 82b5b21 Fix a typeo by Chris Lattner · 21 years ago
- d2da229 Add a hack to work around a problem my changes exposed by Chris Lattner · 21 years ago
- 4e4f863 * Added documentation in the file header by Misha Brukman · 21 years ago
- 33066e9 Surround code element with <tt> tags by Misha Brukman · 21 years ago
- 1411a67 Hand-propagate the constant TARGET_NAME which was making lines wrap anyway by Misha Brukman · 21 years ago
- 7a750e1 * Remove unnecessary comment * Fix alignment of code * Tabs to spaces by Misha Brukman · 21 years ago
- dee0f9b Align dependencies so they don't hurt the eyes to look at them by Misha Brukman · 21 years ago
- 3b87f21 * Convert C++ comments to C * Add UIUC copyright notice headers by Misha Brukman · 21 years ago
- eab43d8 Shared libraries are usually prepended with `lib' by Misha Brukman · 21 years ago
- 7338ae5 Remove unused instruction classes by Misha Brukman · 21 years ago
- db01356 Make tablegen targets depend on PowerPCInstrFormats.td as well by Misha Brukman · 21 years ago
- c3d12f0 Fix a latent bug exposed by my recent changes by Chris Lattner · 21 years ago
- ff4c183 Move method out of line by Chris Lattner · 21 years ago
- 0a4f85e It is not possible to catch SIGKILL, don't bother trying. by Chris Lattner · 21 years ago
- 6173cd9 getValues does not exist by Chris Lattner · 21 years ago
- cdf7012 getValues is gone by Chris Lattner · 21 years ago
- 7065157 Clean up whitespace. by Alkis Evlogimenos · 21 years ago
- 1a8ea01 Convert indentation to 2 spaces. by Alkis Evlogimenos · 21 years ago
- 3e0ef89 Remove uneeded getValues() functions. by Alkis Evlogimenos · 21 years ago
- 15876bb Stop using getValues(). by Alkis Evlogimenos · 21 years ago
- 868bbf3 Fix a major regression in my previous checkin by Chris Lattner · 21 years ago
- cc7ba49 Stop using getValues(). by Alkis Evlogimenos · 21 years ago
- 93ad2cf getResultPos() is dead. by Brian Gaeke · 21 years ago
- 1c313c9 Get rid of the only use of TargetInstrInfo::getResultPos(), a deprecated method. by Brian Gaeke · 21 years ago
- 9e4c681 Stop using getValues(). by Alkis Evlogimenos · 21 years ago
- a834fe2 Add note by Chris Lattner · 21 years ago
- 5a837de FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of by Chris Lattner · 21 years ago
- 4efe35f sparcv9select is history by Brian Gaeke · 21 years ago
- 7633391 libsparcv9select is history by Brian Gaeke · 21 years ago
- 826b19b These headers have been moved/merged into other files. by Brian Gaeke · 21 years ago
- 57195d1 Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction, by Brian Gaeke · 21 years ago
- f7d4efb Tighten up some whitespace. Include SparcV9TmpInstr.h to pick up by Brian Gaeke · 21 years ago
- aceb7d8 Include SparcV9BurgISel.h, to pick up the definition of by Brian Gaeke · 21 years ago
- 98ac7ac Include SparcV9TmpInstr.h instead of llvm/CodeGen/InstrSelection.h, to pick by Brian Gaeke · 21 years ago
- bd0a183 Include SparcV9BurgISel.h, because PreSelection uses routines from within by Brian Gaeke · 21 years ago
- 8943e68 Add a Doxygen comment, and inline the constructor (which is now almost empty). by Brian Gaeke · 21 years ago
- 587cd1a The InstrForest data type has moved from llvm/CodeGen/InstrForest.h by Brian Gaeke · 21 years ago
- d5ce411 Add a new file containing just TmpInstruction and its implementation. by Brian Gaeke · 21 years ago
- 10b1192 All the SparcV9 BURG instruction selector pieces have been collected into the by Brian Gaeke · 21 years ago
- 7b0c84d I swear I compiled this, really I did. by Chris Lattner · 21 years ago
- c003628 Factor some code out, no substantial change. by Chris Lattner · 21 years ago
- fe41069 Concisify some code by Chris Lattner · 21 years ago
- ac479e5 Fix linkage types by Chris Lattner · 21 years ago
- 6823c9f Implement a FIXME, by not searching linearly through a map to remove an by Chris Lattner · 21 years ago
- b619761 New methods by Chris Lattner · 21 years ago
- 7c136c3 Minor efficiency improvements by Chris Lattner · 21 years ago
- 46c2b3a Squelch warnings in release mode by Chris Lattner · 21 years ago
- 13b0358 Now that ConstantPointerRef is gone, it is the case that all operands of constants by Chris Lattner · 21 years ago
- 0f42ba6 Add a special version of getType for ConstantPointerNull, exposing the fact by Chris Lattner · 21 years ago
- 07d7c9d Add a cast by Chris Lattner · 21 years ago
- 17c2b92 Added note for PR413 Tools now respond to the --version option. by Reid Spencer · 21 years ago
- 1c06891 Change SymbolTable::insertEntry to be more careful about how many map by Chris Lattner · 21 years ago
- 69105f3 Add a --version option for every tool that prints out: by Reid Spencer · 21 years ago
- 2b51a08 Change the package identification to use one less level of quoting so that by Reid Spencer · 21 years ago
- 2c6c14d Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader by Chris Lattner · 21 years ago
- 064e9a9 The Type* is redundant with the TypeSlot by Chris Lattner · 21 years ago
- 45b5dd2 Do not do a linear std::find to reconstruct information we had, but later threw by Chris Lattner · 21 years ago
- 301fe48 Line length <= 80 cols. by Reid Spencer · 21 years ago
- 267660f Fix some indentation (so brg can test commit script). by Reid Spencer · 21 years ago
- 68f3459 Remove unused opcodes. by Misha Brukman · 21 years ago
- 2de2999 Fix line lengths. by Reid Spencer · 21 years ago
- 7dbdbfd Testing the commit-diffs script again. by Brian Gaeke · 21 years ago
- cd78845 Let's try it again. by Brian Gaeke · 21 years ago
- 324299a Another test. by Brian Gaeke · 21 years ago
- 4f2cee3 Testing...one more time. by Brian Gaeke · 21 years ago
- f08561f Properly wrap some lines. by Reid Spencer · 21 years ago
- cb28c0b Added llvmcs to my list. by Reid Spencer · 21 years ago
- d56bd42 Testing... One more time... by Brian Gaeke · 21 years ago
- 6efe593 Just testing by Brian Gaeke · 21 years ago
- 2a010af testing by Brian Gaeke · 21 years ago
- a713bc9 Testing commit-diffs.pl by Brian Gaeke · 21 years ago
- 1b2d85a Moved into SparcV9 directory by Chris Lattner · 21 years ago
- 8295378 Move this file out of the top-level docs directory by Chris Lattner · 21 years ago
- 532c92d Simplify the first example, as the LLVM IR interfaces have evolved. Other by Chris Lattner · 21 years ago
- cc455de Use the new prcontext script. by John Criswell · 21 years ago
- 955a742 Add support for using the prcontext python script instead of grep -C. by John Criswell · 21 years ago
- 21eccb6 New python script that print a specified number of lines surrounding a by John Criswell · 21 years ago
- 9b87287 Set a variable so that we can find the python interpreter. by John Criswell · 21 years ago
- 37dcae6 * Use simpler instruction templates to define instructions by Misha Brukman · 21 years ago
- c681a4e Replace patterns 0, 4, and 5 with simpler heirarchical definitions that use the by Misha Brukman · 21 years ago
- 17d3efc Add link for IRC by Chris Lattner · 21 years ago
- ddd2184 Written by by Chris Lattner · 21 years ago