2011-08-03 |
Bob Wilson | Some revisions to Devang's change r136759 for merged... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Bill Wendling | Go back to the old definition. It's not clear that... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrew Trick | SCEV: Use AssertingVH to catch dangling BasicBlock... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Bill Wendling | Explain how clauses are applied. |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Jakob Stoklund... | Handle IMPLICIT_DEF instructions in X86FloatingPoint. |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Jay Foad | Use cast<> instead of a C-style cast to get some free... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Chris Lattner | fix PR10286, a problem with the .ll printer handling... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Devang Patel | Use byte offset, instead of element number, to access... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Nick Lewycky | Small cleanups: |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Bill Wendling | Add this back in for now. There are still a few passes... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Nick Lewycky | Fix logical error when detecting lifetime intrinsics. |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Bill Wendling | Replace the 'UnwindInst' check with a check for 'Resume... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Jakob Stoklund... | Use the precomputed def presence in RAGreedy::calcSpill... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Jakob Stoklund... | Inform SpillPlacement about blocks with defs. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Jakob Stoklund... | Rename {First,Last}Use to {First,Last}Instr. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Evan Cheng | lldb doesn't need the edis dylib any more. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Eli Friedman | ARM backend support for atomicrmw and cmpxchg with... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Jakob Stoklund... | Add a BlockInfo::FirstDef field. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Jakob Stoklund... | Delete BlockInfo::LiveThrough. It wasn't used any more. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Nick Lewycky | Teach InstCombine that lifetime intrincs aren't a real... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Jakob Stoklund... | Extend the SpillPlacement interface with two new features. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Bill Wendling | Add the documentation for the 'landingpad' instruction... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Rafael Espindola | Move methods in PassManagerBuilder offline. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Rafael Espindola | move PassManagerBuilder.h to IPO. This is a non intuiti... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Eli Friedman | Add new atomic instructions to SCCP. No functional... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Nick Lewycky | Lifetime intrinsics on undef are dead. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Chad Rosier | Update the default bug report url in autoconf. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Chris Lattner | no need to count the terminators. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Rafael Espindola | Assume .cfi_startproc is the first thing in a function... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Eli Friedman | Don't create a ridiculous EXTRACT_ELEMENT. PR10563. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Owen Anderson | Fix the broken encodings for the VFP vmov.f32 and vmov... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Jim Grosbach | Tidy up. 80 columns. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Jim Grosbach | ARM: rename addrmode7 to addr_offset_none. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Roman Divacky | Comment out the PPC relocation offset adjustment. It... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Bruno Cardoso... | Make this kind of lowering to be supported by 256-bit... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Roman Divacky | Remove trailing semicolon. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Roman Divacky | Sketch out PowerPC ELF writer. This is enough to get... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Bill Wendling | Duncan's english is better than mine. :-) |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Bill Wendling | Remove the LLVMBuildUnwind C API function. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrew Trick | Use consistent terminology for loop exit/exiting blocks... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Benjamin Kramer | Remove empty test. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Owen Anderson | Revert r136503 and r136480 in an effort to fix non... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
John McCall | I am the code owner for Clang's IR generation; this... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Eli Friedman | Minor wording tweak for memory model. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Eli Friedman | Fix a couple silly typos in IRBuilder in the new atomic... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Nick Lewycky | Bail from FastISel when we encounter a volatile memset... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Owen Anderson | Make the FixedLengthDecoderEmitter smart enough to... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Jim Grosbach | Move imm0_255 to ARMInstrInfo.td with the other immedia... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Jim Grosbach | Fix comments. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Bruno Cardoso... | Add v4f64 -> v2f32 fp_round support. Also add a testcas... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Bruno Cardoso... | Teach PreprocessISelDAG to be aware of vector types... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Bruno Cardoso... | Lower CONCAT_VECTORS to use two VINSERTF128 instruction... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Roman Divacky | Fix a typo. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Owen Anderson | The FixedLenDecoder needs to gracefully handle failing... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Chandler Carruth | Actually finish switching to the new system for Target... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Bruno Cardoso... | Since vectors with all ones can't be created with a... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Evan Cheng | Set endianess and pointer size for PPC Linux. Bug notic... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Jakub Staszak | Change SmallVector to SmallPtrSet in BranchProbabilityI... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Owen Anderson | Enhance the fixed length disassembler to better handle... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Owen Anderson | Add a clear() operation to MCInst, to drop all of its... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Richard Osborne | Fix crash with varargs function with no named parameters. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Douglas Gregor | Update CMake target names for tablegen-generated data... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Jakub Staszak | Add BlockFrequency::getEntryFrequency() |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Jay Foad | Add braces. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Jay Foad | Simplify printAlias. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Jay Foad | Micro-optimisation in getAliasedGlobal. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Jay Foad | Remove an unnecessary cast. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Jay Foad | The operands of a GlobalAlias are always Constants... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Chandler Carruth | I mis-interpreted the MCDisassembler's intended depende... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Bill Wendling | Fix some validation errors. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Bill Wendling | Fix some validation errors. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Bill Wendling | Add the 'resume' instruction for the new EH rewrite. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Jakub Staszak | Do not handle cases with >= and <= predicates. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Jakub Staszak | Remove untrue comment. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Jakub Staszak | Do not handle case where LHS is equal to zero, because... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Rafael Espindola | Add a small gep optimization I noticed was missing... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Jakob Stoklund... | Time the emission of debug values. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Jakub Staszak | Add Zero Heurestics to BranchProbabilityInfo. If we... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Benjamin Kramer | Remove InvalidateStructLayoutInfo from the ocaml bindings. |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Jakob Stoklund... | Revert r136528 "Enable compact region splitting by... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Chandler Carruth | Switch another of the old dependencies on implicitly... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Chandler Carruth | Remove yet another buried and hidden implicit dependenc... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Sean Callanan | Added several architecture names. |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Jakob Stoklund... | Revert "Don't check liveness of unallocatable registers." |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Chandler Carruth | Make my attempt to build up global deps variables actua... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Jakob Stoklund... | Don't check liveness of unallocatable registers. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Jakob Stoklund... | Check for multiple defs in the machine code verifier. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Owen Anderson | Correctly handle scattered operands where the bits... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Jakob Stoklund... | Add an isSSA() flag to MachineRegisterInfo. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
David Greene | Unconstify Inits |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Jakub Staszak | Do not lose branch weights when lowering SwitchInst. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Jakob Stoklund... | Enable compact region splitting by default. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Eric Christopher | Add support for the 'Q' constraint. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
David Greene | Remove a blank line from the top. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Chris Lattner | have the verifier catch gep's into opaque struct types... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Jim Grosbach | ARM SRS instruction parsing, diassembly and encoding... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Chandler Carruth | On mac, it seems the MC disassembler is actually using... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Jakub Staszak | Remove unneeded const_cast. |
commit | commitdiff | tree | snapshot |
next |