- Sep 02, 2009
-
-
Bob Wilson authored
llvm-svn: 80733
-
Mike Stump authored
llvm-svn: 80732
-
Bob Wilson authored
llvm-svn: 80731
-
Daniel Dunbar authored
llvm-svn: 80730
-
Daniel Dunbar authored
llvm-svn: 80729
-
Daniel Dunbar authored
- Bruno, please check!! llvm-svn: 80728
-
Daniel Dunbar authored
llvm-svn: 80727
-
Daniel Dunbar authored
Remove Offset from ExternalSybmol MachineOperands, this is unused (and at least partly unsupported, in X86 encoding at least). llvm-svn: 80726
-
Mike Stump authored
llvm-svn: 80725
-
- Sep 01, 2009
-
-
Chris Lattner authored
clang regtest failures. llvm-svn: 80724
-
Anders Carlsson authored
llvm-svn: 80723
-
Anders Carlsson authored
llvm-svn: 80722
-
Douglas Gregor authored
AnonUnionMember. Fixes PR4826. llvm-svn: 80721
-
Anders Carlsson authored
llvm-svn: 80720
-
Anders Carlsson authored
llvm-svn: 80719
-
Chris Lattner authored
llvm-svn: 80718
-
Bruno Cardoso Lopes authored
llvm-svn: 80717
-
Andreas Neustifter authored
This enables LLVM to read the OptimalEdgeProfiles. llvm-svn: 80715
-
Andreas Neustifter authored
llvm-svn: 80713
-
Andreas Neustifter authored
This adds the instrumentation and runtime part of OptimalEdgeProfiling. llvm-svn: 80712
-
Andreas Neustifter authored
llvm-svn: 80711
-
Jim Grosbach authored
llvm-svn: 80710
-
Chris Lattner authored
llvm-svn: 80708
-
Bob Wilson authored
llvm-svn: 80707
-
Chris Lattner authored
llvm-svn: 80706
-
Bob Wilson authored
llvm-svn: 80705
-
Jim Grosbach authored
llvm-svn: 80704
-
Chris Lattner authored
callgraph. This is now dead because RAUW does the job. llvm-svn: 80703
-
David Goodwin authored
llvm-svn: 80702
-
Anders Carlsson authored
llvm-svn: 80701
-
-
David Goodwin authored
llvm-svn: 80699
-
Chris Lattner authored
CGSCC passes make change to ensure they are updating the callgraph correctly (when assertions are enabled). llvm-svn: 80698
-
Dan Gohman authored
llvm-svn: 80697
-
Sean Callanan authored
Added TEST %rAX, $imm instructions to the Intel tables. These are required for the X86 disassembler. llvm-svn: 80696
-
Chris Lattner authored
by expensive checking. llvm-svn: 80695
-
Chris Lattner authored
don't alias. Remove an old and poorly reduced testcase that fails with this transform for reasons unrelated to the original test. llvm-svn: 80693
-
Douglas Gregor authored
Implement proper substitution for OverloadedFunctionDecls, but substituting each of the functions in the overload set llvm-svn: 80692
-
Bruno Cardoso Lopes authored
Add MO flags to simplify the printing of relocations. Remove the support for printing large code model relocs (which aren't supported anyway). llvm-svn: 80691
-
Douglas Gregor authored
Add DeclContext::Equals to compare declaration contexts based on their primary context. Use this instead of pointer comparisons llvm-svn: 80690
-