summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-config: Let directories aware of CMAKE_CFG_INTDIR.NAKAMURA Takumi2013-12-17
* Add -mcpu=z10 to SystemZ tests.Andrew Trick2013-12-17
* Allow MachineCSE to coalesce trivial subregister copies the same way that it ...Andrew Trick2013-12-17
* whitespaceAndrew Trick2013-12-17
* Tweak lit/TestingConfig.py Py3-compatible. has_key is dead.NAKAMURA Takumi2013-12-17
* Make comment more explicit.Jim Grosbach2013-12-17
* Typo. s/reserved/preserved/Jim Grosbach2013-12-17
* Add a machine code print in DEBUG() following instruction selection.Jim Grosbach2013-12-17
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* LoopVectorizer: Don't if-convert constant expressions that can trapArnold Schwaighofer2013-12-17
* [LLVM Diagnostic Capabilities] Remove useless includes fromQuentin Colombet2013-12-17
* Add missing trailing comma in llvm-lit.inReid Kleckner2013-12-17
* Add the lit site config for unittests to bin/llvm-litReid Kleckner2013-12-17
* llvm-cov: Marked secondary print functions private.Yuchen Wu2013-12-16
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* Enable double to float shrinking optimizations for binary functions like 'fmi...Yi Jiang2013-12-16
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-16
* [Stackmap] Allow WebKit_JS calling convention to store 4 byte sized and align...Juergen Ributzka2013-12-16
* Add a reduced testcase from the recent bootstrap crash.Rafael Espindola2013-12-16
* Fix typo in instruction name.Matt Arsenault2013-12-16
* Revert "Allow MachineCSE to coalesce trivial subregister copies the same way ...Rafael Espindola2013-12-16
* llvm-cov: Removed extra semicolon from ;;.Yuchen Wu2013-12-16
* [Stackmap] The first integer argument is passed in register for the WebKit_JS...Juergen Ributzka2013-12-16
* Allow MachineCSE to coalesce trivial subregister copies the same wayAndrew Trick2013-12-16
* whitespaceAndrew Trick2013-12-16
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-16
* Structure R600's computeDataLayout more like every other target.Rafael Espindola2013-12-16
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* [AArch64] Fix v1fx patterns for Floating-point Multiply Extend and Floating-p...Chad Rosier2013-12-16
* MemoryBuffer: Increase the alignment of small file buffers to 16Reid Kleckner2013-12-16
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* Don't duplicate the DataLayout defaults for integer, floats and vectors.Rafael Espindola2013-12-16
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-16
* [CMake] ${LLVM_MAIN_SRC_DIR}/include can be represented as ${LLVM_MAIN_INCLUD...NAKAMURA Takumi2013-12-16
* [CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR t...NAKAMURA Takumi2013-12-16
* Set has_asmparser in PowerPC/LLVMBuild.txtHal Finkel2013-12-16
* [CMake] Introduce LLVM_INCLUDE_DIR.NAKAMURA Takumi2013-12-16
* fixed one more lineElena Demikhovsky2013-12-16
* Fixed the test - added -mcpu=penryn flag to avoid ambiguity in code generation.Elena Demikhovsky2013-12-16
* AVX-512: Added legal type MVT::i1 and VK1 register for it.Elena Demikhovsky2013-12-16
* llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should b...NAKAMURA Takumi2013-12-16
* llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags.NAKAMURA Takumi2013-12-16
* Fix Android regression in r197332.Evgeniy Stepanov2013-12-16
* [AArch64]Fix the pattern match failure for v1i8/v1i16/v1i32 types.Hao Liu2013-12-16
* remove an uneeded statement (condition is covered by the statementReed Kotler2013-12-15
* Fix some indentation.Reed Kotler2013-12-15
* Get rid of an superfluous tab in the .s file. This was originallyReed Kotler2013-12-15
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-15
* There is no exp10 on NetBSD.Joerg Sonnenberger2013-12-15
* Ensure bitcode encoding of global variable attributes stays stable. Patch by ...Michael Kuperstein2013-12-15