- 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
- 71f95b8 random cleanup by Chris Lattner · 16 years ago
- 43778b3 Add API changes which affected me to release notes: by Daniel Dunbar · 16 years ago
- a4bb48a Fix comment typo. by Duncan Sands · 16 years ago
- ef93cec Add ability to override segment (mostly for code emitter purposes). by Anton Korobeynikov · 16 years ago
- b7dfaf9 Add GCC 4.1.2 from Debian to known bad GCC list. by Daniel Dunbar · 16 years ago
- 0021fc1 Note EH stuff for x86-64/linux by Anton Korobeynikov · 16 years ago
- 1b4d7a9 We do support PIC on x86-64/linux by Anton Korobeynikov · 16 years ago
- 857fb13 Strip out 2.3 info, make space for 2.4 info. I'd appreciate it if by Chris Lattner · 16 years ago
- ce91ec2 Unbreak DbgStopPointInst::getFileName(). by Daniel Dunbar · 16 years ago
- 3c26101 simplify comparison by Chris Lattner · 16 years ago
- e397acc Fix SSE4.1 roundss, roundsd. While the instructions have by Dale Johannesen · 16 years ago
- fc19fbd Check loop exit predicate properly while eliminating one iteration loop. by Devang Patel · 16 years ago
- 875314b Fix a thinko and unbreak sparc default CC by Anton Korobeynikov · 16 years ago
- 8b1e054 Remove some overzealous checks that were rejecting by Dale Johannesen · 16 years ago
- df75bba Extend set of return registers on sparc until someone will implement MRV support there. At least, this will allow libgcc compile, however we are not ABI-compatible with stuff compiled with native gcc. by Anton Korobeynikov · 16 years ago
- 4cf5e2e Ignore extra 'r' modifier for now by Anton Korobeynikov · 16 years ago
- 4b58b6a Use expand for smul_lohi for now by Anton Korobeynikov · 16 years ago
- 22df84a Add testcase for 'r' inline asm operand by Anton Korobeynikov · 16 years ago
- f03c5af This does not fail anymore by Anton Korobeynikov · 16 years ago
- 0eefda1 Add rudimentary support for 'r' register operand by Anton Korobeynikov · 16 years ago
- 5383570 Cleanup by Anton Korobeynikov · 16 years ago
- fc62ffc CMake: updated lib/Analysis/CMakeLists.txt. by Oscar Fuentes · 16 years ago
- 77fcca8 Revert r57340 move guard mutex in getPointerToFunction as this can cause by Mon P Wang · 16 years ago
- 7a76ed6 Fix build failure. Patch by Erick Tryzelaar. by Devang Patel · 16 years ago
- 7cdd9ee fix memleak by cleaning the global sets on pass exit by Nuno Lopes · 16 years ago
- 2312022 Add sparc test for memory operand used in inline asm by Anton Korobeynikov · 16 years ago
- 796daeb This is not failing anymore by Anton Korobeynikov · 16 years ago
- f369330 Add rudimentary asmprinter support for printing inline asm operands for sparc. by Anton Korobeynikov · 16 years ago
- 2fcfd83 Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether it is correct, however :) by Anton Korobeynikov · 16 years ago
- a43e51d Cleanup by Anton Korobeynikov · 16 years ago
- 7238cfa Fix copy-and-paste-o. by Owen Anderson · 16 years ago
- 8f28c78 Add a basic intra-procedural escape analysis. This hasn't be extensively tested yet, but feedback is welcome. by Owen Anderson · 16 years ago
- 1c341c8 Moved guard mutex upwards to guard materializing a function by Mon P Wang · 16 years ago
- 5ca6bd1 Added missing print functions that take a raw_ostream by Mon P Wang · 16 years ago
- 47bd1d4 Fixed definition of llvm_anyptr_ty by Mon P Wang · 16 years ago
- 236bbd4 Generated files for previous checkin. by Dale Johannesen · 16 years ago
- 8aaec36 A file missed from previous checkin. by Dale Johannesen · 16 years ago
- 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 16 years ago
- 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 16 years ago
- a6bf66d Don't drop alignment on globals when cloning. by Nick Lewycky · 16 years ago
- d2a27ee get CodeGen/Alpha/mul128.ll to work. by Chris Lattner · 16 years ago
- d65b264 Align EH tables before label is emitted, not after, thus aligning the label. by Dale Johannesen · 16 years ago
- 585457e (re)Put const weak strings in appropriate section on Darwin. g++dg/abi/key2.C by Dale Johannesen · 16 years ago
- 7a85a62 dont specialize weak functions and the like by Nuno Lopes · 16 years ago
- 309c80a Comment to be explicit that the enumeration values for CondCodes matter. by Jim Grosbach · 16 years ago
- 43d9c8c Use template to distinguish between function variants. by Duncan Sands · 16 years ago
- 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 16 years ago
- 9fc4da4 regenerate by Chris Lattner · 16 years ago
- cd16843 Add missing semicolumns in parser rules, those missing semicolumns by Chris Lattner · 16 years ago
- de17ddc Add parentheses to avoid warnings in GCC 4.4.0, patch by Samuel Tardieu! by Chris Lattner · 16 years ago
- 85a350f fix typo by Chris Lattner · 16 years ago
- 04764de Fix the case where an instruction is not properly marked as using all registers that alias its inputs. by Owen Anderson · 16 years ago
- eb0d6ab Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel instead. by Dan Gohman · 16 years ago
- bde84d2 Fix disagreement about where the attributes are ~0 != ~0U. by Eric Christopher · 16 years ago
- f85e74c Fix configure issue where configure by Tanya Lattner · 16 years ago