- 9ad6e33 lit: Incremental test scheduling by Alp Toker · 12 years ago
- 0c67825 [SparcV9] For codegen generated library calls that return float, set inreg flag manually in LowerCall(). by Venkatraman Govindaraju · 12 years ago
- 006e786 The same we do every commit, Pinky: Try to fix the windows build (after r198136). by Nico Weber · 12 years ago
- 9761b5a Make more of the x86 lowering helper functions static. by Craig Topper · 12 years ago
- 5b99189 [SparcV9]: Implement lowering of long double (fp128) arguments in Sparc64 ABI. by Venkatraman Govindaraju · 12 years ago
- 036c045 Switch from EVT to MVT in more of the x86 instruction lowering code. by Craig Topper · 12 years ago
- 3b6e25e Another windows build fix attempt after r198136. by Nico Weber · 12 years ago
- 6f93d65 Enable deleted functions and explicit conversions in MSVC 2013 by Alp Toker · 12 years ago
- ee44e95 Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checks by Alp Toker · 12 years ago
- a2ecd26 Try to fix windows build more after r198136. by Nico Weber · 12 years ago
- 6d731f0 Use `${CMAKE_COMMAND}` instead of `cmake`. by Nico Weber · 12 years ago
- 3ab1aa8 Try to fix windows build after r198136. by Nico Weber · 12 years ago
- 7f5deb1 Try to fix linux build after r198136. by Nico Weber · 12 years ago
- b6fe25c EXPORTED_SYMBOL_FILE support for cmake by Nico Weber · 12 years ago
- 621bd8d Remove windows newlines. by Nico Weber · 12 years ago
- 69c6fc4 CodeGen: silence a C++11 feature warning by Saleem Abdulrasool · 12 years ago
- b7d621a ARM IAS: handle errors more appropriately by Saleem Abdulrasool · 12 years ago
- 7d1a69d Uninitialized variable (in never taken path) after factoring. by Andrew Trick · 12 years ago
- 6c9712f New machine model for cortex-a9. Schedule for resources and latency. by Andrew Trick · 12 years ago
- d3f8d6e Added debugging options: -misched-only-func/block by Andrew Trick · 12 years ago
- 9eac3a7 The Cortex-A9 machine model is incomplete. Mark it as such. by Andrew Trick · 12 years ago
- 9e76e1d Add a PostMachineScheduler pass with generic implementation. by Andrew Trick · 12 years ago
- 8e62b29 Move the PostRA scheduler's fixupKills function for reuse. by Andrew Trick · 12 years ago
- c5443a9 Stub out a PostMachineScheduler pass. by Andrew Trick · 12 years ago
- a38b0de Factor MI-Sched in preparation for post-ra scheduling support. by Andrew Trick · 12 years ago
- 4fb3d63 Revert part of r198115 to see if it fixes a buildbot failure. by Craig Topper · 12 years ago
- 63c4368 Use getSimpleValueType in a few spots where the type should be simple. by Craig Topper · 12 years ago
- 93bc4bb Minor indentation fix to match other switch statements. Change llvm_unreachable text to match similar places. by Craig Topper · 12 years ago
- 89aeb02 Mark some Type and EVT methods as LLVM_READONLY. by Craig Topper · 12 years ago
- d8e67fe llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple=x86_64-unknown-unknown. by NAKAMURA Takumi · 12 years ago
- 6ec3395 [X86] Teach the backend how to fold target specific dag node for packed by Andrea Di Biagio · 12 years ago
- 14b42a1 AsmParser: cleanup diagnostics for .rep/.rept by Saleem Abdulrasool · 12 years ago
- b5191e9 IAS: support .rep as an alias for .rept by Saleem Abdulrasool · 12 years ago
- b28743f ARMAsmParser: fix typo in comment by Saleem Abdulrasool · 12 years ago
- 92ffb67 Disable transforms that introduce calls to exp10*() on Linux due to by Chandler Carruth · 12 years ago
- 3955d28 Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's by Eric Christopher · 12 years ago
- ba6102b Attempt to fix JIT unit tests after r198087. by Nico Weber · 12 years ago
- 5e7c782 Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x). by Nico Weber · 12 years ago
- b2f47c6 Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR of by Andrea Di Biagio · 12 years ago
- bd75475 DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D) by David Blaikie · 12 years ago
- 1739b6c Use two variables here rather than reusing (and abusing) one. This is by Chandler Carruth · 12 years ago
- 5ff21b4 Introduce a simple line-by-line iterator type into the Support library. by Chandler Carruth · 12 years ago
- 52b1623 TLI: Make exp10* avaiable on Linux/Mac/iOS and unavailable elsewhere by Reid Kleckner · 12 years ago
- 4a5c4e1 Fix a typo. by Roman Divacky · 12 years ago
- c01b596 Recognize armv7a and friends as aliases for armv7-a etc. for the purpose by Joerg Sonnenberger · 12 years ago
- 6841860 ARM IAS: support .even directive by Saleem Abdulrasool · 12 years ago
- 76a1dca [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter. by Venkatraman Govindaraju · 12 years ago
- f3aeebf [Sparc] Add target specific MCExpr class to handle sparc specific modifiers like %hi, %lo, etc., by Venkatraman Govindaraju · 12 years ago
- dec96ea [Sparc] Add MCInstPrinter implementation for SPARC. by Venkatraman Govindaraju · 12 years ago
- ca523f4 [ASan] Fix the tests broken by r198018 to check for private linkage of ASan-generated globals. by Alexander Potapenko · 12 years ago
- f84792a [Mips] Does not take in account 'use-soft-float' attribute's value when by Simon Atanasyan · 12 years ago
- b09f505 [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/bugs/show_bug.cgi?id=17976 by Alexander Potapenko · 12 years ago
- c58d987 [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test. by Alexander Potapenko · 12 years ago
- 09a6371 AVX-512: decoder for AVX-512, made by Alexey Bader. by Elena Demikhovsky · 12 years ago
- 97d9733 unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> instead. by NAKAMURA Takumi · 12 years ago
- 7dc1936 Support for microMIPS load effective address. by Zoran Jovanovic · 12 years ago
- ae3597c Support for microMIPS FPU instructions 2. by Zoran Jovanovic · 12 years ago
- fab5704 AVX-512: Result type of scalar SETCC is MVT::i1 for AVX-512. by Elena Demikhovsky · 12 years ago
- 0f6ebf1 [AArch64]Fix a problem that the register order of fmls/fmla by element is incorrect. by Hao Liu · 12 years ago
- 64cd49e gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header. by NAKAMURA Takumi · 12 years ago
- 77a3598 llvm-config: Fix typo in help message introduced with r197664. by NAKAMURA Takumi · 12 years ago
- eeabc57 Add missing pattern matches to support ACLE intrinsics of AArch64 NEON. by Jiangning Liu · 12 years ago
- 76b80d1 Fix the MSVC 2010 build by Alp Toker · 12 years ago
- 8d54670 Remove link to unexisting llvm-prof docs by Alexey Samsonov · 12 years ago
- 42c9ecb llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized. by Alexey Samsonov · 12 years ago
- 7f7c068 Fix typo. by Richard Sandiford · 12 years ago
- 4c925c6 [SystemZ] Use interlocked-access 1 instructions for CodeGen by Richard Sandiford · 12 years ago
- f7e2432 [SystemZ] Add MC support for interlocked-access 1 instructions by Richard Sandiford · 12 years ago
- 097935c AVX-512: fixed some patterns for MVT::i1 by Elena Demikhovsky · 12 years ago
- dfe4fd9 [AArch64]Add patterns to match normal shift nodes: shl, sra and srl. by Hao Liu · 12 years ago
- 4905226 [AArch64 NEON] Fix a bug when lowering BUILD_VECTOR. by Kevin Qin · 12 years ago
- 0e8c1f5 [AArch64 NEON] Fix a pattern match failure with NEON_VDUP. by Kevin Qin · 12 years ago
- e97b132 LangRef documentation for the stackmap and patchpoint intrinsics. by Andrew Trick · 12 years ago
- 25f4d51 [AArch64] Check fmul node single use in fused multiply patterns by Ana Pazos · 12 years ago
- f5bfe97 [AArch64 NEON] Fixed fused multiply negate add/sub patterns by Ana Pazos · 12 years ago
- b8a316b Debug info: Add enumerators to the __apple_names accelerator table. by Adrian Prantl · 12 years ago
- c7b0b7d Add support to indvars for optimizing sadd.with.overflow. by Andrew Trick · 12 years ago
- 7ed2b70 Debug info: On ARM ensure that the data sections come before the by Adrian Prantl · 12 years ago
- 8f57233 ARM: bkpt has an implicit immediate constant 0 by Saleem Abdulrasool · 12 years ago
- 166acc9 Fix Scalarizer insertion point when replacing PHIs with insertelements by Richard Sandiford · 12 years ago
- b09beed Fix Scalarizer handling of vector GEPs with multiple index operands by Richard Sandiford · 12 years ago
- 26f1d1c [asan] don't unpoison redzones on function exit in use-after-return mode. by Kostya Serebryany · 12 years ago
- 1fe014e [asan] produce fewer stores when poisoning stack shadow by Kostya Serebryany · 12 years ago
- 0fe0405 [AArch64]The compare to zero intrinsics should be implemented by 'icmp/fcmp' and 'sext' not 'zext'. Modify the test cases. by Hao Liu · 12 years ago
- 7c29d748 Define LLVM_HAS_STRONG_ENUMS by Alp Toker · 12 years ago
- 4ef09de The count() function for STL datatypes returns unsigned, even by Yaron Keren · 12 years ago
- 1a7ebaa Use r2 when encoding tls on ppc32. Fixes PR18305. by Roman Divacky · 12 years ago
- d1469e0 Dwarf: Fix a copy-paste bug. by Benjamin Kramer · 12 years ago
- cd70023 AVX512: SETCC returns i1 for AVX-512 and i8 for all others by Elena Demikhovsky · 12 years ago
- e6a866c Add some comments. by Roman Divacky · 12 years ago
- 61a8a35 Ensure bitcode encoding of calling conventions stays stable. Patch by Boaz Ouriel. by Michael Kuperstein · 12 years ago
- 4b5724b FileCheckize r197869 by Alp Toker · 12 years ago
- 6854589 Relax tab check into a whitespace check to fix the test in r197869 by Alp Toker · 12 years ago
- cee93e9 TableGen: Generate valid identifiers for anonymous records by Alp Toker · 12 years ago
- efe6aa1 Fix typo in assert message: s/load/store by Mark Lacey · 12 years ago
- 5f2ddd6 BlockFrequencyInfo: Readded getEntryFreq. by Yuchen Wu · 12 years ago
- 559e456 ARM AnalyzeBranch should ignore DEBUG_VALUES while analyzing terminators. by Lang Hames · 12 years ago
- 93c53f4 clang-format a couple of mis-formatted functions by Timur Iskhodzhanov · 12 years ago
- 55b1086 Add the .secidx test I've forgotten to svn add in 197826 by Timur Iskhodzhanov · 12 years ago
- 8aa3ff0 [COFF] Add support for the .secidx directive by Timur Iskhodzhanov · 12 years ago