summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rename dylibNamesToOrdinal now that it is an ivarNick Kledzik2012-11-011-6/+6
* Get rid of hack by making the actual call public. This was causing the lldb-p...Greg Clayton2012-11-012-12/+2
* Fix the template type diffing to handle integral template arguments.Richard Trieu2012-11-012-6/+265
* Dependences: Add support to calculate memory based dependencesTobias Grosser2012-11-012-10/+124
* Fixes to make the test suite work better whenSean Callanan2012-11-011-9/+9
* Silence -Wformat on platforms where uint64_t is unsigned long.Matt Beaumont-Gay2012-11-011-1/+1
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-011-2/+2
* [ELF] Fix -Woverloaded-virtualMichael J. Spencer2012-11-011-1/+1
* [MachO] Fix use after free.Michael J. Spencer2012-11-011-1/+1
* [MachO] Fix uninitialized variables.Michael J. Spencer2012-11-011-1/+4
* Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar2012-11-013-211/+139
* Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas2012-11-017-201/+142
* objective-C block meta-data. This patch completes meta-dataFariborz Jahanian2012-11-017-86/+709
* Make the FilenameRange of the InclusionDirective callback more accurate,Argyrios Kyrtzidis2012-11-013-2/+251
* peek should set eofbit if sgetc() returns eof.Howard Hinnant2012-11-011-0/+4
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-012-2/+41
* Avoid a crash when trying to parse a line table in the DWARF parser.Greg Clayton2012-11-011-10/+12
* ScopDetection: Print line numbers of detected scopsTobias Grosser2012-11-012-0/+66
* Revert multiple adress space changes in PollyTobias Grosser2012-11-013-12/+7
* Richard Smith: This fixes a problem in std::is_constructible for incomplete ...Howard Hinnant2012-11-011-1/+3
* Fix an incorrect assert, the LHS can be an LValue.Rafael Espindola2012-11-012-1/+13
* llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.NAKAMURA Takumi2012-11-011-1/+2
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-012-3/+25
* Add a getAddressSpace method to the GEP instruction to mirror that ofChandler Carruth2012-11-011-1/+8
* Add some consistent doxygen comments for the address space helpers.Chandler Carruth2012-11-011-0/+5
* Normalize the API and doxygen comments for the ptrtoint instruction.Chandler Carruth2012-11-011-2/+9
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-012-21/+5
* As I'm going to be touching several comments in this file, update theChandler Carruth2012-11-011-106/+106
* Add a test case for PR14233.Chandler Carruth2012-11-011-0/+53
* Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth2012-11-013-35/+11
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-0133-124/+92
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-0146-805/+463
* -fcatch-undefined-behavior: Start checking loads and stores for null pointers.Richard Smith2012-11-012-14/+24
* BBVectorize: Account for internal shuffle costsHal Finkel2012-11-011-2/+60
* [clang.py] Add Cursor.get_arguments()Gregory Szorc2012-11-012-0/+24
* Codegen: Selectively copy in array addresses for OpenMP codeTobias Grosser2012-11-015-19/+7
* CodeGen: Add scop-parameters to the OpenMP contextTobias Grosser2012-11-016-3/+208
* Codegen: Copy and restore the ValueMap and ClastVars explicitlyTobias Grosser2012-11-012-33/+80
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-019-179/+179
* Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith2012-11-013-989/+1
* Cleanup another place redundant SP maintainedMichael Liao2012-11-011-4/+4
* [CMake] Add llvm-mcmarkup to check-llvm.NAKAMURA Takumi2012-11-011-1/+6
* test/CodeGen/X86/fp-fast.ll: Add +avx.NAKAMURA Takumi2012-11-011-1/+1
* Fix an error message in debugserver so it doesn't print "Unable toJason Molenda2012-11-011-1/+3
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-017-24/+59
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-012-0/+38
* clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h: Ap...NAKAMURA Takumi2012-11-011-2/+2
* Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen2012-11-011-12/+8
* There seems to be some odd corner case where we shut down the ProcessGDBRemot...Jim Ingham2012-11-012-12/+60
* Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak2012-11-011-2/+2
OpenPOWER on IntegriCloud