aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-026-14/+16
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-022-0/+6
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-023-2/+42
* Option parsing: recognize the special -- tokenHans Wennborg2013-08-022-1/+29
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-021-7/+42
* Add a missing 'return' statement.Joey Gouly2013-08-021-0/+1
* [mips] Expand vector truncating stores and extending loads.Akira Hatanaka2013-08-022-0/+25
* [ARMv8] Add an assembler warning for the deprecated 'setend' instruction.Joey Gouly2013-08-022-0/+15
* SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...Nadav Rotem2013-08-022-10/+48
* Teach EmitGEPOffset about address spacesMatt Arsenault2013-08-021-12/+14
* Fixes ARM LNT bot from SLP change in O3Renato Golin2013-08-022-6/+16
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-022-0/+44
* Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-022-2/+2
* Pacify GCC, which worries about falling off the end of the switch.Duncan Sands2013-08-021-0/+2
* Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei.Alexey Samsonov2013-08-021-5/+8
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-022-44/+0
* Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher2013-08-023-3/+3
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-0217-50/+50
* Teach InstructionSimplify about pointer address spacesMatt Arsenault2013-08-021-4/+9
* [mips] Make load/store accumulator pseudo instructions codeGenOnly. Also,Akira Hatanaka2013-08-012-22/+11
* Teach getOrEnforceKnownAlignment about address spacesMatt Arsenault2013-08-011-4/+5
* Move the optlevel check to the frontend.Nadav Rotem2013-08-011-1/+1
* fix for LLVM debug info on llvm-mips-linux where the label name uses % instea...Carlo Kok2013-08-011-1/+1
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-0115-52/+713
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-011-4/+10
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-014-15/+74
* Fix some issues with Mips16 floating when certain intrinsics are present.Reed Kotler2013-08-012-0/+420
* ARM/Hexagon testcases can't compile x86 only testcase. Reverting change to te...Carlo Kok2013-08-011-2/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-0117-50/+50
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-012-22/+36
* change the inlinefnlocalvar testcase so it uses a triple that's not coff (doe...Carlo Kok2013-08-011-1/+1
* Temporarily xfail a test that breaks on OS X when building with LTO.Bob Wilson2013-08-011-0/+1
* Update incorrect file headers.Sean Silva2013-08-012-2/+2
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-012-0/+44
* Only enable SLP-vectorization on O3 builds.Nadav Rotem2013-08-011-1/+1
* Pass -G argument to cmake with the same generator's name as used for theSimon Atanasyan2013-08-011-1/+2
* remove executable permission from IntrinsicsXCore.tdRobert Lytton2013-08-011-0/+0
* R600: Add 64-bit float load/store supportTom Stellard2013-08-0123-66/+300
* R600: Use 64-bit alignment for 64-bit kernel argumentsTom Stellard2013-08-012-1/+3
* R600/SI: Custom lower i64 ZERO_EXTENDTom Stellard2013-08-013-0/+34
* EVEX and compressed displacement encoding for AVX512Elena Demikhovsky2013-08-013-54/+299
* [SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford2013-08-018-58/+968
* [SystemZ] Prefer comparisons with zeroRichard Sandiford2013-08-016-11/+79
* Add tests for Mips DSP instructions.Vladimir Medic2013-08-011-0/+44
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-014-6/+5
* AArch64: add initial NEON supportTim Northover2013-08-0166-41/+12503
* XCore target: add GCCBuiltin to four intrinsicsRobert Lytton2013-08-011-4/+8
* XCore target: Fix Vararg handlingRobert Lytton2013-08-013-29/+69
* XCore target: Add byval handlingRobert Lytton2013-08-012-11/+121
* Xcore targetRobert Lytton2013-08-012-6/+13