- Jul 27, 2004
-
-
Misha Brukman authored
llvm-svn: 15270
-
Chris Lattner authored
llvm-svn: 15269
-
Chris Lattner authored
The -disable-globalsmodref is temporary and will be removed eventually. llvm-svn: 15268
-
Chris Lattner authored
llvm-svn: 15267
-
Chris Lattner authored
llvm-svn: 15266
-
Chris Lattner authored
llvm-svn: 15265
-
Chris Lattner authored
functions known to not access memory (like sin/cos) don't access memory! :) llvm-svn: 15264
-
Chris Lattner authored
llvm-svn: 15263
-
Chris Lattner authored
llvm-svn: 15262
-
Chris Lattner authored
llvm-svn: 15261
-
Chris Lattner authored
understand, and more accurate to boot! This implements GlobalModRef/purecse.ll over the previous impl. llvm-svn: 15260
-
Chris Lattner authored
llvm-svn: 15259
-
Chris Lattner authored
llvm-svn: 15258
-
Chris Lattner authored
llvm-svn: 15257
-
Chris Lattner authored
llvm-svn: 15256
-
Chris Lattner authored
llvm-svn: 15255
-
Chris Lattner authored
AliasSetTracker (dse and licm). This implements DeadStoreElimination/context-sensitive.llx llvm-svn: 15254
-
Chris Lattner authored
llvm-svn: 15253
-
Chris Lattner authored
llvm-svn: 15252
-
Chris Lattner authored
llvm-svn: 15251
-
Chris Lattner authored
llvm-svn: 15250
-
Chris Lattner authored
llvm-svn: 15249
-
Chris Lattner authored
llvm-svn: 15248
-
Chris Lattner authored
like this: def B { list<int> X = [10, 20, 30, 4, 1, 1231, 20] [2-4,2,2,0-6]; } ... which isn't particularly useful, but more is to come. llvm-svn: 15247
-
Reid Spencer authored
This is like llvmgrep but instead of running grep, it runs the command given by the first argument. For example, to find the top ten files with the most lines in llvm, you could: utils/llvmdo wc -l | sort -nb | tail Or, to find any source files with the wrong permissions, you could: utils/llvmdo ls -l | grep -v rw-r--r-- Hopefully, you get the idea. llvm-svn: 15246
-
Misha Brukman authored
Also, convert C-style comments to C++ and make sure code wraps at 80 cols. llvm-svn: 15245
-
- Jul 26, 2004
-
-
Misha Brukman authored
addi r1, r2, 0 addi r1, <frame index #n>, 0 so we must check for the second parameter being a register for this instruction to be considered a reg-to-reg copy. llvm-svn: 15244
-
Misha Brukman authored
llvm-svn: 15243
-
Misha Brukman authored
* List formats of instructions currently recognized as moves llvm-svn: 15242
-
Chris Lattner authored
llvm-svn: 15241
-
Misha Brukman authored
llvm-svn: 15240
-
Misha Brukman authored
llvm-svn: 15239
-
Misha Brukman authored
All CVS history was renamed, the *,v were copied over. No worries. llvm-svn: 15238
-
Misha Brukman authored
* Implemented GEP folding * Dynamically output global address stuff once per function * Fix casting fp<->short/byte Patch contributed by Nate Begeman. llvm-svn: 15237
-
Misha Brukman authored
some instruction. Patch by Nate Begeman. llvm-svn: 15236
-
Misha Brukman authored
Written by Nate Begeman. llvm-svn: 15235
-
Misha Brukman authored
llvm-svn: 15234
-
Reid Spencer authored
llvm-svn: 15233
-
Chris Lattner authored
end of the function (either return or unwind) llvm-svn: 15232
-
Chris Lattner authored
llvm-svn: 15231
-