- 22b92e3 Eliminate the "IntType ::= INTTYPE" production, just use INTTYPE everywhere. by Chris Lattner · 16 years ago
- b7fe708 add a note by Chris Lattner · 16 years ago
- 241ab47 add support for folding immediates into stores when they by Chris Lattner · 16 years ago
- 438949a fold immediates into stores in simple cases, this produces diffs like this: by Chris Lattner · 16 years ago
- d53886b fold compare of null pointer into compare with 0. by Chris Lattner · 16 years ago
- 160f6cc Some minor cleanups: by Chris Lattner · 16 years ago
- 45ac17f Use switch on VT instead of Type* comparisons. by Chris Lattner · 16 years ago
- 51ccb3d Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it doesn't by Chris Lattner · 16 years ago
- 9a08a61 refactor compare emission out into a new X86FastEmitCompare method, by Chris Lattner · 16 years ago
- 0e13c78 Fold immediates into compares when possible, producing "cmp $4, %eax" instead of by Chris Lattner · 16 years ago
- 709d829 more minor refactoring of X86SelectBranch, no functionality change. by Chris Lattner · 16 years ago
- 871d246 factor buildmi calls in X86SelectBranch by Chris Lattner · 16 years ago
- 8aeeeb9 factor some more BuildMI's in X86SelectCmp by Chris Lattner · 16 years ago
- 54aebde factor some BuildMI calls, no functionality change. by Chris Lattner · 16 years ago
- 2636747 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 16 years ago
- 7f04268 - Add target lowering hooks that specify which setcc conditions are illegal, by Evan Cheng · 16 years ago
- dd5b58a FastISel support for exception-handling constructs. by Dan Gohman · 16 years ago
- 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
- cad3580 Change getLLVMName to use raw_ostream & PrintLLVMName. by Daniel Dunbar · 16 years ago
- c9debfb Add llvm::hexdigit to StringExtras (number -> hexadecimal char) by Daniel Dunbar · 16 years ago
- 1373943 Add some ReleaseNotes on clang codegen. by Daniel Dunbar · 16 years ago
- 7c4f79a Remove Stacker.html from Xcode project. by Daniel Dunbar · 16 years ago
- 2194d46 Accept -march=i586, because gcc does (a synonym by Dale Johannesen · 16 years ago
- 0329466 Rename LoadX to LoadExt. by Evan Cheng · 16 years ago
- 2642196 Update ARM Insn encoding to get endian-ness to match the documentation (31-0 left to right) by Jim Grosbach · 16 years ago
- f5ff0cf Remove dead code. by Devang Patel · 16 years ago
- b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 16 years ago
- b34dd13 by Devang Patel · 16 years ago
- 99a4d30 Add VMKit notes. by Nicolas Geoffray · 16 years ago
- 4030062 Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible. by Evan Cheng · 16 years ago
- 4990b25 - Somehow I forgot about one / une. by Evan Cheng · 16 years ago
- 552e3be Fix indentation. by Evan Cheng · 16 years ago
- 8db9072 Optimize anding of two fcmp into a single fcmp if the operands are the same. e.g. uno && ueq -> ueq by Evan Cheng · 16 years ago
- 9aeea5b Mention a few methods in ConstantSDNode that were renamed. by Dan Gohman · 16 years ago
- 364a39f HTML syntax fixes. by Dan Gohman · 16 years ago
- 0e451ce Fix missing end tags and invalid HTML entity syntax. by Dan Gohman · 16 years ago
- 01ac101 Add a missing close-tag. by Dan Gohman · 16 years ago
- 44aa921 Fix a few close tags. by Dan Gohman · 16 years ago
- 1bbddce Fix a typo. by Dan Gohman · 16 years ago
- bd9f9af Add a brief mention of the new free-list management code. by Dan Gohman · 16 years ago
- a8b8490 minor corrections, improved formatting by Gabor Greif · 16 years ago
- fa933f8 typo and formatting tweaks by Gabor Greif · 16 years ago
- c8ed902 little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGlobals() by Nuno Lopes · 16 years ago
- 9ba2379 Mention the different constant folders that IRBuilder can use. by Duncan Sands · 16 years ago
- 022f735 new testcase for PR2797 by Chris Lattner · 16 years ago
- f1796b6 add some upgrading notes from Pekka. by Chris Lattner · 16 years ago
- c702d16 add LSR and frameaddress info. by Chris Lattner · 16 years ago
- 3c3ec0c Add static analyzer notes. by Ted Kremenek · 16 years ago
- f6e9209 Remove stale src, core directories. by Daniel Dunbar · 16 years ago
- cc04261 more minor updates by Chris Lattner · 16 years ago
- eeb4da0 more changes. by Chris Lattner · 16 years ago
- f301387 optimizer and codegen by Chris Lattner · 16 years ago
- 7752d1a more updates. by Chris Lattner · 16 years ago
- 7b8e964 When doing the very-late shift-and address-mode optimization, by Dan Gohman · 16 years ago
- b82eb06 describe major new features and llvm-gcc features. by Chris Lattner · 16 years ago
- d939f4a Don't barf on 32 bit platforms if llvm-gcc is by Duncan Sands · 16 years ago
- efa5339 FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOperands are leglized. Patch by Richard Pennington. by Evan Cheng · 16 years ago
- 1050d73 MarkModRef -> AddReadAttrs. by Duncan Sands · 16 years ago
- 195cd3a Also update sub-register intervals after a trivial computation is rematt'ed for a copy instruction. PR2775. by Evan Cheng · 16 years ago
- bf8c4f2 Add some llvm-gcc changes that may be worth detailing. by Duncan Sands · 16 years ago
- 09fd418 Add a test case for _Complex passed as a FCA. by Evan Cheng · 16 years ago
- fb97b2d give the static analyzer its own section. by Chris Lattner · 16 years ago
- 96a445e more rearranging. by Chris Lattner · 16 years ago
- f6662f9 move major changes down. by Chris Lattner · 16 years ago
- bbf379a Fix typo. Add note on trampoline support. by Duncan Sands · 16 years ago
- a6548d0 Clarify meaning of copyRegToReg's return value. by Evan Cheng · 16 years ago
- 978bcee Update the Ada part. by Duncan Sands · 16 years ago
- 59b5ce4 final note. by Chris Lattner · 16 years ago
- 50ad45c fix some crazily long lines. by Chris Lattner · 16 years ago
- 7e6d9b9 Make InstructionCombining::getBitCastOperand() recognize GEP instructions and by Matthijs Kooijman · 16 years ago
- e49d0bc Improve the description on the getelementptr instruction. It should now better by Matthijs Kooijman · 16 years ago
- d9d0778 * Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns by Matthijs Kooijman · 16 years ago
- e2b997b Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 16 years ago
- 63e0669 fix typo's by Gabor Greif · 16 years ago
- c9f7ef7 remove a deprecated internal interface by Gabor Greif · 16 years ago
- e9324f3 do not use deprecated interfaces by Gabor Greif · 16 years ago
- 5aad9cd ignore the standard output dirs by Gabor Greif · 16 years ago
- cb8f1b5 Disallow the construction of SCEVs with could-not-compute operands. Catch CNCs by Nick Lewycky · 16 years ago
- 49feb45 Add whitespace before a parenthesis. by Mikhail Glushenkov · 16 years ago
- ea65d7d Add a note on llvmc2 plugins + remove some trailing whitespace (my Emacs does this automatically). by Mikhail Glushenkov · 16 years ago
- 44d2a98 calls can be supported. by Chris Lattner · 16 years ago
- cdb0e4c more notes by Chris Lattner · 16 years ago
- 51b7f82 Change TAG_ names to DW_TAG for gcc (testsuite) compatibility. by Dale Johannesen · 16 years ago
- d55fccd Fix a bug in live-in detection that caused lost-copy problems to show up. by Owen Anderson · 16 years ago
- 547a391 add some more notes by Chris Lattner · 16 years ago
- 75d53d6 this was to be removed after 2.4 branched. by Chris Lattner · 16 years ago
- f33ebd2 Remove "long" variants so these will pass on a 64-bit host. by Dale Johannesen · 16 years ago
- cce6d4b add some notes by Chris Lattner · 16 years ago
- d21a630 Update size of inst correctly with segment override. by Anton Korobeynikov · 16 years ago
- b5cf048 Add special-case code to allow null-guards on calls to malloc. by Owen Anderson · 16 years ago
- 4b08992 Make Escape Analysis work for any pointer. by Owen Anderson · 16 years ago
- 36b708a Add EscapeAnalysis. by Owen Anderson · 16 years ago
- ba0fb07 Change Dwarf comments starting with AT_ to DW_AT_ to by Dale Johannesen · 16 years ago
- 5efff77 Fix crashes and infinite loops. by Owen Anderson · 16 years ago
- 4382f62 Duncan convinced me that it's not possible to transform control-based escapes into by Owen Anderson · 16 years ago
- 99cbdff fix typo by Chris Lattner · 16 years ago
- a6321b4 Fix PR2697 by rewriting the '(X / pos) op neg' logic. This also changes by Chris Lattner · 16 years ago
- 1b8f4bb update win32 project file, patch provided by OvermindDL1 on llvmdev. by Chris Lattner · 16 years ago
- e563bbc Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as by Chris Lattner · 16 years ago
- 119c30b rearrange some code. by Chris Lattner · 16 years ago