aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-082-4/+2
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-082-13/+43
* Specify complete triple for fp128 tests.Tim Northover2013-01-082-2/+2
* This patch produces the correct addend value forJack Carter2013-01-082-0/+34
* This patch produces the correct pointer size Jack Carter2013-01-082-0/+56
* Pad Short Functions for Intel AtomPreston Gurd2013-01-0811-8/+277
* Docs: mention that we support float reductions when -ffast-math is used.Nadav Rotem2013-01-081-0/+2
* Rename statistic for instruction fragments -> relaxableEli Bendersky2013-01-081-3/+3
* Code cleanup: refactor the switch statements in the generation of reduction v...Nadav Rotem2013-01-081-59/+28
* Rename the enum members to match the LLVM coding style.Nadav Rotem2013-01-081-25/+25
* Add fp128 rtlib function names to LLVMTim Northover2013-01-083-18/+184
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-083-9/+30
* Add highlighting for "int" keywordJoel Jones2013-01-081-1/+1
* Make sure we don't emit instructions before a landingpad instruction.Bill Wendling2013-01-083-1/+95
* Allow ELF64 relocation type to be more than 8 bits.Tim Northover2013-01-081-8/+8
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-083-24/+21
* Add the C testcase to this file.Eric Christopher2013-01-081-0/+6
* Update README.txt to more accurately reflect reality.Sean Silva2013-01-081-3/+5
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-088-14/+38
* Fix comment.Eric Christopher2013-01-081-1/+2
* Split changeset_ty using iterators instead of loops.Lenny Maiorani2013-01-081-6/+8
* Mark artificial types as such in the annotated debug output.David Blaikie2013-01-082-0/+6
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-0812-47/+54
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-084-7/+3
* Pack MachineOperand bitfields better.Jakob Stoklund Olesen2013-01-072-22/+20
* Pack MachineInstr fields better.Jakob Stoklund Olesen2013-01-072-7/+6
* LoopVectorizer: Add support for floating point reductionsNadav Rotem2013-01-072-58/+120
* Add some additional tests for the .bundle_lock align_to_end feature that didn'tEli Bendersky2013-01-075-13/+2919
* Remove dead directory.Bill Wendling2013-01-070-0/+0
* Cosmetical changne in order to conform to coding std.Shuxin Yang2013-01-071-5/+6
* Whitespace and 80-col.Eric Christopher2013-01-072-4/+6
* Whitespace and 80-col.Eric Christopher2013-01-073-5/+6
* LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem2013-01-072-3/+65
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-0713-29/+104
* This change is to implement following rules:Shuxin Yang2013-01-073-0/+214
* Fixed EOL whitespace.Michael Gottesman2013-01-071-29/+29
* ARM: Copy-paste error.Jim Grosbach2013-01-071-1/+1
* ARM: Fix a few copy-paste errors.Jim Grosbach2013-01-072-3/+3
* [ms-inline asm] Make sure the NullStreamParser doesn't try to emit labels whenChad Rosier2013-01-071-1/+2
* Add more comments to what's going on here.Eric Christopher2013-01-071-1/+3
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-0712-19/+120
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-074-12/+80
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-079-174/+185
* Implement APFloat::isDenormal()Shuxin Yang2013-01-073-0/+60
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-074-0/+119
* Make test/DebugInfo/member-pointers.ll portable by removing the TargetDataDavid Blaikie2013-01-071-4/+0
* Claim ".td" files. Improve README cp command. Drop "Bundle" from descriptionJoel Jones2013-01-073-4/+5
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-076-8/+8
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-0716-16/+16
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-079-8/+8