2011-02-09 |
Chris Lattner | emit a specific error when the input file is empty... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | enrich folder interfaces around exactness. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | refactor ConstantExpr interfaces a bit around "exactness". |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | remove a small scattering of basically pointless tests... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | remove a broken test, this is matching nounwind on... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
David Greene | [AVX] Implement 256-bit vector lowering for INSERT_VECT... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Richard Osborne | Add intrinsic for setc instruction on the XCore. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Nick Lewycky | When removing a function from the function set and... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | Add testing stuff to CMake documents. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | test/lit.cfg: Seek sane tools(and bash) in directories... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | lit/LitConfig.py: Add the new method getToolsPath(dir... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | lit/Util.py: Add two functions, checkToolsPath(dir... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | lib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | Windows/Windows.h: Redefine _WIN32_WINNT here. mingw... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | Windows/Program.inc: Eliminate the declaration of SetIn... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | Windows/DynamicLibrary.inc: ELM_Callback fix for mingw... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | llvm-lit may be available with CMake. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | llvm-lit may be able to invoke clang tests. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | tools/llvm-ld: Cygwin can handle #!shbang. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Jakob Stoklund... | Evict a lighter single interference before attempting... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Jakob Stoklund... | Set an allocation hint when rematting before a COPY. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Jakob Stoklund... | Fix one more case of splitting after the last split... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Jakob Stoklund... | Reorganize interference code to check LastSplitPoint... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Rafael Espindola | Don't open the file again in the gold plugin. To be... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Owen Anderson | Revert both r121082 (which broke a bunch of constant... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Benjamin Kramer | Support for .ifdef / .ifndef in the assembler parser... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Jakob Stoklund... | Also handle the situation where an indirect branch... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Jakob Stoklund... | Add LiveIntervals::addKillFlags() to recompute kill... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Jakob Stoklund... | Trim debug spew |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Jakob Stoklund... | Avoid folding a load instruction into an instruction... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
David Greene | [AVX] Implement BUILD_VECTOR lowering for 256-bit vecto... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Jakob Stoklund... | Add SplitEditor::overlapIntv() to create small ranges... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Jakob Stoklund... | Add assertion. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Andrew Trick | Added bugpoint options: -compile-custom and -compile... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Andrew Trick | PostRA antidependence breaker unit test for PR8986. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Andrew Trick | PostRA antidependence breaker unit test for rdar:/... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Andrew Trick | Fix PostRA antidependence breaker. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Evan Cheng | Temporary workaround for a bad bug introduced by r12108... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Dan Gohman | Don't split any loop backedges, including backedges... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Jakob Stoklund... | Add LiveIntervals::shrinkToUses(). |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Benjamin Kramer | SimplifyCFG: Track the number of used icmps when turnin... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bruno Cardoso... | Add support for parsing dmb/dsb instructions |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Devang Patel | Remove comment about an argument that was removed coupl... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bruno Cardoso... | Remove the MCR asm parser hack and start using the... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Chris Lattner | fix comment change. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bruno Cardoso... | Implement support for custom target specific asm parsin... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
David Greene | [AVX] Insert/extract subvector lowering support. This... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Jason W Kim | ARM/MC/ELF Lowercase .cpu attributes in .s, but make... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Evan Cheng | Fix an obvious typo which caused an isel assertion... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Devang Patel | Reduce test case, smaller is better. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bob Wilson | Add codegen support for using post-increment NEON load... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bob Wilson | Change VLD3/4 and VST3/4 for quad registers to not... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bob Wilson | Fix some NEON instruction itineraries. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bob Wilson | Fix a comment: addrmode6 no longer includes the optiona... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bob Wilson | Remove inaccurate comments: so_imm and t2_so_imm operan... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bob Wilson | Move code for OffsetCompare struct closer to where... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Chris Lattner | implement .ll and .bc support for nsw/nuw on shl and... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Duncan Sands | Add an m_Div pattern for matching either a udiv or... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Duncan Sands | Add IRBuilder methods for creating an exact udiv, like... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Oscar Fuentes | Install only *.cmake files. Don't install .svn directory. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Jason W Kim | Teach ARM/MC/ELF about gcc compatible reloc output... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Jason W Kim | Rework some .ARM.attribute work for improved gcc compat... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Chris Lattner | teach instsimplify to transform (X / Y) * Y to X |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Chris Lattner | enhance vmcore to know that udiv's can be exact, and... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Eric Christopher | Remove premature optimization that avoided calculating... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Anders Carlsson | Simplify test, as suggested by Chris. |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Anders Carlsson | Remove a virtual inheritance case that clang can devirt... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Anders Carlsson | When loading from a constant, fold inttoptr if the... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Oscar Fuentes | Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Nick Lewycky | Simplify away redundant test, and document what's going on. |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Nick Lewycky | Remove specialized comparison of InlineAsm objects... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Oscar Fuentes | Moved more stuff to HandleLLVMOptions.cmake |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Anders Carlsson | Fix another warning. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Anders Carlsson | Fix a clang warning. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
NAKAMURA Takumi | Windows/DynamicLibrary.inc: Split explicit symbols... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
NAKAMURA Takumi | Target/X86: Tweak allocating shadow area (aka home... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
NAKAMURA Takumi | lib/Target/X86/X86ISelLowering.cpp: Introduce a new... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
NAKAMURA Takumi | lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
NAKAMURA Takumi | Target/X86: Fix whitespace. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
NAKAMURA Takumi | Windows/Program.inc: Quote arguments when dubious chara... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Bob Wilson | Move a test that ended up in the wrong place. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Andrew Trick | Fix an anti-dep breaker corner case. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Eric Christopher | Fix cut and paste error spotted by Jakob. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Jakob Stoklund... | Be more strict about the first/last interference-free... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Jakob Stoklund... | Add assertions to verify that the new interval is clear... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Eric Christopher | Rewrite how the indirect call bonus is handled. This... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
David Greene | [AVX] Revert 124910 until clients are ready. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
David Greene | [AVX] Add some utilities to insert and extract 128... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Daniel Dunbar | MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmP... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Jakob Stoklund... | Apparently, it is possible for a block with a landing... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Devang Patel | Merge .debug_loc entries whenever possible to reduce... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Nick Lewycky | Mark that the return is using EAX so that we don't... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Jakob Stoklund... | Be more accurate about live range splitting at the... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Jason W Kim | Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Jason W Kim | Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation... |
commit | commitdiff | tree | snapshot |
next |