- Dec 22, 2011
-
-
Chandler Carruth authored
probability wouldn't be considered "hot" in some weird loop structures or other compounding probability patterns. This makes it much harder to confuse, but isn't really a principled fix. I'd actually like it if we could model a zero probability, as it would make this much easier to reason about. Suggestions for how to do this better are welcome. llvm-svn: 147142
-
Rafael Espindola authored
llvm-svn: 147136
-
Rafael Espindola authored
llvm-svn: 147135
-
Eli Friedman authored
Fix APInt::rotl and APInt::rotr so that they work correctly. Found while writing some code that tried to use them. llvm-svn: 147134
-
Rafael Espindola authored
llvm-svn: 147133
-
Rafael Espindola authored
llvm-svn: 147132
-
Chad Rosier authored
performance regressions (both execution-time and compile-time) on our nightly testers. Original commit message: Fix for bug #11429: Wrong behaviour for switches. Small improvement for code size heuristics. llvm-svn: 147131
-
Rafael Espindola authored
llvm-svn: 147129
-
Pete Cooper authored
llvm-svn: 147127
-
Rafael Espindola authored
llvm-svn: 147126
-
Pete Cooper authored
Fixes <rdar://problem/10584116> llvm-svn: 147125
-
Rafael Espindola authored
llvm-svn: 147124
-
Rafael Espindola authored
llvm-svn: 147121
-
Rafael Espindola authored
llvm-svn: 147119
-
Akira Hatanaka authored
ELF relocations. Patch by Jack Carter. llvm-svn: 147118
-
Richard Smith authored
llvm-svn: 147117
-
Rafael Espindola authored
llvm-svn: 147115
-
Rafael Espindola authored
llvm-svn: 147114
-
Lang Hames authored
llvm-svn: 147113
-
Jim Grosbach authored
llvm-svn: 147109
-
Jim Grosbach authored
llvm-svn: 147104
-
Jim Grosbach authored
llvm-svn: 147103
-
Jim Grosbach authored
llvm-svn: 147102
-
Jakub Staszak authored
don't get any serious benefit there. llvm-svn: 147101
-
- Dec 21, 2011
-
-
Jim Grosbach authored
Rather than require the symbol to be explicitly an argument of the directive, allow it to look ahead and grab the symbol from the next non-whitespace line. rdar://10611140 llvm-svn: 147100
-
Dan Gohman authored
an invalid iterator aren't reproducible. rdar://10614085. llvm-svn: 147098
-
Jim Grosbach authored
Maps to the RRX instruction. Missed this case earlier. rdar://10615373 llvm-svn: 147096
-
Chad Rosier authored
llvm-svn: 147095
-
Jim Grosbach authored
These map to the ASR, LSR, LSL, ROR instruction definitions. rdar://10615373 llvm-svn: 147094
-
Nick Lewycky authored
debug info) and for being vector operations. Fixes regression from r147037. llvm-svn: 147093
-
Nick Lewycky authored
llvm-svn: 147092
-
Jakub Staszak authored
- Add some constantness. llvm-svn: 147090
-
Lang Hames authored
Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header include to LiveIntervalUnion.cpp file. llvm-svn: 147089
-
Lang Hames authored
llvm-svn: 147088
-
Rafael Espindola authored
to Target/. llvm-svn: 147087
-
Jakob Stoklund Olesen authored
llvm-svn: 147071
-
Jim Grosbach authored
llvm-svn: 147069
-
Chad Rosier authored
necessary. Please chime in if I'm mistaken. llvm-svn: 147065
-
Chad Rosier authored
llvm-svn: 147064
-
Manuel Klimek authored
Diagnostics are now emitted via the SourceMgr and we use MemoryBuffer for buffer management. Switched the code to make use of the trailing '0' that MemoryBuffer guarantees where it makes sense. llvm-svn: 147063
-