- 21eecf4 Android uses cacheflush(long start, long end, long flags) for MIPS. by Akira Hatanaka · 12 years ago
- d517da3 LoopVectorize: Invert case when we use a vector cmp value to query select cost by Arnold Schwaighofer · 12 years ago
- 862146b Add back lines which were accidentally deleted in CMakeLists.txt. by Akira Hatanaka · 12 years ago
- 275f354 [mips] Define function MipsSEDAGToDAGISel::selectAddESubE. by Akira Hatanaka · 12 years ago
- 6bc9960 Add a comment about overlapping PPC frame offsets by Hal Finkel · 12 years ago
- f283512 [mips] Rename functions and variables to start with proper case. by Akira Hatanaka · 12 years ago
- 1d90566 Add header file MipsISelDAGToDAG.h. by Akira Hatanaka · 12 years ago
- 554d931 [mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is for by Akira Hatanaka · 12 years ago
- a0c9939 Perform factorization as a last resort of unsafe fadd/fsub simplification. by Shuxin Yang · 12 years ago
- d9e90b2 Test that we emit a DW_AT_location for self captured by a block. by Adrian Prantl · 12 years ago
- 3ab0ba3 R600: Factorize code handling Const Read Port limitation by Vincent Lejeune · 12 years ago
- 9d69c08 merge in jb-mr2-release history after reset to jb-mr2-dev by The Android Automerger · 12 years ago
- b4ba5e6 [ASan] emit instrumentation for initialization order checking by default by Alexey Samsonov · 12 years ago
- 41b55f5 PR14972: SROA vs. GVN exposed a really bad bug in SROA. by Chandler Carruth · 12 years ago
- 4bf0304 Add two of the float related ARM-specific entries for e_flags needed for by Joerg Sonnenberger · 12 years ago
- fdf168f Fix the name of a variable to match its declaration. Fixes build failure from r177014. by Craig Topper · 12 years ago
- 9d3f3c5 Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit set. The VEX.B was being calculated from the wrong operand. Fixes at least some portion of PR14185. by Craig Topper · 12 years ago
- 599521f Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded register to register moves should be switched from using the MRMSrcReg form to the MRMDestReg form if the source register is a 64-bit extended register and the destination register is not. This allows the instruction to be encoded using the 2-byte VEX form instead of the 3-byte VEX form. The GNU assembler has similar behavior. by Craig Topper · 12 years ago
- 6f8c685 Fix PR15309 by Michael Liao · 12 years ago
- a3493e2 test commit: remove blank line. by Jiong Wang · 12 years ago
- 3804c75 Remove a change to the debug info in this test, that I made while testing by Nick Lewycky · 12 years ago
- 45d6585 Try using %S to find the emitted .gcno file. by Nick Lewycky · 12 years ago
- 347e88b Remove accidentally committed debug line. by Nick Lewycky · 12 years ago
- a204ef3 Refactor GCOV's six constructor arguments into a struct with a getter that by Nick Lewycky · 12 years ago
- c14f1c4 Fix typo in comment. by Nick Lewycky · 12 years ago
- d483d28 [Support][Test] Missed this in the API change. by Michael J. Spencer · 12 years ago
- cc3a595 [Support] Fix lifetime of file descriptors when using MemoryBuffer. by Michael J. Spencer · 12 years ago
- 64a0a33 No functionality change. Rename emitGCNO() to the more sensible by Nick Lewycky · 12 years ago
- 22063d6 Simplify file/directory name handling in DILexicalBlock by David Blaikie · 12 years ago
- 036af14 Remove an extra operand to a DIFile metadata entry by David Blaikie · 12 years ago
- 4cb1f5f Reset some of the target options which affect code generation. by Bill Wendling · 12 years ago
- 33905b2 Simplify directory name handling in DILexicalBlockFile. by David Blaikie · 12 years ago
- e0805a9 Remove the unused 4th operand for DIFile debug info metadata by David Blaikie · 12 years ago
- a991b25 Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the by Lang Hames · 12 years ago
- 4945246 Fix ifdef-related differences from upstream LLVM. by Stephen Hines · 12 years ago
- b91ce4f Simplify CMake rules in HandleLLVMOptions module. by Alexey Samsonov · 12 years ago
- 9106f73 Add some additonal attribute helper functions. Test will be on follow by Reed Kotler · 12 years ago
- 321aded R600: Remove unused Outputs variable by Vincent Lejeune · 12 years ago
- 4c6f895 No functionality change. Use unreachable in getCUOffset. by Manman Ren · 12 years ago
- b1e052a No functionality change. Use unreachable in getCompileUnit. by Manman Ren · 12 years ago
- e8a3cc6 Check register classes also when changing them. by Jakob Stoklund Olesen · 12 years ago
- d8bfde0 ARM cost model: Add test case to make sure we would notice a change in CodeGen by Arnold Schwaighofer · 12 years ago
- bdd2d98 Fix a performance regression when combining to smaller types in icmp (shl %v, C1), C2 : by Arnaud A. de Grandmaison · 12 years ago
- dec29b6 Add one more overload to make VS2008's debug mody happy. by Benjamin Kramer · 12 years ago
- c5f77da Add llvm-symbolizer as test dependency. by Evgeniy Stepanov · 12 years ago
- 992dbcf Set symbolizer path in the test environment. by Evgeniy Stepanov · 12 years ago
- 816281f lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were ignored. by NAKAMURA Takumi · 12 years ago
- 5ac065a [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is for by Akira Hatanaka · 12 years ago
- de3077a Refactor filename/directory in DICompileUnit into a DIFile by David Blaikie · 12 years ago
- b79d25c Don't crash if write_impl() leaves less buffer space available than expected. by Matt Beaumont-Gay · 12 years ago
- 46561ce Remove unused "isMain" field from DICompileUnit by David Blaikie · 12 years ago
- 56772eb [Support][Path] Don't inf loop if creating the parent directory fails. by Michael J. Spencer · 12 years ago
- 1489144 Update debug info test cases with empty SplitDebugFilename field. by David Blaikie · 12 years ago
- b6f4872 ARM cost model: Increase the cost for vector casts that use the stack by Arnold Schwaighofer · 12 years ago
- 9e999ad Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MCDwarfFilesCUMap by Manman Ren · 12 years ago
- cc189bf [Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path::MapInFilePages. by Michael J. Spencer · 12 years ago
- ad5a5e0 Correct invalid debug info metadata by David Blaikie · 12 years ago
- bc3e96f Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE by Manman Ren · 12 years ago
- 1a5c051 Avoid generating ISD::SELECT for vector operands to SIGN_EXTEND by Richard Relph · 12 years ago
- 2ee69f1 Remove the assert()'s from the LLVMCreateDisasmCPU() library API and just by Kevin Enderby · 12 years ago
- 8f8af52 Add a doFinalization method to the DataLayout pass. by Pete Cooper · 12 years ago
- 4323665 Revert the test moves from 176733. Use "REQUIRES: asserts" instead. by Jan Wen Voung · 12 years ago
- a15e708 Change the order of the operands in patchAndReplaceAllUsesWith so by Dan Gohman · 12 years ago
- 4d53e77 Don't reserve R2 on Darwin/PPC by Hal Finkel · 12 years ago
- 7285e8d PPC should always use the register scavenger for CR spilling by Hal Finkel · 12 years ago
- ac5b391 Small fix for cost analysis of ptrtoint. by Patrik Hagglund · 12 years ago
- 775a266 In r169695, the address space limit for tests was replaced with a data by Patrik Hagglund · 12 years ago
- 29da043 ReleaseNotes: Add Hexagon Target section by Matthew Curtis · 12 years ago
- da6f629 Reflect reality. by Bill Wendling · 12 years ago
- f635ef4 [mips] Rename function and variable names to start with proper case. Fix typos. by Akira Hatanaka · 12 years ago
- 67cb638 LibCallSimplifier: optimize speed for short-lived instances by Meador Inge · 12 years ago
- c0ec8a4 Remove support for versioned debug info. by David Blaikie · 12 years ago
- 6643868 Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces. by David Blaikie · 12 years ago
- 6acbcd4 Residual cleanup: live-out set is gone by Eli Bendersky · 12 years ago
- 7e6274d llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts. by NAKAMURA Takumi · 12 years ago
- 850b74d Upgrading debug info test cases to be (more) compatible with the current debug info format. by David Blaikie · 12 years ago
- 7cf04f3 Remove duplicate test contents. by David Blaikie · 12 years ago
- 33cdfe9 Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to by Nick Lewycky · 12 years ago
- 12dccae Fixes disassembler crashes on 2013 Haswell RTM instructions. by Kevin Enderby · 12 years ago
- d5bb208 Don't remove a landing pad if the invoke requires a table entry. by Bill Wendling · 12 years ago
- fd49dac R600: Fix JUMP handling so that MachineInstr verification can occur by Vincent Lejeune · 12 years ago
- 48f8015 Missing period in doc by Eli Bendersky · 12 years ago
- 0087f3c llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating. by NAKAMURA Takumi · 12 years ago
- 6ccdfc5 [docs] Remove explicit authorship. by Sean Silva · 12 years ago
- be15cdd Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating. by NAKAMURA Takumi · 12 years ago
- 3f179b5 R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> here. by NAKAMURA Takumi · 12 years ago
- 14d8523 Remove date from test case file name. The PR number provides a unique ID already. by Lang Hames · 12 years ago
- f3a64c0 Correct this error message, and most importantly make it distinct from the by Nick Lewycky · 12 years ago
- 0ebc084 Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov! by Nick Lewycky · 12 years ago
- 76a05c9 BBVectorize: Fixup debugging statements by Hal Finkel · 12 years ago
- 760fa5d Cleanup #includes. by Jakub Staszak · 12 years ago
- 03bf8fd Remove unneeded #include. by Jakub Staszak · 12 years ago
- 35d00e5 Add some constantness in MachinePostDominators.h. by Jakub Staszak · 12 years ago
- ec3bb4b Remove unneeded #includes. Use forward declarations instead. by Jakub Staszak · 12 years ago
- e939a06 Remove unneeded #includes. Use forward declarations instead. by Jakub Staszak · 12 years ago
- ddde208 Remove an unused member variable from HelpPrinter. Move another member variable to be a local variable in the only method that uses it. by Craig Topper · 12 years ago
- f793de7 Don't glue users to extract_subreg when selecting the llvm.arm.ldrexd by Lang Hames · 12 years ago
- d683edc Remove unneeded cast. by Jakub Staszak · 12 years ago
- 0d93271 Remove a source of nondeterminism from the LoopVectorizer. by Benjamin Kramer · 12 years ago
- 96a1987 Fix test case. by Benjamin Kramer · 12 years ago