index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test cases for 64-bit multiplication and division.
Akira Hatanaka
2011-12-02
1
-0
/
+41
*
Fix test cases to use FileCheck.
Akira Hatanaka
2011-12-02
9
-81
/
+79
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
62
-602
/
+728
*
ARM tests for VLD1 single lane w/ writeback.
Jim Grosbach
2011-12-02
1
-0
/
+8
*
ARM VLD1 single lane assembly parsing.
Jim Grosbach
2011-12-02
3
-9
/
+124
*
ARM encoder method needs the physical register number, not the enum.
Jim Grosbach
2011-12-02
1
-1
/
+1
*
TargetMachine: document unnamed bool argument
Dylan Noblesmith
2011-12-02
1
-3
/
+3
*
unittests: add ErrorStr to ExecutionEngine test
Dylan Noblesmith
2011-12-02
1
-3
/
+5
*
[arm-fast-isel] After promoting a function parameter be sure to update the
Chad Rosier
2011-12-02
2
-2
/
+50
*
specify cpu for test to fix failure on some darwin systems with a g4+ cpu
Hal Finkel
2011-12-02
1
-1
/
+1
*
Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.
Jim Grosbach
2011-12-02
4
-28
/
+135
*
Fix quadratic behavior in InlineFunction by fetching the personality function...
Benjamin Kramer
2011-12-02
1
-29
/
+33
*
Check for error after InstantiateMultclassDef.
Jim Grosbach
2011-12-02
1
-0
/
+2
*
Add XOP feature flag.
Jan Sjödin
2011-12-02
3
-2
/
+12
*
Reduce duplicate code in isHorizontalBinOp and add some asserts to protect as...
Craig Topper
2011-12-02
1
-32
/
+24
*
Add instruction selection support for horizontal add/sub of 256-bit floating ...
Craig Topper
2011-12-02
3
-2
/
+168
*
remove unneeded FIXME comment
Hal Finkel
2011-12-02
1
-1
/
+0
*
adjust the instruction ordering in some PPC tests: changes due to postRA haz....
Hal Finkel
2011-12-02
4
-8
/
+23
*
make sure ScheduleDAGInstrs::EmitSchedule does not crash when the first instr...
Hal Finkel
2011-12-02
1
-5
/
+5
*
update PPC 940 hazard rec. to function in postRA mode
Hal Finkel
2011-12-02
6
-142
/
+93
*
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-02
12
-40
/
+79
*
ARM start parsing VLD1 single lane instructions.
Jim Grosbach
2011-12-02
2
-14
/
+115
*
Abuse of mass replace isn't warranted even when the build is failing. Thanks
Chad Rosier
2011-12-01
1
-25
/
+29
*
Fix build by not assuming TLI is guaranteed. Will have to track down cases where
Chad Rosier
2011-12-01
1
-24
/
+23
*
Prevent library calls from being folded if -fno-builtin has been specified.
Chad Rosier
2011-12-01
2
-23
/
+103
*
TableGen: fix CMake build s'more
Dylan Noblesmith
2011-12-01
1
-0
/
+1
*
CodeGen: fix CMake build
Dylan Noblesmith
2011-12-01
1
-0
/
+1
*
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-12-01
4
-8
/
+10
*
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
7
-39
/
+78
*
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-12-01
7
-0
/
+756
*
Fix unreachable return & simplify some branches.
David Blaikie
2011-12-01
1
-9
/
+5
*
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-12-01
17
-1302
/
+425
*
llvm-config-2: Fix --cflags and --includedir which pointed at the wrong
Daniel Dunbar
2011-12-01
1
-2
/
+1
*
Dummy commit to check commit access.
Sanjoy Das
2011-12-01
1
-1
/
+1
*
Improved fix for abs(val) != 0 to check other similar case. Also fixed style...
Pete Cooper
2011-12-01
2
-8
/
+22
*
[asan] two minor fixes: use UnreachableInst after the neverreturn function ca...
Kostya Serebryany
2011-12-01
1
-2
/
+3
*
Add missing functions.
Chad Rosier
2011-12-01
1
-1
/
+4
*
Autodetect bulldozers.
Benjamin Kramer
2011-12-01
1
-0
/
+2
*
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
2011-12-01
2
-1
/
+52
*
fix broken tag
Chris Lattner
2011-12-01
1
-1
/
+1
*
Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.
Duncan Sands
2011-12-01
17
-426
/
+1303
*
For 64-bit the rest of the general regs are ok for the q constraint. Make
Eric Christopher
2011-12-01
2
-1
/
+24
*
Add some missing anchors.
David Blaikie
2011-12-01
6
-0
/
+15
*
Pass AVX vectors which are arguments to varargs functions on the stack. <rdar...
Eli Friedman
2011-12-01
2
-4
/
+24
*
Removed use of grep from test and moved it to be with other icmp tests
Pete Cooper
2011-12-01
2
-10
/
+11
*
Added instcombine pattern to spot comparing -val or val against 0.
Pete Cooper
2011-12-01
2
-0
/
+24
*
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-12-01
17
-279
/
+456
*
Make use of "getScalarType()". No functionality change.
Nick Lewycky
2011-12-01
1
-8
/
+3
*
Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...
Eli Friedman
2011-12-01
1
-1
/
+1
*
Replace an assert() with an actual diagnostic.
Jim Grosbach
2011-11-30
1
-1
/
+3
[next]