summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add support for the 'x' constraint.Eric Christopher2012-05-071-1/+8
* Add support for the 'l' constraint.Eric Christopher2012-05-072-0/+18
* Add support for the 'c' constraint.Eric Christopher2012-05-072-2/+20
* Add support for the 'P' constraint.Eric Christopher2012-05-073-0/+33
* Fix trivial typo in llvm_move.John McCall2012-05-071-1/+1
* Fix some issues in the f16c instructions.Craig Topper2012-05-071-11/+9
* Add support for the 'O' constraint.Eric Christopher2012-05-073-0/+33
* Add support for the 'N' inline asm constraint.Eric Christopher2012-05-073-0/+34
* Add support for the 'L' inline asm constraint.Eric Christopher2012-05-073-1/+33
* Add support for the inline asm constraint 'K'.Eric Christopher2012-05-073-0/+33
* Add SSE4A MOVNTSS/MOVNTSD instructions.Craig Topper2012-05-073-0/+43
* Support the 'J' constraint.Eric Christopher2012-05-073-0/+33
* Add support for the 'I' inline asm constraint. Also add testsEric Christopher2012-05-077-0/+147
* Allow 64 bit integer values in gpu registers if arch and abi are 64 bit.Eric Christopher2012-05-071-2/+4
* When using inline asm constraints representingEric Christopher2012-05-071-1/+1
* Tidy up. Whitespace.Jim Grosbach2012-05-071-10/+10
* Use MVT instead of EVT as the argument to all the shuffle decode functions. S...Craig Topper2012-05-063-35/+33
* Add VPERMQ/VPERMPD to the list of target specific shuffles that can be looked...Craig Topper2012-05-061-0/+6
* Add shuffle decode support for VPERMQ/VPERMPD.Craig Topper2012-05-063-0/+22
* TableGen: AsmMatcher diagnostic when missing instruction mnemonic.Jim Grosbach2012-05-061-0/+3
* make SourceMgr tolerate empty SMLoc()'s better.Chris Lattner2012-05-061-45/+54
* Switch the select to branch transformation on by default.Benjamin Kramer2012-05-063-5/+6
* Remove trailing spaces.Jakub Staszak2012-05-061-60/+60
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-061-1/+14
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-062-10/+9
* reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner2012-05-052-13/+26
* revert my patches, which are causing problems.Chris Lattner2012-05-052-26/+13
* add missing header <shame>Chris Lattner2012-05-051-1/+8
* refactor some code to expose column numbers more and make diagnostic printing...Chris Lattner2012-05-051-12/+18
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-055-56/+0
* [Support] Add missing include.Daniel Dunbar2012-05-051-1/+2
* [Support] Fix up comments.Daniel Dunbar2012-05-051-5/+3
* [Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.Daniel Dunbar2012-05-051-19/+5
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-052-1/+14
* [build] Add build check for ::arc4random().Daniel Dunbar2012-05-055-2/+10
* Update all outdated autoconf files in the sample project.Benjamin Kramer2012-05-056-456/+586
* CodeGenPrepare: Add a transform to turn selects into branches in some cases.Benjamin Kramer2012-05-052-0/+147
* Add a new target hook "predictableSelectIsExpensive".Benjamin Kramer2012-05-054-0/+17
* NVPTX: Initialize the UseF32FTZ flag.Benjamin Kramer2012-05-051-0/+2
* Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for c...Stepan Dyatkovskiy2012-05-052-3/+6
* Typo.Eric Christopher2012-05-051-1/+1
* Order register classes by spill size first, members last.Jakob Stoklund Olesen2012-05-041-7/+7
* Make sure findRepresentativeClass picks the widest super-register.Jakob Stoklund Olesen2012-05-041-6/+10
* Remove extra comma in debug output.Jakob Stoklund Olesen2012-05-041-1/+1
* Fix warnings in release build.David Blaikie2012-05-042-1/+2
* Tweak to the fix in r156212, as with the change in removing the shift theKevin Enderby2012-05-041-1/+1
* Fix a bug in the ARM disassembler for wide branch conditional instructionsKevin Enderby2012-05-041-1/+1
* Fix a Clang warning in the new NVPTX backend:Chandler Carruth2012-05-041-1/+1
* Teach the code extractor how to extract a sequence of blocks fromChandler Carruth2012-05-042-7/+40
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-044-18/+87
OpenPOWER on IntegriCloud