aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-181-1/+6
* We want a string representation of the attribute, not the kind as a string.Bill Wendling2013-06-181-2/+2
* Remove Path::canWrite.Rafael Espindola2013-06-182-13/+0
* Add a can_write function to PathV2.Rafael Espindola2013-06-182-0/+18
* [ARMTargetLowering] ARMISD::{SUB,ADD}{C,E} second result is a boolean implyin...Michael Gottesman2013-06-181-1/+11
* Converted an overly aggressive assert to a conditional check in AddCombineTo6...Michael Gottesman2013-06-181-2/+5
* Remove unused Path::canRead.Rafael Espindola2013-06-182-12/+0
* Fix 80 col violation.Nadav Rotem2013-06-181-3/+6
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-181-1/+11
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-181-0/+8
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-182-0/+13
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-182-8/+0
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-182-0/+26
* Reduce indentation.David Blaikie2013-06-181-53/+55
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-181-0/+7
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-181-1/+12
* Scan the successor blocks and use the PHI nodes as a hint for possible chain ...Nadav Rotem2013-06-181-6/+40
* Add a return value to make this function more useful.Nadav Rotem2013-06-182-2/+4
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-188-4/+158
* Don't convert object_error's enum to and from int.Rafael Espindola2013-06-181-4/+4
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-183-5/+7
* ARM: add operands pre-writeback variants when neededAmaury de la Vieuville2013-06-183-40/+61
* ARM: fix thumb literal loads decodingAmaury de la Vieuville2013-06-183-29/+238
* ARM: thumb stores cannot use PC as dest registerAmaury de la Vieuville2013-06-181-0/+37
* Hopefully fix the MSVS build after r184105Timur Iskhodzhanov2013-06-181-0/+1
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-1825-190/+186
* Fix nondeterminism in .gcno file generation.Nick Lewycky2013-06-181-9/+25
* Remove dead prototype.Bill Wendling2013-06-181-2/+0
* Simplify some of the code. No functionality change.Bill Wendling2013-06-181-7/+5
* MI-Sched: handle ReadAdvance latencies as used by Swift.Andrew Trick2013-06-171-1/+4
* Give RegMax higher priority.Andrew Trick2013-06-171-9/+9
* Remove compareRPDelta.Andrew Trick2013-06-171-37/+0
* MI Sched: fix a typo in RegPressure heuristics.Andrew Trick2013-06-171-1/+1
* MI-Sched: Remove another heuristic that is sensitive to queue order.Andrew Trick2013-06-171-6/+0
* MI-Sched: Track multiple candidates with the same priority level.Andrew Trick2013-06-171-32/+25
* Directly access objects which may change during compilation.Bill Wendling2013-06-172-36/+68
* Reapply r183985 now that the missing check was added to PathV2.Rafael Espindola2013-06-171-3/+5
* Only delete regular files and directories.Rafael Espindola2013-06-171-0/+16
* R600: PV stores Reg id, not indexVincent Lejeune2013-06-171-1/+1
* R600: Properly set COUNT_3 bit in TEX clause initiating inst for pre EG gen.Vincent Lejeune2013-06-171-14/+16
* Revert "Remove a use of PathV1.h."Rafael Espindola2013-06-171-5/+3
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-1711-50/+60
* Fix for a regression caused by the LoopVectorizer whenPekka Jaaskelainen2013-06-171-3/+3
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-171-0/+4
* Disable vectorization for -Oz.Nadav Rotem2013-06-171-1/+1
* Enable the loop vectorizer by default for -Os and -O2.Nadav Rotem2013-06-171-7/+1
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-1710-1374/+2
* Fix incorrectly finding 'executable' directories instead of files.Manuel Klimek2013-06-171-1/+8
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-1630-377/+9
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-1612-137/+113