summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* [ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier2012-10-04
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-04
* When merging connsecutive stores, use vectors to store the constant zero.Nadav Rotem2012-10-04
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-04
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-04
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-04
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-04
* Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...Micah Villmow2012-10-04
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-04
* Create the DataLayout class, as a direct copy of TargetData.Micah Villmow2012-10-04
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-04
* Accidently checked in the files, only wanted to copy them.Micah Villmow2012-10-04
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...Micah Villmow2012-10-04
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165242 91177308-0d34...Micah Villmow2012-10-04
* Add register encoding support in X86 backendMichael Liao2012-10-04
* Fix doxygen comment to match parameters' names.Jakub Staszak2012-10-04
* Add a comment to the commit r165187.Jakub Staszak2012-10-04
* - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt2012-10-04
* Get MCSchedModel directly from the subtarget.Jakob Stoklund Olesen2012-10-04
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-04
* test commit / whitespaceWill Schmidt2012-10-04
* SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...Benjamin Kramer2012-10-04
* In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands2012-10-04
* The alignment of an sret parameter is known: it must be at least theDuncan Sands2012-10-04
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-04
* Fix wrong name in comment.Duncan Sands2012-10-04
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-04
* The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands2012-10-04
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-04
* Use method to query if there are attributes.Bill Wendling2012-10-04
* Add method to query for NoCapture attribute.Bill Wendling2012-10-04
* Use method to query for NoAlias attribute.Bill Wendling2012-10-04
* Use attribute query methods.Bill Wendling2012-10-04
* Use method to query for attributes.Bill Wendling2012-10-04
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-04
* Use method to query for attributes.Bill Wendling2012-10-04
* Query for attributes via the correct method call.Bill Wendling2012-10-04
* Use new accessor methods to query for attributes.Bill Wendling2012-10-04
* [tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany2012-10-04
* Remove template from function that is only used with one type after r165092.Craig Topper2012-10-04
* Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQPLang Hames2012-10-04
* docs: Fix typo on front pageSean Silva2012-10-04
* Implement methods that enable expansion of load immediate Jack Carter2012-10-04
* docs: Sphinxify GoldPlugin document.Sean Silva2012-10-04
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-04
* tblgen: Whitespace and 80-col cleanup.Sean Silva2012-10-04
* Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'.Jordan Rose2012-10-04
* Enable -schedmodel, but prefer itineraries until we have more benchmark data.Andrew Trick2012-10-04
* Fix PR13967.Jakub Staszak2012-10-03
* Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling2012-10-03