aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include.Jakub Staszak2013-02-201-1/+0
* Add missing #include.Jakub Staszak2013-02-201-0/+1
* Fix #includes, so we include only what we really need.Jakub Staszak2013-02-202-3/+2
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-203-11/+221
* Move part of APInt implementation from header to cpp file. These methodsJakub Staszak2013-02-202-38/+45
* clear new map and initialize new variablePedro Artigas2013-02-201-0/+2
* Add the function attributes from an inline asm call. These don't have declara...Bill Wendling2013-02-201-0/+8
* [ms-inline asm] Force the use of a base pointer if the MachineFunction includesChad Rosier2013-02-192-4/+6
* Update a portability kludge to keep it in sync with changes in the codeDan Gohman2013-02-191-2/+7
* ELF symbol table field st_other support, Jack Carter2013-02-193-7/+12
* Remove unused variable.Jakub Staszak2013-02-191-2/+1
* Minor cleanups. No functionality change.Jakub Staszak2013-02-191-10/+7
* ELF symbol table field st_other support, Jack Carter2013-02-194-5/+27
* Remove unneeded #includes.Jakub Staszak2013-02-191-2/+0
* ELF symbol table field st_other support, Jack Carter2013-02-195-9/+46
* Fix typos.Jakub Staszak2013-02-191-10/+10
* ELF symbol table field st_other support, Jack Carter2013-02-197-3/+40
* Add obvious constantness.Jakub Staszak2013-02-191-2/+2
* Simplify code. No functionality change.Jakub Staszak2013-02-191-4/+2
* ARM NEON: Don't need COPY_TO_REGCLASS in patternArnold Schwaighofer2013-02-191-3/+1
* Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem2013-02-193-3/+31
* Fix a bug that was found by the clang static analyzer. The var "AT" is null s...Nadav Rotem2013-02-191-2/+2
* Whitelist files and block devices instead of blacklisting fifos andDan Gohman2013-02-191-3/+4
* Don't trust st_size of a character device. This fixes usingDan Gohman2013-02-191-3/+3
* ARM: Allocation hints must make sure to be in the alloc order.Jim Grosbach2013-02-192-1/+55
* Assert that the target provided hints are in the allocation order.Jakob Stoklund Olesen2013-02-191-0/+5
* Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor2013-02-192-8/+19
* Hexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo.h withJyotsna Verma2013-02-191-28/+60
* Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.Benjamin Kramer2013-02-191-43/+47
* Move LLVM_LIBRARY_VISIBILITY for consistency with what was done toRafael Espindola2013-02-191-1/+1
* Fix typoEli Bendersky2013-02-191-1/+1
* Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-193-40/+34
* Make ARMAsmPrinter pass name more precise and fix comment.Eli Bendersky2013-02-191-6/+2
* Make pass name more precise and fix comment.Eli Bendersky2013-02-191-6/+2
* ARM NEON: Merge a f32 bitcast of a v2i32 extracteltArnold Schwaighofer2013-02-192-0/+31
* R600: Add AR_X to the R600_TReg_X register class.Tom Stellard2013-02-191-1/+1
* R600: Mark all members of the TRegMem register class as reservedTom Stellard2013-02-191-0/+6
* R600: Fix scheduler crash caused by invalid MachinePointerInfoTom Stellard2013-02-191-1/+1
* R600: Fix tracking of implicit defs in the IndirectAddressing passTom Stellard2013-02-191-7/+25
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-193-9/+18
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-192-30/+80
* Simplify code. No functionality change.Jakub Staszak2013-02-191-14/+7
* Fix capitalization in comment to match function name.Craig Topper2013-02-191-1/+1
* Grammar.Eric Christopher2013-02-191-1/+1
* More const correcting of stack coloring.Craig Topper2013-02-191-8/+8
* Const-correct the stack coloring code.Craig Topper2013-02-191-18/+15
* Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness.Craig Topper2013-02-191-18/+32
* Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,Reed Kotler2013-02-194-1/+232
* Make the dump() function const and reduce the number of hash lookups it perfo...Craig Topper2013-02-191-11/+17
* Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookup...Craig Topper2013-02-191-6/+9