2009-12-15 |
Chris Lattner | hoist the begin/end/capacity members and a few trivial... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Chris Lattner | improve isPodLike to know that all non-class types... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Chris Lattner | Lang verified that SlotIndex is "pod like" even though... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Chris Lattner | Remove isPod() from DenseMapInfo, splitting it out... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mikhail Glushenkov | Convert llvmc tests to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mikhail Glushenkov | Support hook invocation from 'append_cmd'. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Evan Cheng | Fix an encoding bug. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Chris Lattner | add an ALWAYS_INLINE macro, which does the obvious... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Kenneth Uildriks | For fastcc on x86, let ECX be used as a return register... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
John McCall | Names from dependent base classes are not found by... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Evan Cheng | Disable 91381 for now. It's miscompiling ARMISelDAG2DAG... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mikhail Glushenkov | Validate the generated C++ code in llvmc tests. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mikhail Glushenkov | Pipe 'grep' output to 'count'. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mikhail Glushenkov | Allow $CALL(Hook, '$INFILE') for non-join tools. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mikhail Glushenkov | Small documentation update. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Evan Cheng | Make 91378 more conservative. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
John McCall | You can't use typedefs to declare template member speci... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Bill Wendling | Initial work on disabling the scheduler. This is a... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Evan Cheng | Tail duplication should zap a copy it inserted for... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Evan Cheng | Use sbb x, x to materialize carry bit in a GPR. The... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Evan Cheng | Fold (zext (and x, cst)) -> (and (zext x), cst). |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Daniel Dunbar | NNT: Make sure stderr for build commands goes to log... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Evan Cheng | Propagate zest through logical shift. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Bill Wendling | Revert these. They may have been causing 483_xalancbmk... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Jim Grosbach | nand atomic requires opposite operand ordering |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Fix integer cast code to handle vector types. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Move Flag and isVoid after the vector types, since... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Fix these asserts to check the invariant that the code... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Update this comment. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Fix this to properly clear the FastISel debug location... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Bob Wilson | Rearrange rules to add missing dependency and allow... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Johnny Chen | Add encoding bits "let Inst{11-4} = 0b00000000;" to... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Bill Wendling | The CIE says that the LSDA point in the FDE section... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jim Grosbach | v6 sync insn copy/paste error |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jim Grosbach | Add ARMv6 memory and sync barrier instructions |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Johnny Chen | Fixed encoding bits typo of ldrexd/strexd. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jim Grosbach | Thumb2 atomic operations |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Add svn:ignore entries for the Disassembler files. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Move several function bodies which are rarely inlined... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Chris Lattner | fix an obvious bug found by clang++ and collapse a... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Micro-optimize these functions in the case where they... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jim Grosbach | correct selection requirements for thumb2 vs. arm versi... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Eric Christopher | Add radar fixed in comment. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jim Grosbach | add Thumb2 atomic and memory barrier instruction defini... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jim Grosbach | whitespace |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jim Grosbach | ARM memory barrier instructions are not predicable |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Daniel Dunbar | NNT: Use [e]grep -a when scanning logs, its possibly... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Daniel Dunbar | NNT: Always create the -sentdata.txt file. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Clear the Processed set when it is no longer used,... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Fix a thinko; isNotAlreadyContainedIn had a built-in... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Remove unnecessary #includes. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Make the IVUses member private. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Instead of having a ScalarEvolution pointer member... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Don't bother cleaning up if there's nothing to clean up. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Delete an unused variable. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Drop Loop::isNotAlreadyContainedIn in favor of Loop... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jim Grosbach | add ldrexd/strexd instructions |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | LSR itself doesn't need LoopInfo. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | LSR itself doesn't need DominatorTree. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Remove the code in LSR that manually hoists expansions... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dan Gohman | Minor code cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Devang Patel | Use DW_AT_specification to point to DIE describing... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Shantonu Sen | Remove empty file completely |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Torok Edwin | Add "generic" fallback. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Lang Hames | Added CalcSpillWeights to CMakeLists. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Bill Wendling | Whitespace changes, comment clarification. No functiona... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Lang Hames | Moved spill weight calculation out of SimpleRegisterCoa... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Chris Lattner | revert r91184, because it causes a crash on a .bc file... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jim Grosbach | atomic binary operations up to 32-bits wide. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Mikhail Glushenkov | Add a test for the 'init' option property. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Jeffrey Yasskin | Reinstate r91208 to fix available_externally linkage... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Torok Edwin | Using _MSC_VER there was wrong, better just use the... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Chandler Carruth | Don't leave pointers uninitialized in the default const... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Anton Korobeynikov | Fix weird typo which leads to unallocated memory access... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Anton Korobeynikov | Do not allow uninitialize access during debug printing |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Eli Friedman | More info on this transformation. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Eli Friedman | Remove some stuff that's already implemented. Also... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Daniel Dunbar | Update install-clang target for clang-cc removal. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Evan Cheng | Disable r91104 for x86. It causes partial register... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Anton Korobeynikov | Implement variable-width shifts. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Evan Cheng | Add comment about potential partial register stall. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Evan Cheng | Fix an obvious bug. No test case since LEA16r is not... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Torok Edwin | Enable CPU detection when using MS VS 2k8 too. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Benjamin Kramer | Fix some CHECK lines which were ignored by accident. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jeffrey Yasskin | Revert r91208. Something on Linux prevents the JIT... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jeffrey Yasskin | Fix available_externally linkage for globals. It's... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jeffrey Yasskin | Make it easier to use the llvm_unreachable and DEBUG... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jim Grosbach | Framework for atomic binary operations. The emitter... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Bob Wilson | Revise scalar replacement to be more flexible about... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Delete an unnecessary line. The VTSDNode on a SIGN_EXTE... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anton Korobeynikov | Lower setcc branchless, if this is profitable. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Bill Wendling | Don't try to move a MBB into the fall-through position... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Devang Patel | Construct CompileUnits lazily. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Implement vector widening, splitting, and scalarizing... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jim Grosbach | memory barrier instructions by definition have side... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Change this to the correct PR number. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Make getUniqueExitBlocks's precondition assert more... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Fix the result type of SELECT nodes lowered from Select... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anton Korobeynikov | Honour setHasCalls() set from isel. |
commit | commitdiff | tree | snapshot |
next |