aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wcast-qual warnings.Dan Gohman2010-04-193-6/+11
* Add a few more ELF bits.Dan Gohman2010-04-191-0/+11
* Add a const.Dan Gohman2010-04-191-1/+1
* These functions don't need to access this.Dan Gohman2010-04-191-2/+2
* Add missed part of prev. commitAnton Korobeynikov2010-04-181-1/+2
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-1815-858/+894
* avoid temporary std::string in non posix_spawn path.Chris Lattner2010-04-181-4/+4
* Eliminate temporary string.Benjamin Kramer2010-04-181-4/+4
* Properly inherit the environment on darwin where environ is not available for...Benjamin Kramer2010-04-181-1/+6
* This is horrible. Split the difference, and declare 'environ' on all non-DarwinNick Lewycky2010-04-181-0/+7
* Revert r101701, Darwin doesn't have 'environ'. Go figure.Nick Lewycky2010-04-181-3/+0
* Fix linux build. posix_spawn doesn't inherit the environment by default.Nick Lewycky2010-04-181-1/+4
* make Program::Execute use posix_spawn on systems that support it,Chris Lattner2010-04-181-9/+64
* reduce indentationChris Lattner2010-04-181-21/+21
* unnest from namespace.Chris Lattner2010-04-181-5/+1
* silence some -Wmissing-field-initializers warnings.Chris Lattner2010-04-181-2/+2
* silence some unused-value warnings.Chris Lattner2010-04-181-4/+4
* Don't rely upon the MCSymbol "isDefined" method to indicate if a label has beenBill Wendling2010-04-181-2/+2
* Formatting changes. No functionality change.Bill Wendling2010-04-181-29/+28
* Add a "PadTo" field to the emitULEB128Bytes method. This will pad out to theBill Wendling2010-04-181-2/+9
* Fix declarations in a few more tests.Nick Lewycky2010-04-174-5/+5
* Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar2010-04-172-5/+1
* Fix intrinsic signature in this test.Nick Lewycky2010-04-171-1/+1
* reject forward references to functions whose type don't matchChris Lattner2010-04-172-1/+5
* Add comment (lost when reverting and reapplying 101503).Dale Johannesen2010-04-171-0/+2
* doh, didn't mean to check in my hackaround lit sucking. :)Chris Lattner2010-04-171-1/+1
* fix PR6332, allowing an index of zero into a zero sized array Chris Lattner2010-04-172-2/+10
* teach the x86 asm parser how to handle segment prefixesChris Lattner2010-04-174-15/+22
* refactor .if handling code a bit.Chris Lattner2010-04-172-54/+23
* fix PR6858: a dangling pointer use bug which was causedChris Lattner2010-04-171-1/+8
* a bunch of cleanups and tweaks, no functionality changes.Chris Lattner2010-04-171-42/+48
* Fix more -Wcast-qual warnings.Dan Gohman2010-04-172-2/+2
* Fix -Wcast-qual warnings.Dan Gohman2010-04-174-11/+12
* remove a dead variable, PR6856Chris Lattner2010-04-171-1/+0
* testcase for r101538, patch by Nico Schmidt!Chris Lattner2010-04-171-0/+3
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-178-21/+22
* Use const_cast instead of a C-style cast to cast away const.Dan Gohman2010-04-172-3/+4
* Start function numbering at 0.Dan Gohman2010-04-1735-647/+648
* Delete now-unnecessary const_casts.Dan Gohman2010-04-173-12/+11
* Use cast instead of dyn_cast when assuming success.Dan Gohman2010-04-171-6/+6
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-1770-692/+757
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-1729-174/+350
* Name these stub files consistently with the SPU and PPC targets' conventions.Chandler Carruth2010-04-174-18/+18
* a bunch of ssse3 instructions are misencoded to think they have an Chris Lattner2010-04-172-0/+10
* reenable r101565, removing a problematic assertion.Chris Lattner2010-04-172-5/+2
* Postra machine licm must add registers defined by loop invariants to *all* ofEvan Cheng2010-04-171-48/+23
* Refresh this documentation. Things have changed a bit in the mean time:Nick Lewycky2010-04-171-11/+24
* Fix codegen passes. -disable-ssc shouldn't disable postra machine licm.Evan Cheng2010-04-171-5/+11
* More work to allow dag combiner to promote 16-bit ops to 32-bit.Evan Cheng2010-04-177-56/+208
* Another 80 col violation.Evan Cheng2010-04-171-1/+2