2009-01-21 |
Bill Wendling | Run this through -simplifycfg and -mem2reg to test... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Dan Gohman | Add a comment to SelectionDAG::ReplaceAllUsesWith to... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Dale Johannesen | Do not use host floating point types when emitting |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Evan Cheng | Also favors NOT64r. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | fix warning in release-asserts mode and spelling of... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | add getPointerToGlobal to the C bindings, patch by... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | Remove uses of uint32_t in favor of 'unsigned' for... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Dan Gohman | Simplify ReduceLoadWidth's logic: it doesn't need sever... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Dan Gohman | Fix a recent regression. ClrOpcode is not set for i8... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Mikhail Glushenkov | Mimic gcc behaviour with regard to response files. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Mikhail Glushenkov | Fix 'llvm-config --libs' output. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Mikhail Glushenkov | Change the hook API back to prevent memory leaks. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Mikhail Glushenkov | Allow hooks with arguments. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Duncan Sands | This was causing invalid memory accesses when |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Duncan Sands | Let's try to have our cake and eat it to: move |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Duncan Sands | Don't rely on grep -w working. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Sanjiv Gupta | Fixed build warnings. Restoring changes done in 62600... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Duncan Sands | Cleanup whitespace and comments, and tweak some |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Owen Anderson | I accidentally removed this check in an earlier commit... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Sanjiv Gupta | Implement LowerOperationWrapper for legalizer. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Sanjiv Gupta | Allow targets to legalize operations (with illegal... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Evan Cheng | Favors generating "not" over "xor -1". For example. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Dale Johannesen | Disable on x86_64 until I figure out what's wrong. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Dale Johannesen | Make special cases (0 inf nan) work for frem. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Owen Anderson | Be more aggressive about renumbering vregs after splitt... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Devang Patel | Encode member accessibility. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | Appropriately mark fowrad decls. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | Need compile unit to find location. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Dale Johannesen | Calls to fmod, it turns out, are constant-folded by |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Chris Lattner | Don't bother running the assembler, we don't know that... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Evan Cheng | Fix PR3243: a LiveVariables bug. When HandlePhysRegKill... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Duncan Sands | Fix typo. Patch by Alexei Svitkine. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Bill Wendling | Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | Fix struct member's debug info. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Evan Cheng | Add test case for PR3154. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | indentation... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | Need only one set of debug info versions enum. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Evan Cheng | Change TargetInstrInfo::isMoveInstr to return source... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | zap white spaces. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | Fix global variable's address in a DIE. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | Enable debug info for enums. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Dale Johannesen | Add an IEEE remainder function, which is not |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Chris Lattner | improve compatibility with various versions of graphviz... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Chris Lattner | eliminate use of uint32_t to improve compatibility... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Chris Lattner | Eliminate use of uint32_t to improve compatibility... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | Enable debug info for composite types. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Duncan Sands | Check that the "don't barf on k8" fix is not |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Evan Cheng | Spacing |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Bill Wendling | Temporarily XFAIL until this can be looked at. r62557... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Duncan Sands | If a vector is empty, you're not allowed to access any |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Evan Cheng | Refactor code. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Bill Wendling | Testcase for limited precision stuff. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Bill Wendling | Shift types need to match. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Chris Lattner | another fix for PR3354 |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Dan Gohman | Add a README entry noticed while investigating PR3216. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Dan Gohman | Fix a dagcombine to not generate loads of non-round... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Devang Patel | Do not use DenseMap because the iterator is invalidated... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Nick Lewycky | Make the Interpreter use libffi if it's available.... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Evan Cheng | Make linear scan's trivial coalescer slightly more... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Bill Wendling | Doxygen-ify comments. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Devang Patel | Verify debug info. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Fix a problem exposed by PR3354: simplifycfg was making... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Dan Gohman | Remove SDNode's virtual destructor. This makes it impos... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Dale Johannesen | Move & restructure test per review. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | convert this to an unfoldable potentially trapping... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | improve compatibility with cygwin, patch by Jay Foad! |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | div/rem by zero and div/rem overflow are both undefined... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Dan Gohman | Fix SelectionDAG::ReplaceAllUsesWith to behave correctl... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Fix PR3353, infinitely jump threading an infinite loop... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Dale Johannesen | compile-time fmod was done incorrectly. PR 3316. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Devang Patel | DebugInfo is a lightweight APIs and consumers are expec... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Devang Patel | Verify Intrinsic::dbg_declare. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Mike Stump | Add targets to support the installation of clang in... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Evan Cheng | DIVREM isel deficiency: If sign bit is known zero,... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Evan Cheng | Fix 80 col violations. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Evan Cheng | Handle ISD::DECLARE with PIC relocation model. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Nick Lewycky | Port this test from dejagnu to unit testing. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Nick Lewycky | Fix typo, sentence fragment. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Dan Villiom... | Adding your's truly to CREDITS.TXT |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Bill Wendling | Temporarily revert r62487. It's causing this error... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Evan Cheng | Minor tweak to LowerUINT_TO_FP_i32. Bias (after scalar_... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Evan Cheng | Now not UINT_TO_FP is legal (it's marked custom), dag... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Fix PR3016, a bug which can occur do to an invalid... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | reduce indentation by using 'continue', no functionalit... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Fix some problems in SpeculativelyExecuteBB. Basically, |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | Make this a bit more explicit about which cases need the |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | Fix rdar://6505632, an llc crash on 483.xalancbmk |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Sanjiv Gupta | Few targets like PIC16 wants libcall generation for... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Oscar Fuentes | CMake: Add lib/Analysis/CaptureTracking.cpp |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Duncan Sands | BasicAliasAnalysis and FunctionAttrs were both |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Mon P Wang | Simplify extract element based on comments from Duncan... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nick Lewycky | Forgot this in the previous checkin: fopen now has... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nick Lewycky | Fix copy and pasted typos that prevented strtok_r,... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Gabor Greif | add a comment |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Gabor Greif | switch over some other methods from indices to iterators |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Gabor Greif | make comparisons a bist faster |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Devang Patel | Remove tabs. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Devang Patel | Refactor code |
commit | commitdiff | tree | snapshot |
next |