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 |
2009-07-15 |
Chris Lattner | use makeNameProper to add the globalprefix instead... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | get the PPC stub temporary label from the mangler inste... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | turn some if/then's into ?: |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | eliminate a bunch of printSuffixedName's by using info... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | convert FnStubs to using a more structured form, elimin... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | actually $stub labels *are* private, I just missed... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | convert this to filecheck style and make it a test... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | simplify this test to test the esentials. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ryan Flynn | test commit; add self |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Make makeLoopInvariant report whether it made any chang... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | $stub references should not be private ("L") labels. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | simplify "EmitExternalGlobal": it is only used to output a |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | Convert GVStubs and HiddenGVStubs to work more like... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | minor cleanups: only switch sections once before all... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | llvm-c/Core.h is no longer needed in lto.h, and it... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Chris Lattner | Fix a fixme, patch by Ryan Flynn! |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Evan Cheng | control reaches end of non-void function. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kevin Enderby | Added llvm-mc support for parsing the .include directive. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | minor syntax cleanup |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Daniel Dunbar | Fix path name. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bruno Cardoso... | Use the right relocation type for X86::MOV64ri64i32 |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Fix bad indentation and 80-col violation. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kevin Enderby | Added llvm-mc support for parsing the .lsym directive. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
David Goodwin | Check for PRE_INC and POST_INC. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dan Gohman | Fix the expansion of umax and smax in the case where... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | fix a bug in my previous patch. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | allow default construction of formatted_raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | fix David's merge conflict |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | reapply r75408, which eliminates MOV64r0 in favor of... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
David Greene | Have asm printers use formatted_raw_ostream directly... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Viktor Kutuzov | Helper script to use bugpoint with a remote target. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | convert to filecheck style, simplify RUN line, and... |
commit | commitdiff | tree | snapshot |
next |