summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* llvm-mc/AsmParser: Implement user defined super classes.Daniel Dunbar2009-08-09
* Extend comment on ParserMatchClass .td field, and add some missingDaniel Dunbar2009-08-09
* llvm-mc/AsmParser: Define match classes in the .td file.Daniel Dunbar2009-08-09
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* Use subclassing to print lane-like immediates (w/o hash) eliminatingAnton Korobeynikov2009-08-08
* add a note about dead zero extends.Chris Lattner2009-08-08
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* Add crc32 instruction and intrinsics. Add a new class of prefixEric Christopher2009-08-08
* Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen2009-08-08
* add new PIC16Section class, this time hopefully not breaking the build :)Chris Lattner2009-08-08
* llvm-mc/AsmMatcher: Switch token matching to use the new string matcher.Daniel Dunbar2009-08-08
* Revert r78501, it doesn't build.Daniel Dunbar2009-08-08
* make PIC16 create its own custom MCSection.Chris Lattner2009-08-08
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-08
* stub out PECOFF/MachO/ELF MCSection classesChris Lattner2009-08-08
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-08
* Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands().Jakob Stoklund Olesen2009-08-08
* give pic16 a target-specific section creation name tooChris Lattner2009-08-08
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-08
* sink getOrCreateSection down into all the object file implementations,Chris Lattner2009-08-08
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-08
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-08
* Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions,...Bruno Cardoso Lopes2009-08-08
* More ProfileInfo improvements.Daniel Dunbar2009-08-08
* ELF improvements:Bruno Cardoso Lopes2009-08-08
* Update CMakeDaniel Dunbar2009-08-08
* Clean out per-function data after the machine code verifier is done with it.Jakob Stoklund Olesen2009-08-08
* Add insert_elt / extract_elt patterns for v4f32 stuff.Anton Korobeynikov2009-08-08
* Lane number should be printed w/o hashAnton Korobeynikov2009-08-08
* Use VLDM / VSTM to spill/reload 128-bit Neon registersAnton Korobeynikov2009-08-08
* Update the machine code verifier to keep up with the scavenger.Jakob Stoklund Olesen2009-08-08
* Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist...Jakob Stoklund Olesen2009-08-08
* Simplify RegScavenger::forward a bit more.Jakob Stoklund Olesen2009-08-08
* move this fp select into a patternAndrew Lenharth2009-08-08
* llvm-mc/AsmMatcher: Improve match code.Daniel Dunbar2009-08-08
* Implement Neon VZIP and VUZP instructions. These are very similar to VTRN,Bob Wilson2009-08-08
* Implement Neon VTRN instructions. For now, anyway, these are selectedBob Wilson2009-08-08
* Add a skeleton Thumb2 instruction size reduction pass.Evan Cheng2009-08-08
* Code refactoring. No functionality change.Evan Cheng2009-08-08
* tADDhirr should target GPR, not tGPR.Evan Cheng2009-08-08
* I can type.Evan Cheng2009-08-08
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* Fix some -Asserts unused variable warnings.Daniel Dunbar2009-08-08
* don't check the result of printInstruction anymore.Chris Lattner2009-08-08
* Do not generate 32-bit call on win64 when imm does not fitAnton Korobeynikov2009-08-07
* code cleanupChris Lattner2009-08-07
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-07
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-07
* Fix copy-pasto.Andreas Bolka2009-08-07
* Unbreak the stuffAnton Korobeynikov2009-08-07