- Sep 06, 2009
-
-
Duncan Sands authored
about by icc (#593, partial). Patch by Erick Tryzelaar. llvm-svn: 81115
-
Benjamin Kramer authored
1. DUPMAX is defined in regcomp.c, no need to redefine it in regutils. 2. MSVC doesn't like snprintf, use _snprintf instead. llvm-svn: 81114
-
Duncan Sands authored
(#411). Patch by Erick Tryzelaar. llvm-svn: 81113
-
Benjamin Kramer authored
llvm-svn: 81112
-
Duncan Sands authored
warnings (#174). Patch by Erick Tryzelaar. llvm-svn: 81111
-
Duncan Sands authored
doesn't warn about unreachable instructions. Patch by Erick Tryzelaar (#111). llvm-svn: 81110
-
Benjamin Kramer authored
llvm-svn: 81109
-
Benjamin Kramer authored
llvm-svn: 81108
-
Duncan Sands authored
Patch by Erick Tryzelaar. llvm-svn: 81107
-
Duncan Sands authored
icc (#177, partial). Patch by Erick Tryzelaar. llvm-svn: 81106
-
Duncan Sands authored
icc (#1170). Patch by Erick Tryzelaar. llvm-svn: 81104
-
Daniel Dunbar authored
- I think there are more instances of this, but I think they are fixed in Dan's incoming patch. This one was preventing me from doing a bugpoint reduction though. llvm-svn: 81103
-
Daniel Dunbar authored
llvm-svn: 81102
-
Evan Cheng authored
llvm-svn: 81101
-
Daniel Dunbar authored
breaks MiniSAT on x86_64. llvm-svn: 81098
-
Daniel Dunbar authored
llvm-svn: 81097
-
- Sep 05, 2009
-
-
Nick Lewycky authored
equality. Prefer EXPECT_EQ(foo, Full) over EXPECT_TRUE(foo.isFullSet()) because the former will print out the contents of the constant range that failed. llvm-svn: 81094
-
Jeffrey Yasskin authored
This can break when there are implicit conversions from types raw_ostream understands but std::ostream doesn't, but it increases the number of cases that Just Work. llvm-svn: 81093
-
Daniel Dunbar authored
llvm-svn: 81088
-
Daniel Dunbar authored
llvm-svn: 81087
-
Daniel Dunbar authored
llvm-svn: 81086
-
Daniel Dunbar authored
llvm-svn: 81084
-
Daniel Dunbar authored
- I'd appreciate it if someone else eyeballs my changes to make sure I captured the intent of the test. llvm-svn: 81083
-
Daniel Dunbar authored
llvm-svn: 81082
-
Daniel Dunbar authored
llvm-svn: 81081
-
Benjamin Kramer authored
llvm-svn: 81076
-
Bob Wilson authored
linear scan reg alloc. This fixes a problem I ran into where extracting a function from a larger file caused the generated code to change (masking the problem I was trying to debug) because the allocator behaved differently. This changes the results for two X86 regression checks. stack-color-with-reg is improved, with one less instruction, but pr3495 is worse, with one more copy. As far as I can tell, these tests were just getting lucky or unlucky, so I've changed the expected results. llvm-svn: 81060
-
Devang Patel authored
Do not use DenseMap operator[] because it inserts new entry if lookup fails. Use find() to check an entry in a DenseMap first. llvm-svn: 81058
-
Devang Patel authored
llvm-svn: 81055
-
Benjamin Kramer authored
llvm-svn: 81052
-
Benjamin Kramer authored
llvm-svn: 81051
-
Kevin Enderby authored
preparation of supporting other targets. Then changed the lexer to parse these as tokens. llvm-svn: 81050
-
- Sep 04, 2009
-
-
Kevin Enderby authored
supporting other targets. Changed the code to pass MCAsmInfo to the parser and the lexer. Then changed the lexer to use CommentString from MCAsmInfo instead of a literal '#' character. llvm-svn: 81046
-
Devang Patel authored
MDNode's operand list does not include all elements. llvm-svn: 81045
-
Andreas Neustifter authored
llvm-svn: 81044
-
Lang Hames authored
llvm-svn: 81042
-
Lang Hames authored
llvm-svn: 81041
-
Lang Hames authored
a new class, MachineInstrIndex, which hides arithmetic details from most clients. This is a step towards allowing the register allocator to update/insert code during allocation. llvm-svn: 81040
-
Dale Johannesen authored
llvm-svn: 81038
-
Andreas Neustifter authored
(Keep disabled test disabled until selfhosted build issue is resolved.) llvm-svn: 81008
-