index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename dylibNamesToOrdinal now that it is an ivar
Nick Kledzik
2012-11-01
1
-6
/
+6
*
Get rid of hack by making the actual call public. This was causing the lldb-p...
Greg Clayton
2012-11-01
2
-12
/
+2
*
Fix the template type diffing to handle integral template arguments.
Richard Trieu
2012-11-01
2
-6
/
+265
*
Dependences: Add support to calculate memory based dependences
Tobias Grosser
2012-11-01
2
-10
/
+124
*
Fixes to make the test suite work better when
Sean Callanan
2012-11-01
1
-9
/
+9
*
Silence -Wformat on platforms where uint64_t is unsigned long.
Matt Beaumont-Gay
2012-11-01
1
-1
/
+1
*
Fixed format string to avoid pointer truncation during 64-bit debugging.
Andrew Kaylor
2012-11-01
1
-2
/
+2
*
[ELF] Fix -Woverloaded-virtual
Michael J. Spencer
2012-11-01
1
-1
/
+1
*
[MachO] Fix use after free.
Michael J. Spencer
2012-11-01
1
-1
/
+1
*
[MachO] Fix uninitialized variables.
Michael J. Spencer
2012-11-01
1
-1
/
+4
*
Use the relationship models infrastructure to add two relations - getPredOpcode
Pranav Bhandarkar
2012-11-01
3
-211
/
+139
*
Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).
Filipe Cabecinhas
2012-11-01
7
-201
/
+142
*
objective-C block meta-data. This patch completes meta-data
Fariborz Jahanian
2012-11-01
7
-86
/
+709
*
Make the FilenameRange of the InclusionDirective callback more accurate,
Argyrios Kyrtzidis
2012-11-01
3
-2
/
+251
*
peek should set eofbit if sgetc() returns eof.
Howard Hinnant
2012-11-01
1
-0
/
+4
*
Add support for generating dwarf debugging info with assembly files
Kevin Enderby
2012-11-01
2
-2
/
+41
*
Avoid a crash when trying to parse a line table in the DWARF parser.
Greg Clayton
2012-11-01
1
-10
/
+12
*
ScopDetection: Print line numbers of detected scops
Tobias Grosser
2012-11-01
2
-0
/
+66
*
Revert multiple adress space changes in Polly
Tobias Grosser
2012-11-01
3
-12
/
+7
*
Richard Smith: This fixes a problem in std::is_constructible for incomplete ...
Howard Hinnant
2012-11-01
1
-1
/
+3
*
Fix an incorrect assert, the LHS can be an LValue.
Rafael Espindola
2012-11-01
2
-1
/
+13
*
llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.
NAKAMURA Takumi
2012-11-01
1
-1
/
+2
*
[asan] don't instrument globals that we've created ourselves (reduces the bin...
Kostya Serebryany
2012-11-01
2
-3
/
+25
*
Add a getAddressSpace method to the GEP instruction to mirror that of
Chandler Carruth
2012-11-01
1
-1
/
+8
*
Add some consistent doxygen comments for the address space helpers.
Chandler Carruth
2012-11-01
1
-0
/
+5
*
Normalize the API and doxygen comments for the ptrtoint instruction.
Chandler Carruth
2012-11-01
1
-2
/
+9
*
Remove a weird static helper from the GEP instruction and just directly
Chandler Carruth
2012-11-01
2
-21
/
+5
*
As I'm going to be touching several comments in this file, update the
Chandler Carruth
2012-11-01
1
-106
/
+106
*
Add a test case for PR14233.
Chandler Carruth
2012-11-01
1
-0
/
+53
*
Teach Type::getPointerAddressSpace to look through pointer vectors
Chandler Carruth
2012-11-01
3
-35
/
+11
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
33
-124
/
+92
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
46
-805
/
+463
*
-fcatch-undefined-behavior: Start checking loads and stores for null pointers.
Richard Smith
2012-11-01
2
-14
/
+24
*
BBVectorize: Account for internal shuffle costs
Hal Finkel
2012-11-01
1
-2
/
+60
*
[clang.py] Add Cursor.get_arguments()
Gregory Szorc
2012-11-01
2
-0
/
+24
*
Codegen: Selectively copy in array addresses for OpenMP code
Tobias Grosser
2012-11-01
5
-19
/
+7
*
CodeGen: Add scop-parameters to the OpenMP context
Tobias Grosser
2012-11-01
6
-3
/
+208
*
Codegen: Copy and restore the ValueMap and ClastVars explicitly
Tobias Grosser
2012-11-01
2
-33
/
+80
*
Remove first argument from Arg::getValue; it's been unused since r105760.
Richard Smith
2012-11-01
9
-179
/
+179
*
Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested
Richard Smith
2012-11-01
3
-989
/
+1
*
Cleanup another place redundant SP maintained
Michael Liao
2012-11-01
1
-4
/
+4
*
[CMake] Add llvm-mcmarkup to check-llvm.
NAKAMURA Takumi
2012-11-01
1
-1
/
+6
*
test/CodeGen/X86/fp-fast.ll: Add +avx.
NAKAMURA Takumi
2012-11-01
1
-1
/
+1
*
Fix an error message in debugserver so it doesn't print "Unable to
Jason Molenda
2012-11-01
1
-1
/
+3
*
[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for
Argyrios Kyrtzidis
2012-11-01
7
-24
/
+59
*
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-11-01
2
-0
/
+38
*
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h: Ap...
NAKAMURA Takumi
2012-11-01
1
-2
/
+2
*
Exploit the new identity composition in composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
1
-12
/
+8
*
There seems to be some odd corner case where we shut down the ProcessGDBRemot...
Jim Ingham
2012-11-01
2
-12
/
+60
*
Don't insert and erase load instruction. Simply create (new) and delete it.
Jakub Staszak
2012-11-01
1
-2
/
+2
[next]