2010-11-05 |
Owen Anderson | Add codegen and encoding support for the immediate... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Enable MachO writing for ARM/Darwin. Lots of stuff... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Allow targets to specify the MachO CPUType/CPUSubtype... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | syntaxunified directive is a no-op for MachO writing. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Add v5 and v7 ARM CPU subtype values. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Add FIXME. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Duncan Sands | When passing a parameter using the 'byval' mechanism... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Daniel Dunbar | CrashRecoveryContext: Add RunSafelyOnThread helper... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Duncan Sands | When passing a huge parameter using the byval mechanism... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Benjamin Kramer | Use arrays instead of constant-sized SmallVectors. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Rafael Espindola | Add 118023 back, but with proper spelling for .uleb128... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Rafael Espindola | Revert previous patch. Some targets don't support uleb... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Rafael Espindola | MCize. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Devang Patel | Introduce DIBuilder. It is intended to be a front-end... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Devang Patel | Add getFile() to get DIFile of a DIType. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Duncan Sands | In the calling convention logic, ValVT is always a... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Evan Cheng | Fix @llvm.prefetch isel. Selecting between pld / pldw... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | partition operand processing between aliases and instru... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | pull name slicing out of BuildInstructionOperandReferen... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | cleanups. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | replace SrcOpNum with SrcOpName, eliminating a numering... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Daniel Dunbar | System: Add llvm_execute_on_thread, which does what... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jim Grosbach | Add ARM fixup info for load/store label references... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Bill Wendling | Add encoding for VSTR. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | strength reduce some code, resolving a fixme. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | take a big step to making aliases more general and... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jakob Stoklund... | Disable fancy splitting during spilling unless -extra... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Teach ARM Target to use the tblgen support for generati... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Add rule to build MC'ized CodeEmitter. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Support generating an MC'ized CodeEmitter directly... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Owen Anderson | Covert VORRIMM to be produced via early target-specific... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Owen Anderson | Add support for code generation of the one register... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Eric Christopher | Just return undef for invalid masks or elts, and since... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jakob Stoklund... | Let RegAllocBasic require MachineDominators - they... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jakob Stoklund... | Tag debug output as regalloc |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Eric Christopher | Optimize generated code for integer materialization... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Chris Lattner | rename Operand -> AsmOperand for clarity. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Owen Anderson | Unlike a lot of NEON instructions, vext isn't _actually... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Dale Johannesen | This test assumes SSE is present; that is not the default |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Bob Wilson | Add codegen patterns for VST1-lane instructions. Radar... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Bob Wilson | Check for extractelement with a variable operand for... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Mikhail Glushenkov | Rename FindExecutable to PrependMainExecutablePath. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Mikhail Glushenkov | 80-col violations, trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Rename PointsToLocalMemory to PointsToLocalOrConstantMe... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Simplify uses of MVT and EVT. An MVT can be compared... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Inside the calling convention logic LocVT is always... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Eric Christopher | If we have an undef mask our Elt will be -1 for our... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Fix typo, pointed out by Trevor Harmon. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Evan Cheng | Fix preload instruction isel. Only v7 supports pli... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Evan Cheng | Add support to match @llvm.prefetch to pld / pldw ... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Bill Wendling | Put the PC encoding in the correct bit position. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Eric Christopher | Invert these branches by default, it makes assembly... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Bill Wendling | The MC code couldn't handle ARM LDR instructions with... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Dan Gohman | Fix DAGCombiner to avoid going into an infinite loop... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Remove unused function. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Remove the no longer used 'Modifier' optional operand... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Remove unused function. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Break ARM addrmode4 (load/store multiple base address... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Evan Cheng | Two sets of changes. Sorry they are intermingled. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Evan Cheng | Modify scheduling itineraries to correct instruction... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Dan Gohman | Factor code out of APInt to form a isUIntN helper function. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Chris Lattner | fix typo, patch by Trevor Harmon (PR8537) |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Dan Gohman | Print an error as one big string instead of breaking... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Dan Gohman | Delete unused variables. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Dan Gohman | Remove several unhelpful checks for isValid from sys... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Eric Christopher | Make sure we're only storing a single bit here. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Chris Lattner | per a suggestion by Frits van Bommel, mark all MBlaze... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Chris Lattner | chase owen. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Chris Lattner | tweak this to pass. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Owen Anderson | Revert r118097 to fix buildbots. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Chris Lattner | temporarily xfail this. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Chris Lattner | Completely reject instructions that have an operand... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Jakob Stoklund... | Tweak the opt -O2 / opt -O3 inliner thresholds to be... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Jakob Stoklund... | Let the -inline-threshold command line argument take... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Dan Gohman | Don't try to enforce MAXPATHLEN in sys::Path for Unix... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Chris Lattner | make MatchableInfo::Validate reject instructions (like... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Dan Gohman | Simplify. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
John Thompson | Inline asm mult-alt constraint tests. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Dan Gohman | Fix a copy+pasto. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Dan Gohman | Avoid manipulating paths in fixed-sized arrays. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Chris Lattner | rewrite EmitConvertToMCInst to iterate over the MCInst... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Bill Wendling | Obsessive formatting changes. No functionality impact. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Dan Gohman | Simplify this code. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Bill Wendling | Omit unused parameter name. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Bill Wendling | Simplify the EncodeInstruction method now that a lot... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Owen Anderson | Since these fields are not exactly equivalent to the... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Dan Gohman | Use '\0' instead of 0 for nul character constants. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Bill Wendling | Rename getAddrModeImm12OpValue to getAddrModeImmOpValue... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Owen Anderson | Rename encoder methods to match naming convention. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Chris Lattner | mark a few codegenonly instructions. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Mikhail Glushenkov | appendSuffix: don't append a dot when the suffix is... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Mikhail Glushenkov | Revert r118057, this is better fixed in appendSuffix... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Owen Anderson | Provide correct encodings for the remaining vst variant... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Dan Gohman | Eliminate some temporary std::strings. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Owen Anderson | Tentative encodings for the "single element from one... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Chris Lattner | merge two large parallel loops in EmitConvertToMCInst... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Owen Anderson | Add correct encodings for basic variants for vst3 and... |
commit | commitdiff | tree | snapshot |
next |