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 |
2009-01-17 |
Bill Wendling | Testcase for last commit. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Bill Wendling | Extend thi |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Evan Cheng | Fix MatchAddress bug that's preventing negative displac... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Devang Patel | Assign argument type to appropriate DIE. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Devang Patel | Disable composite type debug info for now. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Bill Wendling | Temporarily revert my last change. It is causing a... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Bill Wendling | Implement a special algorithm for converting uint_to_fp... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Oscar Fuentes | CMake: Add lib/Target/IA64/IA64Subtarget.cpp |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Gabor Greif | speed up iterative loop by using iterators. changes... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Gabor Greif | introduce typedef for complicated vector, and use it too |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Mon P Wang | Simplify extract element of a scalar to vector. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Evan Cheng | Fix PPC ISD::Declare isel and eliminate the need for... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Mikhail Glushenkov | Support for multi-valued options in CommandLine |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Give IA64 a TargetSubtarget subclass, so that it can |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Instead of adding dependence edges between terminator... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | If an anti-dependence uses a non-allocatable register... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Use the getNode() accessor instead of accessing the... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Disable the post-RA scheduler on this test, since it... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Fix the check for an empty basic block to check for... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Avoid triggering an assertion failure when an instructi... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | new nodes should be added to the worklist, not old... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Devang Patel | Fix comments. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Evan Cheng | CreateVirtualRegisters does trivial copy coalescing... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | remove a dead method. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | don't assert and die on out of range (undefined) shifts... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Fix PR3335 by not turning a store to one address space... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | reduce indentation by using early exits, no functionali... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Devang Patel | Use lightweight DebugInfo objects directly. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Bill Wendling | Add support for non-zero __builtin_return_address value... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Evan Cheng | Change isGVCompilationDisabled() semantics again. It... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Gabor Greif | use specialized accessor instead of plain getOperand(0) |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Devang Patel | Align source code. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Fix a "comparison between signed and unsigned integer... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Nick Lewycky | Reinstate r60509 from Dale: |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Duncan Sands | Get this building with gcc-4.4. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Duncan Sands | Grammar fix. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Mikhail Glushenkov | Registry.h should not depend on CommandLine.h. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Evan Cheng | This is now passing. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Mikhail Glushenkov | Delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Sanjiv Gupta | Reverting back 62301. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Sanjiv Gupta | Few targets do not have a single directive to emit... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Evan Cheng | ARMCompilationCallback should not save / restore vfp... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Devang Patel | Validate debug info values only if DwarfDebug is initia... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Evan Cheng | Clean up previous cast optimization a bit. Also make... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Add support for instructions with multiple ComplexPatte... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Devang Patel | Any debug info symbol is only valid if atleast one... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Initial hazard recognizer support in post-pass scheduli... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Devang Patel | Do not stumble over forward declared struct member. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Devang Patel | Validate dbg_* intrinsics before lowering them. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Mon P Wang | Added missing support to widen an operand from a bit... |
commit | commitdiff | tree | snapshot |
next |