2009-08-10 |
Chris Lattner | Fix a weird ppc64-specific link error during an llvm... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | fix some warnings for the MSVC build, by Yonggang Luo! |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Dan Gohman | Make this comment more closely reflect the code. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Dan Gohman | Add nounwind keywords. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Greene | Add support for printing loop structure information... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Devang Patel | Clarify limitations of a ModulePass requiring a Functio... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmParser: Check for matches with super classes... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Goodwin | Checkpoint scheduling itinerary changes. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Goodwin | Post RA scheduler changes. Introduce a hazard recognize... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Watch out for empty BB. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | rev, rev16, and revsh do not set CPSR. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Duh. Most 16-bit Thumb rr instructions are two-address... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | CPSR can be livein; transfer predicate operands correct... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Add support for folding loads / stores into 16-bit... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Use tMOVgpr2gpr instead of t2MOVr. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | Add support for a user supplied pointer argument to... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Bruno Cardoso... | Move ConstantExpr handling to ResolveConstantExpr metho... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Add support to reduce most of 32-bit Thumb2 arithmetic... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Always use the 16-bit tMOVgpr2gpr instead of the 32... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | Make the big switch: Change MCSectionMachO to represent... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | add a simple back() method to StringRef. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Benjamin Kramer | Use abs64 instead abs; some platforms don't have a... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Evan Cheng | Add support to convert 32-bit instructions to 16-bit... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Chris Lattner | always end a section with \n on elf. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | Disable this test for now, we don't check for super... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Implement user defined super classes. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Bob Wilson | Add tests for Neon VZIP and VUZP instructions. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Bob Wilson | Add a test for Neon VTRN instructions. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Separate instruction ordering for... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Bob Wilson | Change Neon table lookup (VTBL) and table extension... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | Extend comment on ParserMatchClass .td field, and add... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Define match classes in the .td... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Sketch infrastructure for ordering... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | STLExtras: Add less_ptr. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | fix edito |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Tweak string matcher (missed a... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | sink the 'name' and 'isdirective' state out of MCSectio... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anton Korobeynikov | Use subclassing to print lane-like immediates (w/o... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Tweak string matcher. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | remove nondeterminstic test. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | add a note about dead zero extends. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | 1. Make MCSection an abstract class. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | switch this to create coff sections for now, it doesn... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Eric Christopher | Add crc32 instruction and intrinsics. Add a new class... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Add support for READCYCLECOUNTER in Blackfin back-end. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | add new PIC16Section class, this time hopefully not... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Switch token matching to use the... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Revert r78501, it doesn't build. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | make PIC16 create its own custom MCSection. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | make target-specific TLOF impls (except PIC16) create... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | stub out PECOFF/MachO/ELF MCSection classes |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | eliminate TargetLoweringObjectFileSparc in favor of... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Don't build illegal ops in DAGCombiner::SimplifyBinOpWi... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | give pic16 a target-specific section creation name too |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | now that getOrCreateSection is all object-file specific, |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | sink getOrCreateSection down into all the object file... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Eric Christopher | Fix some cut and paste-os. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | add a little function to do arbitrary string pattern... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | add another const |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | remove a useless anon-ns, make table const. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Some ProfileInfo cleanups. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Add a basic static ProfileInfo provider (ProfileEstimat... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Eric Christopher | Define intrinsics for crc instruction. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Bruno Cardoso... | Use reloc_absolute_word_sext relocation for X86::MOV64... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | More ProfileInfo improvements. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Bruno Cardoso... | ELF improvements: |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Update CMake |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Clean out per-function data after the machine code... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anton Korobeynikov | Add insert_elt / extract_elt patterns for v4f32 stuff. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anton Korobeynikov | Lane number should be printed w/o hash |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anton Korobeynikov | Use VLDM / VSTM to spill/reload 128-bit Neon registers |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Update the machine code verifier to keep up with the... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Remove RegisterScavenger::isSuperRegUsed(). This comple... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Simplify RegScavenger::forward a bit more. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Andrew Lenharth | move this fp select into a pattern |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Benjamin Kramer | Always initialize AsmConds. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Benjamin Kramer | MSVC doesn't like member variables with the same name... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Improve match code. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Bob Wilson | Implement Neon VZIP and VUZP instructions. These are... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Bob Wilson | Implement Neon VTRN instructions. For now, anyway... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Switch to a unified function to... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Evan Cheng | Add a skeleton Thumb2 instruction size reduction pass. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Evan Cheng | Code refactoring. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Evan Cheng | tADDhirr should target GPR, not tGPR. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Evan Cheng | I can type. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | make printInstruction return void since its result... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Fix some -Asserts unused variable warnings. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Andreas Bolka | Add another Strong-SIV testcase. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | don't check the result of printInstruction anymore. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Anton Korobeynikov | Do not generate 32-bit call on win64 when imm does... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | merge a bunch of tests together into one, convert to... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Bob Wilson | Add new intrinsics for Neon VTRN, VZIP and VUZP operati... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | Add DEBUG_WITH_TYPE as a clean alternative to tweaking... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Bob Wilson | Convert more Neon tests to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | code cleanup |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Benjamin Kramer | Unbreak build. |
commit | commitdiff | tree | snapshot |
next |