- Jan 22, 2010
-
-
Chris Lattner authored
AddComment and GetCommentOS. Add a blank line between globals (even in non-verbose mode) to make the assembly more readable. llvm-svn: 94202
-
Chris Lattner authored
llvm-svn: 94201
-
Chris Lattner authored
that doesn't want to use twines. llvm-svn: 94199
-
Bob Wilson authored
test on ARM. llvm-svn: 94198
-
Chris Lattner authored
llvm-svn: 94197
-
Victor Hernandez authored
llvm-svn: 94195
-
Victor Hernandez authored
llvm-svn: 94194
-
Chris Lattner authored
this should fix a problem duncan saw handling symbols with '.' in them. llvm-svn: 94192
-
Chris Lattner authored
llvm-svn: 94190
-
Benjamin Kramer authored
llvm-svn: 94189
-
Daniel Dunbar authored
llvm-svn: 94187
-
Daniel Dunbar authored
llvm-svn: 94186
-
Daniel Dunbar authored
llvm-svn: 94185
-
Daniel Dunbar authored
llvm-svn: 94184
-
Torok Edwin authored
TimeValue()::now().toEpochTime() is supposed to be the same as time(), but it wasn't, because toEpoch subtracted PosixZeroTime, but now() didn't add PosixZeroTime! Add a unittest to check this works. llvm-svn: 94178
-
Dan Gohman authored
LoopStrengthReduce, as it's causing too much trouble (even with the old LoopStrengthReduce code). llvm-svn: 94172
-
Chris Lattner authored
llvm-svn: 94168
-
Chris Lattner authored
llvm-svn: 94167
-
Chris Lattner authored
Switch over the asm-verbose comment for double values to use it. We now get: _x: .long 343597384 ## double 1.231200e+02 .long 1079953326 For example, note that the comment is on the same line as the .long. Woo. llvm-svn: 94166
-
Chris Lattner authored
llvm-svn: 94165
-
Chris Lattner authored
missing ones are libsupport, libsystem and libvmcore. libvmcore is currently blocked on bugpoint, which uses EH. Once it stops using EH, we can switch it off. This #if 0's out 3 unit tests, because gtest requires RTTI information. Suggestions welcome on how to fix this. llvm-svn: 94164
-
Chris Lattner authored
llvm-svn: 94162
-
Chris Lattner authored
llvm-svn: 94161
-
Chris Lattner authored
llvm-svn: 94160
-
Chris Lattner authored
llvm-svn: 94159
-
Chris Lattner authored
llvm-svn: 94158
-
Chris Lattner authored
llvm-svn: 94157
-
Chris Lattner authored
llvm-svn: 94156
-
Chris Lattner authored
llvm-svn: 94155
-
Chris Lattner authored
llvm-svn: 94154
-
Evan Cheng authored
Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may improve cache locality. This is controlled by -cluster-loads for now. llvm-svn: 94148
-
Evan Cheng authored
llvm-svn: 94147
-
Evan Cheng authored
llvm-svn: 94146
-
Daniel Dunbar authored
llvm-svn: 94135
-
Daniel Dunbar authored
llvm-svn: 94134
-
Chris Lattner authored
llvm-svn: 94132
-
Chris Lattner authored
other tools can link it. llvm-svn: 94131
-
Chris Lattner authored
llvm-svn: 94130
-
Chris Lattner authored
llvm-svn: 94129
-
Chris Lattner authored
llvm-svn: 94128
-