2011-02-21 |
Jakob Stoklund... | Add SplitKit::isOriginalEndpoint and use it to force... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Sean Callanan | Fixed a bug in the X86 disassembler where a member... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Stuart Hastings | End the line if we return early. Radar 9012638. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
David Greene | Add a convenience tool for doing comparison builds... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Chris Lattner | Better OpenBSD support, patch by Amit Kulkarni. I... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Richard Osborne | Add XCore intrinsics for various instructions on ports. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Stuart Hastings | Test case for r126127. Radar 9012638. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Duncan Sands | The stack should be 16 byte aligned on 32 bit solaris... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Duncan Sands | If the phi node was used by an unreachable instruction... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Stuart Hastings | Fix to correctly support attribute((section("__DATA... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Chris Lattner | a serious "compare CSE" issue that is nontrivial to... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Chris Lattner | fix a crasher in disabled code (on variable stride... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Duncan Sands | Simplify RecursivelyDeleteDeadPHINode. The only functi... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
NAKAMURA Takumi | Target/X86/X86FastISel: [PR6275] Fix Win32's dllimport... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Venkatraman... | Generate correct Sparc32 ABI compliant code for functio... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
NAKAMURA Takumi | CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/Handl... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
NAKAMURA Takumi | CMake: Fix breakage on clang standalone build. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Chris Lattner | add a missed loop deletion case. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Chris Lattner | Add some (disabled code) to print out negative strides. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Chris Lattner | add an idiom that loop idiom could theoretically catch. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Cameron Zwarich | A lo/hi mul has higher latency than an imul r,ri, e... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Joerg Sonnenberger | Use a vector of pairs to implement the section stack... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Cameron Zwarich | The signed version of our "magic number" computation... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Oscar Fuentes | Put targets on folders, if the IDE supports the feature. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rafael Espindola | Add some limited support for labels in org directives... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rafael Espindola | Dispose modules early and only create codegen when... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Nick Lewycky | Make RecursivelyDeleteDeadPHINode delete a phi node... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rafael Espindola | Fix some memory leaks and avoid looking in the hash... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Oscar Fuentes | Remove the link to Projects.html. It is useless for... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Benjamin Kramer | Move "A | ~(A & ?) -> -1" from InstCombine to Instructi... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Benjamin Kramer | InstCombine: Add a bunch of combines of the form x... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Nadav Rotem | Fix 9267; Add vector zext support. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Nick Lewycky | Teach RecursivelyDeleteDeadPHINodes to handle multiple... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Nick Lewycky | Instead of keeping two Value*->id# mappings, keep one... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Eric Christopher | If both operands are loads from stores in memory we... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Stephen Wilson | This patch lets LLDB build as an LLVM subproject. ... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Stephen Wilson | Do not try to descend into optional build directories... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Oscar Fuentes | Use explicit add_subdirectory's for LLVM target sublibr... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Eli Friedman | PR9218: SimplifyDemandedVectorElts can return a non... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Eli Friedman | Minor x86 README updates. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rafael Espindola | Add modules to codegen as soon as possible. This reduce... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Cameron Zwarich | Try to fix the MC/AsmParser/section.s failure on the... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Chris Lattner | implement PR9264: disambiguating 'bt mem, imm' as a... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Chris Lattner | rewrite the memset_pattern pattern generation stuff... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Chris Lattner | Stores of null pointers should turn into memset, we... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Chris Lattner | Implement rdar://9009151, transforming strided loop... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Jeffrey Yasskin | Add the PARSE_ARGUMENTS CMake macro to LLVM so I can... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Argyrios Kyrtzidis | Allow getting the address of the value in a PointerUnio... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Eric Christopher | Fix typos. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Ted Kremenek | Add ImmutableMap methods 'manualRetain()', 'manualRelea... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Devang Patel | Do not emit empty DW_TAG_lexical_block DIEs. In one... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Devang Patel | DIE numbers do not add any value in this test. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Jakob Stoklund... | Give SplitAnalysis a VRM member to access VirtRegMap... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Joerg Sonnenberger | Avoid dangling else warnings. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Jakob Stoklund... | Missed member rename for naming convention. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Jakob Stoklund... | This method belonged in VirtRegMap. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Jakob Stoklund... | Separate timers for local and global splitting. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Mikhail Glushenkov | Make "-opt [-emit-llvm]" work for .ll files. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Devang Patel | Provide enums to build complex address calucation expre... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Devang Patel | Remove unused tag. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Devang Patel | These tags are now covered by dwarf::TagString(). |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Devang Patel | Provide tag strings for llvm specific tags. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Devang Patel | Do not lose debug info of an inlined function argument... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | Now that -loop-idiom uses TargetLibraryInfo properly... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Jakob Stoklund... | Use VirtRegMap's Virt2SplitMap to keep track of the... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | add a way to disable all builtins, wire it up to opt... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | Make loop-idiom use TargetLibraryInfo to determine... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | add memset and memcpy, though they are always available... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | rearrange some comments, no functionality change. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | Have opt set up a specific TargetLibraryInfo for modules |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Oscar Fuentes | CMake: updated list of tblgen source files. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Oscar Fuentes | Move library stuff out of the toplevel CMakeLists.txt... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Jakob Stoklund... | Add VirtRegMap::rewrite() and use it in the new registe... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Owen Anderson | Add FixedLenDecoderEmitter, the skeleton of a new disas... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | introduce a new TargetLibraryInfo pass, which transform... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Owen Anderson | Revert r125956, which broke the build if you _don't_... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Bill Wendling | Reapply r114997 now that the buildbots have been updated. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Stephen Wilson | This patch lets LLDB build as an LLVM subproject. ... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Bruno Cardoso... | Fix style and a typo |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Bruno Cardoso... | Add assembly parsing support for "msr" and also fix... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | improve support for OpenBSD, patch by Amit Kulkarni! |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Rafael Espindola | Expose getTypeName to the C API. Patch by Patrick Walton. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Duncan Sands | Add some transforms of the kind X-Y>X -> 0>Y which... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Benjamin Kramer | The objectsize intrinsic doesn't access any memory. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | add a poor division by constant case. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | add a testcase for r125827 |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Cameron Zwarich | Roll out r125794 to help diagnose the llvm-gcc-i386... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | prevent jump threading from merging blocks when their... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | hoist GlobalValue::removeDeadConstantUsers up to being... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | Don't unroll loops whose header block's address is... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Peter Collingbourne | Make -disable-simplify-libcalls work with -std-compile... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Joerg Sonnenberger | Recognize monitor/mwait with explicit register arguments |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Argyrios Kyrtzidis | Check the errorcode. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Jakob Stoklund... | Trim debugging output. |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Joerg Sonnenberger | Recognize leavel and leaveq aliases for leave. |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Devang Patel | Do not lose debug info of an inlined function argument... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Joerg Sonnenberger | Check that MnemonicAlias doesn't map back to the same... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chris Lattner | have instcombine preserve nsw/nuw/exact when sinking |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Jakob Stoklund... | Add basic register allocator statistics. |
commit | commitdiff | tree | snapshot |
next |