2011-07-14 |
Benjamin Kramer | Don't leak operands when putting them into a shift. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jim Grosbach | Update ARM Assembly of LDM/STM. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | The key of a StringMap can contain nul's in it, so... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | though it isn't the case here, the key of a StringMap can |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | add comments. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | consolidate GlobalValue::isDeclaration into one |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jim Grosbach | ARM ISB assembly parsing tests. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | code cleanup |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jim Grosbach | ARM ISB instruction assembly parsing. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Benjamin Kramer | Change Intrinsic::getDeclaration and friends to take... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | add a couple more missing C api, patch by Vitaly Lugovskiy! |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Richard Osborne | Update XCoreRegisterInfo::eliminateFrameIndex() to... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Frits van Bommel | Simplify some functions in the C API by using an ArrayR... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Nadav Rotem | [VECTOR-SELECT] |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Nadav Rotem | Add assertion for the chain value type |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jay Foad | Mention all API changes I've made since 2.9 was branched. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Eric Christopher | Add a testcase for r135123. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | add C api for hte new type system rewrite API. Patch... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Evan Cheng | Unfortunately several files in MC are badly violating... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jakob Stoklund... | Reapply r135121 with a fixed copy constructor. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Benjamin Kramer | Don't emit a bit test if there is only one case the... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Devang Patel | Simplify and delay extracting DebugLoc elements, scope... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Eric Christopher | Add a dag combine pattern for folding C2-(A+C1) ->... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jakob Stoklund... | Revert r135121 which broke a gcc-4.2 builder. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jakob Stoklund... | Count references to interference cache entries. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Eli Friedman | Fix up assertion in r135018 so it doesn't trigger on... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jim Grosbach | ARM tests for EOR instruction parsing and encoding. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Devang Patel | Simplify. Compile unit check inside hasValidLocation... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jim Grosbach | Remove duplicate tests. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jim Grosbach | ARM Assembler support for DSB instruction. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jakob Stoklund... | Reapply r135074 and r135080 with a fix. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Jim Grosbach | DMB instalias needs the same predicate as the instruction. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Devang Patel | Fix typo in DEBUG message. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Devang Patel | Add DEBUG messages. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | ARM Assembler support for DMB instruction. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Update comments. These are for assembler, too. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Owen Anderson | Add a target-indepedent entry to MCInstrDesc to describ... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bill Wendling | Add code to handle a "frameless" unwind stack. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | ARM Assembler support for DBG instruction. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bruno Cardoso... | We already support 256-bit packed ADD, SUB, DIV, MUL... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | ARM parsing and encoding tests for CMN/CMP. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
David Greene | struct Init -> class Init |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jakob Stoklund... | Revert r135074 and r135080. They broke clamscan. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Shuffle ARM assembly tests a bit. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Revert 135093. Think-o. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Correct range for thumb co-processor immediate |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Range checking for CDP[2] immediates. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bruno Cardoso... | Make X86ISD::ANDNP more general and Codegen 256-bit... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bruno Cardoso... | The target specific node PANDN name is misleading.... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Cleanup Thumb co-processor instructions a bit. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Eli Friedman | Make sure we don't combine a large displacement and... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Parameterize away the ARM T1Cop class. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Fix predicates for Thumb co-processor instructions. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jakob Stoklund... | Only keep the global split candidates that work out. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Eli Friedman | Refactor out checking for displacements on x86-64 addre... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Testcases for ARM assembly BX/BXJ instructions. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Fix encoding for ARM BXJ instruction. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Fix encoding of predicate bits on ARM BX_pred. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jakob Stoklund... | Move the InterferenceCache cursor into the GlobalSplitC... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Testcases for ARM assembly BLX/BL instructions. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Range checking for 16-bit immediates in ARM assembly. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jay Foad | Revert r135042. As Chris pointed out, it had no effect... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Evan Cheng | Fix up TargetLoweringObjectFile ctors to properly initi... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Give the ARM BKPT instruction the right operand type. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Evan Cheng | Change test case, one that actually failed before my... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Add tests for ARM parsing of 'BKPT' instruction. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Fix copy-pasto. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Add tests for ARM parsing of 'BIC' instruction. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Add some FIXMEs. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Evan Cheng | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Evan Cheng | It's not safe to fold (fptrunc (sqrt (fpext x))) to... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Add tests for ARM parsing of 'AND' instruction. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Improve ARM assembly parsing diagnostics a bit. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Add tests for ARM parsing of 'ADD' instruction |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Destination register operand is optional for ADC and... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Flesh out ARM Parser support for shifted-register operands. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | 80 columns. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jim Grosbach | Update MCParsedAsmOperand debug methods. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jay Foad | Really cache function types and anonymous struct types. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jay Foad | Convert InsertValueInst and ExtractValueInst APIs to... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Jay Foad | Add some bits that I found useful when converting Inser... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Danil Malyshev | Add to RuntimeDyld support different object formats |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Chris Lattner | stop leaking all named struct types with an empty name... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Evan Cheng | Add an entry. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bruno Cardoso... | AVX Codegen support for 256-bit versions of vandps... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bill Wendling | Don't emit the FDE end label if the last thing emitted... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Eli Friedman | Add an assert (which should never trigger) that trigger... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Evan Cheng | Improve codegen for select's: |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bill Wendling | Assign variable before we test it. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bill Wendling | Fix obvious think-o. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bill Wendling | Clean up the handling of an EBP/RBP unwind frame pointe... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bill Wendling | There is a cyclic dependency between MC and Target... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Francois Pichet | Remove the const from Type after of Jay deconstify... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Benjamin Kramer | Delete StructType bodies when destroying a StructType. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Jim Grosbach | Add check for predicate w/o S bit. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Jim Grosbach | Improve test cases from r134746. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Garrison Venn | Reverted 134901 because of 134959. Did not use svn... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Tobias Grosser | VectorType is also a SequentialType |
commit | commitdiff | tree | snapshot |
next |