| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some minor MSVC compiler warnings. | Daniel Dunbar | 2009-07-19 | 1 | -6/+2 |
* | GV with ghost linkage (module being lazily streamed in in JIT lazy compilatio... | Evan Cheng | 2009-07-16 | 1 | -5/+9 |
* | fix indentation | Chris Lattner | 2009-07-10 | 1 | -14/+14 |
* | remove the now-dead TM argument to these methods. | Chris Lattner | 2009-07-10 | 1 | -2/+2 |
* | make PIC vs DynamicNoPIC be explicit in PICStyles. | Chris Lattner | 2009-07-10 | 1 | -12/+0 |
* | some minor simplifications. | Chris Lattner | 2009-07-10 | 1 | -13/+31 |
* | add a couple of predicates to test for "stub style pic in PIC mode" and "stub... | Chris Lattner | 2009-07-10 | 1 | -1/+12 |
* | simplify fast isel by using ClassifyGlobalReference. This | Chris Lattner | 2009-07-10 | 1 | -9/+0 |
* | eliminate GVRequiresRegister, replacing it with predicates we | Chris Lattner | 2009-07-10 | 1 | -14/+0 |
* | move some classification logic around. Now GVRequiresExtraLoad | Chris Lattner | 2009-07-10 | 1 | -25/+78 |
* | GVRequiresExtraLoad is now never used for calls, simplify it based on this. | Chris Lattner | 2009-07-10 | 1 | -8/+3 |
* | actually, just eliminate PCRelGVRequiresExtraLoad. It makes the code | Chris Lattner | 2009-07-10 | 1 | -13/+0 |
* | There is only one case where GVRequiresExtraLoad returns true for calls: | Chris Lattner | 2009-07-10 | 1 | -2/+15 |
* | the "isDirectCall" operand of GVRequiresRegister is always false, eliminate it. | Chris Lattner | 2009-07-10 | 1 | -5/+4 |
* | simplify some code based on the fact that picstyles != none are only valid | Chris Lattner | 2009-07-09 | 1 | -2/+1 |
* | Reduce indentation in GVRequiresExtraLoad. Return true for windows | Chris Lattner | 2009-07-09 | 1 | -26/+28 |
* | Add feature flags for AVX and FMA and fix some SSE4A feature flag | David Greene | 2009-06-26 | 1 | -0/+9 |
* | The attached patches implement most of the ARM AAPCS-VFP hard float | Anton Korobeynikov | 2009-06-08 | 1 | -0/+4 |
* | Update CPU capabilities for AMD machines | Stefanus Du Toit | 2009-05-26 | 1 | -3/+15 |
* | Try again. Allow call to immediate address for ELF or when in static relocati... | Evan Cheng | 2009-05-20 | 1 | -2/+10 |
* | add support for detecting process features on win64, patch by | Chris Lattner | 2009-04-25 | 1 | -36/+50 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -1/+1 |
* | Added another darwin subtarget | Mon P Wang | 2009-02-28 | 1 | -0/+4 |
* | Tevert part of the x86 subtarget logic changes: when -march=x86-64 | Dan Gohman | 2009-02-03 | 1 | -4/+5 |
* | Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware has | Dan Gohman | 2009-02-03 | 1 | -10/+9 |
* | Only force SSE level if it is not correct. | Edwin Török | 2009-02-02 | 1 | -3/+10 |
* | remove #if 0 code on Bill's request. | Edwin Török | 2009-02-02 | 1 | -4/+0 |
* | Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack for | Edwin Török | 2009-02-01 | 1 | -1/+1 |
* | should have removed the + when manually applying a patch! | edwin | 2009-01-25 | 1 | -2/+2 |
* | revert this patch for now, because Codegen does still want to generate SSE code, | edwin | 2009-01-25 | 1 | -0/+4 |
* | If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ... | edwin | 2009-01-25 | 1 | -2/+0 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -2/+2 |
* | Atom and Core i7 do not have same model number after all. | Evan Cheng | 2009-01-05 | 1 | -4/+3 |
* | Add Intel processors core i7 and atom. | Evan Cheng | 2009-01-03 | 1 | -1/+2 |
* | Fix PR3210: Detect more Intel processors. Patch by Torok Edwin. | Evan Cheng | 2009-01-03 | 1 | -2/+15 |
* | Do not isel load folding bt instructions for pentium m, core, core2, and AMD ... | Evan Cheng | 2009-01-02 | 1 | -11/+25 |
* | Fix x86 CPU id detection to identify Penryn (and future processors). | Evan Cheng | 2009-01-02 | 1 | -2/+11 |
* | Add initial support for back-scheduling address computations, | Dan Gohman | 2008-12-16 | 1 | -0/+11 |
* | Re-apply 60689 now my head is screwed on right. | Evan Cheng | 2008-12-08 | 1 | -0/+2 |
* | Revert 60689. It caused many regressions on Darwin targets. | Dan Gohman | 2008-12-08 | 1 | -3/+1 |
* | Perform cheap checks first. | Evan Cheng | 2008-12-08 | 1 | -1/+3 |
* | Make LoopStrengthReduce smarter about hoisting things out of | Dale Johannesen | 2008-12-05 | 1 | -1/+17 |
* | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng | 2008-12-05 | 1 | -4/+8 |
* | Temporarily revert r60519. It was causing a bootstrap failure: | Bill Wendling | 2008-12-04 | 1 | -3/+0 |
* | Visibility hidden GVs do not require extra load of symbol address from the GO... | Evan Cheng | 2008-12-04 | 1 | -0/+3 |
* | Fix build with gcc-4.4: it doesn't like PICStyle | Duncan Sands | 2008-11-28 | 1 | -1/+1 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -2/+2 |
* | Just don't transform this memset into "bzero" if no-builtin is specified. | Bill Wendling | 2008-09-30 | 1 | -2/+2 |
* | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling | 2008-09-30 | 1 | -8/+6 |
* | x86-64 PIC JIT fixes: do not generate the extra load for external GV's. | Evan Cheng | 2008-07-16 | 1 | -1/+2 |