aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-092-97/+24
* Update test.Daniel Dunbar2009-09-091-2/+2
* Count test correctly with -q.Daniel Dunbar2009-09-091-0/+1
* Fix another refactoro.Daniel Dunbar2009-09-091-1/+1
* Make sure to make stub region writable before emission, executable after emis...Evan Cheng2009-09-091-0/+22
* Fix arm jit encoding bug introduced by 75048. Some instructions', e.g. MOVi, ...Evan Cheng2009-09-091-7/+21
* Make sure the memory range is writable before memset'ing it.Evan Cheng2009-09-091-0/+2
* Correct __cxa_end_catch documentation to reflect that it doesn't take any arg...Eric Christopher2009-09-091-4/+9
* Remove comments which don't add much to .s readibility.Evan Cheng2009-09-091-5/+5
* turn the mcinst asmprinter on by default for x86, tweaking two tests toChris Lattner2009-09-093-495/+495
* tidy upChris Lattner2009-09-091-22/+3
* Remove failing test...Bill Wendling2009-09-091-141/+0
* Add an svn:ignore.Dan Gohman2009-09-090-0/+0
* make sure to send external symbols through the mangler,Chris Lattner2009-09-091-5/+3
* Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.Dan Gohman2009-09-092-2/+2
* this got merged into lea.llChris Lattner2009-09-091-25/+0
* filecheckizeChris Lattner2009-09-091-7/+10
* allow @ in symbol names without quoting the identifier. This Chris Lattner2009-09-091-1/+1
* Fix PR4865. This syncs up the JIT's DWARF emitter with what's in theBill Wendling2009-09-092-20/+162
* add support for @PLT and friends on external symbols, fixesChris Lattner2009-09-091-2/+27
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091178-1654/+1654
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08968-1256/+1281
* update various tests for signedness changes in .s file.Chris Lattner2009-09-088-10/+13
* adjust for signedness change. I'd appreciate it if an ARM flavored personChris Lattner2009-09-081-2/+2
* Merge Archive/extract* tests into one; this avoids a race when tests are run inDaniel Dunbar2009-09-085-23/+16
* merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes.Chris Lattner2009-09-082-25/+34
* Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2009-09-082-2/+45
* tweak this to pass on linux.Chris Lattner2009-09-081-3/+3
* Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar2009-09-082-3/+6
* parenthesize symbol names that start with $, fixing X86/dollar-name.ll withChris Lattner2009-09-081-2/+13
* convert to filecheck syntaxChris Lattner2009-09-081-3/+4
* change selectiondag to add the sign extended versions of immediate operandsChris Lattner2009-09-0815-38/+36
* Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman2009-09-085-8/+8
* Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.Anton Korobeynikov2009-09-083-19/+43
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-0810-12/+11
* filecheckize some testsChris Lattner2009-09-082-30/+30
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08865-973/+973
* Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman2009-09-083-13/+9
* This should unbreak the build on 64-bit Linux.Mikhail Glushenkov2009-09-081-3/+6
* Fix PR4909, patch by Jakub Staszak.Owen Anderson2009-09-082-1/+17
* Const-correctness.Mikhail Glushenkov2009-09-083-3/+3
* Since Program is basically a PID, it should be copyable.Mikhail Glushenkov2009-09-081-4/+0
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-083-24/+31
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-083-12/+44
* another typoChris Lattner2009-09-081-1/+1
* Do not specify -mmacosx-version-min if building for arm-apple-darwin.Evan Cheng2009-09-081-2/+7
* remove an extremely dubious instcombine transformation ofChris Lattner2009-09-082-65/+14
* Remove dead code.Devang Patel2009-09-081-2/+0
* Trim unnecessary declarations.Dan Gohman2009-09-081-550/+0
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081404-1514/+1514