| Commit message (Expand) | Author | Age | Files | Lines |
* | fix section switching to ensure that stubs are emitted to the right | Chris Lattner | 2009-07-16 | 1 | -4/+5 |
* | Add explicit comment that clients can call target initialization functions | Daniel Dunbar | 2009-07-16 | 1 | -0/+6 |
* | Skip special LLVM prefix '1' while emitting linknage name. | Devang Patel | 2009-07-16 | 1 | -4/+25 |
* | Regerate CMake library dependencies. | Daniel Dunbar | 2009-07-16 | 1 | -50/+48 |
* | Kill off cmake magic to force linking. | Daniel Dunbar | 2009-07-16 | 2 | -32/+0 |
* | Update llvm{do,grep} to also search cmake / .cmake files | Daniel Dunbar | 2009-07-16 | 2 | -2/+3 |
* | Now that we have contexts on types, convert some more internals to use contexts. | Owen Anderson | 2009-07-16 | 1 | -8/+11 |
* | We don't need to use llvm_report_error, this interface can deal with errors | Daniel Dunbar | 2009-07-15 | 1 | -2/+2 |
* | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 25 | -104/+83 |
* | Add missing includes. | Daniel Dunbar | 2009-07-15 | 1 | -0/+2 |
* | Verify that there is no kill flag on tied operands on two-address instructions. | Jakob Stoklund Olesen | 2009-07-15 | 1 | -4/+7 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 24 | -163/+19 |
* | Fix this comment to mention outs() rather than cout. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Change raw_ostream so that it doesn't call llvm_report_error | Dan Gohman | 2009-07-15 | 2 | -12/+45 |
* | Register AsmPrinter for XCore, MSP430, and PIC16 targets. | Daniel Dunbar | 2009-07-15 | 10 | -20/+37 |
* | Add an LLVMContext to Type, hardwired to the global context until Type uniqui... | Owen Anderson | 2009-07-15 | 1 | -1/+9 |
* | Switch invars away from using isTrapping when it really shouldn't be | Eli Friedman | 2009-07-15 | 2 | -1/+26 |
* | Clean up some comments. | Bob Wilson | 2009-07-15 | 1 | -8/+8 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 10 | -124/+52 |
* | Fix bug in RegScavenger::scavengeRegister(). | Jakob Stoklund Olesen | 2009-07-15 | 1 | -1/+1 |
* | To simplify the upcoming context-on-type change, switch all command line tool... | Owen Anderson | 2009-07-15 | 14 | -14/+14 |
* | Don't restrict the set of instructions where we try to constant-fold the | Eli Friedman | 2009-07-15 | 2 | -3/+14 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 24 | -227/+38 |
* | Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ | Chris Lattner | 2009-07-15 | 3 | -2/+37 |
* | Remove mismatched and unnecessary declaration. | Daniel Dunbar | 2009-07-15 | 1 | -1/+0 |
* | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 9 | -56/+57 |
* | move createAlphaLLRPPass out of addAssemblyEmitter to make Alpha | Chris Lattner | 2009-07-15 | 1 | -1/+1 |
* | ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa... | Evan Cheng | 2009-07-15 | 2 | -1/+964 |
* | Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update | Ted Kremenek | 2009-07-15 | 1 | -0/+118 |
* | Lexically order files in CMakeLists.txt files. | Ted Kremenek | 2009-07-15 | 7 | -10/+10 |
* | Move the ConstantStruct factory methods over to LLVMContext. | Owen Anderson | 2009-07-15 | 3 | -17/+8 |
* | Remove unused function. | Daniel Dunbar | 2009-07-15 | 1 | -16/+0 |
* | use std::vector instead of std::list for both Section and Symbol lists because | Bruno Cardoso Lopes | 2009-07-15 | 5 | -191/+194 |
* | Fix test so it works on systems where wchar_t != int. | Dale Johannesen | 2009-07-15 | 1 | -10/+2 |
* | Update CMakeLists for reapplication. | Daniel Dunbar | 2009-07-15 | 1 | -1/+0 |
* | Test for llvm-gcc patch 75822. | Dale Johannesen | 2009-07-15 | 1 | -0/+15 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 54 | -638/+312 |
* | Add a note about the raw_fd_ostream API change. | Dan Gohman | 2009-07-15 | 1 | -0/+6 |
* | Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807 | Xerxes Ranby | 2009-07-15 | 1 | -0/+1 |
* | Apparently Darwin doesn't have /dev/full :-(. | Dan Gohman | 2009-07-15 | 1 | -3/+0 |
* | Restore file lost during reversion. | Stuart Hastings | 2009-07-15 | 1 | -0/+78 |
* | Get rid of postInstructionAction and call EmitComments directly. | David Greene | 2009-07-15 | 2 | -23/+9 |
* | Revert 75798 to fix llvm build. | Rafael Espindola | 2009-07-15 | 1 | -0/+14 |
* | Fix a typo in a comment that Duncan noticed. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Fix a thinko in a comment that Duncan spotted. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Add a Force option to raw_fd_ostream to specify whether opening | Dan Gohman | 2009-07-15 | 12 | -146/+116 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 53 | -306/+557 |
* | The static function TypeToFloatSemantics is now | Duncan Sands | 2009-07-15 | 1 | -14/+0 |
* | Fix pattern for LD16S_3r, add basic tests to check load / store instructions | Richard Osborne | 2009-07-15 | 3 | -1/+75 |
* | Add a raw_ostream version of CheckBitcodeOutputToConsole. | Dan Gohman | 2009-07-15 | 2 | -0/+25 |