- 7dcef4c Added the implementation of the Intel-specific TargetAsmLexer. by Sean Callanan · 16 years ago
- 5ed17ae Generate DEBUG_VALUE comments on x86. The (limited) by Dale Johannesen · 16 years ago
- cf2e3d1 Added the TargetAsmLexer implementation for AT&T syntax. by Sean Callanan · 16 years ago
- 6ec25f5 use findDebugLoc in more places. by Dale Johannesen · 16 years ago
- 1f9b48a Minor jump table cleanup. by Jim Grosbach · 16 years ago
- 5e1df8d in 32-bit pic mode for targets with a GOT, x86 emits jump table by Chris Lattner · 16 years ago
- 281e776 fix quoting problem jim noticed! by Chris Lattner · 16 years ago
- 071c62f Rearrange handling of jump tables. Highlights: by Chris Lattner · 16 years ago
- b1e8039 prep work to support a future where getJumpTableInfo will return by Chris Lattner · 16 years ago
- da63b3a add a method to get the alignment of an integer type even by Chris Lattner · 16 years ago
- aeb326a Make it SP, LR, PC for GPR Register Class instead of LR, SP, PC. by Johnny Chen · 16 years ago
- 44e8725 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 16 years ago
- 541ba7d Implemented ARMInstPrinter::printThumbS4ImmOperand(). by Johnny Chen · 16 years ago
- 436c484 Implemented the dialect decision logic for the X86 by Sean Callanan · 16 years ago
- e43b6c9 Fixed the order of GPR RegisterClass regs to be: ..., R10, R11, R12, ... by Johnny Chen · 16 years ago
- 26793ed Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case by Dan Gohman · 16 years ago
- 718fb59 mcstreamerize gprel32 emission. by Chris Lattner · 16 years ago
- 0988639 Remove check for an impossible condition: the condition of the while loop has by Bob Wilson · 16 years ago
- 1aca249 mcize the non-gprel cases of AsmPrinter::printPICJumpTableEntry by Chris Lattner · 16 years ago
- 798d125 handle the _set_ symbol with an MCSymbol. by Chris Lattner · 16 years ago
- 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 16 years ago
- a86106e pull the non-pic jump table case out of printPICJumpTableEntry by Chris Lattner · 16 years ago
- cba386c remove JumpTableDirective, it is always null. by Chris Lattner · 16 years ago
- 18821e0 no need to implement these. by Chris Lattner · 16 years ago
- 0890cf1 mcize jump table symbol manipulation. by Chris Lattner · 16 years ago
- bfcb096 sink an arm specific method out of asmprinter into the ARMAsmPrinter and by Chris Lattner · 16 years ago
- 3a39f8c remove dead code: the x86 target never sets usesGlobalOffsetTable, by Chris Lattner · 16 years ago
- d32e803 wirte up .file and .file to the mc asmparser. by Chris Lattner · 16 years ago
- a6594fc mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 16 years ago
- a800f7c emit ELF .type directives through MCStreamer instead of doing it textually. by Chris Lattner · 16 years ago
- ed0ab15 add symbol attribute support for the ELF .type directive. by Chris Lattner · 16 years ago
- 0327429 Change Value::getUnderlyingObject to have the MaxLookup value specified as a by Bob Wilson · 16 years ago
- aee6a65 Revert r94260 until findDbgDeclare() is made more efficient by Victor Hernandez · 16 years ago
- 0173b74 Update test for darwin. by Rafael Espindola · 16 years ago
- 1947f24 add a comment by Chris Lattner · 16 years ago
- 99328ad emit the .size directive for global variables on ELF through mcstreamer. by Chris Lattner · 16 years ago
- 5c78034 we removed support for darwin8 tools. by Chris Lattner · 16 years ago
- 6559d76 all supported target now have aligned common support. by Chris Lattner · 16 years ago
- d960d3a Remove support for i386 tiger tools for aligned common symbols. by Chris Lattner · 16 years ago
- 6c23b1f don't set value to its default. by Chris Lattner · 16 years ago
- 4a80f4f coff targets support alignment on .comm by Chris Lattner · 16 years ago
- 546ae6e ARM does accept the .comm directive alignment. by Jim Grosbach · 16 years ago
- 1f10929 Fix autoconf llvm srcdir location for generic projects. by Eric Christopher · 16 years ago
- f166ed7 Fix PR6134. by Rafael Espindola · 16 years ago
- 34b6ea6 Attempt to unbreak test on Linux. Chris, please check. by Daniel Dunbar · 16 years ago
- bdf49fc This example requires RTTI. by Daniel Dunbar · 16 years ago
- 75f9b4b linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129. by Chris Lattner · 16 years ago
- 843cf18 don't reset the default. by Chris Lattner · 16 years ago
- 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 16 years ago
- c0f8a36 mark some libraries that currently require RTTI. by Chris Lattner · 16 years ago
- c615038 libs that need EH need RTTI. by Chris Lattner · 16 years ago
- c96d508 ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI handle it. by Chris Lattner · 16 years ago
- 43dc2e6 reassociate should do this. by Chris Lattner · 16 years ago
- 10c4245 add a note. by Chris Lattner · 16 years ago
- 4e4af59 just remove this test, it is not reduced, is not clear what its testing for and by Chris Lattner · 16 years ago
- 6d1041e this test has been failing or a long time, just disable it for now to get by Chris Lattner · 16 years ago
- 3586e5e fix some issues where we weren't emitting enough newlines. by Chris Lattner · 16 years ago
- a801362 when emitting DIEs, emit the comment on the same line as the directive. by Chris Lattner · 16 years ago
- 3f6bfda move PR5945 here. by Chris Lattner · 16 years ago
- 75f265f fix a parsing problem on instructions like: by Chris Lattner · 16 years ago
- dd7da4f This corrects an error in the type of the Llvm.dispose_context function. by Chris Lattner · 16 years ago
- 6fb474b It seems better to scalarize vectors of size 1 instead of widening them. by Mon P Wang · 16 years ago
- abb992d change the canonical form of "cond ? -1 : 0" to be by Chris Lattner · 16 years ago
- eb38ebf Improved widening loads by adding support for wider loads if by Mon P Wang · 16 years ago
- f7d0d16 fix a potential overflow issue Eli pointed out. by Chris Lattner · 16 years ago
- 4454074 Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. by Nick Lewycky · 16 years ago
- d668839 third bug from PR6119: the xor dupe extension allows by Chris Lattner · 16 years ago
- dbeeced Teach DAE that even though it can't modify the function signature of an by Nick Lewycky · 16 years ago
- 2dd7657 add an early out to ProcessBranchOnXOR to speed it up, by Chris Lattner · 16 years ago
- 8231fd1 fix a crash in jump threading, PR6119 by Chris Lattner · 16 years ago
- 818ff34 implement a simple instcombine xform that has been in the readme forever. by Chris Lattner · 16 years ago
- a9cf5b3 add a note by Chris Lattner · 16 years ago
- aa306c2 add some notes, making posix-memalign be nocapture would be an easy improvement. by Chris Lattner · 16 years ago
- 187361b Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 16 years ago
- e88a8e6 Respect operator precedence (and silence a gcc 4.3 warning). by Benjamin Kramer · 16 years ago
- 9eb158d mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 16 years ago
- f9f93e4 resolve a fixme: the "nonexecutable stack directive" is actually by Chris Lattner · 16 years ago
- 74670b2 remove a dead call. by Chris Lattner · 16 years ago
- 1b46f43 use helpers. by Chris Lattner · 16 years ago
- 152a29b mcize visibility directives. by Chris Lattner · 16 years ago
- a5ad93a move the various directive enums out of the MCStreamer class by Chris Lattner · 16 years ago
- 52492ac Change constantexpr global variable initializers to convert the constants by Chris Lattner · 16 years ago
- e9625cf Don't lower splat vector load to relative to the esp if the by Eric Christopher · 16 years ago
- 3a9be0e mcstreamerize .no_dead_strip and .reference for static ctors/dtors. by Chris Lattner · 16 years ago
- 63df4a4 stop testing for invalid output. by Chris Lattner · 16 years ago
- 7672d04 Reapply 94059 while fixing the calling convention setup for strcpy. by Eric Christopher · 16 years ago
- d4acde2 remove unneeded directive set. by Chris Lattner · 16 years ago
- 64c2b24 use some helpers instead of duplicating logic. by Chris Lattner · 16 years ago
- 3924868 mcize jump table and constant pool entry labels, .local on elf, by Chris Lattner · 16 years ago
- 05f8453 emit .ascii and .asciz through MCStreamer. by Chris Lattner · 16 years ago
- 33b1758 simplify code a bit. by Chris Lattner · 16 years ago
- e4a0a15 InstCombine should not fold sext/zext of a vector and a bitcast to a scalar to a sext/zext by Mon P Wang · 16 years ago
- b2dc8f3 Update CMake build. by Ted Kremenek · 16 years ago
- 4cf202b remove one form of EmitString, just use EmitBytes instead. We must by Chris Lattner · 16 years ago
- 4fe5d72 remove this test. by Chris Lattner · 16 years ago
- e88f552 Added the skeleton for the implementation of the X86 by Sean Callanan · 16 years ago
- 7962634 Fix test. by Evan Cheng · 16 years ago
- 4d03ca0 Fix tests. by Evan Cheng · 16 years ago
- e9b466d Modified the register matcher function in AsmMatcher to by Sean Callanan · 16 years ago
- 2e36993 Avoid using "Type" as the variable name. by Devang Patel · 16 years ago