2010-07-24 |
Eli Friedman | Make the ll parser check that arguments have valid... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Eli Friedman | PR7704: A function is not allowed to return a function... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Anton Korobeynikov | Hook in GlobalMerge pass |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Nick Lewycky | Revert this because we can't clone cyclic MDNodes which... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Anton Korobeynikov | Add hook to insert late LLVM=>LLVM passes just before... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Nick Lewycky | Whether function-local or not, a MDNode may reference... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Chris Lattner | add a new NullablePtr class which makes it more obvious... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Peter Collingbourne | Document BUILD_EXAMPLES makefile variable |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Duncan Sands | Clarify that if a new value handle is added while dropp... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Bob Wilson | Change ScheduleDAGInstrs::Defs and ::Uses to be variabl... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Devang Patel | Use current working directory when Dirname is empty... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Evan Cheng | Add an ILP scheduler. This is a register pressure aware... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Bruno Cardoso... | Support x86 "eiz" and "riz" pseudo index registers... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jim Grosbach | Use the appropriate register class for an i32 when... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jim Grosbach | Remove too-strict assertion. We may want the vreg copy... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Matt Fleming | Consolidate the ELF section directive tests into a... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Owen Anderson | Fix use-after-free error. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Devang Patel | Revert r109262. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Dale Johannesen | Revert 109076. It is wrong and was causing regressions... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Evan Cheng | - Allow target to specify when is register pressure... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Bruno Cardoso... | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Dan Gohman | Eliminate getCanonicalInductionVariableIncrement's... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Bruno Cardoso... | Move AVX encoding tests to different files |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Dan Gohman | Simplify this code; it can use the regular CFG utlities... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Dan Gohman | Micro-optimize SCEVComplexityCompare. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Dan Gohman | Add a const qualifier. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Dan Gohman | Use the proper type for shift counts. This fixes a... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Devang Patel | IF directory name is empty then try to extract one... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Stuart Hastings | Test case to insure template function declaration refer... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Bruno Cardoso... | Add AVX version of CLMUL instructions |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Dan Gohman | DAGCombine (shl (anyext x, c)) to (anyext (shl x, c... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Dan Gohman | Make SDNode::dump() print a newline at the end. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Gabor Greif | fix constness warnings |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Eric Christopher | Revert r109102 for now as it's causing JIT miscompilations. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Gabor Greif | do not (implicitly) dereference iterator many times... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Eric Christopher | Revert 109220. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Gabor Greif | Simplifying use_iterators by dereferencing |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Mikhail Glushenkov | StringRef'icate. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Mikhail Glushenkov | Formatting. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Mikhail Glushenkov | Get rid of exceptions in llvmc. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Chris Lattner | give StringMap a new ctor which allows you to initialize it |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Chris Lattner | modernize stringset interface |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Bruno Cardoso... | Declare CLMUL as a subtarget feature |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Bruno Cardoso... | Add x86 CLMUL (Carry-less multiplication) cpu feature |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Eric Christopher | 80-col. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Bruno Cardoso... | Add complete assembler support for FMA3 instructions... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Dale Johannesen | The only supported calling convention for X86-64 uses |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Bruno Cardoso... | Fix some AVX instructions which didnt had HasAVX prefix... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Bob Wilson | Add an explicit -sdk option to xcrun command. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Christopher | Warnings patrol. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chris Lattner | missed a use of SizeRequired. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chris Lattner | eliminate the TargetInstrInfo::GetInstSizeInBytes hook. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chris Lattner | remove the dwarf sizing stuff which is now dead, it was |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Bruno Cardoso... | Add remaining AVX instructions (most of them dealing... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chris Lattner | remove the JIT "NeedsExactSize" feature and supporting... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chris Lattner | switch a private implementation of GetFunctionSizeInBytes. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Christopher | Regenerate. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Christopher | Try to work around the relative install-sh path problem. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chris Lattner | X86MCInstLower now depends on AsmPrinter being around. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chris Lattner | instead of migrating it to the MC instruction encoder... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Devang Patel | Speculatively revert 109117 |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Xerxes Ranby | ARMv4 JIT forgets to set the lr register when making... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | keep in 80 cols |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Devang Patel | Map MDNode correctly. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | add dyn_cast_or_null tests, exclude invalid dyn_cast... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | tidy up |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | add dyn_cast tests and beef up others a bit |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | fit in 80 columns |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | use cascading operator-> feature |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | mass elimination of reliance on automatic iterator... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Duncan Sands | Increase the max physreg size. Patch by Pekka Jääskelä... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | simplify |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | do not access arguments via low-level interface, do... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | pass dereferenced iterator to dyn_cast |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | pass dereferenced iterator to dyn_cast |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | use -> instead of (*). |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | cache dereferenced iterator |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Gabor Greif | undo 80 column trespassing I caused |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chandler Carruth | Mark an assert-only variable as used. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chandler Carruth | Fix the generated file name for CMake. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Tobias Grosser | Add new RegionInfo pass. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chandler Carruth | Attempt to fix linking issues with CMake. Please review... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Evan Cheng | Re-apply r109079 with fix. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Owen Anderson | Revert r109079, which broke a lot of CodeGen tests. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Owen Anderson | Update CMake files. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Reid Kleckner | Initial modifications to MCAssembler and TargetMachine... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Evan Cheng | Initialize RegLimit only when register pressure is... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Christopher | Custom lower the memory barrier instructions and add... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Evan Cheng | Fix constant island pass's handling of tBR_JTr. The... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Lang Hames | If 'other' was empty 'overlapsFrom(other, other.begin... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Daniel Dunbar | lit: Add some example tests for previous commit. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Christopher | 80-columns. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Nate Begeman | Make fast isel win64-aware w.r.t. call-clobbered regs |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Evan Cheng | More register pressure aware scheduling work. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Bruno Cardoso... | Add more 256-bit forms for a bunch of regular AVX instr... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Daniel Dunbar | lit: Add support for 'REQUIRES: feature-one, feature... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Dan Gohman | Make NamedMDNode not be a subclass of Value, and simpli... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Rafael Espindola | Fixes win64. It was broken by a previous patch where... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Owen Anderson | Add INSTANTIATE_AG_PASS, which combines RegisterPass... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Jim Grosbach | For ARM/Darwin, add a dwarf entry indicating whether... |
commit | commitdiff | tree | snapshot |
next |