summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman2013-04-098-17/+21
* Extract a function.Jakob Stoklund Olesen2013-04-091-31/+17
* Remove the confusing sentence.Nadav Rotem2013-04-091-2/+0
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-094-21/+25
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-094-25/+56
* More uses for SymbolTableEntryBase.Rafael Espindola2013-04-091-35/+9
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-092-52/+38
* Fix PointerIntPair to be enum class compatible.Joe Groff2013-04-091-26/+26
* Add a SectionBase struct.Rafael Espindola2013-04-082-24/+30
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-084-25/+21
* InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.NAKAMURA Takumi2013-04-081-1/+1
* Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...Shuxin Yang2013-04-081-12/+14
* Update the docs about the fact that the loop vectorizer is enabled by default...Nadav Rotem2013-04-081-9/+4
* Template the MachO types over the word size.Rafael Espindola2013-04-083-82/+119
* Remove is64BitLoadCommand.Rafael Espindola2013-04-081-20/+10
* Rewrite test/Integer tests to use FileCheck instead of grepEli Bendersky2013-04-083-5/+7
* Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky2013-04-084-6/+10
* Update documentation.Matt Arsenault2013-04-081-3/+1
* Rewrite test/Verifier tests to use FileCheck instead of grepEli Bendersky2013-04-0813-19/+28
* X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer2013-04-083-3/+677
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-083-24/+28
* Generate PPC early conditional returnsHal Finkel2013-04-088-28/+218
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-082-268/+81
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-083-8/+24
* R600: Control Flow support for pre EG genVincent Lejeune2013-04-083-72/+240
* Simplify the quoting here. Our lit emulator doesn't deal well with theChandler Carruth2013-04-081-1/+1
* Remove a global 'endl' variable from the other file as well.Chandler Carruth2013-04-081-25/+22
* Clean up namespaces in obj2yaml.cpp.Chandler Carruth2013-04-081-11/+12
* Add ACLE link to ARM documentation sectionsTim Northover2013-04-081-0/+4
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-085-325/+400
* Cleanup the formatting of obj2yaml.cpp.Chandler Carruth2013-04-081-22/+23
* Don't define our own global 'endl' variable. While technically it hadChandler Carruth2013-04-081-5/+3
* ARM: Remove unused variable.Benjamin Kramer2013-04-081-2/+0
* Cleanup and improve PPC fsel generationHal Finkel2013-04-072-7/+170
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-074-14/+17
* Make MachOObjectFile independent from MachOObject.Rafael Espindola2013-04-072-17/+9
* Implement MachOObjectFile::getData directly.Rafael Espindola2013-04-071-1/+1
* Implement MachOObjectFile::is64Bit directly.Rafael Espindola2013-04-071-1/+2
* Implement MachOObjectFile::getHeaderSize directly.Rafael Espindola2013-04-071-1/+1
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-073-19/+30
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-073-3/+375
* Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola2013-04-072-41/+46
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-073-78/+31
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-073-13/+39
* Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo.Rafael Espindola2013-04-071-18/+19
* Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola2013-04-072-17/+21
* Remove unused argument.Rafael Espindola2013-04-075-6/+5
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-073-12/+25
* Remove two uses of getObject.Rafael Espindola2013-04-073-13/+6
* Remove usage of InMemoryStruct in getSymbol.Rafael Espindola2013-04-072-32/+10