aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Forgot the added files for plugable machine passes.Jim Laskey2006-08-013-0/+389
* Fix HTML 4.01 Strict errors.Reid Spencer2006-08-011-8/+6
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-0114-224/+138
* implement LowerConstantPool and LowerGlobalAddressRafael Espindola2006-08-012-3/+26
* Adding to credibility.Jim Laskey2006-08-011-1/+3
* Added AssignTopologicalOrder() to assign each node an unique id based on thei...Evan Cheng2006-08-012-4/+45
* Factor topological order code to SelectionDAG. Clean up.Evan Cheng2006-08-011-87/+23
* Fix a problem with use of undefined variables. Print an error message ifReid Spencer2006-08-011-9/+39
* Minor fix due to recent API changesAnton Korobeynikov2006-08-011-1/+1
* Update to include new options.Reid Spencer2006-08-011-0/+12
* Update library dependency information, describe new libraries, talk aReid Spencer2006-08-013-106/+163
* Added myself to credits.Anton Korobeynikov2006-08-011-0/+4
* Pass N by reference to select functions to prevent gcc from allocating more s...Evan Cheng2006-08-011-3/+3
* PIC jump table entries are always 32-bit even in 64-bit mode.Evan Cheng2006-08-011-4/+11
* If dejagnu is not found, tell the user instead of bombing out with anChris Lattner2006-08-011-0/+5
* Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.Chris Lattner2006-07-312-0/+68
* New testcase for PR850.Chris Lattner2006-07-311-0/+10
* Changed to a new directory for opensource checkout.Jim Laskey2006-07-312-4/+5
* handle GlobalValue::InternalLinkage in doFinalizationRafael Espindola2006-07-311-2/+10
* Fix a couple typos.Jim Laskey2006-07-312-2/+2
* Remove an unneeded match condition: the type check for root node has beenEvan Cheng2006-07-311-7/+22
* 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