| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove the dwarf sizing stuff which is now dead, it was | Chris Lattner | 2010-07-22 | 2 | -456/+0 |
| | | | | | | | | "yet another" copy of the dwarf EH emission code that was copied, pasted and slightly hacked up. llvm-svn: 109169 | ||||
| * | Add remaining AVX instructions (most of them dealing with GR64 destinations. ↵ | Bruno Cardoso Lopes | 2010-07-22 | 2 | -5/+62 |
| | | | | | | | This complete the assembler support for the general AVX ISA. But we still miss instructions from FMA3 and CLMUL specific feature flags, which are now the next step llvm-svn: 109168 | ||||
| * | remove the JIT "NeedsExactSize" feature and supporting logic. | Chris Lattner | 2010-07-22 | 6 | -94/+4 |
| | | | | | llvm-svn: 109167 | ||||
| * | switch a private implementation of GetFunctionSizeInBytes. | Chris Lattner | 2010-07-22 | 1 | -1/+14 |
| | | | | | | | | | | This is probably not the best way to implement "Force LR to be spilled if the Thumb function size is > 2048." do this, it should use the branch shortening infrastructure, but I'm just preserving functionality here. llvm-svn: 109165 | ||||
| * | Regenerate. | Eric Christopher | 2010-07-22 | 1 | -1/+5 |
| | | | | | llvm-svn: 109164 | ||||
| * | Try to work around the relative install-sh path problem. | Eric Christopher | 2010-07-22 | 1 | -0/+7 |
| | | | | | | | Patch from Eli. llvm-svn: 109163 | ||||
| * | X86MCInstLower now depends on AsmPrinter being around. | Chris Lattner | 2010-07-22 | 2 | -32/+11 |
| | | | | | llvm-svn: 109154 | ||||
| * | instead of migrating it to the MC instruction encoder, just | Chris Lattner | 2010-07-22 | 4 | -578/+100 |
| | | | | | | | | | | | | | | | rip out the implementation of X86InstrInfo::GetInstSizeInBytes. The code being ripped out just implemented a copy and hacked up version of the (old) instruction encoder, and is buggy and terrible in other ways. Since "GetInstSizeInBytes" is really only there to support the JIT's "NeedsExactSize" hook (which noone is using), just rip out the code. I will rip out the NeedsExactSize hook next. This resolves rdar://7617809 - switch X86InstrInfo::GetInstSizeInBytes to use X86MCCodeEmitter llvm-svn: 109149 | ||||
| * | Speculatively revert 109117 | Devang Patel | 2010-07-22 | 1 | -27/+6 |
| | | | | | llvm-svn: 109132 | ||||
| * | ARMv4 JIT forgets to set the lr register when making a indirect function ↵ | Xerxes Ranby | 2010-07-22 | 2 | -1/+14 |
| | | | | | | | call. Fixes PR7608 llvm-svn: 109125 | ||||
| * | keep in 80 cols | Gabor Greif | 2010-07-22 | 2 | -5/+8 |
| | | | | | llvm-svn: 109122 | ||||
| * | Map MDNode correctly. | Devang Patel | 2010-07-22 | 1 | -6/+27 |
| | | | | | | | A non function local MDNode can have an operand which is cloned by MapValue(). llvm-svn: 109117 | ||||
| * | add dyn_cast_or_null tests, exclude invalid dyn_cast test | Gabor Greif | 2010-07-22 | 1 | -8/+25 |
| | | | | | llvm-svn: 109111 | ||||
| * | tidy up | Gabor Greif | 2010-07-22 | 1 | -13/+9 |
| | | | | | llvm-svn: 109110 | ||||
| * | add dyn_cast tests and beef up others a bit | Gabor Greif | 2010-07-22 | 1 | -5/+34 |
| | | | | | llvm-svn: 109109 | ||||
| * | fit in 80 columns | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 109108 | ||||
| * | use cascading operator-> feature | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 109104 | ||||
| * | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif | 2010-07-22 | 12 | -18/+18 |
| | | | | | llvm-svn: 109103 | ||||
| * | Increase the max physreg size. Patch by Pekka Jääskeläinen. | Duncan Sands | 2010-07-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 109102 | ||||
| * | simplify | Gabor Greif | 2010-07-22 | 1 | -3/+2 |
| | | | | | llvm-svn: 109101 | ||||
| * | do not access arguments via low-level interface, do not multiply dereference ↵ | Gabor Greif | 2010-07-22 | 1 | -17/+19 |
| | | | | | | | use_iterators llvm-svn: 109100 | ||||
| * | pass dereferenced iterator to dyn_cast | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 109099 | ||||
| * | pass dereferenced iterator to dyn_cast | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 109098 | ||||
| * | use -> instead of (*). | Gabor Greif | 2010-07-22 | 1 | -2/+2 |
| | | | | | llvm-svn: 109094 | ||||
| * | cache dereferenced iterator | Gabor Greif | 2010-07-22 | 1 | -3/+4 |
| | | | | | llvm-svn: 109093 | ||||
| * | undo 80 column trespassing I caused | Gabor Greif | 2010-07-22 | 9 | -27/+39 |
| | | | | | llvm-svn: 109092 | ||||
| * | Mark an assert-only variable as used. | Chandler Carruth | 2010-07-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 109091 | ||||
| * | Fix the generated file name for CMake. | Chandler Carruth | 2010-07-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 109090 | ||||
| * | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 32 | -0/+2707 |
| | | | | | | | | | | | The RegionInfo pass detects single entry single exit regions in a function, where a region is defined as any subgraph that is connected to the remaining graph at only two spots. Furthermore an hierarchical region tree is built. Use it by calling "opt -regions analyze" or "opt -view-regions". llvm-svn: 109089 | ||||
| * | Attempt to fix linking issues with CMake. Please review other CMake users, | Chandler Carruth | 2010-07-22 | 2 | -2/+2 |
| | | | | | | | especially on other platforms. Is there a better way to fix this. llvm-svn: 109084 | ||||
| * | Re-apply r109079 with fix. | Evan Cheng | 2010-07-22 | 1 | -28/+26 |
| | | | | | llvm-svn: 109083 | ||||
| * | Revert r109079, which broke a lot of CodeGen tests. | Owen Anderson | 2010-07-22 | 1 | -25/+27 |
| | | | | | llvm-svn: 109082 | ||||
| * | Update CMake files. | Owen Anderson | 2010-07-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 109081 | ||||
| * | Initial modifications to MCAssembler and TargetMachine for the MCJIT. | Reid Kleckner | 2010-07-22 | 4 | -5/+53 |
| | | | | | | | Patch by Olivier Meurant! llvm-svn: 109080 | ||||
| * | Initialize RegLimit only when register pressure is being tracked. | Evan Cheng | 2010-07-22 | 1 | -27/+25 |
| | | | | | llvm-svn: 109079 | ||||
| * | Custom lower the memory barrier instructions and add support | Eric Christopher | 2010-07-22 | 7 | -18/+103 |
| | | | | | | | | | for lowering without sse2. Add a couple of new testcases. Fixes a few libgomp tests and latent bugs. Remove a few todos. llvm-svn: 109078 | ||||
| * | Fix constant island pass's handling of tBR_JTr. The offset of the ↵ | Evan Cheng | 2010-07-22 | 1 | -2/+10 |
| | | | | | | | | | | | | | | instruction does not have to be 4-byte aligned. Rather, it's the offset + 2 that must be aligned since the instruction expands into: mov pc, r1 .align 2 LJTI0_0_0: .long LBB0_14 This fixes rdar://8213383. No test case since it's not possible to come up with a suitable small one. llvm-svn: 109076 | ||||
| * | If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. ↵ | Lang Hames | 2010-07-22 | 1 | -0/+2 |
| | | | | | | | This avoids that. llvm-svn: 109075 | ||||
| * | lit: Add some example tests for previous commit. | Daniel Dunbar | 2010-07-22 | 2 | -0/+6 |
| | | | | | llvm-svn: 109071 | ||||
| * | 80-columns. | Eric Christopher | 2010-07-22 | 1 | -9/+12 |
| | | | | | llvm-svn: 109070 | ||||
| * | Make fast isel win64-aware w.r.t. call-clobbered regs | Nate Begeman | 2010-07-22 | 1 | -3/+14 |
| | | | | | llvm-svn: 109069 | ||||
| * | More register pressure aware scheduling work. | Evan Cheng | 2010-07-21 | 3 | -103/+103 |
| | | | | | llvm-svn: 109064 | ||||
| * | Add more 256-bit forms for a bunch of regular AVX instructions | Bruno Cardoso Lopes | 2010-07-21 | 4 | -76/+420 |
| | | | | | | | | Add 64-bit (GR64) versions of some instructions (which are not described in their SSE forms, but are described in AVX) llvm-svn: 109063 | ||||
| * | lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in the | Daniel Dunbar | 2010-07-21 | 3 | -3/+22 |
| | | | | | | | | integrated-test formats (sh and tcl style). The particular features which get recognized are up to the test suite itself to define. llvm-svn: 109062 | ||||
| * | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 19 | -272/+96 |
| | | | | | | | for creating and populating NamedMDNodes. llvm-svn: 109061 | ||||
| * | Fixes win64. It was broken by a previous patch where I missed the !isWin64 | Rafael Espindola | 2010-07-21 | 1 | -4/+8 |
| | | | | | | | and then forced every register to be a vr128 on win64. llvm-svn: 109060 | ||||
| * | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with ↵ | Owen Anderson | 2010-07-21 | 12 | -62/+50 |
| | | | | | | | RegisterAnalysisGroup<> for pass registration. llvm-svn: 109058 | ||||
| * | For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb | Jim Grosbach | 2010-07-21 | 3 | -0/+25 |
| | | | | | | | rdar://8202967 llvm-svn: 109057 | ||||
| * | add some rough support for making mcinst lowering work without an | Chris Lattner | 2010-07-21 | 1 | -5/+23 |
| | | | | | | | | | asmprinter or mangler around. This is option #B for killing off X86InstrInfo::GetInstSizeInBytes. Option #A (killing "needsexactsize") was sent for consideration to llvmdev. llvm-svn: 109056 | ||||
| * | First stab at updating the documentation for INITIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -7/+7 |
| | | | | | llvm-svn: 109055 | ||||

