aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in comment.Nick Lewycky2011-04-211-1/+1
* docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>....NAKAMURA Takumi2011-04-213-114/+119
* docs/Passes.html: Fix a garbage.NAKAMURA Takumi2011-04-211-1/+1
* Structs have elements not parameters. I'm surprised this ever compiled...Nick Lewycky2011-04-201-1/+1
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-205-11/+5
* Add debug output for rematerializable instructions.Jakob Stoklund Olesen2011-04-203-6/+10
* Permit remat when a virtual register has multiple defs.Jakob Stoklund Olesen2011-04-201-5/+0
* Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich2011-04-202-31/+59
* The bitcast case here is actually handled uniformly earlier in the function, soCameron Zwarich2011-04-201-8/+3
* Cleanup some code to better use an early return style in preparation for addingCameron Zwarich2011-04-201-6/+10
* Un-XFAIL this test for ARM. <rdar://problem/7662569>Stuart Hastings2011-04-201-1/+0
* Revert r129846; it's breaking a buildbot. SeeEli Friedman2011-04-201-0/+1
* Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen2011-04-209-16/+81
* Excise unintended hunk in 129858. <rdar://problem/7662569>Stuart Hastings2011-04-201-5/+0
* ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings2011-04-206-84/+193
* sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar2011-04-201-4/+1
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-2031-90/+165
* Behave like gnu as when a relocation crosses sections.Rafael Espindola2011-04-202-8/+41
* ptx: add integer div and rem instructionChe-Liang Chiou2011-04-201-0/+2
* ptx: add floating-point comparison to setpChe-Liang Chiou2011-04-201-14/+234
* ptx: fix parameter orderingChe-Liang Chiou2011-04-201-1/+0
* This should always be signed chars, so use int8_t. This fixes a miscompile whenNick Lewycky2011-04-201-3/+3
* Remove unused arguments.Rafael Espindola2011-04-204-10/+6
* Rewrite the expander for umulo/smulo to remember to sign extend the inputEric Christopher2011-04-202-10/+85
* llc: Fix a refacto, .loc support didn't work before 10.6.Daniel Dunbar2011-04-201-1/+1
* Made the MC disassembler check before accessingSean Callanan2011-04-201-0/+9
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-209-22/+24
* Fix typo in the comment.Johnny Chen2011-04-191-1/+1
* ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar2011-04-192-7/+2
* ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar2011-04-192-2/+7
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-1911-102/+78
* ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar2011-04-192-2/+14
* ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOSDaniel Dunbar2011-04-191-1/+2
* Target/X86: Eliminate uses of getDarwinVers().Daniel Dunbar2011-04-194-11/+7
* Target/X86: Add getTargetTriple() accessor.Daniel Dunbar2011-04-191-0/+2
* Target/PPC: Kill off DarwinVers, which is now dead.Daniel Dunbar2011-04-192-24/+1
* Target/PPC: Eliminate a use of getDarwinVers().Daniel Dunbar2011-04-191-2/+4
* Target/PPC: Add a TargetTriple field.Daniel Dunbar2011-04-192-1/+9
* add a helper method.Chris Lattner2011-04-191-0/+4
* llc: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar2011-04-193-15/+7
* Target: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar2011-04-191-1/+8
* CodeGen: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar2011-04-192-12/+4
* ADT/Triple: Add helper function for OS X version checks.Daniel Dunbar2011-04-191-1/+24
* ADT/Triple: Add isOSVersionLT helper function.Daniel Dunbar2011-04-191-0/+14
* ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar2011-04-192-57/+44
* ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar2011-04-192-0/+8
* Delete unnecessary variable. <rdar://problem/7662569>Stuart Hastings2011-04-191-11/+4
* Remove some duplicate op action entries and reorganize.Eric Christopher2011-04-191-8/+5
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-196-12/+80
* Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.Bob Wilson2011-04-192-8/+15