- Jan 21, 2010
-
-
Eric Christopher authored
answers. This will update as object size checking gets better information. llvm-svn: 94059
-
Evan Cheng authored
Fix a minor issue in x86 load / store folding table. movups does an unaligned load so it doesn't require 16-byte alignment. llvm-svn: 94058
-
Jim Grosbach authored
order for SjLj style exception handling. llvm-svn: 94055
-
Chris Lattner authored
llvm-svn: 94048
-
Jim Grosbach authored
normalization needs to take this into account. llvm-svn: 94046
-
- Jan 20, 2010
-
-
Chris Lattner authored
this makes function stub emission determinstic. llvm-svn: 94033
-
Dale Johannesen authored
llvm-svn: 94032
-
Chris Lattner authored
no functionality change. llvm-svn: 94030
-
Chris Lattner authored
MachineModuleInfoMachO instead. This eliminates two sources of nondeterministic output in the ppc backend, but function stubs are still bad. llvm-svn: 94029
-
Chris Lattner authored
llvm-svn: 94021
-
David Greene authored
When XDEBUG is enabled, check for SelectionDAG cycles at some key points. This will help us find future problems like the one described in PR6019. llvm-svn: 94019
-
Chris Lattner authored
llvm-svn: 94018
-
Chris Lattner authored
llvm-svn: 94017
-
Chris Lattner authored
llvm-svn: 94015
-
Chris Lattner authored
llvm-svn: 94013
-
Chris Lattner authored
llvm-svn: 94010
-
Chris Lattner authored
llvm-svn: 94008
-
Jakob Stoklund Olesen authored
No functional change except the forgotten test for InlineLimit.getNumOccurrences() == 0 in the CurrentThreshold2 calculation. llvm-svn: 94007
-
Chris Lattner authored
llvm-svn: 94006
-
David Greene authored
Fix an infinite recursion problem. dbgs() should return errs() in release mode. llvm-svn: 94001
-
Chris Lattner authored
llvm-svn: 93996
-
Victor Hernandez authored
llvm-svn: 93995
-
Chris Lattner authored
go completely away. llvm-svn: 93994
-
Chris Lattner authored
llvm-svn: 93993
-
Chris Lattner authored
for tidiness. llvm-svn: 93992
-
Chris Lattner authored
of int initializers), change some methods to be static functions, use raw_ostream::write_hex instead of a smallstring dance with APValue::toStringUnsigned(S, 16). llvm-svn: 93991
-
Victor Hernandez authored
llvm-svn: 93990
-
Victor Hernandez authored
llvm-svn: 93989
-
Chris Lattner authored
simplifying the code. llvm-svn: 93988
-
Chris Lattner authored
4-byte constants if .quad isn't supported. Switch a bunch of methods used by the dwarf writer to use OutStreamer.EmitIntValue. llvm-svn: 93987
-
Chris Lattner authored
llvm-svn: 93986
-
Chris Lattner authored
stomache MCAsmInfo having this, and I found a better solution to this layering issue. llvm-svn: 93985
-
Victor Hernandez authored
llvm-svn: 93984
-
Chandler Carruth authored
logic enforced in the test case as well, so hopefully it is correct. Please review Victor. llvm-svn: 93980
-
Victor Hernandez authored
Map operands of all function-local metadata, not just metadata passed to llvm.dbg.declare intrinsics llvm-svn: 93979
-
Victor Hernandez authored
llvm-svn: 93978
-
Victor Hernandez authored
llvm-svn: 93977
-
Devang Patel authored
If a instruction belongs to another function (and not current function) as per debug info attached with the instruction then ignore the dangling lexical scope of this instruction. Such scopes are unreachable. llvm-svn: 93967
-
David Greene authored
Add some asserts to check SelectionDAG problems earlier. llvm-svn: 93960
-
Dale Johannesen authored
more cases where debug declarations affect debug line info. llvm-svn: 93953
-