- 871384f Regenerate configure. by Torok Edwin · 15 years ago
- f6ce9ef Remove unneeded checks from configure.ac. by Torok Edwin · 15 years ago
- 18aeeaa Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL). by Torok Edwin · 15 years ago
- ee49ad7 Remove warning about non return on a non-void function. by Bill Wendling · 15 years ago
- f1214cb eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is by Chris Lattner · 15 years ago
- 3b131d7 Now that printPICJumpTableSetLabel is not overloaded, by Chris Lattner · 15 years ago
- 589c6f6 Move getJTISymbol from MachineJumpTableInfo to MachineFunction, by Chris Lattner · 15 years ago
- beeb93e add a new MachineJumpTableInfo::getJTISymbol method, by Chris Lattner · 15 years ago
- 13e97a2 stub out a new target hook, need some refactoring before I can implement it. by Chris Lattner · 15 years ago
- e35df92 simplify asmprinter: only emit .set directives when entries have by Chris Lattner · 15 years ago
- 6bf1def rename printPICJumpTableEntry -> EmitJumpTableEntry, by Chris Lattner · 15 years ago
- c64daab implement X86 @GOTOFF jump table entries with the new EK_Custom32 by Chris Lattner · 15 years ago
- f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 15 years ago
- 030c4bf New PBQP solver. by Lang Hames · 15 years ago
- 52fddd3 Fix the the ceiling-division used in computing the MaxBECount so that it doesn't by Dan Gohman · 15 years ago
- 1e459c4 don't bother setting the AsmPrinter::MF ivar, now that by Chris Lattner · 15 years ago
- b84822f make MachineFunction keep track of its ID and make by Chris Lattner · 15 years ago
- b8da4ac this hook should be const. by Chris Lattner · 15 years ago
- 153f1eb Add a comment about a missed opportunity. by Dan Gohman · 15 years ago
- df6d5e0 Print empty and full sets specially. by Dan Gohman · 15 years ago
- 85fe078 Add support for target-specific 32-bit custom-lowered jump table entries. by Chris Lattner · 15 years ago
- c690aab Unbreak MSVC/CMake build. by Daniel Dunbar · 15 years ago
- 13af11a make jit jump table emission be based on the EntryKind instead of magic variables. by Chris Lattner · 15 years ago
- ff537ce switch jump table entry emission to be based on EntryKind by Chris Lattner · 15 years ago
- b9768b0 In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store. by Victor Hernandez · 15 years ago
- e685f23 Add MDNode::getIfExists(), an efficient way to determine if a value is used by metadata (since metadata does not appear in a value's use list) by Victor Hernandez · 15 years ago
- 4cf292a Assert when debug intrinsic insert functions are passed empty arguments by Victor Hernandez · 15 years ago
- 8c7ecaf Implement cond ? -1 : 0 with sbb. by Evan Cheng · 15 years ago
- 11609fa Accept immediate as value of a dbg_value. by Dale Johannesen · 15 years ago
- f5fe3be Re-enable unit tests disabled in r94164 by telling GTest about the lack of RTTI. by Jeffrey Yasskin · 15 years ago
- 7dcef4c Added the implementation of the Intel-specific TargetAsmLexer. by Sean Callanan · 15 years ago
- 5ed17ae Generate DEBUG_VALUE comments on x86. The (limited) by Dale Johannesen · 15 years ago
- cf2e3d1 Added the TargetAsmLexer implementation for AT&T syntax. by Sean Callanan · 15 years ago
- 6ec25f5 use findDebugLoc in more places. by Dale Johannesen · 15 years ago
- 1f9b48a Minor jump table cleanup. by Jim Grosbach · 15 years ago
- 5e1df8d in 32-bit pic mode for targets with a GOT, x86 emits jump table by Chris Lattner · 15 years ago
- 281e776 fix quoting problem jim noticed! by Chris Lattner · 15 years ago
- 071c62f Rearrange handling of jump tables. Highlights: by Chris Lattner · 15 years ago
- b1e8039 prep work to support a future where getJumpTableInfo will return by Chris Lattner · 15 years ago
- da63b3a add a method to get the alignment of an integer type even by Chris Lattner · 15 years ago
- aeb326a Make it SP, LR, PC for GPR Register Class instead of LR, SP, PC. by Johnny Chen · 15 years ago
- 44e8725 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 15 years ago
- 541ba7d Implemented ARMInstPrinter::printThumbS4ImmOperand(). by Johnny Chen · 15 years ago
- 436c484 Implemented the dialect decision logic for the X86 by Sean Callanan · 15 years ago
- e43b6c9 Fixed the order of GPR RegisterClass regs to be: ..., R10, R11, R12, ... by Johnny Chen · 15 years ago
- 26793ed Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case by Dan Gohman · 15 years ago
- 718fb59 mcstreamerize gprel32 emission. by Chris Lattner · 15 years ago
- 0988639 Remove check for an impossible condition: the condition of the while loop has by Bob Wilson · 15 years ago
- 1aca249 mcize the non-gprel cases of AsmPrinter::printPICJumpTableEntry by Chris Lattner · 15 years ago
- 798d125 handle the _set_ symbol with an MCSymbol. by Chris Lattner · 15 years ago
- 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 15 years ago
- a86106e pull the non-pic jump table case out of printPICJumpTableEntry by Chris Lattner · 15 years ago
- cba386c remove JumpTableDirective, it is always null. by Chris Lattner · 15 years ago
- 18821e0 no need to implement these. by Chris Lattner · 15 years ago
- 0890cf1 mcize jump table symbol manipulation. by Chris Lattner · 15 years ago
- bfcb096 sink an arm specific method out of asmprinter into the ARMAsmPrinter and by Chris Lattner · 15 years ago
- 3a39f8c remove dead code: the x86 target never sets usesGlobalOffsetTable, by Chris Lattner · 15 years ago
- d32e803 wirte up .file and .file to the mc asmparser. by Chris Lattner · 15 years ago
- a6594fc mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 15 years ago
- a800f7c emit ELF .type directives through MCStreamer instead of doing it textually. by Chris Lattner · 15 years ago
- ed0ab15 add symbol attribute support for the ELF .type directive. by Chris Lattner · 15 years ago
- 0327429 Change Value::getUnderlyingObject to have the MaxLookup value specified as a by Bob Wilson · 15 years ago
- aee6a65 Revert r94260 until findDbgDeclare() is made more efficient by Victor Hernandez · 15 years ago
- 0173b74 Update test for darwin. by Rafael Espindola · 15 years ago
- 1947f24 add a comment by Chris Lattner · 15 years ago
- 99328ad emit the .size directive for global variables on ELF through mcstreamer. by Chris Lattner · 15 years ago
- 5c78034 we removed support for darwin8 tools. by Chris Lattner · 15 years ago
- 6559d76 all supported target now have aligned common support. by Chris Lattner · 15 years ago
- d960d3a Remove support for i386 tiger tools for aligned common symbols. by Chris Lattner · 15 years ago
- 6c23b1f don't set value to its default. by Chris Lattner · 15 years ago
- 4a80f4f coff targets support alignment on .comm by Chris Lattner · 15 years ago
- 546ae6e ARM does accept the .comm directive alignment. by Jim Grosbach · 15 years ago
- 1f10929 Fix autoconf llvm srcdir location for generic projects. by Eric Christopher · 15 years ago
- f166ed7 Fix PR6134. by Rafael Espindola · 15 years ago
- 34b6ea6 Attempt to unbreak test on Linux. Chris, please check. by Daniel Dunbar · 15 years ago
- bdf49fc This example requires RTTI. by Daniel Dunbar · 15 years ago
- 75f9b4b linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129. by Chris Lattner · 15 years ago
- 843cf18 don't reset the default. by Chris Lattner · 15 years ago
- 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
- c0f8a36 mark some libraries that currently require RTTI. by Chris Lattner · 15 years ago
- c615038 libs that need EH need RTTI. by Chris Lattner · 15 years ago
- c96d508 ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI handle it. by Chris Lattner · 15 years ago
- 43dc2e6 reassociate should do this. by Chris Lattner · 15 years ago
- 10c4245 add a note. by Chris Lattner · 15 years ago
- 4e4af59 just remove this test, it is not reduced, is not clear what its testing for and by Chris Lattner · 15 years ago
- 6d1041e this test has been failing or a long time, just disable it for now to get by Chris Lattner · 15 years ago
- 3586e5e fix some issues where we weren't emitting enough newlines. by Chris Lattner · 15 years ago
- a801362 when emitting DIEs, emit the comment on the same line as the directive. by Chris Lattner · 15 years ago
- 3f6bfda move PR5945 here. by Chris Lattner · 15 years ago
- 75f265f fix a parsing problem on instructions like: by Chris Lattner · 15 years ago
- dd7da4f This corrects an error in the type of the Llvm.dispose_context function. by Chris Lattner · 15 years ago
- 6fb474b It seems better to scalarize vectors of size 1 instead of widening them. by Mon P Wang · 15 years ago
- abb992d change the canonical form of "cond ? -1 : 0" to be by Chris Lattner · 15 years ago
- eb38ebf Improved widening loads by adding support for wider loads if by Mon P Wang · 15 years ago
- f7d0d16 fix a potential overflow issue Eli pointed out. by Chris Lattner · 15 years ago
- 4454074 Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. by Nick Lewycky · 15 years ago
- d668839 third bug from PR6119: the xor dupe extension allows by Chris Lattner · 15 years ago
- dbeeced Teach DAE that even though it can't modify the function signature of an by Nick Lewycky · 15 years ago
- 2dd7657 add an early out to ProcessBranchOnXOR to speed it up, by Chris Lattner · 15 years ago
- 8231fd1 fix a crash in jump threading, PR6119 by Chris Lattner · 15 years ago