2008-10-15 |
Nuno Lopes | fix memleak in getTypeVal() |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Nuno Lopes | regenerate |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Nuno Lopes | fix memleak in ResolveTypeTo() |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Gabor Greif | catch one more typo, canonicalize LLVMdev |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Gabor Greif | fix some validation errors, improve formatting, squash... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Gabor Greif | remove legacy interfaces |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Mikhail Glushenkov | llvmc2: Documentation update. Describe recent work... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Mikhail Glushenkov | llvmc2: Some Makefile fixes and renames. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Mikhail Glushenkov | Use (a slightly modified) llvm.css for llvmc2 docs. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Now that predicates can be composed, simplify several of |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Mon P Wang | Removed pinsrd and pinsrq intrinsics because the code... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Add support for having multiple predicates on a TreePat... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Fix the .ll grammar rules to allow any type before... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Eliminate the "IntType ::= INTTYPE" production, just use |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | add support for folding immediates into stores when... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | fold immediates into stores in simple cases, this produ... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | fold compare of null pointer into compare with 0. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Some minor cleanups: |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Use switch on VT instead of Type* comparisons. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | refactor compare emission out into a new X86FastEmitCom... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Fold immediates into compares when possible, producing... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | more minor refactoring of X86SelectBranch, no functiona... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | factor buildmi calls in X86SelectBranch |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | factor some more BuildMI's in X86SelectCmp |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | factor some BuildMI calls, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Adjust whitespace in debug messages to be more consistent |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Evan Cheng | - Add target lowering hooks that specify which setcc... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | FastISel support for exception-handling constructs. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Prevent assert when using '"' in names (via hexadecimal). |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Change getLLVMName to use raw_ostream & PrintLLVMName. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Add llvm::hexdigit to StringExtras (number -> hexadecim... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Add some ReleaseNotes on clang codegen. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Remove Stacker.html from Xcode project. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dale Johannesen | Accept -march=i586, because gcc does (a synonym |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | Rename LoadX to LoadExt. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Jim Grosbach | Update ARM Insn encoding to get endian-ness to match... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Fix command-line option printing to print two spaces... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Devang Patel | Document attributes changes. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Nicolas Geoffray | Add VMKit notes. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | - Somehow I forgot about one / une. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | Fix indentation. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | Optimize anding of two fcmp into a single fcmp if the... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Mention a few methods in ConstantSDNode that were renamed. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | HTML syntax fixes. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Fix missing end tags and invalid HTML entity syntax. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Add a missing close-tag. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Fix a few close tags. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Fix a typo. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Add a brief mention of the new free-list management... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Gabor Greif | minor corrections, improved formatting |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Gabor Greif | typo and formatting tweaks |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Nuno Lopes | little optimization: reuse getPointerToGlobalIfAvailabl... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Duncan Sands | Mention the different constant folders that IRBuilder |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Chris Lattner | new testcase for PR2797 |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Chris Lattner | add some upgrading notes from Pekka. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Chris Lattner | add LSR and frameaddress info. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ted Kremenek | Add static analyzer notes. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Remove stale src, core directories. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Chris Lattner | more minor updates |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | more changes. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | optimizer and codegen |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | more updates. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Dan Gohman | When doing the very-late shift-and address-mode optimiz... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | describe major new features and llvm-gcc features. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Duncan Sands | Don't barf on 32 bit platforms if llvm-gcc is |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Evan Cheng | FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Duncan Sands | MarkModRef -> AddReadAttrs. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Evan Cheng | Also update sub-register intervals after a trivial... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Duncan Sands | Add some llvm-gcc changes that may be worth |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Evan Cheng | Add a test case for _Complex passed as a FCA. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | give the static analyzer its own section. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | more rearranging. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | move major changes down. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Duncan Sands | Fix typo. Add note on trampoline support. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Evan Cheng | Clarify meaning of copyRegToReg's return value. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Duncan Sands | Update the Ada part. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | final note. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | fix some crazily long lines. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Matthijs Kooijman | Make InstructionCombining::getBitCastOperand() recogniz... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Matthijs Kooijman | Improve the description on the getelementptr instructio... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Matthijs Kooijman | * Make TargetLowering not crash when TargetMachine... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Matthijs Kooijman | Make MachineFunction not crash when TargetMachine:... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Gabor Greif | fix typo's |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Gabor Greif | remove a deprecated internal interface |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Gabor Greif | do not use deprecated interfaces |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Gabor Greif | ignore the standard output dirs |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Nick Lewycky | Disallow the construction of SCEVs with could-not-compu... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Mikhail Glushenkov | Add whitespace before a parenthesis. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Mikhail Glushenkov | Add a note on llvmc2 plugins + remove some trailing... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | calls can be supported. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | more notes |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Dale Johannesen | Change TAG_ names to DW_TAG for gcc (testsuite) compati... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Owen Anderson | Fix a bug in live-in detection that caused lost-copy... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | add some more notes |
commit | commitdiff | tree | snapshot |
next |