aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Don't run 'git svn' if there is no .git/svn directory.Jim Grosbach2012-12-101-40/+42
* This patch adds statistics for other non-DWARF fragments emitted byEli Bendersky2012-12-101-2/+13
* Use GetUnderlyingObjects in mischedHal Finkel2012-12-102-92/+244
* Fix funky copy-pasted grammatical error.Sean Silva2012-12-101-9/+9
* Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses."Chandler Carruth2012-12-101-2/+1
* Make '-mtune=x86_64' assume fast unaligned memory accesses.Chandler Carruth2012-12-101-1/+2
* Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.Chandler Carruth2012-12-101-1/+1
* Address a FIXME and update the fast unaligned memory feature for newerChandler Carruth2012-12-102-13/+21
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-104-219/+504
* Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper2012-12-103-5/+15
* [CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.NAKAMURA Takumi2012-12-101-2/+1
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-105-5/+7
* Revert to old behavior until linker can pass export-dynamic option.Bill Wendling2012-12-101-1/+6
* Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth2012-12-103-9/+33
* Documentation: convert ReleaseNotes.html to reST.Dmitri Gribenko2012-12-095-881/+571
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-098-79/+80
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-095-2/+936
* Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2012-12-093-20/+10
* test commit.Paul Redmond2012-12-091-1/+1
* So many people have touched this, it doesn't make sense to ascribe authorship...Chris Lattner2012-12-091-3/+0
* Use m_OneUse pattern instead of hasOneUse() method.Jakub Staszak2012-12-091-7/+4
* docs: Convert GarbageCollection.html to reSTSean Silva2012-12-093-1392/+1055
* Remove trailing spaces.Jakub Staszak2012-12-091-80/+80
* Documentation: HowToReleaseLLVM.rst: remove trailing whitespace.Dmitri Gribenko2012-12-091-18/+18
* Documentation: don't create TOCs manually.Dmitri Gribenko2012-12-091-81/+4
* Switch SROA to pop Uses off the back of its visitors' queues.Chandler Carruth2012-12-091-10/+8
* Drop the address space limit for tests in the makefile build.Benjamin Kramer2012-12-091-2/+4
* Remove extra blank line.Craig Topper2012-12-091-1/+0
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-098-21/+680
* Teach DAG combine to handle vector logical operations with vectors of all 1s ...Craig Topper2012-12-084-23/+51
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-088-633/+21
* Simplify code. Sort includes. No functionality change.Benjamin Kramer2012-12-081-6/+6
* Fix Windows build breakage.Logan Chien2012-12-081-2/+1
* Fix an inadvertent typo error.Shuxin Yang2012-12-081-1/+1
* Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth2012-12-081-2/+3
* Add the `lto_codegen_set_export_dynamic' function.Bill Wendling2012-12-085-3/+21
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-073-10/+31
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-0738-214/+214
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-074-17/+23
* When we use the BLEND instruction that uses the MSB as a mask, we can removeNadav Rotem2012-12-073-3/+8
* Remove trailing whitespaceMichael Ilseman2012-12-071-22/+22
* In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis2012-12-072-8/+15
* Mark ImmutableMap::remove/add() const.Ted Kremenek2012-12-071-2/+2
* Fixed some grammar and punctuation error.John Criswell2012-12-071-5/+5
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-077-99/+102
* X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.Nadav Rotem2012-12-074-8/+9
* Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky2012-12-072-5/+6
* Some common functionality from WinCOFFStreamer::EmitAssignment can be nowEli Bendersky2012-12-071-3/+1
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-077-29/+6
* Added Mapping Symbols for ARM ELFTim Northover2012-12-0719-39/+515