aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-1529-72/+110
* String constants are now output with private linkage.Duncan Sands2009-07-152-4/+3
* Tweak svn:ignoreDaniel Dunbar2009-07-150-0/+0
* Kill off unused TargetMachineRegistry methods and ivars.Daniel Dunbar2009-07-153-78/+7
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-153-15/+25
* Include the Target& in the TargetMachineRegisterEntry.Daniel Dunbar2009-07-152-6/+8
* Allow multiple registrations of the same target.Daniel Dunbar2009-07-152-8/+7
* Initialize the target info via the InitializeNativeTarget() hook.Daniel Dunbar2009-07-151-1/+3
* Switch some obvious clients to using the new TargetRegistry.Daniel Dunbar2009-07-153-16/+17
* Reimplement TargetMachineRegistry in terms of TargetRegistry.Daniel Dunbar2009-07-152-41/+16
* Mark Target's creation routines as const.Daniel Dunbar2009-07-151-2/+2
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-1537-59/+134
* Fix thinkoDaniel Dunbar2009-07-151-1/+1
* Tweak svn:ignoreDaniel Dunbar2009-07-150-0/+0
* Detect write failures on raw_fd_ostream.Daniel Dunbar2009-07-151-2/+4
* Tweak CMake component lookup, I misunderstood what was happening here.though. :(Daniel Dunbar2009-07-151-1/+4
* Include Target specific Info initialization routine when initializing allDaniel Dunbar2009-07-151-2/+10
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-152-1/+21
* Fix stupid thinkoDaniel Dunbar2009-07-151-1/+1
* Address some review comments on TargetRegistry.Daniel Dunbar2009-07-152-5/+19
* Add TargetInfo directories to CMake's list.Daniel Dunbar2009-07-151-0/+1
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-1556-8/+1173
* Move load / store folding alignment require into the table(s).Evan Cheng2009-07-152-448/+425
* Update CMake file.Ted Kremenek2009-07-151-0/+1
* rename decorateName -> DecorateCygMingName, make it assert if notChris Lattner2009-07-152-13/+14
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-153-18/+11
* remove printSuffixedName.Chris Lattner2009-07-152-34/+5
* convert arm/darwin stubs to use the mangler to synthesize all the names inste...Chris Lattner2009-07-151-47/+66
* Add new TargetRegistry.Daniel Dunbar2009-07-152-0/+315
* fix an arm codegen bug (the same as PR4482 on ppc) where available_externallyChris Lattner2009-07-153-7/+73
* convert [Hidden]GVNonLazyPtrs to compute the global and stub namesChris Lattner2009-07-151-27/+41
* use makeNameProper to add the globalprefix instead of doing it manually.Chris Lattner2009-07-151-3/+1
* get the PPC stub temporary label from the mangler instead of Chris Lattner2009-07-152-33/+9
* turn some if/then's into ?:Chris Lattner2009-07-151-12/+3
* eliminate a bunch of printSuffixedName's by using info computed fromChris Lattner2009-07-151-23/+15
* convert FnStubs to using a more structured form, eliminatingChris Lattner2009-07-151-9/+31
* actually $stub labels *are* private, I just missed that Chris Lattner2009-07-151-6/+2
* convert this to filecheck style and make it a test of darwin/PPC's Chris Lattner2009-07-151-1/+57
* simplify this test to test the esentials.Chris Lattner2009-07-151-57/+3
* test commit; add selfRyan Flynn2009-07-151-0/+4
* Fix indentation.Dan Gohman2009-07-151-18/+18
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-155-56/+28
* $stub references should not be private ("L") labels.Chris Lattner2009-07-151-4/+5
* simplify "EmitExternalGlobal": it is only used to output aChris Lattner2009-07-151-6/+1
* Convert GVStubs and HiddenGVStubs to work more like the X86 backend, thisChris Lattner2009-07-151-56/+52
* minor cleanups: only switch sections once before all function stubs, instead ofChris Lattner2009-07-151-16/+15
* llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman2009-07-151-1/+0
* Fix a fixme, patch by Ryan Flynn!Chris Lattner2009-07-151-2/+1
* control reaches end of non-void function.Evan Cheng2009-07-141-0/+2
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-145-0/+45