2004-06-04 |
Chris Lattner | Fix PR356: [doc] lib/Target/X86/README.txt needs update |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | This file is obsolete |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Brian Gaeke | Honor DISABLE_CBE, etc., even when doing the "running... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix broken internal link; add stub for missing subsection. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix broken internal link. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | GCSE has suddenly become a struct, not a class; fix... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix more broken links as a result of the llvm namespace. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix broken internal links. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix broken links as a result of the llvm namespace. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | Fix some broken links |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | CQ bug implemented |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | The prototype for ParseCommandLineOptions changed at... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Allow script to set configure args. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | Adjust argument to match destination data type |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | Don't use identifiers that start with an _ |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | Only use the non-standards-compliant std::distance... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Specify div type "doc_text" to get proper indentation... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Add a hyphen. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Properly close the footer paragraph. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Wrap long lines. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix case of doxygen directive \p. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | * Verify function prototypes, not just functions with... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Add new internal-global-symbol mapping info pass..... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Expand head-of-file comment. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Add new mapping info pass, when EmitMappingInfo is on. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Fix big mistake in my last checkin... the big question... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Add decl. for new mapping info pass factory method. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | Add -disable-codegen option to disable LLC and JIT... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Collapse together the abstract superclass TargetRegInfo... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Recognize cygwin |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | <alloca.h> on cygwin pulls in a ton of stuff (macros... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Brian Gaeke | Another pod |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Brian Gaeke | The llvm-dis.html page was a little out of date, but... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Update to include llc on x86 and other systems |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Brian Gaeke | Tasty, tasty pods... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | The -q option is gone |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | The --enable-correct-eh-support option is meaningless... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | cygwin apparently doesn't have widechar support. But... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Add a link to the code gen document |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Brian Gaeke | Here's another pod. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Brian Gaeke | Look, it's a gccas pod. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Add a note about the V9 backend. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Oops, this was not to go in |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Adjust to the new TargetMachine interface |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Adjust to new TargetMachine interface |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Inline findOptimalStorageSize into it's caller, both... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Adjust to new TM interface |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Method has been inlined into all callers |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Convert to the new TargetMachine interface. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Stubs are no longer needed |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Delete the V9 specific findOptimalStorageSize method... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Adjust to new TM interfaces |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Fix a trivial but blatant bug |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Make gccld copy the llvm-stub program to be the executi... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Implement the new CopyFile function |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Add a new CopyFile function |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Misha Brukman | Fix a double negation (in grammar). |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Move some functions out of gccld.cpp to GenerateCode... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | Refactor a bit of code into a function, no functionalit... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Misha Brukman | Fix spelling, trim empty space, tighten up function... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Chris Lattner | No really cygwin, we LIKE .exe'ness. |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | Build the llvm-stub directory |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | Initial checkin of a stub executable that can be used... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | On win32, process.h provides some of the traditional... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | Implement PR315: abort, don't warn, when missing extern... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Brian Gaeke | Add spiff |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Brian Gaeke | Use new form of unconditional branch constructor. |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Brian Gaeke | Call Cygwin by its proper name, and give it a link... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Brian Gaeke | Maybe this will keep people from breaking -branch-combine! |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | Add a note about cygwin |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | Make tool names end with .exe on windows. This isn... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
John Criswell | Added the EXEEXT variable so that Makefiles can figure... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Misha Brukman | * Standardize footer |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | Finish the thought that got interrupted when my train... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | Fix wandering </a>, add note about cygwin being supported. |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Misha Brukman | * Use sans-serif fonts just like in the rest of doxygen |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | * Make it HTML4.01 |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Misha Brukman | Make doxygen pages look like our own documentation. |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Misha Brukman | * Add the year 2003 back to the copyright line |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Misha Brukman | * It's now the year 2004 |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | Add a warning about incompleteness, fix validation... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
John Criswell | Modified calcTypeName() so that it does not allocate... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Chris Lattner | It's a small start, but it is certainly needed. Contri... |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Reid Spencer | Align the lower portion of the page with the left margi... |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Reid Spencer | Clean up the Feature and Regression test output to... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Brian Gaeke | There is no "mcff" here; delete the confusing comments... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Alkis Evlogimenos | Pull Interval class out of LiveIntervals. |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Alkis Evlogimenos | Add comparator useful for natural comparisons on collec... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Brian Gaeke | Transform an occurrence of if(...) { assert (0) }. |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Alkis Evlogimenos | When spilling an register, introduce a new temporary... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Brian Gaeke | Reduce the amount of LLVM Values for which we save... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Brian Gaeke | Rename verifySavedState to dumpSavedState. Give it... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Brian Gaeke | Insert machine instructions generated for Phi nodes... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Brian Gaeke | Fix typo in head-of-file comment. |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Reid Spencer | Fix a bug that Chris asserts emphatically is a bug... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Reid Spencer | Make the Regression/Feature test support excise all... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Reid Spencer | Moved this file to lib/Bytecode/Writer because its... |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Brian Gaeke | Remove unused #include. |
commit | commitdiff | tree | snapshot |
next |