aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove a duplicate pattern.Evan Cheng2006-07-311-1/+0
* Remove a duplicate pattern/Evan Cheng2006-07-311-3/+0
* testcase for PR854.Chris Lattner2006-07-311-0/+11
* Testcase for GCC bug28417, ensuring that we don't start getting it wrongChris Lattner2006-07-301-0/+7
* fix externalsAndrew Lenharth2006-07-291-2/+2
* Instead of blindly looking past constantexpr casts, actually constantChris Lattner2006-07-291-14/+20
* New testcase for PR853Chris Lattner2006-07-291-0/+5
* Remove a redundant syscall.Chris Lattner2006-07-281-25/+21
* Split each select function for a particular opcode into multiple ones. OneEvan Cheng2006-07-281-178/+259
* Fix the --with-extra-options to use the correct variable.Reid Spencer2006-07-282-6/+6
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-283-14/+15
* Update win32 for Path::getStatusInfoChris Lattner2006-07-281-4/+6
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-286-57/+57
* Finegrainify namespacification, minor cleanupsChris Lattner2006-07-281-8/+2
* Update comments.Chris Lattner2006-07-281-13/+3
* WriteBytecodeToFile actually can't throw.Chris Lattner2006-07-282-7/+1
* formatting cleanupsChris Lattner2006-07-281-12/+11
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-2811-108/+116
* libsupport still throws.Chris Lattner2006-07-281-0/+1
* Exceptions are thrown by and through this library.Chris Lattner2006-07-282-0/+2
* WriteBytecodeToFile throws, so this needs EH info.Chris Lattner2006-07-281-0/+1
* Fix handling of asm specifiers for external globals. This unbreaks many programsChris Lattner2006-07-281-1/+12
* Make functions with an "asm" name propagate that asm name into the cbe.c file.Chris Lattner2006-07-282-0/+12
* Reverted previous commit. Thanks, Chris.John Criswell2006-07-281-1/+1
* Added in the LGPL text and copyright information. This needs to beJohn Criswell2006-07-284-2/+734
* Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins2006-07-281-5/+0
* Fix some ppc64 issues with vector code.Chris Lattner2006-07-281-4/+7
* Can't spell.Evan Cheng2006-07-281-15/+15
* Some clean up.Evan Cheng2006-07-281-6/+8
* For PR848:Reid Spencer2006-07-283-37/+80
* The smallvector dtor should destroy the elements.Chris Lattner2006-07-281-2/+12
* This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins2006-07-281-15/+132
* Clean up.Evan Cheng2006-07-281-3/+2
* Removed some unneccesary printing from the nightly tester.Patrick Jenkins2006-07-281-6/+0
* Rename IsFoldableBy to CanBeFoldedleByEvan Cheng2006-07-283-6/+6
* Node selected into address mode cannot be folded.Evan Cheng2006-07-281-0/+39
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-288-75/+0
* Print empty inline asms as a blank line instead of:Chris Lattner2006-07-281-1/+8
* Another duh. Determine topological order before any target node is added.Evan Cheng2006-07-281-13/+13
* Brain cramp..Evan Cheng2006-07-271-3/+1
* Undo last commit, which was committed accidentally.Reid Spencer2006-07-271-2/+0
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-277-90/+105
* Allocating too large an array for ReachibilityMatrix.Evan Cheng2006-07-271-2/+5
* Calculate the portion of reachbility matrix on demand.Evan Cheng2006-07-271-11/+42
* isNonImmUse is replaced by IsFoldableByEvan Cheng2006-07-271-1/+1
* Removed some unneccesary print statemntsPatrick Jenkins2006-07-271-1/+0
* ChangeDir now returns the correct valuePatrick Jenkins2006-07-271-1/+2
* Working toward registration of register allocators.Jim Laskey2006-07-272-11/+117
* Remove dead code.Evan Cheng2006-07-271-29/+0
* Fixed a stupid error where changedir returned false upon success.Patrick Jenkins2006-07-271-2/+1