- 94d1e67 Port r198087 and r198089 (strip dead code by default) from make to cmake. by Nico Weber · 12 years ago
- 0661cbe Temporarily revert "Use a pointer to keep track of the skeleton unit for by Eric Christopher · 12 years ago
- 1dd211d Use a pointer to keep track of the skeleton unit for each normal unit by Eric Christopher · 12 years ago
- 90128be For AArch64 Neon, simplify scalar dup by lane0 for fp. by Jiangning Liu · 12 years ago
- afcdbf7 [AArch64]Add code to spill/fill Q register tuples such as QPair/QTriple/QQuad. by Hao Liu · 12 years ago
- 43ffcc5 [AArch64]Can't select shift left 0 of type v1i64 by Hao Liu · 12 years ago
- 3f8f3c9 Fix a bug in DAGcombiner about zero-extend after setcc. by Kevin Qin · 12 years ago
- 3796015 [AArch64]Fix the problem that can't select mul of v1i64/v2i64 types. by Hao Liu · 12 years ago
- 14eb675 Un-XFAILify some tests which are now passing. by Bill Wendling · 12 years ago
- 15deec7 Set LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corresponding Makefiles do so. by Nico Weber · 12 years ago
- 098bcf7 [cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X. by Nico Weber · 12 years ago
- ee6d3cd ARM IAS: fix after r198172 by Saleem Abdulrasool · 12 years ago
- dd28367 ARM: provide VFP aliases for pre-V6 mnemonics by Saleem Abdulrasool · 12 years ago
- a4f62f8 ARM: fix a few typos in comments by Saleem Abdulrasool · 12 years ago
- cb15d52 ARM: fix typo in VFP instruction definition by Saleem Abdulrasool · 12 years ago
- 9339519 Fix mis-merging in AddLLVM.cmake, take #2. LINK.EXE's options had been broken. Sorry again. by NAKAMURA Takumi · 12 years ago
- e44676d Fix mis-merging in AddLLVM.cmake. Sorry. by NAKAMURA Takumi · 12 years ago
- ee8b3c3 [CMake] Fix add_llvm_loadble_module. by NAKAMURA Takumi · 12 years ago
- a1d32cc [CMake] add_llvm_symbol_exports: Use unique name for each target. by NAKAMURA Takumi · 12 years ago
- d9c7484 [CMake] add_llvm_symbol_exports: Use ${native_export_file} instead of equivalent constant "symbol.*', since it is defined. by NAKAMURA Takumi · 12 years ago
- 0809dc5 Fix indentation alignment of a declaration in MipsMCCodeEmitter.cpp by Mark Seaborn · 12 years ago
- c956500 Store the global variable that's created so that it's reclaimed afterwards. by Bill Wendling · 12 years ago
- 827176c Yet another attempt at getting cmake-clang-i686-mingw32 green. by Nico Weber · 12 years ago
- 748618b Make LLVM_MSC_PREREQ() compatible with all MSVC versions by Alp Toker · 12 years ago
- a71d72a [SparcV9] Use separate instruction patterns for 64 bit arithmetic instructions instead of reusing 32 bit instruction patterns. by Venkatraman Govindaraju · 12 years ago
- bfefc8d Windows build fixes, hopefully last part. by Nico Weber · 12 years ago
- 9c7316f Python compatibility fix for r198150 by Alp Toker · 12 years ago
- d51aa99 Fix parens fail in r198142 by Alp Toker · 12 years ago
- 531c479 Another windows build fix attempt. by Nico Weber · 12 years ago
- aa29cf4 Prospective Python 3 fix for r198150 by Alp Toker · 12 years ago
- 343bda6 More windows build fix attempts. by Nico Weber · 12 years ago
- 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