summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Early exit if we don't have invokes. The 'Unwinds' vector isn't modified unlessBill Wendling2011-01-071-219/+219
* Added the ability for Target::ReadMemory to prefer to read from the fileGreg Clayton2011-01-075-19/+74
* Rework a few things about how we emit ObjC's for enumeration statement.John McCall2011-01-071-95/+126
* Add all options needed to support -fapple-kext. wip.Fariborz Jahanian2011-01-075-4/+33
* Factor out the template transformation of a sequence of functionDouglas Gregor2011-01-077-40/+115
* Print out a more meaningful exception message when/if CFBundleVersion matchin...Johnny Chen2011-01-071-1/+2
* Fix a few small issues in r122981 to ensure compilation on Linux.Stephen Wilson2011-01-072-5/+7
* Fix the other problem reported in PR8582. Testcase and patch byDuncan Sands2011-01-062-0/+24
* Add a testcase for PR8582, which mysteriously fixed itself, in case the problemDuncan Sands2011-01-061-0/+15
* First try at patching linux for the recent RegisterContext patch. Can someoneGreg Clayton2011-01-065-34/+52
* Add target triple.Devang Patel2011-01-061-1/+1
* Add some fairly duplicated code to let type legalization split illegalEric Christopher2011-01-063-0/+141
* With Benjamin's recent amazing patches, we should be able to do even better t...Chris Lattner2011-01-061-0/+13
* use isNullValue() to simplify code, add an assert.Chris Lattner2011-01-061-5/+6
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-0651-292/+293
* Makefile updates.Stephen Wilson2011-01-062-7/+5
* Ignore unknown pragmas.Stephen Wilson2011-01-061-0/+4
* Implement template argument deduction from a call to a functionDouglas Gregor2011-01-066-95/+342
* test case for r122971.Devang Patel2011-01-061-0/+8
* Emit 128 bit constant.Devang Patel2011-01-062-10/+38
* PR8921: LDM/POP do not support interworking prior to v5t.Bob Wilson2011-01-069-19/+29
* Remove extra whitespace.Bob Wilson2011-01-061-2/+2
* Fix comment typo.Bob Wilson2011-01-061-1/+1
* Put warning about makeing a string writable intoFariborz Jahanian2011-01-063-1/+14
* Add a note from llvmdev, this time with more info.Benjamin Kramer2011-01-061-0/+26
* Add cortex-m3 CPU to getCPUDefineSuffix mapping.Bob Wilson2011-01-061-0/+1
* Added testcase for commit r122963.Abramo Bagnara2011-01-061-0/+2
* Fixed parsing of hex floats.Abramo Bagnara2011-01-061-4/+4
* Correctly disassemble truncated asm.Rafael Espindola2011-01-063-3/+9
* InstCombine: Turn _chk functions into the "unsafe" variant if length and max ...Benjamin Kramer2011-01-062-0/+13
* EarlyCSE does this now (and GVN always did it).Benjamin Kramer2011-01-061-11/+0
* InstCombine: If we call llvm.objectsize on a malloc call we can replace it wi...Benjamin Kramer2011-01-063-24/+21
* InstCombine: Teach llvm.objectsize folding to look through GEPs.Benjamin Kramer2011-01-062-50/+51
* Remove dead code and silence warnings.Benjamin Kramer2011-01-062-6/+4
* PowerPC fixes.Roman Divacky2011-01-065-19/+39
* Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng2011-01-0611-101/+79
* add a note about object size from drystone, add a poorly optimized loop from ...Chris Lattner2011-01-061-0/+79
* add a trivial instcombine missed in DhrystoneChris Lattner2011-01-061-0/+37
* Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpyEvan Cheng2011-01-068-51/+100
* Tweak the wording of this warning further based on a suggestion from Chris.Chandler Carruth2011-01-062-7/+7
* implement constant folding support for an exotic constant expr:Chris Lattner2011-01-062-1/+38
* Revert r122936. I'll re-implement the change.Evan Cheng2011-01-063-57/+26
* UnitTests/Path: Add magical tests. This will also test identify_magic.Michael J. Spencer2011-01-061-0/+23
* UnitTests/Path: More ASSERT_NO_ERROR cleanup.Michael J. Spencer2011-01-061-12/+11
* fix rdar://8823139, a crash on a comment in a preprocessed .s fileChris Lattner2011-01-062-0/+11
* Add the CallInst optimizations that don't involve expanding inline assembly toCameron Zwarich2011-01-061-0/+7
* Move the GEP handling in CodeGenPrepare to OptimizeInst().Cameron Zwarich2011-01-061-12/+12
* Split the optimizations in CodeGenPrepare that don't manipulate the iteratorsCameron Zwarich2011-01-061-41/+52
* Introduce an AttributedType, but don't actually use it anywhere yet.John McCall2011-01-0614-3/+439
* Clang should not warn on code in clang that is only there to remove warnings.Jakob Stoklund Olesen2011-01-061-1/+1
OpenPOWER on IntegriCloud