summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...NAKAMURA Takumi2013-09-20
* llvm/test: Mark 3 tests as XFAIL:msvc.NAKAMURA Takumi2013-09-20
* test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for...NAKAMURA Takumi2013-09-20
* Move x86-dependent tests into the right directory.Benjamin Kramer2013-09-20
* Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg2013-09-20
* Lift alignment restrictions on load/store folding of VEXTRACTI128/VINSERTI128.Craig Topper2013-09-20
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-20
* Revert r191062; the build break was also fixed in a different (incompatible) ...Richard Smith2013-09-20
* Unbreak Clang build after r191050: don't pass a StringRef to snprintf.Richard Smith2013-09-20
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-20
* Add braces to suppress Clang's dangling-else warning.David Blaikie2013-09-20
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-19
* Fixed warningRichard Mitton2013-09-19
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Rename ConvergingScheduler to GenericScheduler.Andrew Trick2013-09-19
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-19
* PR16726: extend rol/ror matchingKai Nacke2013-09-19
* Revert PR16726: extend rol/ror matchingKai Nacke2013-09-19
* PR16726: extend rol/ror matchingKai Nacke2013-09-19
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-19
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-19
* Add testcase to make sure we don't generate too many jumps for a une compare.Bill Wendling2013-09-19
* Unbreak C++03 build.Benjamin Kramer2013-09-19
* [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.Shuxin Yang2013-09-19
* InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.Benjamin Kramer2013-09-19
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-19
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-19
* llvm-c: Make LLVMGetFirstTarget a proper prototypeAnders Waldenborg2013-09-19
* Remove extraneous space, the asm printing infrastructure adds a spaceEric Christopher2013-09-19
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-19
* X86 horizontal vector reduction cost modelYi Jiang2013-09-19
* Remove unnecessary conditional operators performing bool->bool conversion.David Blaikie2013-09-19
* Fix a typo and simplify a boolean expression.David Blaikie2013-09-19
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-19
* msbuild: Set _MSC_VER to match the CRT we're usingReid Kleckner2013-09-19
* Add function DominatorTree::getDescendants(). Shuxin Yang2013-09-19
* Include an LLVM-vs2012_xp toolset in the MSBuild integrationReid Kleckner2013-09-19
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-19
* DAGCombiner: Don't fold vector muls with constants that look like a splat of ...Benjamin Kramer2013-09-19
* [NVPTX] Make constant vector test case endian-independentJustin Holewinski2013-09-19
* [NVPTX] Support constant vector globalsJustin Holewinski2013-09-19
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* X86: FrameIndex addressing modes do have a base register.Tim Northover2013-09-19
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-19
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-18
* whitespaceAndrew Trick2013-09-18
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-18
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-18
* Attempt to fix llvm-ppc64-linux2 buildbot failure by addingPreston Gurd2013-09-18
* Verify that llvm can generate the prefetchw instruction when the CPU isPreston Gurd2013-09-18