aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* New testcases for inlining invoke instructionsChris Lattner2003-08-243-0/+78
* Initial support for recognizing LLVM exception handling intrinsicsChris Lattner2003-08-243-4/+24
* Big diff for a small change: delete inlined functions if all callees haveChris Lattner2003-08-241-21/+32
* New testcaseChris Lattner2003-08-241-0/+25
* Implement: Inline/cfg_preserve_test.llChris Lattner2003-08-241-2/+15
* new testcaseChris Lattner2003-08-241-0/+15
* Allow specifying the name for the newly split basic blockChris Lattner2003-08-242-3/+3
* New testcase, distilled from 176.gccChris Lattner2003-08-241-0/+12
* Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.llChris Lattner2003-08-231-13/+21
* new testcase distilled from 176.gccChris Lattner2003-08-231-0/+30
* Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5Chris Lattner2003-08-231-0/+13
* Add a new switch folding testcaseChris Lattner2003-08-231-0/+11
* Add new labelChris Lattner2003-08-231-3/+4