2013-07-22 |
Nick Lewycky | Remove extraneous null statement. No functionality... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Jakub Staszak | Use switch instead of if. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Jakub Staszak | Remove trailing spaces. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Eli Bendersky | Add a simple unit test for MemoryBuffer::getOpenFile |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Eric Christopher | Typo. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Eric Christopher | 80-column tidying. Formatting choices by clang-format. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Nadav Rotem | When we vectorize across multiple basic blocks we may... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Jakub Staszak | OldPtr is llvm::Instruction. Remove unneeded cast<>. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Richard Trieu | Silence gcc warning. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Kevin Enderby | Fix the move to/from accumulator register instructions... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Jakub Staszak | Change tabs to spaces. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Jakub Staszak | Fix typo in test. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Michael Gottesman | [stackprotector] Changed isNoopBitcast/sameNoopInput... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Craig Topper | Recommit r186813: More Intel syntax alias fixes. With... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Michael Gottesman | [stackprotector] Refactored ssp prologue creation code... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Manman Ren | Debug Info Finder: add processScope to actually handle... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Bill Wendling | Recommit r186217 with testcase fix: |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Akira Hatanaka | [mips] Fix MipsAsmParser::parseCCRRegs. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rafael Espindola | Mark ELF's first symbol as format specific so that... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Matt Arsenault | Fix spelling and grammar |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Matt Arsenault | Fix missing const |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Akira Hatanaka | [mips] Use ADDu instead of OR to copy general purpose... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Andrew Kaylor | Adding example source to support MCJIT/Kaleidoscope... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Shuxin Yang | Initialize/Register LTO passes to enable flags like... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Jim Grosbach | MC: mayAffectControlFlow() handling for variadic instru... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Nadav Rotem | Fix an obvious typo in the loop vectorizer where the... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Justin Holewinski | [NVPTX] Remove unused prototypes |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Hans Wennborg | Option parsing: allow aliases in groups |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Mihai Popa | This adds range checking for "ldr Rn, [pc, #imm]" Thumb |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rafael Espindola | Replace archive members in the old position. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rafael Espindola | Don't depend on a llvm-ar specific behavior. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Justin Holewinski | [NVPTX] Use approximate FP ops when unsafe-fp-math... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Tim Northover | Revert "More Intel syntax alias fixes." |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Craig Topper | Fix typo. Change %cl to CL in Intel pattern. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Craig Topper | More Intel syntax alias fixes. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Craig Topper | More Intel syntax alias fixes. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Craig Topper | Change %xmm0 to XMM0 in Intel side of asm strings for... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Craig Topper | Add Intel variants to aliases for some FP instructions. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Tim Northover | ARM: remove now unneeded custom Asm converters |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Craig Topper | Reverse operands for Intel syntax form of 'bt' alias. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Nadav Rotem | Delete unused helper functions. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Michael Gottesman | Added missing - in the header of PrologEpilogInserter... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Richard Smith | Treat nothrow forms of ::operator delete and ::operator... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Rafael Espindola | Handle replacement into a position past the original... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Rafael Espindola | Remove unused fields. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Benjamin Kramer | mem2reg: Minor STL usage cleanup. No functionality... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Chandler Carruth | Make the mem2reg interface use an ArrayRef as it keeps... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Craig Topper | Mark that the _ftol2 function used by windows on x86... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Nadav Rotem | Revert a part of r186420. Don't forbid multiple store... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Logan Chien | Fix exception demo: Add mcjit to link component. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Chandler Carruth | Hoist the rest of the logic for promoting single-store... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Chandler Carruth | Hoist the rest of the logic for fully promoting allocas... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Chandler Carruth | Remove a method made dead by the prior refactoring. |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Chandler Carruth | Hoist the two trivial promotion routines out of the... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Chandler Carruth | Hoist the AllocaInfo struct to the top of the file. |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Chandler Carruth | Sink a typedef and comparator down to the function... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Rafael Espindola | Don't crash when llvm.compiler.used becomes empty. |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Chandler Carruth | Don't allocate the DIBuilder on the heap and remove... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Chandler Carruth | Rename constructor parameters to follow the common... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Chandler Carruth | Reformat the implementation of mem2reg with clang-forma... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Andrew Trick | Comment: try to clarify loop iteration order. |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Chandler Carruth | Remove a DenseMapInfo specialization for std::pair... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Chandler Carruth | Update mem2reg's comments to conform to the new doxygen... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Matt Arsenault | Disallow global aliases to bitcast between address... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Matt Arsenault | Remove trailing whitespace, fix file path in comment |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Benjamin Kramer | SROA: Microoptimization: Remove dead entries first... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Stephen Lin | InstCombine: call FoldOpIntoSelect for all floating... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Matt Arsenault | Have InlineCost check constant fcmps |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Hans Wennborg | Add Option unit tests to the make build |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Manman Ren | Debug Info Verifier: simplify DIxxx::Verify |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Matt Arsenault | Fix size_t -> uint warnings with MSVC 64-bit build |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Lang Hames | Refactor AnalyzeBranch on ARM. The previous version... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rui Ueyama | Retry submitting r186623: COFFDumper: Dump data directo... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nadav Rotem | fix an 80-col line. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nadav Rotem | Use LLVMs ADTs that improve the compile time of this... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nadav Rotem | SLPVectorizer: Improve the compile time of isConsecutiv... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vincent Lejeune | R600: Don't emit empty then clause and use alu_pop_after |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vincent Lejeune | R600: Simplify AMDILCFGStructurize by removing template... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vincent Lejeune | R600: Replace legacy debug code in AMDILCFGStructurizer.cpp |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | Fix inserting new elements in a specified location. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | s/compiler_used/compiler.used/. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Reid Kleckner | Add some flag exclusion tests. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Reid Kleckner | [Option] Add inclusion and exclusion flags to option... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Nico Rieck | lit: Support cancellation on Windows |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Joey Gouly | Add a line that got missed off somehow. Sorry about... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add tests for ALHSIK and ALGHSIK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add ALRK, AGLRK, SLRK and SGLRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Joey Gouly | [ARMv8] Implement the NEON instructions VRINT{N, X... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add AHIK and AGHIK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add ARK, AGRK, SRK and SGRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add NGRK, OGRK and XGRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Serge Pavlov | Initialize TempFileHandle. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Add NRK, ORK and XRK |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tilmann Scheller | ARM: Add instruction aliases for the Thumb2 PLD/PLDW... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Use SLLK, SRLK and SRAK for codegen |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Sandiford | [SystemZ] Start adding z196 and zEC12 support |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | Split openFileForWrite into windows and unix versions. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rafael Espindola | Add a unit test for checking that we respect the F_Bina... |
commit | commitdiff | tree | snapshot |
next |