- Jan 26, 2010
-
-
Chris Lattner authored
MachineFunctionAnalysis dole them out, instead of having AsmPrinter do both. Have the AsmPrinter::SetupMachineFunction method set the 'AsmPrinter::MF' variable. llvm-svn: 94509
-
Chris Lattner authored
llvm-svn: 94508
-
Dan Gohman authored
llvm-svn: 94507
-
Dan Gohman authored
llvm-svn: 94506
-
Chris Lattner authored
jump table entries. llvm-svn: 94505
-
Anders Carlsson authored
llvm-svn: 94504
-
Daniel Dunbar authored
llvm-svn: 94503
-
Daniel Dunbar authored
llvm-svn: 94502
-
Chris Lattner authored
JITInfo::getPICJumpTableEntry can probably be removed now, but I don't plan to do this. llvm-svn: 94501
-
Chris Lattner authored
instead of magic variables. llvm-svn: 94500
-
Mike Stump authored
multiple inheritance cases. WIP. This fixes 20% of the outstanding problems found by the randomized tester. llvm-svn: 94499
-
John McCall authored
general refactoring in operator resolution. llvm-svn: 94498
-
Douglas Gregor authored
source location in file + offset. llvm-svn: 94497
-
Victor Hernandez authored
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. llvm-svn: 94493
-
Victor Hernandez authored
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) llvm-svn: 94492
-
Victor Hernandez authored
llvm-svn: 94491
-
Evan Cheng authored
llvm-svn: 94490
-
Dale Johannesen authored
llvm-svn: 94489
-
Daniel Dunbar authored
llvm-svn: 94488
-
Daniel Dunbar authored
Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) triple instead of keying off architecture. Also, fix version define to properly include the revision/micro component of the version number. llvm-svn: 94487
-
John McCall authored
llvm-svn: 94485
-
Jeffrey Yasskin authored
lack of RTTI. llvm-svn: 94484
-
Sean Callanan authored
TargetAsmLexer. llvm-svn: 94482
-
Fariborz Jahanian authored
access (was radar 7575882). llvm-svn: 94481
-
Dale Johannesen authored
dbg.declare's we currently generate go through both register allocators without perturbing the results. llvm-svn: 94480
-
Sean Callanan authored
llvm-svn: 94479
-
Mike Stump authored
llvm-svn: 94478
-
Dale Johannesen authored
llvm-svn: 94477
-
Jim Grosbach authored
llvm-svn: 94475
-
Chris Lattner authored
entries with @GOTOFF whih is EK_GPRel32BlockAddress. llvm-svn: 94474
-
Devang Patel authored
llvm-svn: 94473
-
Chris Lattner authored
llvm-svn: 94472
-
Chris Lattner authored
1. MachineJumpTableInfo is now created lazily for a function the first time it actually makes a jump table instead of for every function. 2. The encoding of jump table entries is now described by the MachineJumpTableInfo::JTEntryKind enum. This enum is determined by the TLI::getJumpTableEncoding() hook, instead of by lots of code scattered throughout the compiler that "knows" that jump table entries are always 32-bits in pic mode (for example). 3. The size and alignment of jump table entries is now calculated based on their kind, instead of at machinefunction creation time. Future work includes using the EntryKind in more places in the compiler, eliminating other logic that "knows" the layout of jump tables in various situations. llvm-svn: 94470
-
Chris Lattner authored
a null pointer for functions with no jump tables. No functionality change. llvm-svn: 94469
-
Chris Lattner authored
when we don't have one laying around. Useful if you don't have an llvmcontext handy. llvm-svn: 94468
-
Devang Patel authored
llvm-svn: 94467
-
John McCall authored
llvm-svn: 94466
-
- Jan 25, 2010
-
-
Johnny Chen authored
llvm-svn: 94465
-
Chris Lattner authored
llvm-svn: 94464
-
Daniel Dunbar authored
file. llvm-svn: 94463
-