summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Add AVX vbroadcast new instructionBruno Cardoso Lopes2010-07-202-0/+28
* Update CMake files.Daniel Dunbar2010-07-204-8/+8
* Correct line info for declarations/definitions. Radar 8063111.Stuart Hastings2010-07-192-14/+12
* sink the arm implementations of ASmPrinter and MCInstLowerChris Lattner2010-07-193-1/+1
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-194-5/+5
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-196-81/+128
* Fix memory leak reported by valgrind. Devang Patel2010-07-191-23/+31
* After a custom inserter, in a block which has constant instructions,Dan Gohman2010-07-191-0/+1
* ARM has to provide its own TargetLowering::findRepresentativeClass because it...Evan Cheng2010-07-193-6/+27
* Change the implemented interfaces list on PassInfo from a std::vector to a ma...Owen Anderson2010-07-191-10/+17
* MC/Mach-O: Silently ignore .file directives instead of error'ing out onDaniel Dunbar2010-07-191-2/+8
* X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the sameDaniel Dunbar2010-07-192-4/+4
* Tweak per Chris' comments.Owen Anderson2010-07-191-7/+8
* Teach computeRegisterProperties() to compute "representative" register class ...Evan Cheng2010-07-191-0/+52
* Spillers may alter MachineLoopInfo when breaking critical edges, so make itJakob Stoklund Olesen2010-07-194-12/+15
* Fix PR 7662.Devang Patel2010-07-191-0/+1
* Since ARM emits inline jump tables as part of the ConstantIsland pass,Jim Grosbach2010-07-192-0/+6
* revert so I can get the right PR# in the log message.Jim Grosbach2010-07-192-6/+0
* Since ARM emits inline jump tables as part of the ConstantIsland pass,Jim Grosbach2010-07-192-0/+6
* Update CMake build.Benjamin Kramer2010-07-191-0/+1
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-191-0/+8
* Render MachineFunctions to HTML pages, with options to render registerLang Hames2010-07-193-0/+1130
* precompute 20 tagsGabor Greif2010-07-191-3/+9
* Fix indentation.Duncan Sands2010-07-191-1/+1
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-191-0/+4
* Remove r108639 now that it is handled by InstCombine instead.Owen Anderson2010-07-191-13/+0
* Reimplement r108639 in InstCombine rather than DAGCombine.Owen Anderson2010-07-191-0/+26
* X86-64: Mark WINCALL and more tail call instructions as code gen only.Daniel Dunbar2010-07-191-2/+3
* X86: Mark some tail call pseduo instruction as code gen only.Daniel Dunbar2010-07-191-1/+2
* X86: Mark In32/64BitMode on LEAVE[64] and SYSEXIT[64].Daniel Dunbar2010-07-192-4/+4
* _[A-Z] identifiers are reserved for the implementation.Michael J. Spencer2010-07-191-1/+1
* MC/X86: We now match instructions like "incl %eax" correctly for the arch we areDaniel Dunbar2010-07-192-54/+0
* X86: Mark MOV.*_{TC,NOREX} instruction as code gen only, they aren't real.Daniel Dunbar2010-07-192-0/+6
* X86: MOV8o8a, MOV8ao8, etc. are only valid in 32-bit mode.Daniel Dunbar2010-07-191-6/+12
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-193-81/+239
* TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar2010-07-192-5/+13
* Make .align parse correctly on platforms where .align is measured in bytes.Eli Friedman2010-07-191-5/+8
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-193-9/+11
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-183-187/+93
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-182-25/+26
* MC/AsmParser: Add macro argument substitution support.Daniel Dunbar2010-07-181-8/+85
* MC/AsmParser: Add basic support for macro instantiation.Daniel Dunbar2010-07-181-20/+112
* MC/AsmParser: Add basic parsing support for .macro definitions.Daniel Dunbar2010-07-181-0/+96
* MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don'tDaniel Dunbar2010-07-181-5/+37
* MC/AsmParser: Use Error() instead of calling PrintMessage() directly.Daniel Dunbar2010-07-181-4/+2
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-182-1/+2
* MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar2010-07-181-3/+117
* MC: Move several clients to using AsmParser constructor function.Daniel Dunbar2010-07-181-6/+7
* Fix struct/class mismatchDouglas Gregor2010-07-181-1/+1
* Add a DAGCombine xform to fold away redundant float->double->float conversion...Owen Anderson2010-07-181-0/+13
OpenPOWER on IntegriCloud