2010-10-06 |
Dan Gohman | Remove compatibilty code for old-style multiple return... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Jim Grosbach | target operand flag values aren't a bitmask |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Rafael Espindola | Make sure weak symbols are listed after the local ones. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Rafael Espindola | Correctly handle GOTPCREL relocations. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Dan Gohman | ComputeLinearIndex doesn't need its TLI argument. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Dan Gohman | Constify isReachableFromEntry. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Tobias Grosser | Add missing "-" to the command line. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Bill Wendling | Remove tabs. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Bill Wendling | Change RequiresMerge to RequiresUnique. It's a better... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Duncan Sands | No need to check out everything: binutils is enough. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Evan Cheng | - Add TargetInstrInfo::getOperandLatency() to compute... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Bill Wendling | If the destination module all ready has a copy of the... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | enhance X86TypeInfo to include information about the... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Tanya Lattner | Update release location. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | add a class for _REV nodes. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | sink more intelligence into the ITy base class. Now... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | refactor things a bit, now the REX_W and OpSize prefix... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | with tblgen suitably extended, we can now get the load... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | Generalize tblgen's dag parsing logic to handle arbitra... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | rename add some comments. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | cleanups |
commit | commitdiff | tree | snapshot |
2010-10-06 |
NAKAMURA Takumi | lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_D... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Bill Wendling | Provide a fast "get me the target triple from the modul... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | lets go all meta and define new X86 type wrappers that... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | introduce a new BinOpRM class and use it to factor... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | remove the !nameconcat tblgen feature. It "shorthand... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chris Lattner | replace stuff like: |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | allow !strconcat to take more than two operands to... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | Use a relocation against the symbol if it is a PLT... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Eric Christopher | Comment out fastisel debugging message. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | associate the instruction suffix letter with the intege... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | introduce a new BinOpRR class, and convert 4 and instru... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Eric Christopher | Random cleanup and make the intermediate register in... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | Count uses in all nested loops, not just the deepest. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | Remove SplitAnalysis::removeUse. It was only used to... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | dupli always has an interval now. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | Move cmov pseudo instructions to InstrCompiler, |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | Use #NAME# to have the CMOV multiclass define things... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | when david added support for #NAME# he didn't update... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Owen Anderson | Another step towards getting rid of static ctors for... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | enhance tblgen to support anonymous defm's, use this to |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | convert cmov mr patterns to use a multipattern. Death... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | Implement more alias cases. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | switch CMOVBE to the multipattern: |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | We can split around loops with multiple exits now. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | Update SplitEditor API to reflect the fact that the... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | Intervals are half-open. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | fix a bug I introduced in r115669, which ended up with... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | add a multiclass for cmov's, but don't start using... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Bill Wendling | PSHUFW is in SSE, not SSSE3. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | use a multipattern to define setcc instructions: |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | 256 sections should be enough for anyone... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move SETB pseudos into the same place in InstrCompiler.td |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | Replace a gross hack (the MOV64ri_alt instruction)... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | Don't crash in a strange .size directive. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | distribute the rest of the contents of X86Instr64bit... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | When we find a reaching definition, make sure it is... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | Don't use nextIndex to check for live out of instruction. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move the rest of the simple 64-bit arithmetic into... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Duncan Sands | Remove trailing space. This is just an excuse to poke the |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | continue moving 64-bit stuff into X86InstrArithmetic.td |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | Fix Punctuation. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | MC-COFF: Fix (PR8278) temporary symbol relocations. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | Add support for a fill value in the .zero directive. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | Tweak VNInfo printing. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jakob Stoklund... | Add assert for valid slot indexes. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jim Grosbach | Increase the number of bits used internally by the... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | Implement a simple alias case and refactor the code... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | test/COFF: Fix symbol indexes and names. Update tests... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | test/COFF: Remove temp file usage. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | test/coff-dump: Support reading from stdin. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | Cleanup Whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Owen Anderson | Use a more efficient lowering of uint64_t --> float... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move 64-bit add and adc to InstrArithmetic. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | rewrote two addr constraints so that they are only... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | split the 32-bit integer arithmetic instructions out... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Sebastian Redl | Update attribute reading for the changed source locatio... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | Produce a undefined reference to _GLOBAL_OFFSET_TABLE_... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | Tests that now pass. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Dan Gohman | After printing "Running 'Graphviz' program... " and... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | On ELF we need to know which symbols are used in reloca... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Properly deserialize Clang types that are used as attri... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
NAKAMURA Takumi | test/CodeGen/X86/atomic_op.ll: Rename @main to @func... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | integrate the 64-bit shifts into X86InstrShiftRotate... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move 32-bit shift and rotates out to their own file. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | add new file |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move sign and zero extensions out to their own file. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move some instructions from Instr64Bit -> InstrInfo. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move CMOV_FR32 and friends to InstrCompiler, since... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move various pattern matching support goop out of X86In... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | split conditional moves and setcc's out to their own... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move string pseudo instructions to InstrCompiler consol... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move the atomic pseudo instructions out to X86InstrComp... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move more pseudo instructions out to X86InstrCompiler.td |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move VMX instructions out to their own file. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | continue moving stuff out to X86InstrSystem.td. Move |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | Support: Add __forceinline to Compiler.h on MSVC. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | fix MSVC 2010 build. |
commit | commitdiff | tree | snapshot |
next |