- b8e237b eliminate use of Instruction::getPrev(). Patch by Gabor Greif in 2005. by Chris Lattner · 18 years ago
- 4d8c16f eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005. by Chris Lattner · 18 years ago
- d15dff2 rename X86FunctionInfo to X86MachineFunctionInfo to match the header file by Chris Lattner · 18 years ago
- 57fc00d Implemented correct stack probing on mingw/cygwin for dynamic alloca's. by Anton Korobeynikov · 18 years ago
- 56398e3 Make it work on 64-bit systems. by Jeff Cohen · 18 years ago
- eb913b6 Fix build breakage on 64-bit systems. by Jeff Cohen · 18 years ago
- 18feb92 merge several fields in GlobalValue to use the same word, move CallingConv by Chris Lattner · 18 years ago
- 15b7823 Use this nifty Constraints thing and fix the inverted conditional moves by Andrew Lenharth · 18 years ago
- 0644309 this is fixed by Andrew Lenharth · 18 years ago
- f8dfef7 The (negative) offset from a SymbolTableListTraits-using ilist to its container by Chris Lattner · 18 years ago
- 17fcdd5 Refactor SymbolTableListTraits to only have a single pointer in it, instead by Chris Lattner · 18 years ago
- 205c27d urr, yeah. by Chris Lattner · 18 years ago
- f23de11 Remove "ModulePasses requiring FunctionPasses" from the list of future by Devang Patel · 18 years ago
- 56ecbf3 SSE4 is apparently public now. by Chris Lattner · 18 years ago
- 253f7fe Add PR number for reference. by Devang Patel · 18 years ago
- e8501ab Make long line fit in 80 cols. by Reid Spencer · 18 years ago
- ac58516 by Devang Patel · 18 years ago
- b6b40eb New test case. by Devang Patel · 18 years ago
- 9a9203b Fix problems in the PartSet lowering having to do with incorrect bit width. by Reid Spencer · 18 years ago
- ed48de2 Regenerate by Reid Spencer · 18 years ago
- ce1e8ef Okay, yes there *is* a getKeyLength method on ValueName. And, it should be by Reid Spencer · 18 years ago
- c398709 In the event that some really old non-Intel or -AMD CPU is encountered... by Jeff Cohen · 18 years ago
- c657d2f Fix this test from Duncan's experiment. by Reid Spencer · 18 years ago
- b579650 Also validate that the code generation of IntrinsicLowering for LLI works. by Reid Spencer · 18 years ago
- 4ccf462 Implement @sext and @zext parameter attribute handling properly instead of by Reid Spencer · 18 years ago
- 22114c3 Before assuming that the original code didn't work for Athlon64, the person who by Jeff Cohen · 18 years ago
- 8f9a0ff refix this by Chris Lattner · 18 years ago
- 3c1ca0b Document how, module pass can require function pass. by Devang Patel · 18 years ago
- 3b317e5 use an x86 t-t for an x86 test. Thanks to Dan for noticing this! by Chris Lattner · 18 years ago
- d463e07 fix incorrectly upgraded test by Chris Lattner · 18 years ago
- 02b2a4c Fix 80 col violations. by Reid Spencer · 18 years ago
- 45fdfb6 We shouldn't have tests for features we don't have yet. by Chris Lattner · 18 years ago
- 05c3425 remove bogus test by Chris Lattner · 18 years ago
- 3724df3 Spelling fix. by Duncan Sands · 18 years ago
- c27b4ef MAke this test portable. by Chris Lattner · 18 years ago
- 6852c61 Test code quality for variable length array references. by Duncan Sands · 18 years ago
- 6339d4a Check handling of arrays of variable sized components. by Duncan Sands · 18 years ago
- beabc26 Heal this test by Anton Korobeynikov · 18 years ago
- 4da9fd7 fix this test by Chris Lattner · 18 years ago
- 6b1df0e Proivde getAnalysis<FPAnalysis>(Func) support. by Devang Patel · 18 years ago
- f4bd76a Do not assert during analysis implementation initialization. by Devang Patel · 18 years ago
- 693941b Print and delete on the fly pass managers. by Devang Patel · 18 years ago
- 36fdde1 Regenerate. by Reid Spencer · 18 years ago
- 43e6073 Check length of string before we walk off the end of it. Thanks, Chris. by Reid Spencer · 18 years ago
- 0ed8df3 Update module pass manager to support module passes that require by Devang Patel · 18 years ago
- 569a6fd Give each pass manager chance to manage lower level analysis pass, which is by Devang Patel · 18 years ago
- b71ccac Fixes tests and remove xfail. by Evan Cheng · 18 years ago
- 44479345 One more callee-saved register used. by Evan Cheng · 18 years ago
- 8a5a75e Fix test. by Evan Cheng · 18 years ago
- 8f93b7f Add getPotentialPassManagerType(). No functionality change, yet. by Devang Patel · 18 years ago
- 62dc4dd Testcase for C front-end crash. by Duncan Sands · 18 years ago
- 6937c9a Testcase for debug info emission for structure fields at variable offsets. by Duncan Sands · 18 years ago
- bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
- 892299c For PR1336: Un-XFAIL because this passes now. by Reid Spencer · 18 years ago
- 2eb203a Regenerate. by Reid Spencer · 18 years ago
- 5b35fbe Use a more optimal way to get the name of a function. Thanks, Chris. by Reid Spencer · 18 years ago
- eb1d74e For PR1319: by Reid Spencer · 18 years ago
- 725aed3 Fix hello.ll test. by Lauro Ramos Venancio · 18 years ago
- 3138b89 Fix align test. by Lauro Ramos Venancio · 18 years ago
- 9c15de1 Don't return 0 if the len == 5, let the assert handle that case. Thanks, Chris. by Reid Spencer · 18 years ago
- 64609d3 Look for site.exp in the build directory, not the source directory. by Duncan Sands · 18 years ago
- 0829a30 Use %s, not explicit name. by Duncan Sands · 18 years ago
- 25d50d6 Change ne into !=. by Duncan Sands · 18 years ago
- 43b4003 For PR1319: Fix syntax of tests to ensure grep pattern is properly quoted. by Reid Spencer · 18 years ago
- 4cda190 For PR1319: Fix test syntax per new rules. by Reid Spencer · 18 years ago
- 3401c99 Fix the syntax for these tests. Noticed by Duncan Sands. by Reid Spencer · 18 years ago
- 90b707f Syntax upgrade and fix for PR1336. by Reid Spencer · 18 years ago
- 264225f For PR1336: Rename test functions to not conflict with an instruction mnemonic. by Reid Spencer · 18 years ago
- bc24393 For PR1336: Ignore case for instruction mnemonic comparison. by Reid Spencer · 18 years ago
- 97d7a58 Wrap long line. by Reid Spencer · 18 years ago
- afc64e4 For PR1336: Ignore case for register name compare. by Reid Spencer · 18 years ago
- 5791083 For PR1336: Un-XFAIL as Alpha feature now specified in lower case. by Reid Spencer · 18 years ago
- 2b85c45 For PR1336: by Reid Spencer · 18 years ago
- fb0a64a Fix typos. by Duncan Sands · 18 years ago
- 085659f Fix test/CodeGen/Generic/vector-constantexpr.ll by Reid Spencer · 18 years ago
- 7780acb Regenerate. by Reid Spencer · 18 years ago
- ebff55c For PR1328: by Reid Spencer · 18 years ago
- 2db15e2 For PR1328: by Reid Spencer · 18 years ago
- c7dcd7f Test case for PR1328. by Reid Spencer · 18 years ago
- 2911090 make this test more portable. by Chris Lattner · 18 years ago
- ae88e98 fix incorrectly upgraded test by Chris Lattner · 18 years ago
- b01b15a remove a bogus test by Chris Lattner · 18 years ago
- bd19d27 update test by Chris Lattner · 18 years ago
- 6ab5d5d fix incorrectly upgraded test, add PR# by Chris Lattner · 18 years ago
- 678873a This needs to stay in the old bytecode format. by Reid Spencer · 18 years ago
- bf3b4b2 This tests aren't particularly interesting. They are redundant with the by Reid Spencer · 18 years ago
- 44242ec Update for 2.0 bytecode format. by Reid Spencer · 18 years ago
- 18afa65 Fix an intrinsic name. by Reid Spencer · 18 years ago
- a529f6f For PR1336: by Reid Spencer · 18 years ago
- f9dd332 For PR1336: Upgrade the intrinsic to its new form. by Reid Spencer · 18 years ago
- 296ba1b For PR1336: by Reid Spencer · 18 years ago
- e59f493 Regenerate. by Reid Spencer · 18 years ago
- 7055daf For PR1336: by Reid Spencer · 18 years ago
- 722bdf6 For PR1336: Un-XFAIL this since it now passes with fix to llvm-upgrade. by Reid Spencer · 18 years ago
- 53bd704 For PR1336: by Reid Spencer · 18 years ago
- 3e35c8d Revert last patch. It was already fixed. by Reid Spencer · 18 years ago
- 1cd9d77 For PR1336: by Reid Spencer · 18 years ago
- a37e588 For PR1336: Un-XFAIL this now that its working. by Reid Spencer · 18 years ago
- b4a7fea For PR1336: by Reid Spencer · 18 years ago
- cc1731c For PR1336: by Reid Spencer · 18 years ago