| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use DenseMap because the iterator is invalidated while constructing ty... | Devang Patel | 2009-01-20 | 1 | -2/+2 |
* | Regenerate. | Nick Lewycky | 2009-01-20 | 1 | -3299/+1385 |
* | Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! | Nick Lewycky | 2009-01-20 | 2 | -496/+215 |
* | Make linear scan's trivial coalescer slightly more aggressive. | Evan Cheng | 2009-01-20 | 2 | -6/+14 |
* | Doxygen-ify comments. | Bill Wendling | 2009-01-19 | 1 | -45/+43 |
* | Verify debug info. | Devang Patel | 2009-01-19 | 5 | -10/+138 |
* | Fix a problem exposed by PR3354: simplifycfg was making a potentially | Chris Lattner | 2009-01-19 | 2 | -1/+34 |
* | Remove SDNode's virtual destructor. This makes it impossible for | Dan Gohman | 2009-01-19 | 3 | -89/+16 |
* | Move & restructure test per review. | Dale Johannesen | 2009-01-19 | 1 | -2/+2 |
* | convert this to an unfoldable potentially trapping constant expr. | Chris Lattner | 2009-01-19 | 1 | -2/+4 |
* | improve compatibility with cygwin, patch by Jay Foad! | Chris Lattner | 2009-01-19 | 2 | -6/+17 |
* | div/rem by zero and div/rem overflow are both undefined according to | Chris Lattner | 2009-01-19 | 1 | -11/+11 |
* | Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when | Dan Gohman | 2009-01-19 | 3 | -16/+47 |
* | Fix PR3353, infinitely jump threading an infinite loop make from switches. | Chris Lattner | 2009-01-19 | 2 | -0/+26 |
* | compile-time fmod was done incorrectly. PR 3316. | Dale Johannesen | 2009-01-19 | 2 | -2/+81 |
* | DebugInfo is a lightweight APIs and consumers are expected to use light objec... | Devang Patel | 2009-01-19 | 1 | -59/+0 |
* | Verify Intrinsic::dbg_declare. | Devang Patel | 2009-01-19 | 3 | -10/+8 |
* | Add targets to support the installation of clang in isolation. | Mike Stump | 2009-01-19 | 1 | -0/+13 |
* | DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instea... | Evan Cheng | 2009-01-19 | 2 | -1/+8 |
* | Fix 80 col violations. | Evan Cheng | 2009-01-19 | 1 | -2/+2 |
* | Handle ISD::DECLARE with PIC relocation model. | Evan Cheng | 2009-01-19 | 1 | -4/+15 |
* | Port this test from dejagnu to unit testing. | Nick Lewycky | 2009-01-19 | 2 | -30/+25 |
* | Fix typo, sentence fragment. | Nick Lewycky | 2009-01-19 | 1 | -2/+2 |
* | Adding your's truly to CREDITS.TXT | Dan Villiom Podlaski Christiansen | 2009-01-19 | 1 | -0/+8 |
* | Temporarily revert r62487. It's causing this error during a release bootstrap of | Bill Wendling | 2009-01-19 | 2 | -77/+3 |
* | Minor tweak to LowerUINT_TO_FP_i32. Bias (after scalar_to_vector) has two use... | Evan Cheng | 2009-01-19 | 1 | -2/+2 |
* | Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't | Evan Cheng | 2009-01-19 | 2 | -1/+9 |
* | Fix PR3016, a bug which can occur do to an invalid assumption: | Chris Lattner | 2009-01-19 | 2 | -2/+107 |
* | reduce indentation by using 'continue', no functionality change. | Chris Lattner | 2009-01-19 | 1 | -20/+22 |
* | Fix some problems in SpeculativelyExecuteBB. Basically, | Chris Lattner | 2009-01-19 | 1 | -5/+16 |
* | Make this a bit more explicit about which cases need the | Chris Lattner | 2009-01-18 | 1 | -2/+6 |
* | Fix rdar://6505632, an llc crash on 483.xalancbmk | Chris Lattner | 2009-01-18 | 2 | -1/+38 |
* | Few targets like PIC16 wants libcall generation for illegal type i16. | Sanjiv Gupta | 2009-01-18 | 3 | -4/+20 |
* | CMake: Add lib/Analysis/CaptureTracking.cpp | Oscar Fuentes | 2009-01-18 | 1 | -0/+1 |
* | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands | 2009-01-18 | 4 | -133/+144 |
* | Simplify extract element based on comments from Duncan Sands. | Mon P Wang | 2009-01-18 | 1 | -7/+3 |
* | Forgot this in the previous checkin: fopen now has nocapture, realloc is | Nick Lewycky | 2009-01-18 | 1 | -2/+2 |
* | Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, | Nick Lewycky | 2009-01-18 | 1 | -22/+152 |
* | add a comment | Gabor Greif | 2009-01-18 | 1 | -0/+1 |
* | switch over some other methods from indices to iterators | Gabor Greif | 2009-01-17 | 1 | -8/+8 |
* | make comparisons a bist faster | Gabor Greif | 2009-01-17 | 1 | -5/+3 |
* | Remove tabs. | Devang Patel | 2009-01-17 | 1 | -19/+19 |
* | Refactor code | Devang Patel | 2009-01-17 | 1 | -118/+73 |
* | Testcase for last commit. | Bill Wendling | 2009-01-17 | 1 | -0/+31 |
* | Extend thi | Bill Wendling | 2009-01-17 | 1 | -11/+12 |
* | Fix MatchAddress bug that's preventing negative displacement from being folde... | Evan Cheng | 2009-01-17 | 3 | -15/+32 |
* | Assign argument type to appropriate DIE. | Devang Patel | 2009-01-17 | 1 | -2/+2 |
* | Remove dead code. | Devang Patel | 2009-01-17 | 1 | -14/+2 |
* | Disable composite type debug info for now. | Devang Patel | 2009-01-17 | 1 | -0/+3 |
* | Temporarily revert my last change. It is causing a bootstrap failure. | Bill Wendling | 2009-01-17 | 1 | -0/+4 |