aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach2011-12-132-2/+12
* ARM NEON two-operand aliases for VQDMULH.Jim Grosbach2011-12-133-0/+21
* ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach2011-12-135-3/+31
* ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach2011-12-132-0/+3
* ARM add more 'gas' compatibility aliases for NEON instructions.Jim Grosbach2011-12-133-3/+37
* mention AddressSanitizer in 3.1 release notesKostya Serebryany2011-12-131-0/+1
* [asan] report an error if blacklist file contains a malformed regex. fixes as...Kostya Serebryany2011-12-131-5/+13
* [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier2011-12-132-7/+53
* Rip llvm 3.0 out of the release notes, making room for LLVM 3.1Chris Lattner2011-12-131-983/+39
* [fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle Chad Rosier2011-12-131-103/+0
* Avoid using the 'insertvalue' instruction here.Bill Wendling2011-12-131-6/+33
* DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky2011-12-131-6/+6
* Add test/MC/Mips/dg.exp.Akira Hatanaka2011-12-131-0/+5
* Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka2011-12-131-0/+0
* Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka2011-12-133-16/+35
* Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka2011-12-132-2/+31
* Don't default the *cached* list of targets to build to an explicit listChandler Carruth2011-12-131-1/+1
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-1319-23/+130
* Use the example from clang, not the GCC frontend, which doesn't exist anymore.Bill Wendling2011-12-131-24/+25
* Cleanup. Clarify LSRInstance public methods.Andrew Trick2011-12-131-1/+1
* Account for CPE alignment when searching for new water.Jakob Stoklund Olesen2011-12-131-31/+51
* Target/Hexagon: Fix CMake build. We don't use add_llvm_library_dependencies().NAKAMURA Takumi2011-12-132-16/+0
* Don't rely on a particular version string for llvm.Nick Lewycky2011-12-131-1/+1
* Temporarily disable Hexagon tests. They are failing on OS XTony Linthicum2011-12-1310-10/+20
* [fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2.Chad Rosier2011-12-131-1/+6
* Add BitcodeVerifier.cpp to CMakeList.Chad Rosier2011-12-121-0/+1
* Fix unused value warning for value used only in assert.Nick Lewycky2011-12-121-5/+2
* Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier2011-12-122-2/+60
* Indvars: guard against exponential behavior in isHighCostExpansion.Andrew Trick2011-12-121-2/+7
* llvm-build: Switch to using the common subdirectory list instead ofDaniel Dunbar2011-12-123-27/+39
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-1226-10/+112
* llvm-build: Don't write out the required_libraries list for "special" compone...Daniel Dunbar2011-12-122-1/+6
* llvm-build: Add sketchy support for preserving comments when usingDaniel Dunbar2011-12-123-3/+30
* Test case for r146432 by Jack Carter.Akira Hatanaka2011-12-121-0/+13
* Emit B (unconditional branch) when -relocation-model=pic and J (jump) whenAkira Hatanaka2011-12-123-8/+25
* Fix indentation.Akira Hatanaka2011-12-121-1/+1
* Fixed register allocator splitting a live range on a spilling variable.Pete Cooper2011-12-123-4/+25
* fix warningTony Linthicum2011-12-121-1/+1
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-122-4/+24
* Hexagon backend supportTony Linthicum2011-12-1277-11/+24690
* Only replace fwrite with fputc, if the return value is unused.Joerg Sonnenberger2011-12-122-1/+15
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12111-111/+2
* When computing reverse-CFG reverse-post-order, skip backedges, asDan Gohman2011-12-121-38/+94
* XOP instructions and encoding tests.Jan Sjödin2011-12-124-0/+849
* Add a postOffset() alignment argument.Jakob Stoklund Olesen2011-12-121-14/+15
* Fix typo.Jakob Stoklund Olesen2011-12-121-1/+1
* XOP encoding bits and logic.Jan Sjödin2011-12-123-5/+44
* Also set the proper alignment on inner islands and the function itself.Jakob Stoklund Olesen2011-12-121-15/+29
* Add a TODO comment.Dan Gohman2011-12-121-0/+1
* llvm-config: Default to "all" if no components are specified.Daniel Dunbar2011-12-121-0/+4