2010-09-13 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Eric Christopher | Silence some constructor ordering warnings. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
John Thompson | Added skeleton for inline asm multiple alternative... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Dan Gohman | Use ParseIRFile to auto-detect LLVM Assembly automatically. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Dan Gohman | Add full auto-upgrade support for LLVM 2.7 bitcode... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Owen Anderson | Re-apply r113679, which was reverted in r113720, which... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Michael J.... | CMake: Add llvm-lit to CMake build. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Rafael Espindola | Factoring and potential bug fix. The elf "flags" cannot... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Bob Wilson | Fix formatting tags. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Bob Wilson | Document NEON intrinsic changes for 2.8. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Duncan Sands | Nowadays a release build has assertions off. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Duncan Sands | Spelling fixes in comments. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Dale Johannesen | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Michael J.... | CMake: Fix MSVS build. Although I don't know why this... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Eric Christopher | Revert 113679, it was causing an infinite loop in a... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Michael J.... | CMake: Fix mingw32 build. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | add some documentation for the most important MC-level... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | add a missed cmov alias, part of rdar://8416805 |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | add support for all the setCC aliases. Part of rdar... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Rafael Espindola | Add support for leb128 of absolute expressions. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | add support for pushfd/popfd which are aliases for... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | implement rdar://8407928 - support for in/out with... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | fix the asmparser so that the target is responsible... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Rafael Espindola | Add missing single quotes. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Rafael Espindola | Change section_data dumping to print hex numbers instea... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Owen Anderson | Invert and-of-or into or-of-and when doing so would... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Michael J.... | CMake: Fix mingw32 build. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Dale Johannesen | Add x86mmx to TableGen. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Bill Wendling | Rename ConvertToSetZeroFlag to something more general. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | No need to recompute the SrcReg and CmpValue. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | Move some of the decision logic for converting an instr... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Eric Christopher | Start sketching out ARM fast-isel calls. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Eric Christopher | For consistency. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Eric Christopher | Newline at end of file. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Eric Christopher | Split out some of the calling convention bits so that... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Kramer | Teach InstructionSimplify to fold (A & B) & A -> A... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Gabor Greif | typoes |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Dale Johannesen | Add missing X86 MMX declarations. Hopefully fixes... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | Modify the comparison optimizations in the peephole... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Jim Grosbach | Add a missing case to duplicateCPV() for LSDA constants... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Michael J.... | CMake: Get rid of LLVMLibDeps.cmake and export the... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Dale Johannesen | Add X86 MMX type to bitcode and Type. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | Use StringRef which performs the "early exit" when... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Devang Patel | Add DEBUG message. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | Reapply r113585. The msvc machine is mercurial. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Kramer | This transform is also performed by InstructionSimplify... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | r113585 was causing clang-i686-xp-msvc9 to fail in... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | Early exit with simple checks. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bob Wilson | Calculate the number of VLDM/VSTM registers by subtract... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Owen Anderson | Lower the unrolling theshold to 150. Empirical tests... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Dale Johannesen | x86mmx is 64 bits. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Jim Grosbach | add a comment explicitly calling out that allocation... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | Mark the sse_load_f32 and sse_load_f64 load patterns... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | Reword since this may not be a bug but intended behavior. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
NAKAMURA Takumi | Makefile.rules: LOADABLE_MODULE/Win32: "all" components... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
NAKAMURA Takumi | Don't build redundant libLLVMgold.a. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Evan Cheng | Fix test so it passes on non-Darwin hosts. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bob Wilson | Fix merging base-updates for VLDM/VSTM: Before I switch... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Evan Cheng | Teach if-converter to be more careful with predicating... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Eric Christopher | Fix build error. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Eric Christopher | Update comments, reorganize some code, rename variables... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | 64-bit fp loads can come straight out of the constant... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dan Gohman | Discard metadata produced by LLVM 2.7. The value enumer... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | llvm-mc: Don't crash when using -n and we see a directi... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | llvm-mc: Make sure we exit != 0 if any errors are encou... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Jakob Stoklund... | XFAIL test under valgrind. It is not really our problem... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | SIToFP and FPToSI conversions work only on fp-reg to... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dan Gohman | MDNodes are not Constants. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dan Gohman | Print invalid metadata references as <badref>, for... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | New "move to fp reg" routine. Use it. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | "Strike that, reverse it." -- Mr. Wonka. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Owen Anderson | What the loop unroller cares about, rather than just... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | Add FPTrunc, fix some bugs where I forgot to update... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Owen Anderson | Revert r113439, which relaxed the requirement that... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Owen Anderson | r113526 introduced an unintended change to the loop... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Owen Anderson | Fix typo in code to cap the loop code size reduction... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Owen Anderson | Use code-size reduction metrics to estimate the amount... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | Basic FP->Int, Int->FP conversions. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Bruno Cardoso... | Add one more pattern to fallback movddup |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dan Gohman | Extend the getDependence query with support for PHI... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dan Gohman | Add a getPointerOperand() helper function to VAArgInst... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Evan Cheng | For each instruction itinerary class, specify the numbe... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dan Gohman | Fix this comment. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Benjamin Kramer | MCELF: Write relocation fragments in the right endian. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Roman Divacky | Make ELF OS ABI dependent on the OS from target triple. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | build: Allow subdir Makefiles to provide an alternate... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dale Johannesen | Move remaining MMX instructions from SSE to MMX. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Owen Anderson | Refactor code-size reduction estimation methods out... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | MC: Give a (lame) hard error if a .org directive would... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | tests: XFAIL a handful of tests on the vg_leak builder... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | projects: Don't try to build libcxx if one happens... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Benjamin Kramer | Add an elf-dumper utility. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
NAKAMURA Takumi | lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and ... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Duncan Sands | Get rid of the last use of -m64 in FrontendC. This... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Duncan Sands | Another test that uses -m64. Here too it looks like... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Duncan Sands | On i386, llvm-gcc cannot be assumed to support -m64... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Duncan Sands | This script is executable. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Kalle Raiskila | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
next |