aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove Cisms. We love C++Chris Lattner2003-08-272-8/+8
* Cleaned up the code (spacing, not needed headers) and changed ostream functio...Tanya Lattner2003-08-271-91/+86
* *** empty log message ***Tanya Lattner2003-08-276-832/+546
* Fix bug: SCCP/2003-08-26-InvokeHandling.llChris Lattner2003-08-271-1/+4
* New testcaseChris Lattner2003-08-271-0/+15
* Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner2003-08-264-74/+106
* SchedGraphCommon header file. Contains class definition for SchedGraphCommon ...Tanya Lattner2003-08-251-0/+215
* First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner2003-08-2510-962/+706
* Remove copy-and-paste gunkChris Lattner2003-08-251-11/+0
* Initial checking of C++ exception handling libraryChris Lattner2003-08-257-0/+685
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-253-10/+0
* Remove special casingChris Lattner2003-08-251-3/+0
* Fix spelling error in comment.Brian Gaeke2003-08-251-1/+1
* Added autoconf code that verifies that the C compiler is at the minimumJohn Criswell2003-08-251-1/+0
* Added code to check for python and qmtest.John Criswell2003-08-252-30/+212
* Mangle ALL letters that we do not allow, not just a few.Chris Lattner2003-08-243-42/+78
* Simplify codeChris Lattner2003-08-242-6/+2
* New testcaseChris Lattner2003-08-241-0/+10
* Add outputChris Lattner2003-08-241-1/+3
* Consult the target data, not the module, about how large the current pointerChris Lattner2003-08-241-4/+4
* Remove some long-dead codeChris Lattner2003-08-241-16/+0
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-245-22/+36
* Targets now configure themselves with the module, not flagsChris Lattner2003-08-241-2/+2
* Targets should configure themselves based on a Module, not some wierd flagsChris Lattner2003-08-243-12/+12
* Targets should configure themselves based on the module, not some wierd flagsChris Lattner2003-08-241-16/+3
* Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner2003-08-243-3/+3
* Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner2003-08-243-6/+27
* New testcaseChris Lattner2003-08-242-0/+20
* Implement: Jello/test-constantexpr.llChris Lattner2003-08-242-62/+132
* Implement SimplifyCFG/InvokeEliminate.llChris Lattner2003-08-241-1/+36
* New testcaseChris Lattner2003-08-241-0/+19
* Fix grammarChris Lattner2003-08-241-1/+1
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-243-7/+10
* Add support for modules with "any" pointersize/endiannessChris Lattner2003-08-241-6/+16
* Add support for 'any' pointer size and endiannessChris Lattner2003-08-241-2/+2
* Support new 'any' support for pointer size and endiannessChris Lattner2003-08-242-4/+12
* Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner2003-08-243-15/+26
* Allow modules to have 'any' pointer size and endianness.Chris Lattner2003-08-241-8/+3
* Implement support for the unwind intrinsic in the CBEChris Lattner2003-08-242-0/+26
* Fix grepChris Lattner2003-08-241-3/+3
* New testcaseChris Lattner2003-08-241-0/+11
* New testcase directoryChris Lattner2003-08-241-0/+10
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-241-7/+7
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-242-4/+6
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-241-2/+3
* Fix typeos and add descriptionsChris Lattner2003-08-243-5/+6
* Inline invoke instructions as well as call instructionsChris Lattner2003-08-241-13/+18
* *** Implement inlining of Invoke instructions!Chris Lattner2003-08-241-51/+138
* Add versions of InlineFunction which work on Invoke instructions and general ...Chris Lattner2003-08-241-1/+4
* Fix copy-and-paste-oChris Lattner2003-08-241-2/+2