summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Refactor code slightly. Make code compiled with llvmgcc use the warning optionsChris Lattner2003-08-27
* Spell `incompatible' correctly.Misha Brukman2003-08-27
* New testcase. Unfortunately, native GCC gets this wrong. Someday we will ha...Chris Lattner2003-08-27
* *** empty log message ***Tanya Lattner2003-08-27
* Added/removed header fileTanya Lattner2003-08-27
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-27
* New testcases, which WORK with LLVMG++ and the CBE.Chris Lattner2003-08-27
* Fix several _killer_ bugs. This now actually WORKS for really complex testca...Chris Lattner2003-08-27
* C++ify, add new get_cxx_exception function to convert from generic llvm_excep...Chris Lattner2003-08-27
* Remove Cisms. We love C++Chris Lattner2003-08-27
* Cleaned up the code (spacing, not needed headers) and changed ostream functio...Tanya Lattner2003-08-27
* *** empty log message ***Tanya Lattner2003-08-27
* Fix bug: SCCP/2003-08-26-InvokeHandling.llChris Lattner2003-08-27
* New testcaseChris Lattner2003-08-27
* Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner2003-08-26
* SchedGraphCommon header file. Contains class definition for SchedGraphCommon ...Tanya Lattner2003-08-25
* First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner2003-08-25
* Remove copy-and-paste gunkChris Lattner2003-08-25
* Initial checking of C++ exception handling libraryChris Lattner2003-08-25
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-25
* Remove special casingChris Lattner2003-08-25
* Fix spelling error in comment.Brian Gaeke2003-08-25
* Added autoconf code that verifies that the C compiler is at the minimumJohn Criswell2003-08-25
* Added code to check for python and qmtest.John Criswell2003-08-25
* Mangle ALL letters that we do not allow, not just a few.Chris Lattner2003-08-24
* Simplify codeChris Lattner2003-08-24
* New testcaseChris Lattner2003-08-24
* Add outputChris Lattner2003-08-24
* Consult the target data, not the module, about how large the current pointerChris Lattner2003-08-24
* Remove some long-dead codeChris Lattner2003-08-24
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-24
* Targets now configure themselves with the module, not flagsChris Lattner2003-08-24
* Targets should configure themselves based on a Module, not some wierd flagsChris Lattner2003-08-24
* Targets should configure themselves based on the module, not some wierd flagsChris Lattner2003-08-24
* Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner2003-08-24
* Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner2003-08-24
* New testcaseChris Lattner2003-08-24
* Implement: Jello/test-constantexpr.llChris Lattner2003-08-24
* Implement SimplifyCFG/InvokeEliminate.llChris Lattner2003-08-24
* New testcaseChris Lattner2003-08-24
* Fix grammarChris Lattner2003-08-24
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-24
* Add support for modules with "any" pointersize/endiannessChris Lattner2003-08-24
* Add support for 'any' pointer size and endiannessChris Lattner2003-08-24
* Support new 'any' support for pointer size and endiannessChris Lattner2003-08-24
* Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner2003-08-24
* Allow modules to have 'any' pointer size and endianness.Chris Lattner2003-08-24
* Implement support for the unwind intrinsic in the CBEChris Lattner2003-08-24
* Fix grepChris Lattner2003-08-24
* New testcaseChris Lattner2003-08-24