| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -1/+1 | |
| | | | | | | | | | bunch of associated comments, because it doesn't have anything to do with DAGs or scheduling. This is another step in decoupling MachineInstr emitting from scheduling. llvm-svn: 85517 | |||||
| * | greatly improve the LLVM IR bitcode encoding documentation, | Chris Lattner | 2009-10-29 | 1 | -48/+451 | |
| | | | | | | | patch by Peter Housel! llvm-svn: 85479 | |||||
| * | use metavariable <result> instead of SSA name %result for consistency | Gabor Greif | 2009-10-28 | 1 | -8/+8 | |
| | | | | | llvm-svn: 85388 | |||||
| * | ooops, SSA name should not be part of the link | Gabor Greif | 2009-10-28 | 1 | -2/+2 | |
| | | | | | llvm-svn: 85387 | |||||
| * | advertise new syntax for unnamed instructions | Gabor Greif | 2009-10-28 | 1 | -7/+7 | |
| | | | | | | | | and eliminate confusing double-use of SSA names (work in progress) llvm-svn: 85385 | |||||
| * | doc bug spotted by apinski | Chris Lattner | 2009-10-28 | 1 | -2/+2 | |
| | | | | | llvm-svn: 85372 | |||||
| * | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -8/+8 | |
| | | | | | llvm-svn: 85351 | |||||
| * | typo | Chris Lattner | 2009-10-27 | 1 | -1/+1 | |
| | | | | | llvm-svn: 85322 | |||||
| * | you can't take the address of the entry block of a function. | Chris Lattner | 2009-10-27 | 1 | -2/+2 | |
| | | | | | llvm-svn: 85321 | |||||
| * | improvements from gabor. | Chris Lattner | 2009-10-27 | 1 | -2/+2 | |
| | | | | | llvm-svn: 85320 | |||||
| * | fix things pointed out by Dan! | Chris Lattner | 2009-10-27 | 1 | -4/+9 | |
| | | | | | llvm-svn: 85310 | |||||
| * | document the forthcoming blockaddress constant. | Chris Lattner | 2009-10-27 | 1 | -1/+26 | |
| | | | | | llvm-svn: 85306 | |||||
| * | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2009-10-27 | 2 | -38/+28 | |
| | | | | | | | | http://llvm.org/PR5184, and beef up the comments to describe what both options do and the risks of lazy compilation in the presence of threads. llvm-svn: 85295 | |||||
| * | fix pasto pointed out by Rafael | Chris Lattner | 2009-10-27 | 1 | -1/+1 | |
| | | | | | llvm-svn: 85294 | |||||
| * | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -0/+50 | |
| | | | | | | | | (assembler,asmprinter, bc reader+writer) and document it. Codegen currently aborts on it. llvm-svn: 85274 | |||||
| * | Fix reversed logic spotted by Owen Anderson. | Nick Lewycky | 2009-10-27 | 1 | -2/+2 | |
| | | | | | llvm-svn: 85251 | |||||
| * | Remove all references to MallocInst and FreeInst | Victor Hernandez | 2009-10-26 | 1 | -96/+19 | |
| | | | | | llvm-svn: 85177 | |||||
| * | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 | |
| | | | | | | | direct inclusion edge from System to Support. llvm-svn: 85086 | |||||
| * | lit: Add --config-prefix option, to override default config file names. | Daniel Dunbar | 2009-10-25 | 1 | -0/+5 | |
| | | | | | llvm-svn: 85035 | |||||
| * | Regenerate. | Mikhail Glushenkov | 2009-10-25 | 1 | -30/+75 | |
| | | | | | llvm-svn: 85031 | |||||
| * | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 1 | -12/+0 | |
| | | | | | | | | Update all analysis passes and transforms to treat free calls just like FreeInst. Remove RaiseAllocations and all its tests since FreeInst no longer needs to be raised. llvm-svn: 84987 | |||||
| * | Add 2.6 release note. | Tanya Lattner | 2009-10-23 | 1 | -0/+1 | |
| | | | | | llvm-svn: 84934 | |||||
| * | Try r84890 again (adding ValueMap<>), now that I've tested the compile on | Jeffrey Yasskin | 2009-10-22 | 1 | -0/+18 | |
| | | | | | | | gcc-4.4. llvm-svn: 84902 | |||||
| * | Revert r84890, which broke the linux build. | Jeffrey Yasskin | 2009-10-22 | 1 | -18/+0 | |
| | | | | | llvm-svn: 84892 | |||||
| * | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use | Jeffrey Yasskin | 2009-10-22 | 1 | -0/+18 | |
| | | | | | | | | | | | | | even when keys get RAUWed and deleted during its lifetime. By default the keys act like WeakVHs, but users can pass a third template parameter to configure how updates work and whether to do anything beyond updating the map on each action. It's also possible to automatically acquire a lock around ValueMap updates triggered by RAUWs and deletes, to support the ExecutionEngine. llvm-svn: 84890 | |||||
| * | Rename msasm to alignstack per review. | Dale Johannesen | 2009-10-21 | 1 | -6/+10 | |
| | | | | | llvm-svn: 84795 | |||||
| * | Two corrections for docs/CMake.html. | Oscar Fuentes | 2009-10-21 | 1 | -2/+2 | |
| | | | | | | | Patch by Victor Zverovich! llvm-svn: 84759 | |||||
| * | Add link to 'lit' from CommandGuide. | Daniel Dunbar | 2009-10-19 | 1 | -0/+2 | |
| | | | | | llvm-svn: 84461 | |||||
| * | check in a bunch of content from TestingGuide. Part of PR5216 | Chris Lattner | 2009-10-17 | 1 | -3/+183 | |
| | | | | | llvm-svn: 84309 | |||||
| * | Update from Cristina, llvm-gcc doesn't build on the SPARC version of solaris | Chris Lattner | 2009-10-16 | 1 | -1/+1 | |
| | | | | | | | at the moment. llvm-svn: 84258 | |||||
| * | The gcc plugin is now called dragonegg.so and no longer llvm.so. | Duncan Sands | 2009-10-15 | 1 | -1/+1 | |
| | | | | | | | Pointed out by Gabor. llvm-svn: 84177 | |||||
| * | I don't see any point in having both eh.selector.i32 and eh.selector.i64, | Duncan Sands | 2009-10-14 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | so get rid of eh.selector.i64 and rename eh.selector.i32 to eh.selector. Likewise for eh.typeid.for. This aligns us with gcc, which always uses a 32 bit value for the selector on all platforms. My understanding is that the register allocator used to assert if the selector intrinsic size didn't match the pointer size, and this was the reason for introducing the two variants. However my testing shows that this is no longer the case (I fixed some bugs in selector lowering yesterday, and some more today in the fastisel path; these might have caused the original problems). llvm-svn: 84106 | |||||
| * | Documentation for the new msasm flag, which is no | Dale Johannesen | 2009-10-13 | 1 | -2/+16 | |
| | | | | | | | worse than the rest of the asm documentation. llvm-svn: 84037 | |||||
| * | rename ReleaseNotes-2.6.html -> ReleaseNotes.html | Chris Lattner | 2009-10-13 | 2 | -1681/+717 | |
| | | | | | llvm-svn: 83990 | |||||
| * | add Zero | Chris Lattner | 2009-10-13 | 1 | -1/+18 | |
| | | | | | llvm-svn: 83988 | |||||
| * | Force memory use markers to have a ConstantInt for the size argument. | Nick Lewycky | 2009-10-13 | 1 | -8/+12 | |
| | | | | | llvm-svn: 83960 | |||||
| * | Add new "memory use marker" intrinsics. These indicate lifetimes and invariant | Nick Lewycky | 2009-10-13 | 1 | -0/+131 | |
| | | | | | | | sections of memory objects. llvm-svn: 83953 | |||||
| * | fix validation error pointed out by gabor (and the w3c :) | Chris Lattner | 2009-10-12 | 1 | -1/+1 | |
| | | | | | llvm-svn: 83868 | |||||
| * | Improve bugpoint doc, patch by Timo Lindfors! | Chris Lattner | 2009-10-12 | 1 | -0/+11 | |
| | | | | | llvm-svn: 83865 | |||||
| * | another bunch of <tt>s | Gabor Greif | 2009-10-12 | 1 | -8/+8 | |
| | | | | | llvm-svn: 83860 | |||||
| * | even more <tt>s | Gabor Greif | 2009-10-12 | 1 | -14/+14 | |
| | | | | | llvm-svn: 83854 | |||||
| * | more typewriter face | Gabor Greif | 2009-10-12 | 1 | -17/+20 | |
| | | | | | llvm-svn: 83852 | |||||
| * | fix three validation errors, I leave the fourth to sabre :-) | Gabor Greif | 2009-10-12 | 1 | -4/+1 | |
| | | | | | llvm-svn: 83851 | |||||
| * | set some options in typewriter font | Gabor Greif | 2009-10-12 | 1 | -4/+5 | |
| | | | | | llvm-svn: 83850 | |||||
| * | Documentation: Perform automated correction of common typos. | Benjamin Kramer | 2009-10-12 | 19 | -42/+42 | |
| | | | | | llvm-svn: 83849 | |||||
| * | Fix typo, patch from Timo Juhani Lindfors. | Torok Edwin | 2009-10-12 | 2 | -2/+2 | |
| | | | | | llvm-svn: 83848 | |||||
| * | pic16 uses 16 bit pointers, but is 8 bit. | Chris Lattner | 2009-10-11 | 1 | -1/+1 | |
| | | | | | llvm-svn: 83815 | |||||
| * | More DragonEgg verbiage. | Duncan Sands | 2009-10-11 | 1 | -12/+17 | |
| | | | | | llvm-svn: 83788 | |||||
| * | Remove spurious brackets. | Duncan Sands | 2009-10-11 | 1 | -1/+1 | |
| | | | | | llvm-svn: 83787 | |||||
| * | add PR5004 as a known problem. | Chris Lattner | 2009-10-11 | 1 | -0/+6 | |
| | | | | | llvm-svn: 83782 | |||||

