2014-01-21 |
Chandler Carruth | Tweak the spelling of the asserts requirement a bit... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Andrew Trick | Fix PR18572 - llc crash during GenericScheduler::initPo... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
David Majnemer | Forgot to add testcase for r198590 |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Hal Finkel | Fix pointer info on PPC byval stores |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Yunzhong Gao | Adding new LTO APIs to parse metadata nodes and extract... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Chandler Carruth | Don't clobber CMAKE_REQUIRED_FLAGS, it ends up being... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Amara Emerson | Fix VS2012 ID/version check. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Rafael Espindola | Rename these methods to match the style guide. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IILoad into II_L[BHWD], II_L[BHW... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFStore into II_S[WD]C1, and II_S... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Justin Holewinski | [NVPTX] Add missing patterns for div.approx with immedi... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFLoad into II_L[WD]C1, and II_L... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Removed IIFrecipFsqrtStep. No instruction... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Renamed II_FsqrtSingle and II_FsqrtDouble... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Renamed II_FdivSingle and II_FdivDouble... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFmulDouble into II_MUL_D, II_MADD... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFmulSingle into II_MUL_S, II_MADD... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFadd into II_ADD_[DS], II_SUB_[DS] |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFcmp into II_C_CC_[SD] |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFmove into II_C[FT]C1, II_MOV... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFcvt into II_(ROUND|TRUNC|CEIL... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIslt into II_SLT_SLTU, II_SLTI_SLTIU |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Tim Northover | MIPS: mark intrinsics IntrNoMem so all patterns using... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Renato Golin | Checked return warning from coverity |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Evgeniy Stepanov | Fix libstdc++4.7 test on Android. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Craig Topper | Use ArrayRef to simplify some code. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Saleem Abdulrasool | tools: use 64-bit print specifier |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Saleem Abdulrasool | tools: support decoding ARM EHABI opcodes in readobj |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Saleem Abdulrasool | ARM IAS: add support for .unwind_raw directive |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Saleem Abdulrasool | ARM IAS: support .personalityindex |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Kevin Qin | [AArch64 NEON] Fix a bug caused by undef lane when... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Nick Lewycky | Add operator!= for FoldingSetNodeID and FoldingSetNodeI... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Kevin Enderby | Tweak the MCExternalSymbolizer to not use the SymbolLoo... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Kevin Enderby | To allow the X86 verbose assembly to print its informat... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Hal Finkel | Update StackProtector when coloring merges stack slots |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Andrea Di Biagio | [X86] Teach how to combine a vselect into a movss/movsd |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Adrian Prantl | Debug info: On ARM ensure that all __TEXT sections... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Adrian Prantl | Revert "Debug info: On ARM ensure that the data section... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Owen Anderson | Allow SMUL_LOHI and UMUL_LOHI to be narrow to MUL on... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
James Molloy | Remove the useless pseudo instructions VDUPfdf and... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
NAKAMURA Takumi | [CMake] LLVMProcessSources.cmake: Add include(CMakePars... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Hal Finkel | Fix misched-aa-colored.ll to require asserts (trying... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Hal Finkel | Fix misched-aa-colored.ll to require asserts. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Hal Finkel | Update IR when merging slots in stack coloring |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Hal Finkel | Track multiple stores per object when using AA in Sched... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
David Woodhouse | [x86] Fix disassembly of MOV16ao16 et al. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
David Woodhouse | [x86] Fix 16-bit disassembly of JCXZ/JECXZ |
commit | commitdiff | tree | snapshot |
2014-01-20 |
David Woodhouse | [x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
David Woodhouse | [x86] Fix disassembly of callw instruction |
commit | commitdiff | tree | snapshot |
2014-01-20 |
David Woodhouse | [x86] Fix 16-bit handling of OpSize bit |
commit | commitdiff | tree | snapshot |
2014-01-20 |
David Woodhouse | [x86] Infer disassembler mode from SubtargetInfo featur... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
David Woodhouse | [x86] Support i386-*-*-code16 triple for emitting 16... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Chandler Carruth | [PM] Wire up the Verifier for the new pass manager... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Kai Nacke | ARM: add tlsldo relocation |
commit | commitdiff | tree | snapshot |
2014-01-20 |
NAKAMURA Takumi | [CMake] llvm_process_sources: Introduce a parameter... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Artyom Skrobov | [ARM] Do not generate Tag_DIV_use=AllowDIVExt when... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Chandler Carruth | Revert my commit in r199620 that added sections about... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Chandler Carruth | Revert r199628: "[AArch64 NEON] Fix a bug caused by... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Chandler Carruth | Fix a DenseMap iterator invalidation bug causing lots... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Owen Anderson | Fix all the remaining lost-fast-math-flags bugs I've... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Kevin Qin | [AArch64 NEON] Fix a bug caused by undef lane when... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Saleem Abdulrasool | MC: whitespace |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Chandler Carruth | [PM] Fix a contradiction in the comments noticed by... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Kevin Qin | [AArch64 NEON] Accept both #0.0 and #0 for comparing... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Chandler Carruth | Add some wording to the coding standards to say how... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Michael Gottesman | Move the retrieval of VT after all of the early exits... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Michael Gottesman | [APInt] Fix nearestLogBase2 to return correct answers... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Michael Gottesman | [APInt] Fixed bug where APInt(UINT32_MAX, 0) would... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Benjamin Kramer | InstCombine: Modernize a bunch of cast combines. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Benjamin Kramer | InstCombine: Hoist 3 copies of AddOne/SubOne into a... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Benjamin Kramer | InstCombine: Replace a hand-rolled version of isKnownTo... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Benjamin Kramer | InstCombine: Teach most integer add/sub/mul/div combine... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Benjamin Kramer | InstCombine: Refactor fmul/fdiv combines to handle... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
NAKAMURA Takumi | [CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
NAKAMURA Takumi | [CMake] Add comments in llvm/CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
NAKAMURA Takumi | [CMake] Deprecate LLVM_TOOLS_BINARY_DIR. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
NAKAMURA Takumi | [CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_D... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Chandler Carruth | Fix a really nasty SROA bug with how we handled out... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Saleem Abdulrasool | ARM ELF: ensure that the tag types are corrected |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Saleem Abdulrasool | ARM: update build attributes for ABI r2.09 |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Saleem Abdulrasool | Move ARM build attributes into Support |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Saleem Abdulrasool | ARM IAS: remove unnecessary special case |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Arnold Schwaighofer | LoopVectorizer: A reduction that has multiple uses... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Chandler Carruth | [PM] Make the verifier work independently of any pass... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Chandler Carruth | Add a const lookup routine to get a BlockAddress consta... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Eli Bendersky | Support AddrSpaceCast in ConstantExpr::getAsInstruction. |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Nick Lewycky | Don't refuse to transform constexpr(call(arg, ...)... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Benjamin Kramer | ARM: Let the assembler reject v5 instructions in v4... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
NAKAMURA Takumi | [CMake] Add llvm-tblgen to dependencies of check-llvm. |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Benjamin Kramer | InstCombine: Make the (fmul X, -1.0) -> (fsub -0.0... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Benjamin Kramer | Upgrade ConstantFP's negative zero and infinity getters... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Adrian Prantl | typo |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Adrian Prantl | Debug info (LTO): Move the creation of accessibility... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Owen Anderson | Fix more instances of dropped fast math flags when... |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Reid Kleckner | Add an inalloca flag to allocas |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Justin Bogner | MC: Add some missing include guards |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Juergen Ributzka | Update LangRef to emphasize the difference between... |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Rui Ueyama | 80-column. |
commit | commitdiff | tree | snapshot |
next |