2011-11-14 |
Jim Grosbach | ARM VLDR/VSTR instructions don't need a size suffix. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Nick Lewycky | Refactor capture tracking (which already had a couple... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chad Rosier | Add newline to end of file. Thanks, Eli. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chad Rosier | Add support for inlining small memcpys. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chad Rosier | Fix a performance regression from r144565. Positive... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Jim Grosbach | ARM assembly parsing type suffix options for VLDR/VSTR. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Nick Lewycky | Fix Windows build, don't try to #include <pthread.h... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Evan Cheng | Avoid dereferencing off the beginning of lists. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Evan Cheng | At -O0, multiple uses of a virtual registers in the... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Nick Lewycky | Add support for tsan annotations (thread sanitizer... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Evan Cheng | Add a missing pattern for X86ISD::MOVLPD. rdar://10436044 |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chad Rosier | Add support for Thumb load/stores with negative offsets. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Benjamin Kramer | Unbreak Release builds. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Evan Cheng | Teach two-address pass to re-schedule two-address instr... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Pete Cooper | Changed SSE4/AVX <2 x i64> extract and insert ops to... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Benjamin Kramer | Fold ConstantVector::isAllOnesValue into Constant:... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Akira Hatanaka | 32-to-64-bit extended load. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Akira Hatanaka | AnalyzeCallOperands function for N32/64. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Akira Hatanaka | Modify LowerFormalArguments to correctly handle vaarg... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Justin Holewinski | PTX: Let LLVM use loads/stores for all mem* intrinsics... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Wesley Peck | Add release notes for the MicroBlaze backend. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Akira Hatanaka | Remove variable that keeps the size of area used to... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Jakob Stoklund... | Fix early-clobber handling in shrinkToUses. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Bob Wilson | Disable generation of compact unwind encodings. <rdar... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Jakob Stoklund... | Delete stale comment. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Jim Grosbach | Tidy up. 80 column. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Benjamin Kramer | Make headers standalone. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Benjamin Kramer | Make headers standalone, move a virtual method out... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Daniel Dunbar | build/Make: Switch over to using llvm-config-2 for... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chandler Carruth | It helps to deallocate memory as well as allocate it... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chandler Carruth | Remove an over-eager assert that was firing on one... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chandler Carruth | Begin chipping away at one of the biggest quadratic... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chandler Carruth | Under the hood, MBPI is doing a linear scan of every... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Tobias Grosser | Add clang_complete to release notes |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Tobias Grosser | Add Polly to release notes |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chandler Carruth | Reuse the logic in getEdgeProbability within getHotSucc... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chandler Carruth | Fix an overflow bug in MachineBranchProbabilityInfo... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Craig Topper | Add AVX2 version of instructions to load folding tables... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chandler Carruth | Add a cautionary note to this API. It was not at all... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Craig Topper | Add neverHasSideEffects, mayLoad, and mayStore to many... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chad Rosier | Add support for ARM halfword load/stores and signed... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Jakob Stoklund... | Use getVNInfoBefore() when it makes sense. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Chandler Carruth | Teach machine block placement to cope with unnatural... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Use kill slots instead of the previous slot in shrinkTo... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chandler Carruth | Cleanup some 80-columns violations and poor formatting... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Terminate all dead defs at the dead slot instead of... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Craig Topper | Fix comment for LegalizeTypeAction enum. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Simplify early clobber slots a bit. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chandler Carruth | Enhance the assertion mechanisms in place to make it... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Rename SlotIndexes to match how they are used. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Craig Topper | Add BLSI, BLSMSK, and BLSR to getTargetNodeName. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chandler Carruth | Teach MBP to force-merge layout successors for blocks... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chandler Carruth | Hoist another gross nested loop into a helper method. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chandler Carruth | Add a missing doxygen comment for a helper method. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chandler Carruth | Hoist a nested loop into its own method. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chandler Carruth | Rewrite #3 of machine block placement. This is based... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chad Rosier | The order in which the predicate is added differs betwe... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chad Rosier | Temporarily disable SelectIntrinsicCall when in ARM... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chad Rosier | Fix comments. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Chad Rosier | Add support for emitting both signed- and zero-extend... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
NAKAMURA Takumi | Prune more RALinScan. RALinScan was also here! |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | More dead code elimination in VirtRegMap. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Stop tracking spill slot uses in VirtRegMap. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Remove dead code and data from VirtRegMap. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Stop tracking unused registers in VirtRegMap. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Remove the -color-ss-with-regs option. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Delete VirtRegRewriter. |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Jakob Stoklund... | Switch PBQP to VRM's trivial rewriter. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Delete the old spilling framework from LiveIntervalAnal... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Delete the 'standard' spiller with used the old spillin... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Switch PBQP to the modern InlineSpiller framework. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Delete the linear scan register allocator. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Remove histogram tests. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | RAGreedy is better about hinting now. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Linear scan is going away. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | XFAIL test that depends on linear scan to remove dead... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Remove obsolete test. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Remove obsolete test. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Remove obsolete test. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Eliminate more linear scan tests. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Switch a couple -O0 tests to RABasic. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Switch a few tests off linearscan. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Delete old test of a VirtRegRewriter feature. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jakob Stoklund... | Remove old test that doesn't make sense. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Craig Topper | Add more AVX2 shift lowering support. Move AVX2 variabl... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Nick Lewycky | Don't try to loop on iterators that are potentially... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Akira Hatanaka | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Akira Hatanaka | Implement Mips64's handling of byval arguments in Lower... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Sean Callanan | Fixed the MCJIT so that it can emit not only instance |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Akira Hatanaka | Implement Mips64's handling of byval arguments in Lower... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Akira Hatanaka | 64-bit arbitrary immediate pattern. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Akira Hatanaka | Function for handling byval arguments. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Daniel Dunbar | LLVMBuild: Add info for gtest. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Daniel Dunbar | build: Attempt to rectify inconsistencies between CMake... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Eli Friedman | Make sure scalarrepl picks the correct alloca when... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Rafael Espindola | The dwarf standard says that the only differences betwe... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jim Grosbach | ARM refactor simple immediate asm operand render methods. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Eli Friedman | Don't try to form pre/post-indexed loads/stores until... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Jim Grosbach | Re-apply 144430, this time with the associated isel... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Daniel Dunbar | build/Make: Define a TARGET_NATIVE_ARCH variable to... |
commit | commitdiff | tree | snapshot |
next |