2012-10-04 |
Jakob Stoklund... | Get MCSchedModel directly from the subtarget. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jakob Stoklund... | Switch MachineTraceMetrics to the new TargetSchedModel... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Will Schmidt | test commit / whitespace |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Benjamin Kramer | SimplifyCFG: Enhance the "remove CFG edge that leads... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Duncan Sands | In my recent change to avoid use of underaligned memory... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Duncan Sands | The alignment of an sret parameter is known: it must... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Benjamin Kramer | Hoist some grossly duplicated code from the COFF/ELF... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Duncan Sands | Fix wrong name in comment. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Chandler Carruth | Fix PR13969, a mini-phase-ordering issue with the new... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Duncan Sands | The memcpy optimizer was happily doing call slot forwar... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Chandler Carruth | Teach the integer-promotion rewrite strategy to be... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use method to query if there are attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Add method to query for NoCapture attribute. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use method to query for NoAlias attribute. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use attribute query methods. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use method to query for attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Add method to query for 'NoAlias' attribute on call... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use method to query for attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Query for attributes via the correct method call. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use new accessor methods to query for attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Kostya Serebryany | [tsan] add 3 internal flags for fine-grain control... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Craig Topper | Remove template from function that is only used with... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Lang Hames | Fix reg mask slot test, and preserve LiveIntervals... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Sean Silva | docs: Fix typo on front page |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jack Carter | Implement methods that enable expansion of load immediate |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Sean Silva | docs: Sphinxify GoldPlugin document. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jack Carter | This patch is a partial implementation of mips .set... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Sean Silva | tblgen: Whitespace and 80-col cleanup. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jordan Rose | Make sure 'prefix-clang++' is aliased to 'prefix-clang... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Trick | Enable -schedmodel, but prefer itineraries until we... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jakub Staszak | Fix PR13967. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Add an explicit -object_path_lto flag during linking... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michael Liao | Clean up tailing whitespaces |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Trick | Added instregex support to TableGen subtarget emitter. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Trick | TableGen subtarget emitter, nearly first class support... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Trick | Cleanup TableGen subtarget emitter. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Chad Rosier | [ms-inline asm] Default to the 'm' constraint. This... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Chad Rosier | [ms-inline asm] Add support in the X86AsmPrinter for... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jack Carter | This patch moves from using a hard coded number (4) |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Sean Silva | tblgen: Remove last traces of old TableGenMain API. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Sean Silva | tblgen: Migrate llvm-tblgen to new TableGenMain API. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Sean Silva | tblgen: Put new TableGenMain API in place. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Add function to return return attributes. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Update to use the predicate methods to query if an... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nadav Rotem | Fix a cycle in the DAG. In this code we replace multipl... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nick Kledzik | Use unsigned long long instead of uin64_t for OS where... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Chad Rosier | Typos. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | Don't call getAsUnsignedInteger directly, it fails... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nick Kledzik | Add getAsUnsignedInteger test case that checks that... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | No need to call functions which do the same thing as... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Remove assert that's too restrictive. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Add methods which query for the specific attribute... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Tim Northover | Implement .rel relocation for R_ARM_ABS32 in MCJIT. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Preston Gurd | This Patch corrects a problem whereby the optimization... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nadav Rotem | A DAGCombine optimization for mergeing consecutive... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Preston Gurd | Set up MCSchedModel after detecting the CPU type in... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Dmitry Vyukov | tsan: update the test for new atomic enums |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Dmitry Vyukov | tsan: update the test for new atomic enums |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Dmitry Vyukov | tsan: prepare for migration to new memory_order enum... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Silviu Baranga | Fixed a bug in the ExecutionDependencyFix pass that... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Chandler Carruth | Fix an issue where we failed to adjust the alignment... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Chandler Carruth | Try to use a better set of abstractions for computing... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Eric Christopher | Revert 165051-165049 while looking into the foreach... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Craig Topper | Fix doxygen comment to match function name. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Craig Topper | Remove unused function that used to get itineraries... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Craig Topper | Fix 80-column violation |
commit | commitdiff | tree | snapshot |
2012-10-03 |
NAKAMURA Takumi | test/ExecutionEngine/MCJIT: MCJIT should work also... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Chandler Carruth | Third try at fixing this. ;] Go back to using std:... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jakob Stoklund... | The early if conversion pass is ready to be used as... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Chandler Carruth | Switch the SetVector::remove_if implementation to use... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Evan Cheng | Fix a serious X86 instruction selection bug. In |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Eric Christopher | Revert "Don't use a debug location for frame setup... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chad Rosier | Revert 165057, per Jim's request. This requires furthe... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Jack Carter | The mips 64bit instructions DSLL, DSRA, DSRL, DEXT... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chandler Carruth | Teach the new SROA to handle cases where an alloca... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chandler Carruth | Clean up these doxygen comments to follow the proposed... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Nick Lewycky | Make sure to put our sret argument into %rax on x86... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Jakob Stoklund... | Remove the old coalescer algorithm. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Jakob Stoklund... | Handle reserved registers more accurately in handleMove(). |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chad Rosier | [ms-inline asm] Add basic support for wildcard MCParsed... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Jakob Stoklund... | Make sure the whole live range is covered when values... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Eric Christopher | Allow alternate instructions to silence bot. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Eric Christopher | 80-col. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Andrew Kaylor | Clean-up of memory buffer and object ownership model... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Eric Christopher | Don't use a debug location for frame setup instructions... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Eric Christopher | Use the existing DebugLoc. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Eric Christopher | Make the location a parameter since we may not want... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Eric Christopher | Remove the SavePoint infrastructure from fast isel... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Bill Wendling | Set the 'build clang only' flag when we're building... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Nick Kledzik | Improve overflow detection in StringRef::getAsUnsignedI... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chandler Carruth | Fix another crasher in SROA, reported by Joel. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Andrew Kaylor | Support for generating ELF objects on Windows. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chandler Carruth | Fix a silly coding error on my part. The whole point... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Benjamin Kramer | Fix broken tests. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Duncan Sands | Fix PR13991: legalizing an overflowing multiplication... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
James Molloy | Add default JIT LIT variable. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chandler Carruth | Turn the new SROA pass back on. Let's see if it sticks... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chad Rosier | Fix 80-column violations. Cleanup whitespace in generat... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Chad Rosier | [ms-inline asm] Add the convertToMapAndConstraints... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
NAKAMURA Takumi | test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64... |
commit | commitdiff | tree | snapshot |
next |