2009-07-16 |
Daniel Dunbar | Make sure targets are initialized before we do anything... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Kill off <TARGET>MachineModule variables, and <TARGETAS... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Dan Gohman | formatted_raw_ostream both is-a raw_ostream and has... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Chris Lattner | fix section switching to ensure that stubs are emitted... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Add explicit comment that clients can call target initi... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Devang Patel | Skip special LLVM prefix '1' while emitting linknage... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Regerate CMake library dependencies. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Kill off cmake magic to force linking. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Update llvm{do,grep} to also search cmake / .cmake... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Owen Anderson | Now that we have contexts on types, convert some more... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | We don't need to use llvm_report_error, this interface... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Owen Anderson | Revert yesterday's change by removing the LLVMContext... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Add missing includes. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Jakob Stoklund... | Verify that there is no kill flag on tied operands... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Lift addAssemblyEmitter into LLVMTargetMachine. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Fix this comment to mention outs() rather than cout. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Change raw_ostream so that it doesn't call llvm_report_... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Register AsmPrinter for XCore, MSP430, and PIC16 targets. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Owen Anderson | Add an LLVMContext to Type, hardwired to the global... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Eli Friedman | Switch invars away from using isTrapping when it really... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Bob Wilson | Clean up some comments. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Lift DumpAsm / -print-emitted-asm functionality into... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Jakob Stoklund... | Fix bug in RegScavenger::scavengeRegister(). |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Eli Friedman | Don't restrict the set of instructions where we try... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Remove old style hacks to register AsmPrinter into... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | Update the C bindings to keep the LLVMTypeKind up to... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Remove mismatched and unnecessary declaration. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Owen Anderson | Move a few more convenience factory functions from... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | move createAlphaLLRPPass out of addAssemblyEmitter... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Evan Cheng | ShortenDeadCopySrcLiveRange needs to be more conservati... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | Add script 'UpdateCMakeLists.pl'. This script can be... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | Lexically order files in CMakeLists.txt files. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Owen Anderson | Move the ConstantStruct factory methods over to LLVMCon... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Remove unused function. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Bruno Cardoso... | use std::vector instead of std::list for both Section... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dale Johannesen | Fix test so it works on systems where wchar_t != int. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Update CMakeLists for reapplication. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dale Johannesen | Test for llvm-gcc patch 75822. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Reapply TargetRegistry refactoring commits. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Add a note about the raw_fd_ostream API change. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Xerxes Ranby | Fix cmake build, add TargetMachineRegistry.cpp that... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Apparently Darwin doesn't have /dev/full :-(. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Stuart Hastings | Restore file lost during reversion. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
David Greene | Get rid of postInstructionAction and call EmitComments... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Rafael Espindola | Revert 75798 to fix llvm build. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Fix a typo in a comment that Duncan noticed. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Fix a thinko in a comment that Duncan spotted. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Stuart Hastings | Revert 75762, 75763, 75766..75769, 75772..75775, 75778... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Duncan Sands | The static function TypeToFloatSemantics is now |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Richard Osborne | Fix pattern for LD16S_3r, add basic tests to check... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Add a raw_ostream version of CheckBitcodeOutputToConsole. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Add a testcase for raw_ostream error checking. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Add a comment noting that raw_os_ostream does not check... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Check for errors on close(2) too. And lseek(2). |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Use 0664 instead of 0644 for the default open mode... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Add a raw_ostream operator<< to sys::Path. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
David Goodwin | Thumb-2 only support [base_reg + offset_reg] addressing... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Richard Osborne | Fix XCoreTargetLowering::isLegalAddressingMode to handl... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Richard Osborne | Remove the xcore-file-directive option now that LLVM... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Kevin Enderby | Added llvm-mc support for parsing the .dump and .load... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Duncan Sands | Remove the v3i32 and v3f32 value types: they are not |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Xerxes Ranby | Added myself to the blame list. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Replace large swaths of copy-n-paste code with obvious... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Duncan Sands | Remove StringConstantPrefix now that the only user |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Kill off old (TargetMachine level, not Target level... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Xerxes Ranby | Fix cmake build lib/Target/TargetMachineRegistry.cpp... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Provide TargetMachine implementations with reference... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Duncan Sands | String constants are now output with private linkage. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Kill off unused TargetMachineRegistry methods and ivars. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Migrate llc and the JIT to using the TargetRegistry... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Include the Target& in the TargetMachineRegisterEntry. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Allow multiple registrations of the same target. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Initialize the target info via the InitializeNativeTarg... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Switch some obvious clients to using the new TargetRegi... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Reimplement TargetMachineRegistry in terms of TargetReg... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Mark Target's creation routines as const. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Register Target's TargetMachine and AsmPrinter in the... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Fix thinko |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Detect write failures on raw_fd_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Tweak CMake component lookup, I misunderstood what... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Include Target specific Info initialization routine... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Teach Makefiles & CMake to link in the <TARGET>Info... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Fix stupid thinko |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Address some review comments on TargetRegistry. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Add TargetInfo directories to CMake's list. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Add TargetInfo libraries for all targets. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Evan Cheng | Move load / store folding alignment require into the... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | rename decorateName -> DecorateCygMingName, make it... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | eliminate the Mangler::PreserveAsmNames bit, the sole... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | remove printSuffixedName. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | convert arm/darwin stubs to use the mangler to synthesi... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Add new TargetRegistry. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | fix an arm codegen bug (the same as PR4482 on ppc)... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | convert [Hidden]GVNonLazyPtrs to compute the global... |
commit | commitdiff | tree | snapshot |
next |