| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix some broken links | Chris Lattner | 2004-06-03 | 1 | -6/+6 |
* | CQ bug implemented | Chris Lattner | 2004-06-03 | 1 | -0/+4 |
* | The prototype for ParseCommandLineOptions changed at some point, but this | Chris Lattner | 2004-06-03 | 2 | -2/+2 |
* | Allow script to set configure args. | Brian Gaeke | 2004-06-03 | 1 | -3/+10 |
* | Adjust argument to match destination data type | Chris Lattner | 2004-06-03 | 1 | -1/+1 |
* | Don't use identifiers that start with an _ | Chris Lattner | 2004-06-03 | 1 | -2/+2 |
* | Only use the non-standards-compliant std::distance on the compiler that is | Chris Lattner | 2004-06-03 | 2 | -8/+10 |
* | Specify div type "doc_text" to get proper indentation for paragraphs. | Misha Brukman | 2004-06-03 | 1 | -4/+8 |
* | Add a hyphen. | Misha Brukman | 2004-06-03 | 1 | -2/+2 |
* | Properly close the footer paragraph. | Misha Brukman | 2004-06-03 | 1 | -1/+1 |
* | Wrap long lines. | Misha Brukman | 2004-06-03 | 1 | -2/+2 |
* | Fix case of doxygen directive \p. | Misha Brukman | 2004-06-03 | 1 | -1/+1 |
* | * Verify function prototypes, not just functions with bodies. | Chris Lattner | 2004-06-03 | 1 | -2/+12 |
* | Add new internal-global-symbol mapping info pass... may its life be short | Brian Gaeke | 2004-06-03 | 1 | -0/+80 |
* | Expand head-of-file comment. | Brian Gaeke | 2004-06-03 | 1 | -1/+3 |
* | Add new mapping info pass, when EmitMappingInfo is on. | Brian Gaeke | 2004-06-03 | 1 | -2/+4 |
* | Fix big mistake in my last checkin... the big question is, how did I ever | Brian Gaeke | 2004-06-03 | 1 | -7/+7 |
* | Add decl. for new mapping info pass factory method. | Brian Gaeke | 2004-06-03 | 1 | -0/+1 |
* | Add -disable-codegen option to disable LLC and JIT targets | Chris Lattner | 2004-06-03 | 1 | -5/+7 |
* | Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its | Brian Gaeke | 2004-06-03 | 13 | -159/+73 |
* | Recognize cygwin | Chris Lattner | 2004-06-02 | 2 | -0/+7 |
* | <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) | Chris Lattner | 2004-06-02 | 2 | -2/+2 |
* | Another pod | Brian Gaeke | 2004-06-02 | 1 | -0/+75 |
* | The llvm-dis.html page was a little out of date, but this pod file can supers... | Brian Gaeke | 2004-06-02 | 1 | -0/+66 |
* | Update to include llc on x86 and other systems | Chris Lattner | 2004-06-02 | 1 | -6/+7 |
* | Tasty, tasty pods... | Brian Gaeke | 2004-06-02 | 1 | -0/+87 |
* | The -q option is gone | Chris Lattner | 2004-06-02 | 1 | -16/+0 |
* | The --enable-correct-eh-support option is meaningless when provided to | Chris Lattner | 2004-06-02 | 2 | -11/+0 |
* | cygwin apparently doesn't have widechar support. But when disabled, the whole | Chris Lattner | 2004-06-02 | 1 | -4/+12 |
* | Add a link to the code gen document | Chris Lattner | 2004-06-02 | 1 | -0/+1 |
* | Here's another pod. | Brian Gaeke | 2004-06-02 | 2 | -0/+148 |
* | Look, it's a gccas pod. | Brian Gaeke | 2004-06-02 | 1 | -0/+83 |
* | Add a note about the V9 backend. | Chris Lattner | 2004-06-02 | 1 | -0/+12 |
* | Oops, this was not to go in | Chris Lattner | 2004-06-02 | 1 | -1/+1 |
* | Adjust to the new TargetMachine interface | Chris Lattner | 2004-06-02 | 4 | -32/+32 |
* | Adjust to new TargetMachine interface | Chris Lattner | 2004-06-02 | 11 | -19/+18 |
* | Inline findOptimalStorageSize into it's caller, both of which are sparc specific | Chris Lattner | 2004-06-02 | 1 | -12/+18 |
* | Adjust to new TM interface | Chris Lattner | 2004-06-02 | 1 | -1/+1 |
* | Method has been inlined into all callers | Chris Lattner | 2004-06-02 | 1 | -7/+0 |
* | Convert to the new TargetMachine interface. | Chris Lattner | 2004-06-02 | 28 | -161/+166 |
* | Stubs are no longer needed | Chris Lattner | 2004-06-02 | 1 | -5/+0 |
* | Delete the V9 specific findOptimalStorageSize method, inlining it into all ca... | Chris Lattner | 2004-06-02 | 1 | -12/+6 |
* | Adjust to new TM interfaces | Chris Lattner | 2004-06-02 | 4 | -12/+6 |
* | Finegrainify namespacification | Chris Lattner | 2004-06-02 | 2 | -6/+3 |
* | Fix a trivial but blatant bug | Chris Lattner | 2004-06-02 | 1 | -4/+4 |
* | Make gccld copy the llvm-stub program to be the execution wrapper for | Chris Lattner | 2004-06-02 | 1 | -1/+16 |
* | Implement the new CopyFile function | Chris Lattner | 2004-06-02 | 1 | -0/+35 |
* | Add a new CopyFile function | Chris Lattner | 2004-06-02 | 2 | -2/+10 |
* | Fix a double negation (in grammar). | Misha Brukman | 2004-06-02 | 1 | -1/+1 |
* | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner | 2004-06-02 | 5 | -114/+90 |