aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert HowToReleaseLLVM.html to reSTDmitri Gribenko2012-12-073-582/+506
* The test unconditionally assumes a particular cpu has a backend build in the ...David Tweed2012-12-072-0/+6
* Split MCELFStreamer into a header file.Logan Chien2012-12-072-107/+172
* docs: Convert LangRef to reST.Sean Silva2012-12-073-9100/+8303
* [msan] Remove readonly/readnone attributes from all called functions.Evgeniy Stepanov2012-12-071-0/+13
* Use the new MIBundleBuilder class in the Mips target.Jakob Stoklund Olesen2012-12-072-18/+26
* Add an MIBundleBuilder class.Jakob Stoklund Olesen2012-12-071-0/+64
* Add higher-level API for dealing with bundled MachineInstrs.Jakob Stoklund Olesen2012-12-072-5/+59
* [mips] Delete nodes and instructions for dynamic alloca that are no longer inAkira Hatanaka2012-12-073-23/+0
* [mips] Shorten predicate name.Akira Hatanaka2012-12-075-105/+105
* [mips] Delete unused sub-target features.Akira Hatanaka2012-12-073-15/+2
* [mips] Remove unnecessary predicates.Akira Hatanaka2012-12-073-4/+4