aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...Evan Cheng2006-06-111-4/+1
* Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...Owen Anderson2006-06-091-1/+4
* Update some comments, and expose LCSSAID in preparation for having other passesOwen Anderson2006-06-081-0/+1
* For PR804:Reid Spencer2006-06-081-1/+1
* New method BasicBlock::getFirstNonPHI.Vladimir Prus2006-06-081-1/+8
* For PR787:Reid Spencer2006-06-071-0/+4
* For PR780:Reid Spencer2006-06-073-1/+11
* Add a virtual dtor to the InlineAsm class so that the principle method ofChris Lattner2006-06-071-0/+1
* Previous version of this file wasn't supposed to be committed. This versionReid Spencer2006-06-071-30/+12
* For PR780:Reid Spencer2006-06-0710-49/+36
* For PR780:Reid Spencer2006-06-072-16/+62
* For PR780:Reid Spencer2006-06-076-12/+150
* Move toolrunner out of libsupport into the bugpoint toolChris Lattner2006-06-061-200/+0
* Add PowerPC intrinsics to support dcbz[l]Chris Lattner2006-06-061-0/+9
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-061-2/+9
* For PR778:Reid Spencer2006-06-056-46/+82
* Make it possible to override the standard version printer. Not all toolsReid Spencer2006-06-051-0/+7
* For PR633:Reid Spencer2006-06-051-0/+21
* Some enhancements for gv/graphviz/dot/dotty support and better handling ofReid Spencer2006-06-051-0/+6
* For PR798:Reid Spencer2006-06-021-0/+6
* Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.hChris Lattner2006-06-021-0/+6
* Remove some flags backed out from earlier attempts at getting MING32WReid Spencer2006-06-021-6/+0
* Fix -pedantic warningChris Lattner2006-06-011-2/+2
* Provide support for detecting if the Win32 imaghlp and psapi librariesReid Spencer2006-06-011-0/+12
* Favor C++ casts over C casts in C++ code.Reid Spencer2006-06-011-2/+2
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-017-14/+14
* Fix utostr once and for all, by making there only be one function namedChris Lattner2006-05-311-17/+14
* 4 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth2006-05-313-3/+4
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-314-16/+5
* revert for nowAndrew Lenharth2006-05-311-2/+13
* make 64-bit safe and fix the build on alphaAndrew Lenharth2006-05-311-13/+2
* Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer2006-05-311-2/+2
* Clarify type naming.Vladimir Prus2006-05-311-0/+5
* Improve InstVisitor docs.Vladimir Prus2006-05-311-40/+46
* Provide a simpler interface for getting a ConstantArray from a characterReid Spencer2006-05-301-6/+6
* Make doc comment visible in doxygen output. Clarify Type construction.Vladimir Prus2006-05-301-24/+26
* Properly document the second form of ConstArray::get()Reid Spencer2006-05-301-0/+7
* Adjust the interface to ConstantArray::get. The previousReid Spencer2006-05-301-1/+1
* Since there was interest on the mailing list, this is a utility pass thatAndrew Lenharth2006-05-292-0/+56
* Replace an old C-style cast with a C++ cast (squelch warning)Reid Spencer2006-05-291-1/+1
* Fix pastos in commentsChris Lattner2006-05-271-3/+4
* Implement a new method: CloneAndPruneFunctionInto, as documented.Chris Lattner2006-05-271-0/+13
* Add an interface to constant fold and instruction given it's opcode, typeChris Lattner2006-05-271-0/+9
* Add a new sentry node type, allowing assertions to catch trivialChris Lattner2006-05-271-0/+5
* Change RET node to include signness information of the return values. e.g.Evan Cheng2006-05-261-2/+3
* Skeletal LCSSA pass. This is currently non-functional. Expect functionalityOwen Anderson2006-05-262-0/+6
* Fix breakage on platforms where string/cassert don't pull in int64_t.Chris Lattner2006-05-251-0/+1
* CALL node change: now containing signness of each argument.Evan Cheng2006-05-251-3/+3
* For PR786:Reid Spencer2006-05-247-10/+10
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-242-2/+2