- Aug 02, 2009
-
-
Chris Lattner authored
llvm-svn: 77835
-
- Aug 01, 2009
-
-
Chris Lattner authored
llvm-svn: 77804
-
Chris Lattner authored
llvm-svn: 77787
-
Daniel Dunbar authored
llvm-svn: 77761
-
- Jul 31, 2009
-
-
Daniel Dunbar authored
- Uses MCAsmToken::getIdentifier which returns the (sub)string representing the meaningfull contents a string or identifier token. - Directives aren't done yet. llvm-svn: 77739
-
Owen Anderson authored
metadata related, which I'm waiting on to avoid conflicting with Devang. llvm-svn: 77721
-
Chris Lattner authored
llvm-svn: 77700
-
Chris Lattner authored
llvm-svn: 77689
-
Owen Anderson authored
llvm-svn: 77635
-
Devang Patel authored
llvm-svn: 77633
-
- Jul 30, 2009
-
-
Owen Anderson authored
llvm-svn: 77516
-
- Jul 29, 2009
-
-
Owen Anderson authored
llvm-svn: 77494
-
David Goodwin authored
llvm-svn: 77389
-
Daniel Dunbar authored
llvm-svn: 77385
-
Daniel Dunbar authored
llvm-svn: 77384
-
Daniel Dunbar authored
generic MCAsmParser interface. llvm-svn: 77381
-
- Jul 28, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77362
-
Owen Anderson authored
llvm-svn: 77347
-
Daniel Dunbar authored
llvm-svn: 77341
-
Daniel Dunbar authored
llvm-svn: 77337
-
Daniel Dunbar authored
llvm-svn: 77328
-
Daniel Dunbar authored
llvm-svn: 77323
-
Daniel Dunbar authored
llvm-svn: 77322
-
Nick Lewycky authored
dead before we used it. llvm-svn: 77304
-
Daniel Dunbar authored
llvm-svn: 77292
-
Daniel Dunbar authored
llvm-svn: 77287
-
Dan Gohman authored
to match llvm-ld's default behavior. llvm-svn: 77273
-
Daniel Dunbar authored
llvm-svn: 77272
-
Owen Anderson authored
llvm-svn: 77266
-
- Jul 27, 2009
-
-
Daniel Dunbar authored
- My DFS traversal of LLVM is, at least for now, nearly complete! :) llvm-svn: 77258
-
Nick Lewycky authored
* Call InitializeAllTargets on every path where we might query the TargetRegistry. This fixes PR4604. * flush the formatted_raw_ostream& or else not all of the assembly will make it to the .s file. (It doesn't do this in its destructor?!) * Due to a reversed conditional, libLTO was reporting many symbols as both defined and undefined, including two definitions of the same symbol name in its symbol list. llvm-svn: 77170
-
- Jul 26, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77152
-
Daniel Dunbar authored
classes, and migrate existing targets over. llvm-svn: 77126
-
Daniel Dunbar authored
- This is a simplified mechanism which just looks up a target based on the target triple, with a few additional flags. - Remove getClosestStaticTargetForModule, the moral equivalent is now: lookupTarget(Mod->getTargetTriple, true, false, ...); - This no longer does the fuzzy matching with target data (based on endianness and pointer width) that getClosestStaticTargetForModule was doing, but this was deemed unnecessary. llvm-svn: 77111
-
Daniel Dunbar authored
llvm-svn: 77100
-
- Jul 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77027
-
Owen Anderson authored
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. llvm-svn: 77011
-
- Jul 24, 2009
-
-
Daniel Dunbar authored
llvm-svn: 76962
-
- Jul 23, 2009
-
-
Reid Kleckner authored
bots like the BumpPtrAllocator changes. llvm-svn: 76902
-
Daniel Dunbar authored
- Yay for '-'s and simplifications! - I kept StringMap::GetOrCreateValue for compatibility purposes, this can eventually go away. Likewise the StringMapEntry Create functions still follow the old style. - NIFC. llvm-svn: 76888
-