aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* AArch64: support large code model for jump-tablesTim Northover2013-05-042-5/+26
* AArch64: implement support for blockaddress in large code modelTim Northover2013-05-042-11/+29
* AArch64: implement large code model access to global variables.Tim Northover2013-05-049-14/+206
* [XCore] Use static relocation model by default.Richard Osborne2013-05-044-5/+11
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-0410-13/+14
* Optimize llvm-link too.Rafael Espindola2013-05-041-2/+2
* Fix a performance bug in the Linker.Rafael Espindola2013-05-042-11/+25
* Implement Linker::LinkModules with Linker::linkInModule.Rafael Espindola2013-05-041-8/+9
* Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.Rafael Espindola2013-05-043-37/+9
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-043-79/+23
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-043-13/+2
* Don't store the context in the Linker.Rafael Espindola2013-05-042-3/+0
* Remove unused members and constructor arguments.Rafael Espindola2013-05-043-20/+9
* Add missing header.Rafael Espindola2013-05-041-0/+1
* Delete dead code from the linker.Rafael Espindola2013-05-042-64/+0
* Use consistent function names.Krzysztof Parzyszek2013-05-043-3/+3
* Tabs to spaces. No functionality change.Nick Lewycky2013-05-041-3/+3
* Revert r181009.Amara Emerson2013-05-0310-606/+140
* Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler2013-05-032-2/+37
* Delete test instead.Amara Emerson2013-05-031-47/+0
* Temporarily disable failing test.Amara Emerson2013-05-031-0/+1
* Remove this hack. We can support this better with function attributes.Bill Wendling2013-05-031-1/+1
* [PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand2013-05-031-2/+2
* [PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand2013-05-032-0/+129
* [PowerPC] Add some Book II instructions to AsmParserUlrich Weigand2013-05-033-0/+75
* [PowerPC] Support extended mnemonics in AsmParserUlrich Weigand2013-05-033-0/+473
* [PowerPC] Add assembler parserUlrich Weigand2013-05-0315-16/+2147
* Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...Shuxin Yang2013-05-031-169/+194
* [mips] Split the DSP control register and define one register for each field ofAkira Hatanaka2013-05-036-199/+261
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-032-20/+77
* R600: Expand vector or, shl, srl, and xor nodesTom Stellard2013-05-035-0/+60
* R600: BFI_INT is a vector-only instructionTom Stellard2013-05-031-1/+1
* R600: Add pattern for SHA-256 Ma functionTom Stellard2013-05-034-0/+35
* R600: Clean up comments in Processors.tdTom Stellard2013-05-031-5/+1
* Autoconf: Compile cxxabi.h in C++ mode.Benjamin Kramer2013-05-032-6/+448
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-032-1/+31
* CMake: cxxabi.h is only available to C++ compilers, use the right check macro.Benjamin Kramer2013-05-031-1/+2
* Remove comment that no target supports 128-bit IEEE floatsRichard Sandiford2013-05-031-5/+5
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-034-0/+113
* [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-031-0/+9
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-0311-140/+652
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-033-0/+165
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-032-0/+9
* X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer2013-05-032-4/+14
* Added pocl and TCE blurbs to the ReleaseNotes.Pekka Jaaskelainen2013-05-031-0/+36
* Unbreaking the non-x86 build bots by protecting the AVX test code properly.Aaron Ballman2013-05-031-0/+4
* Correctly testing for AVX support in x86 based off code from Hosts.cpp.Aaron Ballman2013-05-031-1/+18
* [mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka2013-05-031-8/+8
* Fix missing include in Hexagon code for Release+AssertsReid Kleckner2013-05-031-0/+1
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-032-19/+24