aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-10Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses."Chandler Carruth
2012-12-10Make '-mtune=x86_64' assume fast unaligned memory accesses.Chandler Carruth
2012-12-10Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.Chandler Carruth
2012-12-10Address a FIXME and update the fast unaligned memory feature for newerChandler Carruth
2012-12-10Add a new visitor for walking the uses of a pointer value.Chandler Carruth
2012-12-10Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper
2012-12-10[CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.NAKAMURA Takumi
2012-12-10[CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi
2012-12-10Revert to old behavior until linker can pass export-dynamic option.Bill Wendling
2012-12-10Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth
2012-12-09Documentation: convert ReleaseNotes.html to reST.Dmitri Gribenko
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman
2012-12-09LoopVectorize: support vectorizing intrinsic callsPaul Redmond
2012-12-09Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman
2012-12-09test commit.Paul Redmond
2012-12-09So many people have touched this, it doesn't make sense to ascribe authorship...Chris Lattner
2012-12-09Use m_OneUse pattern instead of hasOneUse() method.Jakub Staszak
2012-12-09docs: Convert GarbageCollection.html to reSTSean Silva
2012-12-09Remove trailing spaces.Jakub Staszak
2012-12-09Documentation: HowToReleaseLLVM.rst: remove trailing whitespace.Dmitri Gribenko
2012-12-09Documentation: don't create TOCs manually.Dmitri Gribenko
2012-12-09Switch SROA to pop Uses off the back of its visitors' queues.Chandler Carruth
2012-12-09Drop the address space limit for tests in the makefile build.Benjamin Kramer
2012-12-09Remove extra blank line.Craig Topper
2012-12-09- Re-enable population count loop idiom recognization Shuxin Yang
2012-12-08Teach DAG combine to handle vector logical operations with vectors of all 1s ...Craig Topper
2012-12-08Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth
2012-12-08Simplify code. Sort includes. No functionality change.Benjamin Kramer
2012-12-08Fix Windows build breakage.Logan Chien
2012-12-08Fix an inadvertent typo error.Shuxin Yang
2012-12-08Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth
2012-12-08Add the `lto_codegen_set_export_dynamic' function.Bill Wendling
2012-12-07Add C API for specifying CPU to the disassembler.Jim Grosbach
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-07Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky
2012-12-07When we use the BLEND instruction that uses the MSB as a mask, we can removeNadav Rotem
2012-12-07Remove trailing whitespaceMichael Ilseman
2012-12-07In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis
2012-12-07Mark ImmutableMap::remove/add() const.Ted Kremenek
2012-12-07Fixed some grammar and punctuation error.John Criswell
2012-12-07Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky
2012-12-07X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.Nadav Rotem
2012-12-07Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky
2012-12-07Some common functionality from WinCOFFStreamer::EmitAssignment can be nowEli Bendersky
2012-12-07Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky
2012-12-07Added Mapping Symbols for ARM ELFTim Northover
2012-12-07Convert HowToReleaseLLVM.html to reSTDmitri Gribenko
2012-12-07The test unconditionally assumes a particular cpu has a backend build in the ...David Tweed
2012-12-07Split MCELFStreamer into a header file.Logan Chien
2012-12-07docs: Convert LangRef to reST.Sean Silva