summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some broken linksChris Lattner2004-06-031-6/+6
* CQ bug implementedChris Lattner2004-06-031-0/+4
* The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner2004-06-032-2/+2
* Allow script to set configure args.Brian Gaeke2004-06-031-3/+10
* Adjust argument to match destination data typeChris Lattner2004-06-031-1/+1
* Don't use identifiers that start with an _Chris Lattner2004-06-031-2/+2
* Only use the non-standards-compliant std::distance on the compiler that isChris Lattner2004-06-032-8/+10
* Specify div type "doc_text" to get proper indentation for paragraphs.Misha Brukman2004-06-031-4/+8
* Add a hyphen.Misha Brukman2004-06-031-2/+2
* Properly close the footer paragraph.Misha Brukman2004-06-031-1/+1
* Wrap long lines.Misha Brukman2004-06-031-2/+2
* Fix case of doxygen directive \p.Misha Brukman2004-06-031-1/+1
* * Verify function prototypes, not just functions with bodies.Chris Lattner2004-06-031-2/+12
* Add new internal-global-symbol mapping info pass... may its life be shortBrian Gaeke2004-06-031-0/+80
* Expand head-of-file comment.Brian Gaeke2004-06-031-1/+3
* Add new mapping info pass, when EmitMappingInfo is on.Brian Gaeke2004-06-031-2/+4
* Fix big mistake in my last checkin... the big question is, how did I everBrian Gaeke2004-06-031-7/+7
* Add decl. for new mapping info pass factory method.Brian Gaeke2004-06-031-0/+1
* Add -disable-codegen option to disable LLC and JIT targetsChris Lattner2004-06-031-5/+7
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-0313-159/+73
* Recognize cygwinChris Lattner2004-06-022-0/+7
* <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos)Chris Lattner2004-06-022-2/+2
* Another podBrian Gaeke2004-06-021-0/+75
* The llvm-dis.html page was a little out of date, but this pod file can supers...Brian Gaeke2004-06-021-0/+66
* Update to include llc on x86 and other systemsChris Lattner2004-06-021-6/+7
* Tasty, tasty pods...Brian Gaeke2004-06-021-0/+87
* The -q option is goneChris Lattner2004-06-021-16/+0
* The --enable-correct-eh-support option is meaningless when provided toChris Lattner2004-06-022-11/+0
* cygwin apparently doesn't have widechar support. But when disabled, the wholeChris Lattner2004-06-021-4/+12
* Add a link to the code gen documentChris Lattner2004-06-021-0/+1
* Here's another pod.Brian Gaeke2004-06-022-0/+148
* Look, it's a gccas pod.Brian Gaeke2004-06-021-0/+83
* Add a note about the V9 backend.Chris Lattner2004-06-021-0/+12
* Oops, this was not to go inChris Lattner2004-06-021-1/+1
* Adjust to the new TargetMachine interfaceChris Lattner2004-06-024-32/+32
* Adjust to new TargetMachine interfaceChris Lattner2004-06-0211-19/+18
* Inline findOptimalStorageSize into it's caller, both of which are sparc specificChris Lattner2004-06-021-12/+18
* Adjust to new TM interfaceChris Lattner2004-06-021-1/+1
* Method has been inlined into all callersChris Lattner2004-06-021-7/+0
* Convert to the new TargetMachine interface.Chris Lattner2004-06-0228-161/+166
* Stubs are no longer neededChris Lattner2004-06-021-5/+0
* Delete the V9 specific findOptimalStorageSize method, inlining it into all ca...Chris Lattner2004-06-021-12/+6
* Adjust to new TM interfacesChris Lattner2004-06-024-12/+6
* Finegrainify namespacificationChris Lattner2004-06-022-6/+3
* Fix a trivial but blatant bugChris Lattner2004-06-021-4/+4
* Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner2004-06-021-1/+16
* Implement the new CopyFile functionChris Lattner2004-06-021-0/+35
* Add a new CopyFile functionChris Lattner2004-06-022-2/+10
* Fix a double negation (in grammar).Misha Brukman2004-06-021-1/+1
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-025-114/+90